Listing Deployers
action1_list_endpoint_deployersList Action1 Deployer services in a specified organization, with filters for status, OS, installation date, and pagination.
Instructions
Listing Deployers. Lists all Action1 Deployer services in the specified organization. Perm: manage_endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| os | No | Filter by operation system. | |
| from | No | Provide the number of the first record to be returned. | |
| limit | No | Set the maximum number of items to be returned (the page size). | |
| cursor | No | Pagination cursor. | |
| filter | No | Provide a case-insensitive substring to filter and narrow down returned results (i.e., if... | |
| org_id | No | Org UUID. | |
| sortby | No | Define the sorting order by a certain field. | |
| status | No | Specify the status. | |
| verbose | No | Skip per-item compactor. | |
| auto_paginate | No | Walk all pages. | |
| installed_since | No | Enter the installation date. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| has_more | No | ||
| next_cursor | No |