Generate Claim Token on Helios

GET https://helios.cohesity.com/v2/mcm/claim-tokens

This endpoint makes an HTTP GET request to claim tokens from the specified URL. The request should include a payload with the name and clusterProvider parameters.

  • Each account is allowed 32 valid tokens at a time.
  • Tokens self expire after 15 mins.
  • A token auto expires on claim use.

Request Body

{"name"=>"my-token", "clusterProvider"=>"kMCMCohesity"}

RESPONSES

status: Created

"{\n    \"registrationToken\": {{registrationToken}}\n}"