Skip to main content

replays

Overview

Namereplays
TypeResource
Idgoogle.policysimulator.replays

Fields

NameDatatypeDescription
namestringOutput only. The resource name of the Replay, which has 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
configobjectThe configuration used for a Replay.
resultsSummaryobjectSummary statistics about the replayed log entries.
statestringOutput only. The current state of the Replay.

Methods

NameAccessible byRequired ParamsDescription
folders_locations_replays_getSELECTfoldersId, locationsId, replaysIdGets the specified Replay. Each Replay is available for at least 7 days.
organizations_locations_replays_getSELECTlocationsId, organizationsId, replaysIdGets the specified Replay. Each Replay is available for at least 7 days.
projects_locations_replays_getSELECTlocationsId, projectsId, replaysIdGets the specified Replay. Each Replay is available for at least 7 days.
folders_locations_replays_createINSERTfoldersId, locationsIdCreates and starts a Replay using the given ReplayConfig.
organizations_locations_replays_createINSERTlocationsId, organizationsIdCreates and starts a Replay using the given ReplayConfig.
projects_locations_replays_createINSERTlocationsId, projectsIdCreates and starts a Replay using the given ReplayConfig.