The DescribeASMGatewayImportedServices operation retrieves information about services imported into an ASM gateway.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
servicemesh:DescribeASMGatewayImportedServices |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ServiceMeshId |
string |
Yes |
The ID of the ASM instance. |
c08ba3fd1e6484b0f8cc1ad8fe10d**** |
| ASMGatewayName |
string |
No |
The name of the ASM gateway. |
ingressgateway |
| ServiceNamespace |
string |
No |
The namespace where the service resides. |
default |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned object. |
||
| RequestId |
string |
The request ID. |
11fd0027-c27e-41bb-a565-75583054**** |
| ImportedServices |
array<object> |
A list of imported services. |
|
|
object |
Service information. |
||
| ServiceName |
string |
The service name. |
productpage |
| ServiceNamespace |
string |
The namespace where the service resides. |
default |
Examples
Success response
JSON format
{
"RequestId": "11fd0027-c27e-41bb-a565-75583054****",
"ImportedServices": [
{
"ServiceName": "productpage",
"ServiceNamespace": "default"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.