ModifySpanAttributes
修改SPAN属性, 包括ip地址,流量类型
Request Parameters
Parameter name | Type | Description | Required |
---|---|---|---|
span_id | String | SPAN ID | Yes |
span_name | String | SPAN名称 | No |
flag | Integer | 镜像流量的类型: 入流量: 1; 出流量: 2, 出入流量: 3(默认值) | No |
ip_addr | String | 接收流量的服务器IP地址 | No |
tunnel_type | String | 数据封装类型,支持:gre(默认值) | No |
tunnel_key | Integer | 数据封装使用的密钥, 默认0 | No |
zone | String | 区域 ID,注意要小写 | Yes |
Response Elements
Name | Type | Description |
---|---|---|
action | String | 响应动作 |
ret_code | Integer | 执行成功与否,0 表示成功,其他值则为错误代码 |
Example
Example Request
https://api.shanhe.com/iaas/?action=ModifySpanAttributes
&ip_addr=1.2.3.4
&COMMON_PARAMS
Example Response:
{
"action":"ModifySpanAttributesResponse",
"ret_code":0
}