Querying the Suffix List of Ingress Domain Names
Function
Query the suffix list of ingress domain names.
URI
GET /v1/{project_id}/cae/ingress-configs
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. See Obtaining a Project ID. |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
User token.
|
X-Enterprise-Project-ID |
No |
String |
Enterprise project ID.
NOTE:
For details about how to obtain enterprise project IDs and enterprise project features, see Enterprise Management User Guide.
|
X-Environment-ID |
Yes |
String |
Environment ID.
|
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
api_version |
String |
API version. |
kind |
String |
API kind. |
items |
Array of IngressConfigItem objects |
List data. |
Example Requests
Query the suffix list of ingress domain names.
GET https://{endpoint}/v1/{project_id}/cae/ingress-configs
Example Responses
Status code: 200
OK
{ "api_version" : "v1", "kind" : "IngressConfig", "items" : [ { "id" : "6adb5071-a18b-4b13-b795-eb4f5ac9d832", "domain_name" : "*.test.com", "tls_cert_id" : "760edb5e-8b8d-411a-9698-0f9b06f787f6", "redirect" : false, "created_at" : "2025-01-01T01:01:01.100000Z", "updated_at" : "2025-01-01T01:01:01.100000Z" } ] }
Status Codes
Status Code |
Description |
---|---|
200 |
OK |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot