- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Creates a mute config.
HTTP request
POST https://securitycenter.googleapis.com/v2/{parent=folders/*/locations/*}/muteConfigs
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Resource name of the new mute configs's parent. Its format is "organizations/[organization_id]/locations/[locationId]", "folders/[folder_id]/locations/[locationId]", or "projects/[projectId]/locations/[locationId]". |
Query parameters
Parameters | |
---|---|
muteConfigId |
Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less. |
Request body
The request body contains an instance of MuteConfig
.
Response body
If successful, the response body contains a newly created instance of MuteConfig
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.