post https://helios.cohesity.com/v2/mcm/clusters/tenant-config
Update Tenant related configurations for a list of clusters.
Log in to see full request history
Responses
Update Tenant related configurations for a list of clusters.
xxxxxxxxxx
14curl --request POST \
--url https://helios.cohesity.com/v2/mcm/clusters/tenant-config \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"clusters": [
{
"organizationsEnabled": true,
"organizationsStorageDomainSharingEnabled": true
}
]
}
'
xxxxxxxxxx
10{
"clusters": [
{
"clusterIdentifier": "string",
"organizationsEnabled": true,
"organizationsStorageDomainSharingEnabled": false,
"errorMessage": "string"
}
]
}