Request Structure
URL: /certificate/rollback
Type: POST
| Name | Param Type | 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. |
Content-Type
|
Header | Specifies the nature of the data in the payload. |
String
|
Value of the param should be ‘application/json’. |
gwkey
|
Query |
Tenant Key. This is needed only in case of multi tenant installations and can be ignored in other type of installations.
|
String
|
NA |
gwsource
|
Query | Source from which the request is triggered(E.g. external). |
String
|
NA |
autoApproval
|
Query | Auto approval needed for the action or not. |
String
|
Value should be yes. |
Payload
|
Body | Contains all the params to be sent in the request body for the post request. | Payload | NA |
| Name | Mandatory | Description | Field Type | Constraints |
|---|---|---|---|---|
applicationConnectorIds
|
Yes | Application connector id. |
String
|
NA |