Generate Access Token for COHESITY_HIGH_CLASSIFIED User
POST https://{{cluster-vip}}/irisservices/api/v1/public/accessTokens
Authenticates the request call to the Cohesity cluster and provides secure access for the COHESITY_HIGH_CLASSIFIED
user to the Cohesity cluster resources.
Request Body
{"username"=>"{{cluster_high-classified-user}}", "password"=>"{{cluster_high-classified-password}}", "domain"=>"{{cluster_domain}}"}
RESPONSES
status: Created
{"accessToken":"{{cluster_high-classified-access_token}}","tokenType":"Bearer","privileges":["AD_LDAP_VIEW","TAGS_VIEW","VLAN_VIEW"]}