← Tools Reference

Zorus

Zorus integration (Security). Imported from open-connector.

API key4 toolshttps://developer.zorustech.com
POST
zorus_search_endpoints
Search Zorus endpoints with documented filtering, pagination, and sorting.

/api/endpoints/search

21 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page of data to return.
pageSizeintegeroptionalThe number of items per page.
sortAscendingbooleanoptionalWhether Zorus should sort the result set in ascending order.
sortPropertystringoptionalEndpoint field to sort by.
nameContainsstringoptionalOnly include endpoints whose name contains this value.
isEnabledbooleanoptionalOnly include endpoints whose enabled state matches this value.
uuidEqualsstringoptionalOnly include the endpoint with this UUID.
uuidInarrayoptionalOnly include endpoints whose UUID is in this list.
licenseIdEqualsstringoptionalOnly include the endpoint with this license ID.
licenseIdInarrayoptionalOnly include endpoints whose license ID is in this list.
customerUuidEqualsstringoptionalOnly include endpoints whose customer has this UUID.
customerUuidInarrayoptionalOnly include endpoints whose customer UUID is in this list.
groupUuidEqualsstringoptionalOnly include endpoints whose group has this UUID.
groupUuidInarrayoptionalOnly include endpoints whose group UUID is in this list.
isInErrorStatebooleanoptionalOnly include endpoints whose error state matches this value.
agentStateEqualsstringoptionalOnly include endpoints whose agent state matches this value.
lastSeenBeforestringoptionalOnly include endpoints last seen before this UTC timestamp.
lastSeenAfterstringoptionalOnly include endpoints last seen after this UTC timestamp.
isInheritingGroupSettingsbooleanoptionalOnly include endpoints whose group-setting inheritance matches this value.
isFilteringEnabledbooleanoptionalOnly include endpoints whose filtering state matches this value.
isCyberSightEnabledbooleanoptionalOnly include endpoints whose CyberSight state matches this value.
POST
zorus_search_groups
Search Zorus groups with documented filtering, pagination, and sorting.

/api/groups/search

11 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page of data to return.
pageSizeintegeroptionalThe number of items per page.
sortAscendingbooleanoptionalWhether Zorus should sort the result set in ascending order.
sortPropertystringoptionalGroup field to sort by.
nameContainsstringoptionalOnly include groups whose name contains this value.
uuidEqualsstringoptionalOnly include the group with this UUID.
policyUuidEqualsstringoptionalOnly include groups assigned to this policy UUID.
customerUuidEqualsstringoptionalOnly include groups whose customer has this UUID.
customerNameContainsstringoptionalOnly include groups whose customer name contains this value.
syncOptionsToMembersbooleanoptionalOnly include groups whose sync-options-to-members setting matches this value.
syncAddonsToMembersbooleanoptionalOnly include groups whose sync-addons-to-members setting matches this value.
POST
zorus_search_policies
Search Zorus policies with documented filtering, pagination, and sorting.

/api/policies/search

11 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page of data to return.
pageSizeintegeroptionalThe number of items per page.
sortAscendingbooleanoptionalWhether Zorus should sort the result set in ascending order.
sortPropertystringoptionalPolicy field to sort by.
uuidEqualsstringoptionalOnly include the policy with this UUID.
groupUuidEqualsstringoptionalOnly include policies whose group has this UUID.
groupNameContainsstringoptionalOnly include policies whose group name contains this value.
customerNameContainsstringoptionalOnly include policies whose customer name contains this value.
customerUuidEqualsstringoptionalOnly include policies whose customer has this UUID.
createdBeforestringoptionalOnly include policies created before this UTC timestamp.
createdAfterstringoptionalOnly include policies created after this UTC timestamp.
POST
zorus_search_active_unblock_requests
Search active Zorus unblock requests with documented filtering, pagination, and sorting.

/api/unblock-requests/active/search

9 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page of data to return.
pageSizeintegeroptionalThe number of items per page.
sortAscendingbooleanoptionalWhether Zorus should sort the result set in ascending order.
sortPropertystringoptionalActive unblock-request field to sort by.
customerUuidInarrayoptionalOnly include unblock requests whose customer UUID is in this list.
policyUuidInarrayoptionalOnly include unblock requests whose policy UUID is in this list.
loggedOnUserContainsstringoptionalOnly include unblock requests whose logged-on user contains this value.
requestedBeforestringoptionalOnly include unblock requests submitted before this UTC timestamp.
requestedAfterstringoptionalOnly include unblock requests submitted after this UTC timestamp.