Get Project Assignment
Retrieves a Project Assignment with the given ID.
Request
URI
GET
https://{api_host}/cloudapi/vcf/projectAssignments/{projectAssignmentUrn}
COPY
Path Parameters
string
projectAssignmentUrn
Required
projectAssignmentUrn
Responses
200
OK
Returns
ProjectAssignment
of type(s)
application/json;version=40.0
{
"id": "string",
"name": "string",
"description": "string",
"namespaceCount": 0
}
string
id
Required
The identifier of the project in URN format.
string
name
Required
The name of the project.
string
description
Optional
The description of the project.
integer
namespaceCount
Optional
The number of namespaces assigned to the project.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/projectAssignments/{projectAssignmentUrn}
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