Creates a new exclusion window. Once created, an exclusion window must be started with exclusionWindows.start to take effect.
HTTP request
POST https://faulttesting.googleapis.com/v1alpha/{parent=projects/*/locations/*}/exclusionWindows
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The project and location where the exclusion window will be created. Format: |
Query parameters
| Parameters | |
|---|---|
exclusionWindowId |
Required. The ID to use for the This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/. Must start with a letter and cannot end with a hyphen. |
Request body
The request body contains an instance of ExclusionWindow.
Response body
If successful, the response body contains a newly created instance of ExclusionWindow.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.