Generate Access Token for Admin

POST https://{{cluster-vip}}/irisservices/api/v1/public/accessTokens

Authenticates the request call to the Cohesity cluster and provides secure access for the admin to the Cohesity cluster resources. The default username is admin and the password is admin.

Request Body

{"username"=>"{{cluster_admin_username}}", "password"=>"{{cluster_admin_password}}", "domain"=>"{{cluster_domain}}"}

RESPONSES

status: Created

{"accessToken":"{{cluster_access_token}}","tokenType":"Bearer","privileges":["CLUSTER_CREATE","NODE_VIEW"]}