- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.integrations.actions.fetchActionsByEnvironment
Fetch actions by environment.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. The instance to list IntegrationActions for. Format: projects/{project}/locations/{location}/instances/{instance}/soar/integrations/{integration} |
Query parameters
Parameters | |
---|---|
environments[] |
Required. List of environments. Query parameter. |
includeWidgets |
Required. Represents if the call should also return widgets or not. Query parameter. |
Request body
The request body must be empty.
Response body
Response message for FetchActionsByEnvironment.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"actions": [
{
object ( |
Fields | |
---|---|
actions[] |
Required. List of actions that have integration instances in one of the given environments. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.