List Custom Domains
Returns a paginated list of custom domains across all control planes in the organization, scoped to control planes you have read access to.
Query parameters
Filters supported for custom domains on the global API.
The maximum number of items to include per page. The last page of a collection may include fewer items.
Determines which page of the entities to retrieve.
Response
A paginated list for a collection of custom domains.
Example response
{
"meta": {
"page": {
"number": 1,
"size": 10,
"total": 100
}
},
"data": [
{
"id": "39ed3790-085d-4605-9627-f96d86aaf425",
"control_plane_id": "0949471e-b759-45ba-87ab-ee63fb781388",
"domain": "example.com",
"certificate_id": "3b7cbeee-fbec-440e-a5ef-89e7dec3b9d0",
"sni_id": "a8f11ea8-af09-4422-9735-5d4f8910aba1",
"state_metadata": {
"reported_status": "INVALID",
"reason": "CNAME points to '_acme-challenge.<prefix>.gateways.konghq.tech.' instead of '_acme-challenge.<prefix>.acme.gateways.konghq.tech.'\n"
},
"entity_version": 1,
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}
]
}Changes
Changed in 7 of the 75 revisions of this API.1334
- ▲
for the
queryrequest parameterfilter, the type/format of propertydomainwas specialized from/toobject/request-parameter-property-type-specialized
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the optional property
data/items/kindto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
typeenum value to theallOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/ruleresponse property for the response status400response-property-enum-value-added
- ●
- ●
added the new
sgenum value to thedata/items/control_plane_georesponse property for the response status200response-property-enum-value-added
- ○
added the enum value
sgto the propertycontrol_plane_geo/oneOf[subschema #1: ControlPlaneGeoFieldEqualsFilter]/oneOf[subschema #1: Control-Plane Geo]/of thequeryrequest parameterfilterrequest-parameter-property-enum-value-added
- ○
added the enum value
sgto the propertycontrol_plane_geo/oneOf[subschema #1: ControlPlaneGeoFieldEqualsFilter]/oneOf[subschema #2: ControlPlaneGeoFieldEqualsComparison]/eqof thequeryrequest parameterfilterrequest-parameter-property-enum-value-added
- ○
added the enum value
sgto the propertycontrol_plane_geo/oneOf[subschema #2: ControlPlaneGeoFieldNotEqualsFilter]/neqof thequeryrequest parameterfilterrequest-parameter-property-enum-value-added
- ●
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterChoiceItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterDependentItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMaximumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMinimumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
data/items/state_metadata/reasonbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/state_metadata/reported_statusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
detailbecame nullable for the status401response-property-became-nullable
- ▲
the response property
instancebecame nullable for the status401response-property-became-nullable
- ▲
the response property
statusbecame nullable for the status401response-property-became-nullable
- ▲
the response property
titlebecame nullable for the status401response-property-became-nullable
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
for the
queryrequest parameterfilter, the type/format of propertycontrol_plane_idwas specialized from/toobject/request-parameter-property-type-specialized
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
for the
queryrequest parameterfilter, the type/format of propertycontrol_plane_idwas changed fromobject/to/request-parameter-property-type-changed
- ●