...
Code Block | ||||
---|---|---|---|---|
| ||||
GET URL: /v2/projects/<project-name>/logical-clouds/<logical-cloud-name>/status GET BODY: Return Body : { "metadata" : { "name" : "logical-cloud-1" "description" : "<description>", } "clusters" : [ "cluster-1" : { "namespace-status" : "<status>", "role-status" : "<status>", "role-binding-status" : "<status>" } "cluster-2" : { "namespace-status" : "<status>", "role-status" : "<status>", "role-binding-status" : "<status>" "control-plane-status" : "<status>" } ], "status": "Creation in Progress " //Created, Creation Failed } |
...