Method: projects.groups.update

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.name

string

Output only. The name of this group. The format is:

projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]

When creating a group, this field is ignored and a new name is created consisting of the project specified in the call to groups.create and a unique [GROUP_ID] that is generated automatically.

Query parameters

Parameters
validateOnly

boolean

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.