API call
POST /certificates/remote
Important:
- Prior to running this method, run POST /datasources/test. If you receive a 4000 error, use the response body as input.
- For your certificate to validate the correct hostname, it must include the correct hostname as the certificate's commonName (CN).
Request body
{ "modelVersion": "string", "statusCode": 0, "errorCode": 0, "errorMessage": "string", "errorProperties": [ { "modelVersion": "string", "name": "string", "message": "string" } ] }
Return codes
Status code |
HTTP name |
Description |
---|---|---|
200 | OK | The certificate was downloaded successfully. |
400 | Bad Request | The request body contains an invalid entry, an invalid value for an entry, or invalid JSON. |