调用CreateTransitRouterFlowLog接口,创建一个TR流日志。
日志服务中日志项目和日志主题的配额超限,会导致无法创建TR流日志,具体配额请参见日志服务配额。
下表中,Tags.N.a类型参数中的“N”表示标签信息的序号,需按照数字顺序从1开始填写,取值范围为1~50。多个标签之间使用&分隔。每个标签键对应一个标签值。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateTransitRouterFlowLog | 要执行的操作,取值为CreateTransitRouterFlowLog。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
TransitRouterId | String | 是 | tr-7qthudw0ll6jmc**** | 中转路由器实例的ID。您可以调用DescribeTransitRouters接口获取中转路由器实例的ID。 |
TransitRouterFlowLogName | String | 否 | tr-flowlog | TR流日志的名称。
|
Description | String | 否 | This tr flow log is used for test. | TR流日志的描述信息。
|
TlsProjectName | String | 是 | tr-fl-project | 日志项目的名称。
|
TlsTopicName | String | 是 | tr-fl-topic | 日志主题的名称。
|
AggregationInterval | Integer | 否 | 10 | TR流日志的采集周期,也是TR聚合日志数据并上报给TLS的周期。支持传入1和10,默认值为10,单位为分钟。 |
LogFormatString | String | 否 | ${srcaddr}${dstaddr}${srcport}${dstport}${protocol}${bytes}${tr-id}${src-region-id}${dst-region-id}${attachment-id}${packets}${start}${end}${packets-lost-no-route}${packets-lost-blackhole}${direction} | TR流日志记录的日志字段。默认值为 |
ResourceType | String | 是 | PeerAttachment | TR流日志绑定的资源类型。
|
ResourceId | String | 是 | tr-attach-12w7hruhlhlrd**** | TR流日志绑定资源的ID。 |
Tags.N.Key | String | 否 | Tags.1.Key=k1&Tags.2.Key=k2 | 用户标签的标签键。
|
Tags.N.Value | String | 否 | Tags.1.Value=v1&Tags.2.Value=v2 | 用户标签的标签值。
|
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 客户端Token,用于保证请求的幂等性。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
TransitRouterFlowLogId | String | tr-fl-372whz43lbwnb28twj**** | TR流日志的ID。 |
GET /?Action=CreateTransitRouterFlowLog&Version=2020-04-01&TransitRouterId=tr-7qthudw0ll6jmc****&TlsProjectName=tr-fl-project&TlsTopicName=tr-fl-topic&ResourceType=PeerAttachment&ResourceId=tr-attach-12w7hruhlhlrd**** HTTP/1.1 Host: open.volcengineapi.com ServiceName: transitrouter Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "CreateTransitRouterFlowLog", "Version": "2020-04-01", "Service": "transitrouter", "Region": "cn-guangzhou" }, "Result": { "TransitRouterFlowLogId": "tr-fl-372whz43lbwnb28twj****" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
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. | 指定的描述格式不合法。请修复描述格式后重试。 |
400 | InvalidDescription.TooLong | The specified description is malformed. Ensure the maximum length of description is 255. | 指定的描述格式不合法。描述长度不能超过255个字符。 |
400 | InvalidName.Malformed | The specified name is malformed. Ensure the length should be 3 to 64. | 指定的名称格式不合法。名称长度应为3到63。 |
400 | InvalidName.Malformed | The specified name is malformed. | 指定的名称格式不合法。请修复名称格式后重试。 |
400 | InvalidName.TooLong | The specified name is malformed. Ensure the maximum length of name is 128. | 指定的名称格式不合法。名称长度不能超过128个字符。 |
400 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | InvalidResourceType.Malformed | The specified parameter resource type is invalid. | 资源类型不合法。 |
400 | InvalidTag.Disorder | The specified index order of tag is malformed. | 指定标签的索引顺序参数格式不合法。 |
400 | InvalidTagKey.Malformed | The specified parameter tag key is invalid. | 标签键不合法。 |
400 | InvalidTagValue.Malformed | The specified parameter tag value is invalid. | 标签值不合法。 |
400 | InvalidTransitRouter.InterRegionFlowLogNotSupported | The specified Transit Router does not support the inter region flow log feature. | 指定的中转路由器实例不支持跨地域流日志功能。 |
400 | InvalidTransitRouter.InvalidStatus | The specified Transit Router is not in the correct status for the request. | 指定的中转路由器所处状态无法响应该请求。 |
400 | InvalidTransitRouterFlowLog.AggregationIntervalMalformed | The specified aggregation interval is malformed. | 指定的流日志采集周期不合法。 |
400 | InvalidTransitRouterFlowLog.LogFieldNotSupport | There are log filed strings that are not supported. | 日志格式中指定的字段不在支持的范围内。 |
400 | InvalidTransitRouterFlowLog.LogFormatMalformed | The specified log format is malformed, and its format is ${field1}${field2}${fieldn} | 指定的日志字符串格式不合法,正确格式应为${字段1}${字段2}${字段n}。 |
400 | InvalidTransitRouterFlowLog.RequiredFieldMissing | The required log field string is missing. | 日志格式中缺少必选字段。 |
400 | InvalidTransitRouterFlowLog.ServicePolicyNotAuthorized | The service policy for Transit Router Access TLS has not been authorized. | 当前账号尚未授权中转路由器访问TLS的服务策略。 |
400 | InvalidTransitRouterFlowLog.TLSNotSupport | TLS service in this region is not supported for this account. | 当前账号在此地域不支持TLS服务。 |
400 | InvalidTransitRouterFlowLog.TLSProjectExists | The specified TLS project name already exists. | 指定的日志项目名称已存在,无法新建。 |
400 | InvalidTransitRouterFlowLog.TLSProjectInUse | The specified TLS project already has been used by another service. | 指定的日志项目已经被其他服务使用。 |
400 | InvalidTransitRouterFlowLog.TLSTopicExists | The specified TLS topic name already exists. | 指定的日志主题名称已存在,无法新建。 |
400 | InvalidTransitRouterFlowLog.TLSTopicInUse | The specified TLS topic already has been used by another service. | 指定的日志主题已经被其他服务使用。 |
400 | InvalidTransitRouterFlowLog.TransitRouterMismatch | The specified peer attachment does not belong to specified Transit Router. | 指定的跨地域连接不属于指定的中转路由器。 |
400 | LimitExceeded.TLSProject | You've reached the limit on the number of TLS projects per region that you can create. | 已达到当前账户在单一地域下可创建的TLS日志项目数量上限。 |
400 | LimitExceeded.TLSTopic | You've reached the limit on the number of TLS topics per project that you can create. | 已达到当前账户在单个TLS日志项目下可创建的TLS日志主题数量上限。 |
400 | LimitExceeded.Tags | You've reached the limit on the number of tags that you can operate at a time. | 已达到单次可操作标签数量的上限。 |
403 | Forbidden.CreateTransitRouterFlowLog |
|
|
403 | InvalidTransitRouterFlowLog.TLSAccessDenied | TLS service has not been enabled for this account. | 当前账号未开通日志服务。 |
404 | InvalidProject.NotFound | The specified Project does not exist. | 指定的项目不存在。 |
404 | InvalidTransitRouter.NotFound | The specified Transit Router does not exist. | 指定的中转路由器不存在。 |
404 | InvalidTransitRouterAttachment.NotFound | The specified Transit Router attachment does not exist. | 指定的网络实例连接不存在。 |
409 | InvalidTransitRouterFlowLog.ResourceDuplicateConfigured | The specified resource has already been configured with a flow log. | 指定的网络实例已配置流日志实例,请勿重复配置。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |