Queries the detailed information about a secret of 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 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "31d3a0f0-07ed-4f6e-9004-1804498c****",
"GatewaySecretDetails": [
{
"IssueTime": "2022-03-03 07:45",
"ExpiredTime": "2023-03-03 07:45",
"GatewayName": "bookinfo-gateway",
"State": "normal",
"Message": "tls.crt not exist",
"SNI": "demo.com",
"SecretName": "demo-secret"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history