MonitoringTokenExchangeRequest
MonitoringTokenExchangeRequest
The request body for requesting a monitoring token for the given external resources.
JSON Example
{
"access_token": "string",
"entitled_entities": [
{
"id": "string",
"object_ref": "string"
}
]
}
string
access_token
Optional
This contains the valid Tenant Manager access token (JWT) that is being used for exchange.
array of
ExternalEntitledEntity
entitled_entities
Optional
Constraints:
maxItems: 1024
This contains the external resource entities that are being requested for monitoring.