Push Certificate
Push a certificate to an end device. A request is generated for pushing the certificate against the mentioned profile. We need to mention the details of the application connector which acts as an interface with the end device.
URL: /certificate/pushToDevice
Type: POST
Parameter
| Param Type | Name | Description | Field Type |
|---|---|---|---|
| Header | sessionId ** | Session Id received afterlogin | 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 | certificateDetails. certificateType | Type of certificate. Possible values | |
** - Mandatory value
Possible Response Message and Code
| HTTP Code | Description | Response Message |
|---|---|---|
| 202 | Accepted | <> connector(s) saved and push operation has been triggered |
| 400 | Bad request | Invalid value - <> |
| 404 | Not found | No matching records found |