Projects

Create project

Create a new public cloud project with user

post/1/public_clouds/{public_cloud_id}/projects

Path parameters

public_cloud_idinteger required

Unique identifier of the Public Cloud

Request body

project_namestring required

Project name

user_descriptionstring

User description

user_emailstring
user_passwordstring required

Example request

{
  "project_name": "MyProject",
  "user_description": "My new user"
}

Response

Accepted

resultstring required

Result of the HTTP request

datainteger

Example response

{
  "result": "asynchronous"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.