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
Example request
{
"project_name": "MyProject",
"user_description": "My new user"
}Response
Accepted
Example response
{
"result": "asynchronous"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.