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

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

Operations

Retrieve domain configuration including security and network settings

Request

Requires domains::read permission.

Security
JWTAuthorizer
Path
domainNamestringrequired

Domain name

curl -i -X GET \
  'https://apidocs.trustgrid.io/_mock/domain/{domainName}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
configobject

Domain configuration

Response
application/json
{ "config": {} }

Configure domain-wide alert thresholds and notification settings

Request

Requires domains::configure:thresholds permission.

Security
JWTAuthorizer
Path
domainNamestringrequired

Domain name

Bodyapplication/jsonrequired

Alert configuration

object

Alert configuration

curl -i -X PUT \
  'https://apidocs.trustgrid.io/_mock/domain/{domainName}/config/alert' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{}'

Responses

OK

Response
No content

Configure domain-level API gateway settings and access policies

Request

Requires domains::configure:gateway permission.

Security
JWTAuthorizer
Path
domainNamestringrequired

Domain name

Bodyapplication/jsonrequired

APIGW configuration

object

APIGW configuration

curl -i -X PUT \
  'https://apidocs.trustgrid.io/_mock/domain/{domainName}/config/apigw' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{}'

Responses

OK

Response
No content

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