Create Namespace Access Token
Creates an access token for monitoring a single namespace that a user has access to.
Request
URI
POST
https://{api_host}/cloudapi/vcf/namespaces/{namespaceId}/monitoringToken
COPY
Path Parameters
string
namespaceId
Required
namespaceId
Responses
200
OK
Returns
MonitoringToken
of type(s)
application/json;version=40.0
{
"access_token": "string"
}
string
access_token
Optional
Monitoring access tokens are JWTs similar to access token credentials but aren't used for authorization to VCF. Instead, they are used to validate that a user has been granted access to particular resources.
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/namespaces/{namespaceId}/monitoringToken
Availability
Added in 40.0
Monitoring Token Operations
POST
Create Projects Access Token
POST
Create Project Access Token
POST
Create Namespaces Access Token
POST
Create Namespace Access Token
POST
Create Regions Access Token
POST
Create Region Access Token
POST
Exchange Access Token