文档中心 > CreatePolicyRule
CreatePolicyRule

最近更新时间:2021-12-28

请求方法:POST

接口描述:创建转发策略规则


请求参数

路径参数

参数名称

类型

是否必须

备注

Action

string

要执行的操作   CreatePolicyRule。

RegionId

string

节点ID。

Body

参数名称

类型

是否必须

备注

Lbl7PolicyRules

object []

规则。

+MatchingValue

string

匹配值。

+MatchingType

string

匹配类型。

+MatchingKey

string

匹配项。

+L7Type

string

类型。

+L7PolicyId

string

策略ID。

+Id

string

规则ID。


返回参数


参数名称

类型

备注

Code

string

请求结果编码。

Msg

string

请求结果信息。

RequestId

string

请求ID。


示例

请求示例

POST https://api.unicloud.com/networks/slb?Action=CreatePolicyRule

&RegionId=HB1-BJMY

&公共请求参数

Body

{

  "Lbl7PolicyRules":[

    {

      "L7PolicyId":"796c0d5f12344b1181e1e45bca211ddf",

      "L7Type":"PATH_REG",

      "MatchingKey":"",

      "MatchingType":"CONTAINS",

      "MatchingValue":"unicloud.com"

    }

  ]

}

返回示例

{

  "RequestId": "xxxxx",

  "Msg": "创建转发策略规则成功",

  "Code": "Network.Success"

}