Method: projects.locations.replays.results.list

Lists the results of running a Replay.

HTTP request

GET https://policysimulator.googleapis.com/v1/{parent=projects/*/locations/*/replays/*}/results

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The Replay whose results are listed, in the following format:

{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}

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

Query parameters

Parameters
pageSize

integer

The maximum number of ReplayResult objects to return. Defaults to 5000.

The maximum value is 5000; values above 5000 are rounded down to 5000.

pageToken

string

A page token, received from a previous Simulator.ListReplayResults call. Provide this token to retrieve the next page of results.

When paginating, all other parameters provided to [Simulator.ListReplayResults[] must match the call that provided the page token.

Request body

The request body must be empty.

Response body

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

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 parent resource:

  • policysimulator.replayResults.list

For more information, see the IAM documentation.