Alarm filters manage criteria and thresholds for what events generate alerts.
Alarm filters manage criteria and thresholds for what events generate alerts.
Agents run on consumer devices and have a subset of appliance functionality
Appliances are Trustgrid nodes deployed either physically or as a virtual machine.
Clusters allow shared config and HA
A domain provides a logical grouping of nodes inside an organization.
Tags allow grouping clusters and nodes for permissions and reporting.
Nodes can be upgraded in bulk using the upgrade manager.
curl -i -X POST \
https://apidocs.trustgrid.io/_mock/upgrade-manager/api/v1/upgrades \
-H 'Authorization: YOUR_API_KEY_HERE'
{ "uid": "a9f7cfec-da06-4822-b4ab-389e4ad51931" }
curl -i -X GET \
https://apidocs.trustgrid.io/_mock/upgrade-manager/api/v1/upgrades/active \
-H 'Authorization: YOUR_API_KEY_HERE'
{ "clusterUpgrades": [ { … } ], "completedAt": "string", "dryRun": true, "excludeTags": { "property1": "string", "property2": "string" }, "failoverApproved": true, "includeTags": { "property1": "string", "property2": "string" }, "manualFailover": true, "name": "Sep27", "nodeUpgrades": [ { … } ], "offlineTimeout": 0, "startedAt": "string", "status": "active", "uid": "2DqxLdknjWxEkGt474d2Cstsa1O", "upgradeTimeout": 0 }
curl -i -X DELETE \
'https://apidocs.trustgrid.io/_mock/upgrade-manager/api/v1/upgrades/{upgradeID}' \
-H 'Authorization: YOUR_API_KEY_HERE'
Audits are logged to keep track of user and system changes. Trustgrid exposes authentication audits, configuration changes, and flow logs
Groups allow exposing ZTNA applications to users.
Org-related APIs expose support requests, support settings, and shared documents.
All interactions with the Trustgrid API require a user.