Versions Compared

Key

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

...

Code Block
titlePOST
POST
URL: /v1/cadist/projectprojects/{project-name}/logicalclouds
POST BODY:
{
  "lcname": "name of the logical cloud" //must be unique with in the project
  "description": "<description>"
}

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

...