Request Structure
URL: /certificate/download
Type: GET
| Name | ParameterType | Description | Field Type | Constraints |
|---|---|---|---|---|
sessionId
|
Header | Session Id received after login. |
String
|
Required if username and
password are not provided. |
username
|
Header | AppViewX login username. |
String
|
Required if sessionId is not
provided. |
password
|
Header | AppViewX login password. |
String
|
Required if sessionId is not
provided. |
gwkey
|
Query |
Tenant Key. This is needed only in case of multi tenant installations and can be ignored in other type of installations.
|
String
|
Mandatory |
gwsource
|
Query | Source from which the request is triggered (E.g. external) |
String
|
Mandatory |
resourceId
|
Query | Unique Id of the certificate to be downloaded. |
String
|
Mandatory |
keyRequired
|
Query | Specifies whether private key needs to be downloaded. |
Boolean
|
Optional |
isCACertificate
|
Query | Specifies whether the certificate being downloaded is a CA certificate. |
Boolean
|
Optional |