Create Project Assignment

Create Project Assignment

Creates a new Project Assignment.

Request
URI
POST
https://{api_host}/cloudapi/vcf/projectAssignments
COPY
Request Body
ProjectAssignment of type(s) application/json
Optional

Show optional properties

{
    "id": "string",
    "name": "string"
}
{
    "id": "string",
    "name": "string",
    "description": "string",
    "namespaceCount": 0
}
Authentication
This operation uses the following authentication methods.
Responses
202

The request have been accepted and the task to monitor the request is in the Location header.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"id:"string","name:"string"}' https://{api_host}/cloudapi/vcf/projectAssignments