Method: projects.locations.exclusionWindows.start

Starts or restarts an existing exclusion window. This method sets startTime to the current time and endTime to current time plus the duration.

HTTP request

POST https://faulttesting.googleapis.com/v1alpha/{name=projects/*/locations/*/exclusionWindows/*}:start

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The resource name of the exclusion window to start. Format: projects/{project}/locations/{location}/exclusionWindows/{exclusionWindow}.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ExclusionWindow.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.