API网关 APIG-更新编排规则:请求示例

时间:2024-11-11 18:22:30

请求示例

更新编排规则示例。

{
  "orchestration_name" : "orchestration_demo_1",
  "orchestration_strategy" : "range",
  "orchestration_mapped_param" : {
    "mapped_param_name" : "shared-tag",
    "mapped_param_type" : "number",
    "mapped_param_location" : "header"
  },
  "orchestration_map" : [ {
    "map_param_range" : {
      "range_start" : "1",
      "range_end" : "1000"
    },
    "mapped_param_value" : "1"
  } ]
}
support.huaweicloud.com/api-apig/UpdateOrchestration.html