- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Lists each Replay
in a project, folder, or organization. Each Replay
is available for at least 7 days.
HTTP request
GET https://policysimulator.googleapis.com/v1beta/{parent=folders/*/locations/*}/replays
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource, in the following format:
Example: Only |
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of The maximum value is 1000; values above 1000 are rounded down to 1000. |
pageToken |
A page token, received from a previous When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListReplaysResponse
.
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.replays.list
For more information, see the IAM documentation.