Method: legacyPlaybooks.legacyGetPlaybookSimulationEnrichment

Full name: projects.locations.instances.legacyPlaybooks.legacyGetPlaybookSimulationEnrichment

legacyPlaybooks.legacyGetPlaybookSimulationEnrichment returns the playbook simulation enrichment.

HTTP request


Path parameters

Parameters
instance

string

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

string (int64 format)

Optional. TestCaseId is the identifier of the test case.

originalStepIdentifier

string

Required. OriginalStepIdentifier is the original identifier of the step.

originalWorkflowIdentifier

string

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 (ContextGroupDataModel)
    }
  ]
}
Fields
payload[]

object (ContextGroupDataModel)

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.