调用 ModifyTrafficMirrorSessionAttributes 接口,修改镜像会话。
Pending
表示配置中,Active
表示创建完成。参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyTrafficMirrorSessionAttributes | 要执行的操作,取值为ModifyTrafficMirrorSessionAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
TrafficMirrorSessionName | String | 否 | TM_Session_1 | 镜像会话的名称。
|
Description | String | 否 | TM_Session_1_Description | 镜像会话的描述信息。
|
TrafficMirrorSessionId | String | 是 | tms-j6cmls82xnc86vtpe**** | 镜像会话的ID。 |
TrafficMirrorTargetId | String | 否 | tmt-35bvae1r7rv283dy2w2ll**** | 镜像目的的ID。 |
TrafficMirrorFilterId | String | 否 | tmf-bp1opxu1zkhn00123**** | 筛选条件的ID。 |
VirtualNetworkId | Integer | 否 | 2 | 镜像会话VNI。用于镜像目标区分不同镜像会话的流量。
|
Priority | Integer | 否 | 1 | 镜像会话的优先级,取值范围为1~32766。
|
PacketLength | Integer | 否 | 1450 | 镜像会话数据包大小。最小范围为64字节,建议设置范围为64~1450字节。默认为1500字节。 说明 若设置的数据包大小 ≤ 镜像源的MTU值或 > 1450时,部分报文会被截断并丢弃被截断的内容。为了保证报文不被截断,建议您遵从如下关系设置网卡的MTU值: |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=ModifyTrafficMirrorSessionAttributes&Version=2020-04-01&TrafficMirrorSessionId=tms-j6cmls82xnc86vtpe****&TrafficMirrorSessionName=TM_Session_1 HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "ModifyTrafficMirrorSessionAttributes", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****" } }
公共错误码,请参见 公共错误码 。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
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 | 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 | InvalidPriority.Malformed | The specified priority is malformed. | 指定的优先级不合法。 |
400 | InvalidTrafficMirrorFilter.InvalidStatus | The specified traffic mirror filter is not in the correct status for the request. | 指定的镜像流量筛选条件所处的状态无法响应该请求。 |
400 | InvalidTrafficMirrorSession.InvalidBusinessStatus | The specified traffic mirror session is not in the correct status for the request. The specified traffic mirror session is frozen. | 指定的镜像流量会话所处的状态无法响应该请求。当前镜像流量会话被冻结。 |
400 | InvalidTrafficMirrorSession.InvalidStatus | The specified traffic mirror session 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 | QuotaExceeded.TrafficMirrorFilterSession | You've reached the limit on the number of traffic mirror sessions per filter 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. | 已达到每个镜像目的可关联镜像源的数量上限。 |
404 | InvalidTrafficMirrorFilter.NotFound | The specified traffic mirror filter does not exist. | 指定的镜像流量筛选条件不存在。 |
404 | InvalidTrafficMirrorSession.NotFound | The specified traffic mirror session 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. | 指定的镜像流量会话与所属镜像流量会话下优先级冲突。 |