Exchange Access Token
Creates an access token for monitoring the provided external resource entities. This is a privileged API that takes an existing VCF access token (JWT) and a set of external resource entities to monitor, and generates a new token that asserts the right to access those entities.
{
"access_token": "string",
"entitled_entities": [
{
"id": "string",
"object_ref": "string"
}
]
}
This contains the valid Tenant Manager access token (JWT) that is being used for exchange.
This contains the external resource entities that are being requested for monitoring.
OK
"MonitoringToken Object"
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.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/cloudapi/vcf/metrics/monitoringToken