Get Project Assignment

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


Authentication
This operation uses the following authentication methods.
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}