You need to enable JavaScript to run this app.
导航
ActiveFlowLog
最近更新时间:2024.07.09 08:30:24首次发布时间:2024.01.09 07:24:42

调用 ActiveFlowLog 接口,启动流日志。

调用说明

ActiveFlowLog为异步接口,即返回请求ID时,系统后台仍在配置。您可调用 DescribeFlowLogs 查看流日志的状态,Pending表示配置中,Active 表示配置完成。

请求参数

参数名称
类型
是否必选
示例值
描述
ActionStringActiveFlowLog要执行的操作,取值为ActiveFlowLog。
VersionString2020-04-01API版本信息,当前版本为2020-04-01。

FlowLogId

String

fl-123456****

流日志ID。
您可以调用 DescribeFlowLogs 接口,查询流日志的ID。

ClientToken

String

123e4567-e89b-12d3-a456-42665544****

客户端Token,用于保证请求幂等性。

  • 由客户端自动生成一个参数值,确保不同请求间该参数值唯一,避免当调用API超时或服务器内部错误时,客户端多次重试导致重复性操作。
  • 仅支持ASCII字符,且不能超过64个字符。
  • 若不传入ClientToken,则此次API调用不进行幂等校验。

返回数据

参数名称
类型
示例值
描述
RequestIdString2021062415303301022514515207C4****请求ID。

请求示例

GET /?Action=ActiveFlowLog&Version=2020-04-01&FlowLogId=fl-123456**** HTTP/1.1
Host: open.volcengineapi.com
Service: vpc
Region: cn-beijing

返回示例

{
    "ResponseMetadata": {
        "RequestId": "2021062415303301022514515207C4****",
        "Action": "ActiveFlowLog",
        "Version": "2020-04-01",
        "Service": "vpc",
        "Region": "cn-beijing"
    },
    "Result": {
        "RequestId": "2021062415303301022514515207C4****"
    }
}

错误码

此处仅展示当前API的错误码,更多错误码请参见公共错误码

HttpCode
错误码
错误信息
描述
400IdempotentParameterMismatchArguments on this idempotent request are inconsistent with arguments used in previous request(s).此幂等请求的参数与前一个请求中使用的参数不一致。
400InvalidFlowLog.InvalidStatusThe specified flow log is not in the correct status for the request.指定流日志所处的状态无法响应该请求。
400InvalidFlowLog.InvalidStatusThe specified flow log is not in the correct status for the request. The specified flow log is in freeze.指定的VPC流日志所处的状态无法响应该请求,当前流日志实例被冻结。
400InvalidParameter.ClientTokenMalformedThe specified parameter ClientToken is malformed.指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。
404InvalidFlowLog.NotFoundThe specified flow log does not exist.指定的流日志不存在。
409InvalidOperation.ConflictThe specified resource operation conflicts.指定的资源操作冲突。
412IdempotentProcessingThe request uses the same client token as a previous one that is still in process.幂等请求处理中。