智能边缘平台 IEF-创建部署:响应示例

时间:2023-11-01 16:21:57

响应示例

状态码: 201

ok

{  "created_at" : "2020-09-23 02:38:17.894471458 +0000 UTC",  "replicas" : 1,  "ready_replicas" : 0,  "description" : "this is a test app",  "group_id" : "",  "node_ids" : [ "9ebd8efb-9fdd-44a1-abda-9cdbc287a867" ],  "id" : "66a7fe7e-699a-41b2-9119-f9468a5ed78e",  "name" : "app",  "source" : "",  "template" : {    "configs" : {      "host_network" : true,      "host_pid" : true,      "restart_policy" : "Always",      "migration" : false,      "toleration_seconds" : 300    },    "init_containers" : [ ],    "containers" : [ {      "name" : "container-0",      "image_url" : "nginx:alpine",      "npu_type" : "",      "resources" : {        "limits" : {          "cpu" : "0.25",          "memory" : "500"        },        "requests" : {          "cpu" : "0.25",          "memory" : "500"        }      },      "privileged" : false,      "version" : ""    } ]  },  "state" : "",  "project_id" : "05e1aef9040010e22fccc009adecb056",  "updated_at" : "2020-09-23 02:38:17.894471458 +0000 UTC",  "api_version" : "v3",  "source_id" : ""}

状态码: 400

error

{  "error_code" : "IEF.100001",  "error_msg" : "PROJECT_ID not found"}

状态码: 500

error

{  "error_code" : "IEF.100158",  "error_msg" : "Fail to extract gpu infomation"}
support.huaweicloud.com/api-ief/ief_02_0082.html