Method: integrationInstances.fetchAffectedItems

Full name: projects.locations.instances.integrations.integrationInstances.fetchAffectedItems

Fetch affected items for a given IntegrationInstance. Returns the list of affected playbooks for a given IntegrationInstance.

HTTP request


Path parameters

Parameters
name

string

Required. The integration instance to fetch the affected items for. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration}/integrationInstances/{integrationInstance}:fetchAffectedItems

Request body

The request body must be empty.

Response body

Response message for FetchAffectedItems.

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

JSON representation
{
  "playbooks": [
    {
      object (AffectedPlaybookResponse)
    }
  ]
}
Fields
playbooks[]

object (AffectedPlaybookResponse)

Output only. List of affected playbooks.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.

AffectedPlaybookResponse

Response message for FetchAffectedItems.

JSON representation
{
  "displayName": string
}
Fields
displayName

string

Required. The playbook name.