智能边缘平台 IEF-查询应用模板版本列表:响应示例

时间:2024-04-15 09:12:47

响应示例

状态码: 200

ok

{
  "count" : 1,
  "versions" : [ {
    "envs" : [ ],
    "created_at" : "2018-07-26T07:31:29+08:00",
    "updated_at" : null,
    "version" : "v1",
    "image_url" : "busybox:latest",
    "volumes" : [ ],
    "npu_type" : "",
    "readiness_probe" : null,
    "configs" : {
      "host_network" : true,
      "restart_policy" : "Always",
      "privileged" : false
    },
    "project_id" : "{project_id}",
    "liveness_probe" : null,
    "id" : "bc35aaff-bdd8-49e8-ace0-a25be2b09380",
    "resources" : {
      "requests" : {
        "cpu" : 0.25,
        "memory" : 512
      },
      "limits" : {
        "cpu" : 1,
        "memory" : 512
      }
    }
  } ]
}
support.huaweicloud.com/api-ief/ListAppVersions.html