...
Code Block | ||
---|---|---|
| ||
GET
URL: /v1/cadist/logicalcloud/{logical cloud name}
RETURN STATUS: 200
RETURN BODY:
{
name: "name of the logical cloud"
//must be unique
}
DELETE
URL: /v1/cadist/logicalcloud/{logical cloud name}
RETURN STATUS: 204 |
...