- HTTP request
- Path parameters
- Request body
- Response body
- Authorization Scopes
- IAM Permissions
- Try it!
Creates and starts a Replay
using the given ReplayConfig
.
HTTP request
POST http://policysimulator.googleapis.com/v1/{parent=organizations/*/locations/*}/replays
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource where this Example: |
Request body
The request body contains an instance of Replay
.
Response body
If successful, the response body contains a newly created instance of Operation
.
Authorization Scopes
Requires the following OAuth scope:
http://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.create
For more information, see the IAM documentation.