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
}
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
Availability
Added in 40.0
Project Assignment Operations
GET
Query Project Assignments
POST
Create Project Assignment
GET
Get Project Assignment
PUT
Update Project Assignment
DELETE
Delete Project Assignment
GET
Get Project Assignment Members
PUT
Update Project Assignment Members