Create Connector and Claim token.

POST https://helios.cohesity.com/v2/mcm/rigelmgmt/rigel-groups

Introduction

  • This API calls creates a SaaS connector group and also returns a Claim Token and groupId for the connector Group.

  • You will use the groupId to check if the SaaS connector is successfully claimed by the Tenant.

  • This Claim Token will be needed to configure the SaaS connector that you have deployed using link in the Get Saas Connector Image Links API call

  • You will need to pass the regionId and tenantId in the request body

Request Body

{"regionId"=>"{{regionId}}", "tenantId"=>"{{tenantID}}"}