Get Organization
Retrieve a specific organization
Request
URI
GET
https://starfleet.api.eng.vmware.com//organizations/{organizationId}
COPY
Path Parameters
string
organizationId
Required
organizationId
Responses
200
OK
Returns CspOrg of type(s) application/json
{
"id": "string",
"name": "string"
}
string As ^urn:[a-zA-Z0-9][a-z0-9-]{0,31}:[a-zA-Z0-9()+,\-.:=@;$_!*'%\/?#]+$
id
Required
URN ID of CSP organization. This is immutable.
string
name
Optional
Name of CSP organization. This is immutable.
404
Not Found
Operation doesn't return any data structure