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 uses gRPC Transcoding syntax.
Path 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 following IAM 
permission on the specified resource parent 
:
-  logging.exclusions.create
Request body
The request body contains an instance of  LogExclusion 
 
.
Response body
If successful, the response body contains a newly created instance of  LogExclusion 
 
.
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 the Authentication Overview .

