AI Gateway CA Certificates
Get an AI Gateway CA Certificate
Pre-release Endpoint This endpoint is currently in beta and is subject to change.
Returns the details of a specific AI Gateway CA certificate.
get/v1/ai-gateways/{gatewayId}/ca-certificates/{caCertificateIdOrName}
Response
A successful response returning an AI Gateway CA Certificate.
Example response
{
"name": "my-entity-name",
"cert": "-----BEGIN CERTIFICATE-----\n...\n-----END CERTIFICATE-----\n",
"labels": {
"category": "finance"
},
"managed_by": {
"owner": "terraform"
},
"id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}