Renew Certificate
Renew a given certificate.
URL: /certificate/action
Type: PUT
Parameter
| Param Type | Name | Description | Field Type |
|---|---|---|---|
| Header | sessionId ** | Session Id received after login | string |
| Query | Gwkey | Tenant Key. Needed only in case of multitenant installations | string |
| Query | gwsource** | Source from which the request is triggered (for example, web, external) | String |
| Payload | action** | Possible value: “Renew” | String |
| Payload | resourceId | Unique resource ID / UUID of the certificate | String |
** - Mandatory value
Possible Response Message and Code
| HTTP Code | Description | Response Message |
|---|---|---|
| 202 | Accepted | Renew action triggered successfully. |
| 400 | Bad request | Please provide a valid action |
| 404 | Not found | No matching records found |