Method: billingAccounts.exclusions.create

Creates a new exclusion in the _Default sink in a specified parent resource. Only log entries belonging to that resource can be excluded. You can have up to 10 exclusions in a resource.

HTTP request

POST https://logging.googleapis.com/v2/{parent=billingAccounts/*}/exclusions

The URL usesgRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource in which to create the exclusion:

"projects/[PROJECT_ID]""organizations/[ORGANIZATION_ID]""billingAccounts/[BILLING_ACCOUNT_ID]""folders/[FOLDER_ID]"

For examples:

"projects/my-logging-project""organizations/123456789"

Authorization requires the followingIAM permission on the specified resourceparent:

  • logging.exclusions.create

Request body

The request body contains an instance ofLogExclusion.

Response body

If successful, the response body contains a newly created instance ofLogExclusion.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/logging.admin
  • https://www.googleapis.com/auth/cloud-platform

For more information, see theAuthentication Overview.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-21 UTC.