Update a management group
Update the specified management group.
Path Parameters
- group_id string required
Performs the operation on the management group with the specified ID.
- application/json
Request Body
- backup_across_subgroups boolean
Determines whether backups are allowed to occur across different subgroups or cloud connectors.
- name string
The name of the management group.
Responses
- 200
- default
Success
- application/api.clumio.management-groups=v1+json
- Schema
- Example (from schema)
Schema
_links object
- id string
The Clumio-assigned ID of the management group.
- name string
The name of the management group.
- type string
The type of the management group. Possible values include
on_prem
. - vcenter_id string
The Clumio-assigned ID of the vCenter server associated with the management group. All management groups are associated with a vCenter server.
{
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
},
"update-management-group": {
"href": "string",
"templated": true,
"type": "string"
}
},
"id": "string",
"name": "string",
"type": "string",
"vcenter_id": "string"
}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}
PUT /management-groups/:group_id
Authorization
Request
Request
curl -L -X PUT 'https://us-west-2.api.clumio.com/management-groups/:group_id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/api.clumio.management-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"backup_across_subgroups": true,
"name": "string"
}'
curl -L -X PUT 'https://us-west-2.api.clumio.com/management-groups/:group_id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/api.clumio.management-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"backup_across_subgroups": true,
"name": "string"
}'
curl -L -X PUT 'https://us-west-2.api.clumio.com/management-groups/:group_id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/api.clumio.management-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"backup_across_subgroups": true,
"name": "string"
}'
curl -L -X PUT 'https://us-west-2.api.clumio.com/management-groups/:group_id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/api.clumio.management-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"backup_across_subgroups": true,
"name": "string"
}'
curl -L -X PUT 'https://us-west-2.api.clumio.com/management-groups/:group_id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/api.clumio.management-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"backup_across_subgroups": true,
"name": "string"
}'
curl -L -X PUT 'https://us-west-2.api.clumio.com/management-groups/:group_id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/api.clumio.management-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"backup_across_subgroups": true,
"name": "string"
}'
curl -L -X PUT 'https://us-west-2.api.clumio.com/management-groups/:group_id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/api.clumio.management-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"backup_across_subgroups": true,
"name": "string"
}'