配置审计 CONFIG-列举预定义合规规则包模板:响应示例

时间:2023-11-13 10:08:24

响应示例

状态码: 200

操作成功。

{
  "value" : [ {
    "id" : "k0123456789",
    "template_key" : "example-001.yaml",
    "description" : "预定义合规包模板示例。",
    "template_body" : "Omit it.",
    "parameters" : {
      "listOfAllowedFlavors" : {
        "description" : "The list of allowed flavor types.",
        "type" : "Array",
        "default_value" : "STAT",
        "allowed_values" : [ "STAT" ]
      }
    }
  } ],
  "page_info" : {
    "current_count" : 1,
    "next_marker" : null
  }
}
support.huaweicloud.com/api-rms/ListBuiltInConformancePackTemplates.html