Certificate Utilities
The certificate management API endpoints support operations to manage certificate resources.
Data model
| Property | Description |
|---|---|
|
A string that specifies the date at which the certificate expires. |
|
A string that specifies the certificate data. |
|
A string that specifies the certificate’s issuer distinguished name value. |
|
A string that specifies the certificate’s serial number. |
|
A string that specifies the certificate’s signature algorithm. |
|
A string that specifies the certificate’s subject distinguished name value. |
|
A string that specifies the time and date from which the certificate is valid. |
|
An integer that specifies the certificate’s version number. |
Response codes
| Code | Message |
|---|---|
200 |
Successful operation. |
201 |
Successfully created. |
204 |
Successfully removed. No content. |
400 |
The request could not be completed. |
401 |
You do not have access to this resource. |
403 |
You do not have permissions or are not licensed to make this request, or your license is exceeded. |
404 |
The requested resource was not found. |
422 |
The requested could not be completed because of validation error(s). |