Actions99
- InterACT Actions
- Notification Actions
- Organization Actions
- Task Actions
- Policy Actions
- Repository Actions
- Setting Actions
- Triage Rule Actions
- User Actions
- Acquisition Actions
- API Token Actions
- Asset Actions
- Auto Asset Tag Actions
- Baseline Actions
- Case Actions
- Evidence Actions
Overview
The node integrates with Binalyze AIR to manage various resources, including organizations. Specifically, the "Organization" resource with the "Get Many" operation allows users to retrieve multiple organization records from Binalyze AIR. This operation supports filtering and pagination, enabling efficient querying of organizations by exact name or partial name matches.
This node is beneficial in scenarios where you need to synchronize or analyze organizational data from Binalyze AIR within an automated workflow. For example, you might want to fetch all organizations matching a certain search term to generate reports or trigger further actions based on organizational attributes.
Properties
| Name | Meaning |
|---|---|
| Filter By Name | Filter organizations by exact name match. |
| Search Term | Search organizations by name supporting partial matches. |
| Page Number | Which page of results to return (pagination). |
| Page Size | How many results to return per page (pagination). |
Note: The properties are part of the "Additional Fields" collection but only relevant fields for the "getAll" operation are shown here.
Output
The output contains a JSON array of organization objects retrieved from Binalyze AIR. Each object represents an organization with its associated details as provided by the API. The structure typically includes identifiers, names, contact information, and other metadata related to each organization.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating with the Binalyze AIR API.
- The node depends on the Binalyze AIR service being accessible and properly configured.
- Pagination parameters must be set appropriately to handle large datasets.
Troubleshooting
Common Issues:
- Incorrect or missing API authentication token will cause authorization failures.
- Providing invalid pagination values (e.g., page number less than 1) may result in errors or empty responses.
- Filtering by name with no matching organizations will return an empty result set.
Error Messages:
"Unknown resource: organizations"— indicates the resource parameter was not correctly set to "organizations".- API errors related to authentication or rate limits should be resolved by verifying credentials and API usage policies.