Queries the details of the imported services on 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. | cb8963379255149cb98c8686f274x**** |
ASMGatewayName | string | No | The name of the ASM gateway. | ingressgateway |
ServiceNamespace | string | No | The namespace in which the services reside. | default |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "E0496204-7586-5B4C-B364-2361CC0EDxxxx",
"Details": [
{
"ServiceName": "productpage",
"Namespace": "default",
"Labels": {
"key": "app: productpage"
},
"ClusterIds": [
"c7894c929677643a5bfe1a732d778****"
],
"ServiceType": "Kubernetes",
"Ports": [
{
"Name": "http-0",
"Protocol": "tcp",
"Port": 80,
"TargetPort": 8080,
"NodePort": 12345
}
]
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history