Method: legacyPlaybooks.legacyGetDebugStepCaseData

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

legacyPlaybooks.legacyGetDebugStepCaseData gets the debug step case data.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance to get the debug step case data for. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "stepOriginalIdentifier": string,
  "alertIdentifier": string
}
Fields
stepOriginalIdentifier

string

Required. The original identifier of the step.

alertIdentifier

string

Required. The alert identifier.

Response body

LegacyPlaybookGetDebugStepCaseDataResponse is a response for getting the debug step case data.

If successful, the response body contains data with the following structure:

JSON representation
{
  "payload": {
    object
  }
}
Fields
payload

object (Struct format)

Optional. The debug step case data.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.