Create Projects Access Token

Create Projects Access Token
Create access token for monitoring all projects.

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

Request
URI
POST
https://{api_host}/cloudapi/v1/projects/monitoringToken
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns MonitoringToken of type(s) application/json;version=9.1.0
{
    "access_token": "string"
}

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/cloudapi/v1/projects/monitoringToken