查询转发策略规则
查询策略规则信息。
请求参数
参数名 | 参数类型 | 是否必填 | 参数说明 |
---|---|---|---|
Action | String | 是 | 操作方法:DescribeLBPolicyRules |
Region | String | 是 | 机房标识,取值参见地域列表 |
Offset | Integer | 否 | 记录偏移量,不指定取 0 |
Count | Integer | 否 | 记录数量,不指定为全部 |
Id.N | String | 否 | 标识 |
PolicyId.N | String | 否 | 策略 ID |
Enabled | Boolean | 否 | 是否启用 |
返回参数
名称 | 类型 | 说明 |
---|---|---|
Action | String | 执行的操作 |
TaskId | String | 请求标识 |
TotalCount | Integer | 过滤条件下总共记录数 |
LBPolicyRuleSet | LBPolicyRule list | 信息列表 |
LBPolicyRule
LBPolicyRule的数据类型
名称 | 类型 | 说明 |
---|---|---|
Id | String | ID |
PolicyId | String | 策略 ID |
Name | String | 名称 |
Enabled | Boolean | 是否启用 |
Type | String | 类型:Method ,Path ,Cookie ,Header |
Operator | String | 操作 |
CaseSensitive | Boolean | 是否对于大小写敏感 |
Key | String | 键 |
Value | String | 值 |
Description | String | 描述 |
UserId | String | 所属用户ID |
请求示例
http://api.chinac.com/v2/?Action=DescribeLBPolicyRules
&Region=cn-wuxi
&<公共请求参数>
返回示例
{
"code": 10000,
"message": "",
"data": {
"TaskId": 8uo11520170510151841481",
"Action": "DescribeLBPolicyRules",
"TotalCount": 1,
"LBPolicyRuleSet": [{
"TotalCount": 0,
"Id": "lbpr-m79ih4afik24t",
"PolicyId": "lbp-dl9ih4afan49q",
"Name": "0xqcg20170510151820",
"Enabled": true,
"Type": "Path",
"Operator": "BeginWith",
"CaseSensitive": true,
"Key": null,
"Value": "/index.html",
"Description": null,
"UserId": "18359229",
"IdLong": "lbpr-m79ih4afik24t-ee2c7c8c-b472-4139-a9a2-8aeee885b220"
}]
}
}