- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- AffectedPlaybookResponse
- Try it!
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 |
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 ( |
Fields | |
---|---|
playbooks[] |
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 |
Required. The playbook name. |