Queries the information about the ingress gateways of an Alibaba Cloud Service Mesh (ASM) instance.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DescribeIngressGateways

The operation that you want to perform. Set the value to DescribeIngressGateways.

ServiceMeshId String No ca04bc38979214bf2882be79d39b4****

The ID of the ASM instance.

Response parameters

Parameter Type Example Description
RequestId String 31d3a0f0-07ed-4f6e-9004-1804498c****

The ID of the request.

IngressGateways Array of Object {ClusterId:c75918e36d8964fa2bc0a5d049c89****}

The information about the ingress gateways of the ASM instance.

Examples

Sample requests

http(s)://[Endpoint]/?Action=DescribeIngressGateways
&ServiceMeshId=ca04bc38979214bf2882be79d39b4****
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<DescribeIngressGatewaysResponse>
    <RequestId>31d3a0f0-07ed-4f6e-9004-1804498c****</RequestId>
    <IngressGateways/>
</DescribeIngressGatewaysResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "31d3a0f0-07ed-4f6e-9004-1804498c****",
  "IngressGateways" : ""
}

Error codes

For a list of error codes, visit the API Error Center.