Create Regions Access Token

Create Regions Access Token

Creates an access token for monitoring all regions that a user has access to.

Request
URI
POST
https://{api_host}/cloudapi/vcf/regions/monitoringToken
COPY
Authentication
This operation uses the following authentication methods.
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/regions/monitoringToken