Queries a list of the domain names that are exposed by a Service Mesh (ASM) gateway.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ServiceMeshId | string | Yes | The ASM instance ID. | c08ba3fd1e6484b0f8cc1ad8fe10d**** |
IstioGatewayName | string | No | The name of the ASM gateway. | ingressgateway |
Namespace | string | No | The namespace in which the ASM gateway resides. | default |
Limit | string | No | The maximum number of Istio gateways to query. | 10 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "31d3a0f0-07ed-4f6e-9004-1804498c****",
"GatewaySecretDetails": [
{
"Domains": [
"example.com"
],
"Protocol": "HTTPS",
"CredentialName": "bookinfo-secret",
"Detail": "{ \"servers\": [ { \"port\": { \"number\": 27018, \"name\": \"mongo\", \"protocol\": \"MONGO\" }, \"hosts\": [ \"*\" ] } ] }",
"PortName": "https-demo",
"Namespace": "default",
"GatewayCRName": "ingressgateway"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||
---|---|---|---|---|
2023-05-25 | The response structure of the API has changed | see changesets | ||
|