EnableGatewayLogging

调用EnableGatewayLogging可以启用指定的网关日志监控。

接口说明

调用该接口时,您需要注意:

  • 如果您想启用日志监控功能,您可以通过此接口启用指定的网关日志监控。
  • 请确保您已创建云存储网关及网关日志监控,并且网关日志监控处于禁用(Disabled)状态。
  • 您可以通过DescribeGatewayLogging接口查询网关日志监控的状态。

请求参数

名称

类型

是否必选

示例值

描述

Action String EnableGatewayLogging

系统规定参数。取值:EnableGatewayLogging

GatewayId String gw-000eg44nmxbsfwbv***

网关ID。

返回数据

名称

类型

示例值

描述

Message String successful

请求结果描述。

RequestId String CAE39768-CE96-4E16-A9F7-1FF9AE8E3FBF

请求ID。

Code String 200

状态码。状态码为200表示请求成功。

Success Boolean true

请求是否成功。

示例

请求示例

http(s)://[Endpoint]/?Action=EnableGatewayLogging
&GatewayId=gw-000eg44nmxbsfwbv***
&<公共请求参数>

正常返回示例

XML格式

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

<EnableGatewayLoggingResponse>
    <Message>successful</Message>
    <RequestId>CAE39768-CE96-4E16-A9F7-1FF9AE8E3FBF</RequestId>
    <Code>200</Code>
    <Success>true</Success>
</EnableGatewayLoggingResponse>

JSON格式

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

{
  "Message" : "successful",
  "RequestId" : "CAE39768-CE96-4E16-A9F7-1FF9AE8E3FBF",
  "Code" : "200",
  "Success" : true
}

错误码

HttpCode

错误码

错误信息

描述

400 EmptyGatewayId You must enter a valid ID for the gateway. 网关ID不能为空。
400 GatewayLoggingStatusNotAllowed Failed to perform the operation because log monitoring is not enabled. 网关日志监控状态不支持此操作,请检查后重试。
400 GatewayNotExist The specified gateway does not exist. You must specify a valid parameter. 网关不存在,请确认输入参数是否正确。

访问错误中心查看更多错误码。