- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing group. You can change any group attributes except name
.
HTTP request
PUT https://monitoring.googleapis.com/v3/{group.name}
Path parameters
Parameters | |
---|---|
group. |
Output only. The name of this group. The format is:
When creating a group, this field is ignored and a new name is created consisting of the project specified in the call to |
Query parameters
Parameters | |
---|---|
validate |
If true, validate this request but do not update the existing group. |
Request body
The request body contains an instance of Group
.
Response body
If successful, the response body contains an instance of Group
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/monitoring
For more information, see the Authentication Overview.