华为HiLens-查询应用部署列表:响应示例

时间:2025-02-12 15:03:28

响应示例

状态码: 200

请求成功

{  "count" : 1,  "deployments" : [ {    "template" : {      "configs" : {        "migration" : false,        "host_network" : false,        "host_pid" : false,        "restart_policy" : "Always",        "toleration_seconds" : 0      },      "apps" : [ {        "name" : "food-detection-skill",        "args" : [ ],        "command" : [ ],        "resources" : {          "limits" : {            "cpu" : "0.25",            "memory" : "128"          },          "requests" : { }        },        "envs" : [ ],        "msgs" : [ ],        "ports" : [ ],        "privileged" : false,        "version" : "1.0.5",        "volumes" : [ ],        "app_url" : "xxx",        "is_modelbox" : false      } ]    },    "reason" : null,    "ready_replicas" : 0,    "replicas" : 1,    "description" : null,    "created_at" : "2022-01-13 16:56:27 GMT+08:00",    "source" : "userdefined",    "api_version" : null,    "node_ids" : [ "hilens-ddafe05724364df7bcd1f5e1f9971793" ],    "cluster_id" : null,    "updated_at" : "2022-01-13 16:56:27 GMT+08:00",    "project_id" : "fff47e1722f94c4e98531bae56821372",    "name" : "food-detection",    "id" : "hilens-849c8575bc2a401c8cd7a979d999c8ef",    "state" : "RUNNING"  } ]}
support.huaweicloud.com/api-hilens/getDeploymentListUsingGET.html