Zorus integration (Security). Imported from open-connector.
https://developer.zorustech.com/api/endpoints/search
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page of data to return. |
| pageSize | integer | optional | The number of items per page. |
| sortAscending | boolean | optional | Whether Zorus should sort the result set in ascending order. |
| sortProperty | string | optional | Endpoint field to sort by. |
| nameContains | string | optional | Only include endpoints whose name contains this value. |
| isEnabled | boolean | optional | Only include endpoints whose enabled state matches this value. |
| uuidEquals | string | optional | Only include the endpoint with this UUID. |
| uuidIn | array | optional | Only include endpoints whose UUID is in this list. |
| licenseIdEquals | string | optional | Only include the endpoint with this license ID. |
| licenseIdIn | array | optional | Only include endpoints whose license ID is in this list. |
| customerUuidEquals | string | optional | Only include endpoints whose customer has this UUID. |
| customerUuidIn | array | optional | Only include endpoints whose customer UUID is in this list. |
| groupUuidEquals | string | optional | Only include endpoints whose group has this UUID. |
| groupUuidIn | array | optional | Only include endpoints whose group UUID is in this list. |
| isInErrorState | boolean | optional | Only include endpoints whose error state matches this value. |
| agentStateEquals | string | optional | Only include endpoints whose agent state matches this value. |
| lastSeenBefore | string | optional | Only include endpoints last seen before this UTC timestamp. |
| lastSeenAfter | string | optional | Only include endpoints last seen after this UTC timestamp. |
| isInheritingGroupSettings | boolean | optional | Only include endpoints whose group-setting inheritance matches this value. |
| isFilteringEnabled | boolean | optional | Only include endpoints whose filtering state matches this value. |
| isCyberSightEnabled | boolean | optional | Only include endpoints whose CyberSight state matches this value. |
/api/groups/search
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page of data to return. |
| pageSize | integer | optional | The number of items per page. |
| sortAscending | boolean | optional | Whether Zorus should sort the result set in ascending order. |
| sortProperty | string | optional | Group field to sort by. |
| nameContains | string | optional | Only include groups whose name contains this value. |
| uuidEquals | string | optional | Only include the group with this UUID. |
| policyUuidEquals | string | optional | Only include groups assigned to this policy UUID. |
| customerUuidEquals | string | optional | Only include groups whose customer has this UUID. |
| customerNameContains | string | optional | Only include groups whose customer name contains this value. |
| syncOptionsToMembers | boolean | optional | Only include groups whose sync-options-to-members setting matches this value. |
| syncAddonsToMembers | boolean | optional | Only include groups whose sync-addons-to-members setting matches this value. |
/api/policies/search
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page of data to return. |
| pageSize | integer | optional | The number of items per page. |
| sortAscending | boolean | optional | Whether Zorus should sort the result set in ascending order. |
| sortProperty | string | optional | Policy field to sort by. |
| uuidEquals | string | optional | Only include the policy with this UUID. |
| groupUuidEquals | string | optional | Only include policies whose group has this UUID. |
| groupNameContains | string | optional | Only include policies whose group name contains this value. |
| customerNameContains | string | optional | Only include policies whose customer name contains this value. |
| customerUuidEquals | string | optional | Only include policies whose customer has this UUID. |
| createdBefore | string | optional | Only include policies created before this UTC timestamp. |
| createdAfter | string | optional | Only include policies created after this UTC timestamp. |
/api/unblock-requests/active/search
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page of data to return. |
| pageSize | integer | optional | The number of items per page. |
| sortAscending | boolean | optional | Whether Zorus should sort the result set in ascending order. |
| sortProperty | string | optional | Active unblock-request field to sort by. |
| customerUuidIn | array | optional | Only include unblock requests whose customer UUID is in this list. |
| policyUuidIn | array | optional | Only include unblock requests whose policy UUID is in this list. |
| loggedOnUserContains | string | optional | Only include unblock requests whose logged-on user contains this value. |
| requestedBefore | string | optional | Only include unblock requests submitted before this UTC timestamp. |
| requestedAfter | string | optional | Only include unblock requests submitted after this UTC timestamp. |