云容器引擎 CCE-删除集群:响应示例

时间:2023-11-01 16:20:05

响应示例

状态码: 200

表示删除指定集群作业下发成功。

{  "kind" : "Cluster",  "apiVersion" : "v3",  "metadata" : {    "alias" : "mycluster",    "name" : "mycluster",    "uid" : "fc563b3c-9552-11e8-8beb-0255ac106311",    "creationTimestamp" : "2018-08-01 06:20:28.81667161 +0000 UTC",    "updateTimestamp" : "2018-08-01 09:23:38.944333282 +0000 UTC"  },  "spec" : {    "type" : "VirtualMachine",    "flavor" : "cce.s1.small",    "version" : "v1.7.3-r13",    "description" : "new description",    "hostNetwork" : {      "vpc" : "cbed56e8-03e7-4304-a477-b54bef0857c3",      "subnet" : "5de50062-2be2-4a52-893e-e0906e3e9c9d"    },    "containerNetwork" : {      "mode" : "overlay_l2",      "cidr" : "172.16.0.0/16"    },    "authentication" : {      "mode" : "x509",      "authenticatingProxy" : { }    },    "billingMode" : 0  },  "status" : {    "phase" : "Available",    "jobID" : "e8ebf96c-956d-11e8-a949-0255ac10575d",    "endpoints" : [ {      "url" : "https://192.168.0.16:5443",      "type" : "Internal"    } ]  }}
support.huaweicloud.com/api-cce/cce_02_0241.html