调用 ModifyFlowLogAttribute 接口,修改流日志。
Pending
表示配置中,Active
表示修改完成。参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyFlowLogAttribute | 要执行的操作,取值为ModifyFlowLogAttribute。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
FlowLogId | String | 是 | fl-123456**** | 流日志ID。 |
FlowLogName | String | 否 | FlowLog-1 | 流日志的名称。
|
Description | String | 否 | FlowLog_VPC | 流日志的描述信息。
|
AggregationInterval | Integer | 否 | 10 | 流日志的采样间隔。取值如下
|
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 客户端Token,用于保证请求幂等性。
|
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=ModifyFlowLogAttribute&Version=2020-04-01&FlowLogId=fl-123456****&FlowLogName=FlowLog-1&AggregationInterval=10 HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "ModifyFlowLogAttribute", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
400 | InvalidDescription.Malformed | The specified description is malformed. Ensure the maximum length of description is 255. | 指定的描述格式不合法。描述长度不能超过255个字符。 |
400 | InvalidDescription.Malformed | The specified description is malformed. | 指定的描述格式不合法。请修复描述格式后重试。 |
400 | InvalidFlowLog.InvalidStatus | The specified flow log is not in the correct status for the request. | 指定流日志所处的状态无法响应该请求。 |
400 | InvalidName.Malformed | The specified name is malformed. Ensure the maximum length of name is 128. | 指定的名称格式不合法。名称长度不能超过128个字符。 |
400 | InvalidName.Malformed | The specified name is malformed. | 指定的名称格式不合法。请修复名称格式后重试。 |
400 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | InvalidParameter.FlowLogAggregationInterval | The specified aggregation interval is invalid. | 指定的流日志采样间隔参数不合法。 |
404 | InvalidFlowLog.NotFound | The specified flow log does not exist. | 指定的流日志不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |