智能边缘平台 IEF-查询应用模板详情:响应示例

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

响应示例

状态码: 200

ok

{
  "app" : {
    "id" : "de1f8e07-30ab-438c-ab46-0f6802a2d366",
    "name" : "app-test",
    "description" : "",
    "project_id" : "pid",
    "created_at" : "2022-06-14T12:20:40.314553Z",
    "alias" : "",
    "visibility" : "private",
    "icon_url" : "",
    "app_versions" : [ {
      "id" : "45880702-8d26-4bd3-afa1-b8cadf035eee",
      "created_at" : "2022-06-14T12:20:40.45464Z",
      "project_id" : "ed202955e111444e8ced21a1bd75fc59",
      "image_url" : "sample:latest",
      "envs" : [ ],
      "volumes" : [ ],
      "configs" : {
        "host_network" : true,
        "ports" : null,
        "restart_policy" : "Always",
        "privileged" : false
      },
      "resources" : {
        "limits" : {
          "cpu" : 1,
          "memory" : 512
        },
        "requests" : {
          "cpu" : 0.25,
          "memory" : 512
        }
      },
      "arch" : "x86_64",
      "command" : null,
      "args" : null,
      "version" : "test",
      "liveness_probe" : { },
      "readiness_probe" : { },
      "npu_type" : ""
    } ]
  }
}
support.huaweicloud.com/api-ief/ShowAppDetail.html