Downloading a certificate from a remote server

Content Intelligence Administration Guide

Version
3.0.x
File Size
465 KB
Audience
anonymous
Part Number
MK-HCI000-19

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.