Skip to content
Download OpenAPI description
Overview
License
Languages
Servers
Mock server
https://apidocs.trustgrid.io/_mock
https://api.trustgrid.io

Alarm filters manage criteria and thresholds for what events generate alerts.

Operations
Operations

Agents run on consumer devices and have a subset of appliance functionality

Operations

Appliances are Trustgrid nodes deployed either physically or as a virtual machine.

Operations
Operations
Operations

Retrieve all high-availability node clusters in the organization

Request

Security
JWTAuthorizer
Query
withConfigboolean

If specified, the nodes will return with their associated configuration.

curl -i -X GET \
  'https://apidocs.trustgrid.io/_mock/cluster?withConfig=true' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/jsonArray [
configobject

Cluster Configuration

domainstring

Cluster domain

fqdnstring

Cluster FQDN

healthstring

Cluster health

Enum"healthy""unhealthy""offline""unknown"
modestring

Cluster Failback Mode

Enum"autoFailback""manualFailback"
namestring

Cluster name

]
Response
application/json
[ { "config": {}, "domain": "string", "fqdn": "string", "health": "healthy", "mode": "autoFailback", "name": "string" } ]

Create a new high-availability cluster for grouping nodes

Request

Security
JWTAuthorizer
Bodyapplication/json
namestringrequired

Cluster name

curl -i -X POST \
  https://apidocs.trustgrid.io/_mock/cluster \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "name": "string"
  }'

Responses

OK

Response
No content

Permanently remove a cluster and all its configurations

Request

Security
JWTAuthorizer
Path
clusterFQDNstringrequired

Cluster FQDN

curl -i -X DELETE \
  'https://apidocs.trustgrid.io/_mock/cluster/{clusterFQDN}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK

Response
No content

A domain provides a logical grouping of nodes inside an organization.

Operations

Tags allow grouping clusters and nodes for permissions and reporting.

Operations

Nodes can be upgraded in bulk using the upgrade manager.

Operations
Operations
Operations
Operations

Audits are logged to keep track of user and system changes. Trustgrid exposes authentication audits, configuration changes, and flow logs

Operations

Groups allow exposing ZTNA applications to users.

Operations
Operations
Operations
Operations
Operations

Users who only have API access

Operations

All interactions with the Trustgrid API require a user.

Operations