Sample Request/Response

Use Case

Renew a certificate with resource Id 5c4ae31272a0d0030e375be5. Use the search API to search and get the resource id of a certificate.

Request URL

http:// appviewxapi.com/avxapi/certificate/action?gwkey=f000ca01&gwsource=external

Request Payload

{

"action":"Renew",

"resourceId":"5c4ae31272a0d0030e375be5"

}

Response

{

"response": {

"resourceId": "5c4ae31272a0d0030e375be5",

"message": "Renew action performed successfully.",

"requestId": "4132"

},

"message": "Renew has been done successfully"

….

}