Endpoint

/v2/cluster/settings/ssl/ca-certificate

GET

Get the SSL certificate authority the cluster trusts when authenticating outbound connections.

Parameters

This resource has no parameters.

Response

Codes

Code Description
200 Return value on success

Schema

{
  "description": "api_cluster_ssl_ca_certificate_settings",
  "type": "object",
  "properties": {
    "ca_certificate": {
      "description": "Public certificate of the certificate authority to trust for outbound connections",
      "type": "string"
    }
  }
}

PUT

Set the SSL certificate authority the cluster trusts when authenticating outbound connections.

Parameters

Name Description Required
If-Match ETag for expected version No

Request

Schema

{
  "description": "api_cluster_ssl_ca_certificate_settings",
  "type": "object",
  "properties": {
    "ca_certificate": {
      "description": "Public certificate of the certificate authority to trust for outbound connections",
      "type": "string"
    }
  }
}

Response

Codes

Code Description
200 Return value on success

Schema

{
  "description": "api_cluster_ssl_ca_certificate_settings",
  "type": "object",
  "properties": {
    "ca_certificate": {
      "description": "Public certificate of the certificate authority to trust for outbound connections",
      "type": "string"
    }
  }
}

DELETE

Delete the SSL certificate authority the cluster trusts when authenticating outbound connections.

Parameters

Name Description Required
If-Match ETag for expected version No

Response

Codes

Code Description
200 Return value on success