Method: folders.locations.replays.get

Gets the specified Replay. Each Replay is available for at least 7 days.

HTTP request

GET https://policysimulator.googleapis.com/v1/{name=folders/*/locations/*/replays/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the Replay to retrieve, in the following format:

{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}, where {resource-id} is the ID of the project, folder, or organization that owns the Replay.

Example: projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36

Request body

The request body must be empty.

Response body

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

Authorization Scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • policysimulator.replays.get

For more information, see the IAM documentation.