Create Namespace Access Token

Create Namespace Access Token
Create access token for monitoring a single namespace.

Creates an access token for monitoring a single namespace that a user has access to.

Request
URI
POST
https://{api_host}/cloudapi/v1/namespaces/{namespaceId}/monitoringToken
COPY
Path Parameters
string
namespaceId
Required

namespaceId


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/namespaces/{namespaceId}/monitoringToken