Get an AI Gateway
Pre-release Endpoint This endpoint is currently in beta and is subject to change.
Returns the details of a specific AI Gateway.
Response
A successful response returning an AI Gateway.
Example response
{
"display_name": "My AI Gateway",
"name": "my-ai-gateway",
"description": "An AI Gateway for my organization.",
"proxy_urls": [
{
"host": "example.com",
"port": 443,
"protocol": "https"
}
],
"labels": {
"category": "finance"
},
"id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"deployment_type": "hybrid",
"endpoints": {
"configuration": "https://acfe5f253f.cp.konghq.com",
"telemetry": "https://acfe5f253f.tp0.konghq.com"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}Changes
Changed in 4 of the 75 revisions of this API.115
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ▲
the
response's property type changed from no type tostringfor statusresponse-property-type-changed
- ○
removed from the
response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
the
response's property pattern^[0-9a-z-]+$was added for the statusresponse-property-pattern-added
- ▲
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ●
- ○
endpoint added
endpoint-added
This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○