调用DescribeGatewayLogging可以查询日志监控详情。包括日志监控的状态及日志项目(Project)名称和日志库(Logstore)。
请求参数
名称 |
类型 |
是否必选 |
示例值 |
描述 |
Action | String | 是 | DescribeGatewayLogging | 系统规定参数。取值:DescribeGatewayLogging。 |
GatewayId | String | 是 | gw-000eg44nmxbsfwb*** | 网关ID。 |
返回数据
名称 |
类型 |
示例值 |
描述 |
SlsProject | String | 123*** | 日志服务(SLS) Project。 |
RequestId | String | 17D08346-BD08-4107-BFBC-01A6AAD5F5FB | 请求ID。 |
Message | String | successful | 请求结果描述。 |
GatewayLoggingStatus | String | Enabled | 网关日志状态。可能值:
|
SlsLogstore | String | alex*** | 日志服务(SLS) Logstore。 |
Code | String | 200 | 状态码。状态码为200表示请求成功。 |
Success | Boolean | true | 请求是否成功。 |
示例
请求示例
http(s)://[Endpoint]/?Action=DescribeGatewayLogging
&GatewayId=gw-000eg44nmxbsfwb***
&<公共请求参数>
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeGatewayLoggingResponse>
<SlsProject>alex***</SlsProject>
<Message>successful</Message>
<RequestId>17D08346-BD08-4107-BFBC-01A6AAD5F5FB</RequestId>
<GatewayLoggingStatus>Enabled</GatewayLoggingStatus>
<SlsLogstore>123***</SlsLogstore>
<Code>200</Code>
<Success>true</Success>
</DescribeGatewayLoggingResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"SlsProject" : "alex***",
"Message" : "successful",
"RequestId" : "17D08346-BD08-4107-BFBC-01A6AAD5F5FB",
"GatewayLoggingStatus" : "Enabled",
"SlsLogstore" : "123***",
"Code" : "200",
"Success" : "true"
}
错误码
HttpCode |
错误码 |
错误信息 |
描述 |
400 | EmptyGatewayId | You must enter a valid ID for the gateway. | 网关ID不能为空。 |
400 | GatewayNotExist | The specified gateway does not exist. You must specify a valid parameter. | 网关不存在,请确认输入参数是否正确。 |
访问错误中心查看更多错误码。
文档内容是否对您有帮助?