最近更新时间:2021-12-28
请求方法:GET
接口描述:查询转发策略
参数名称 | 类型 | 是否必须 | 备注 |
Action | string | 是 | 要执行的操作 DescribePolicyPage。 |
RegionId | string | 是 | 节点ID。 |
ListenerId | string | 是 | 监听ID。 |
参数名称 | 类型 | 备注 |
RequestId | string | 请求ID。 |
Code | string | 请求结果编码。 |
Msg | string | 请求结果信息。 |
Res | object | 请求结果数据。 |
+ Data | object [] | 具体数据。 |
++Action | string | 策略类型。 |
++ListenerId | string | 监听ID。 |
++LoadbalancerId | string | 负载均衡ID。 |
++Name | string | 名称。 |
++RedirectServerGroupId | string | 服务器组ID。 |
++RedirectServerGroupName | string | 服务器组名称。 |
++UserId | string | 用户ID。 |
++Id | string | ID。 |
++L7Policys | object[] | 策略规则。 |
+++MatchingValue | string | 匹配值。 |
+++MatchingType | string | 匹配类型。 |
+++MatchingKey | string | 匹配项。 |
+++L7Type | string | 类型。 |
+++L7PolicyId | string | 策略ID。 |
+++Id | string | 规则ID。 |
+ Page | integer | 当前页。 |
+ Size | integer | 每页数量。 |
+ Total | integer | 一共有多少元素。 |
GET https://api.unicloud.com/networks/slb?Action=DescribePolicy&RegionId=HB1-BJMY &Page=1 &Size=10 &ListenerId=1111 &公共请求参数 |
{ "Msg": "查询转发策略成功", "Res": { "Size": 10, "Total": 2, "Data": [ { "Action": "allow", "ListenerId": "string", "LoadbalancerId": "string", "Name": "string", "RedirectServerGroupId": "string", "RedirectServerGroupName": "string", "UserId": "string", "Id": "string", "L7Policys": [ { "MatchingValue": "string", "MatchingType": "string", "MatchingKey": "string", "L7Type": "string", "L7PolicyId": "string", "Id": "string" } ] } ], "Page": 1 }, "Code": "Network.Success", "RequestId":"123vdsfsd12" } |