Full name: projects.locations.instances.legacyPlaybooks.legacyGetPlaybookSimulationEnrichment
legacyPlaybooks.legacyGetPlaybookSimulationEnrichment returns the playbook simulation enrichment.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance to get the playbook simulation enrichment for. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "testCaseId": string, "originalStepIdentifier": string, "originalWorkflowIdentifier": string } |
Fields | |
---|---|
testCaseId |
Optional. TestCaseId is the identifier of the test case. |
originalStepIdentifier |
Required. OriginalStepIdentifier is the original identifier of the step. |
originalWorkflowIdentifier |
Required. OriginalWorkflowIdentifier is the original identifier of the workflow. |
Response body
LegacyPlaybookGetPlaybookSimulationEnrichmentResponse is a response for getting the playbook simulation enrichment.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"payload": [
{
object ( |
Fields | |
---|---|
payload[] |
Optional. The payload of the playbook simulation enrichment. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.