Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Logical Cloud API

POST

Code Block
titlePOST
POST
URL: /v1/cadist/logicalcloud
POST BODY:
{
  name: "name of the logical cloud" //must be unique
}

RETURN STATUS: 201
RETURN BODY:
{
  name: "name of the logical cloud"
}


GET, DELETE

Code Block
titleGET,DELETE
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