调用 CreateTrafficMirrorSession 接口,创建镜像会话。
Creating
表示创建中,Active
表示创建完成。参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateTrafficMirrorSession | 要执行的操作,取值为CreateTrafficMirrorFilter。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
TrafficMirrorSessionName | String | 否 | TM_Session_1 | 镜像会话的名称。
|
Description | String | 否 | TM_Session_1_Description | 镜像会话的描述信息。
|
NetworkInterfaceId | String | 是 | eni-bp1fgnh68xyz9**** | 镜像源的网卡ID。 |
TrafficMirrorTargetId | String | 是 | tmt-35bvae1r7rv283dy2w2ll**** | 镜像目的ID。 |
Priority | Integer | 是 | 1 | 镜像会话的优先级,取值范围为1~32766。 |
VirtualNetworkId | Integer | 否 | 2 | 镜像会话VNI。用于镜像目标区分不同镜像会话的流量。
|
PacketLength | Integer | 否 | 1450 | 镜像会话数据包大小。最小范围为64字节,建议设置范围为64~1450字节。默认为1500字节。
|
TrafficMirrorFilterId | String | 是 | tmf-bp1opxu1zkhn00123**** | 筛选条件的ID。 |
ProjectName | String | 否 | default | 镜像会话所属项目的名称。不填默认加入default项目。 |
Tags.N.Key | String | 否 | Tags.1.Key=key1&Tags.2.Key=key2 | 用户标签的标签键。
说明 同一资源的标签键不允许重复。 |
Tags.N.Value | String | 否 | Tags.1.Value=value1&Tags.2.Value=value2 | 用户标签的标签值。
说明 若传入该参数,则必须先传入 |
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 客户端Token,用于保证请求幂等性。
|
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
TrafficMirrorSessionId | String | tms-j6cmls82xnc86vtpe**** | 镜像会话的ID。 |
GET /?Action=CreateTrafficMirrorSession&Version=2020-04-01&TrafficMirrorSessionName=TM_Session_1&NetworkInterfaceId=eni-bp1fgnh68xyz9****&TrafficMirrorTargetId=tmt-35bvae1r7rv283dy2w2ll****&Priority=1&TrafficMirrorFilterId=tmf-bp1opxu1zkhn00123**** HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "CreateTrafficMirrorSession", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****", "TrafficMirrorSessionId": "tms-j6cmls82xnc86vtpe****" } }
公共错误码,请参见 公共错误码 。
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 | InvalidEni.InstanceMismatch | The specified elastic network interface is not attached to the specified instance. | 指定的弹性网卡没有绑定到ECS实例。 |
400 | InvalidEni.InvalidStatus | The specified elastic network interface is not in the correct status for the request. | 指定的弹性网卡所处的状态无法响应该请求。 |
400 | InvalidEni.InvalidType | The type of specified elastic network interface is illegal for the request. | 指定类型的弹性网卡无法响应该请求。 |
400 | InvalidInstanceSpecification.Malformed | The specified instance does not currently support traffic mirror. | 指定的实例当前不支持流量镜像。 |
400 | InvalidName.Malformed | The specified name is malformed. | 指定的名称格式不合法。请修复名称格式后重试。 |
400 | InvalidName.Malformed | The specified name is malformed. Ensure the maximum length of name is 128. | 指定的名称格式不合法。名称长度不能超过128个字符。 |
400 | InvalidPacketLength.Malformed | The specified MTU is malformed. | 指定的MTU不合法。 |
400 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | InvalidParameter.NetworkInterfaceId | The network interface must not be the source and the target of traffic mirror sessions at the same time. | 网卡不能同时作为流量镜像会话的源和目的。 |
400 | InvalidPriority.Malformed | The specified priority is malformed. | 指定的优先级不合法。 |
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 | InvalidTrafficMirrorFilter.InvalidStatus | The specified traffic mirror filter is not in the correct status for the request. | 指定的镜像流量筛选条件所处的状态无法响应该请求。 |
400 | InvalidTrafficMirrorTarget.InvalidInstance | The specified traffic mirror target has an invalid instance for the request. | 指定的流量镜像目的所关联实例无法响应该请求。 |
400 | InvalidTrafficMirrorTarget.InvalidStatus | The specified traffic mirror target is not in the correct status for the request. | 指定的镜像流量目的所处的状态无法响应该请求。 |
400 | InvalidVirtualNetworkId.Malformed | The specified VNI is malformed. | 指定的VNI不合法。 |
400 | LimitExceeded.Tags | You've reached the limit on the number of tags that you can operate at one time. | 已达到单次可操作标签数量的上限。 |
400 | OrderError | Failed to create an order in one step. | 创建订单并支付失败。 |
400 | QuotaExceeded.TrafficMirrorFilterSession | You've reached the limit on the number of traffic mirror sessions per filter that you can create. | 已达到每个筛选条件可关联镜像会话的数量上限。 |
400 | QuotaExceeded.TrafficMirrorSession | You've reached the limit on the number of traffic mirror sessions that you can create. | 已达到可创建镜像流量会话的数量上限。 |
400 | QuotaExceeded.TrafficMirrorSourceSession | You've reached the limit on the number of traffic mirror sessions per source that you can create. | 已达到每个镜像源可关联镜像会话的数量上限。 |
400 | QuotaExceeded.TrafficMirrorTargetSession | You've reached the limit on the number of traffic mirror sessions per target that you can create. | 已达到每个镜像目的可关联镜像会话的数量上限。 |
400 | QuotaExceeded.TrafficMirrorTargetSource | You've reached the limit on the number of traffic mirror sources per target that you can create. | 已达到每个镜像目的可关联镜像源的数量上限。 |
400 | UnsupportedOperation | The request on the specified instance is denied due to the account in arrears status. | 因账户处于欠费状态,对于该实例的操作请求被拒绝。 |
400 | UnsupportedOperation | The request on the specified instance is denied due to the account balance and available vouchers are less than 100 yuan in total. | 因账户余额及可用代金券共不足100元,对于该实例的操作请求被拒绝。 |
403 | Forbidden | You are not authorized to perform operations on the specified elastic network interface. The specified elastic network interface is a service-managed elastic network interface. | 无权限对指定弹性网卡进行操作。指定的弹性网卡为云产品托管的弹性网卡。 |
403 | Forbidden.PurchaseLimited | The account is not authorized to purchase the resource. | 此账户无权限购买资源。 |
404 | InvalidEniId.NotFound | The specified elastic network interface does not exist. | 指定的弹性网卡不存在。 |
404 | InvalidNetworkInterfaceId.NotFound | The specified traffic mirror source network interface does not exist. | 指定的镜像流量源不存在。 |
404 | InvalidProject.NotFound | The specified Project does not exist. | 指定的项目不存在。 |
404 | InvalidTrafficMirrorFilter.NotFound | The specified traffic mirror filter does not exist. | 指定的镜像流量筛选条件不存在。 |
404 | InvalidTrafficMirrorTarget.NotFound | The specified traffic mirror target does not exist. | 指定的镜像流量目的不存在。 |
409 | InvalidTrafficMirrorSessionPriority.Conflict | The specified priority conflicts with another in your traffic mirror session. | 指定的镜像流量会话与所属镜像流量会话下优先级冲突。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |