post https://helios.cohesity.com/v2/mcm/rigelmgmt/rigel-groups
Create Rigel Group and associated claim token.
Log in to see full request history
Responses
Create Rigel Group and associated claim token.
xxxxxxxxxx
curl --request POST \
--url https://helios.cohesity.com/v2/mcm/rigelmgmt/rigel-groups \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"groupId": 0,
"groupName": "string",
"claimToken": "string",
"tokenExpiryTimeUsecs": 0
}