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

Alarm

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

Operations

Modify settings for an existing notification channel

Request

Security
JWTAuthorizer
Path
uidstringrequired
Bodyapplication/jsonrequired

Alarm channel body

emailsstring
genericWebhookstring
msTeamsstring
namestringrequired
opsGeniestring
pagerdutystring
slackChannelstring
slackWebhookstring
uidstring
curl -i -X PUT \
  'https://apidocs.trustgrid.io/_mock/v2/alarm-channel/{uid}' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "emails": "string",
    "genericWebhook": "string",
    "msTeams": "string",
    "name": "string",
    "opsGenie": "string",
    "pagerduty": "string",
    "slackChannel": "string",
    "slackWebhook": "string",
    "uid": "string"
  }'

Responses

OK

Response
No content

Cancel an active alert suppression window and resume normal notifications

Request

Security
JWTAuthorizer
curl -i -X DELETE \
  https://apidocs.trustgrid.io/_mock/v2/alarm/suppression \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK

Retrieve current or upcoming alert suppression schedule details

Request

Security
JWTAuthorizer
curl -i -X GET \
  https://apidocs.trustgrid.io/_mock/v2/alarm/suppression \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
descriptionstring
endstring(date-time)required
startstring(date-time)required
Response
application/json
{ "description": "string", "end": "2019-08-24T14:15:22Z", "start": "2019-08-24T14:15:22Z" }
Operations

Agent

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

Operations

Appliance

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

Operations
Operations
Operations

Domain

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

Operations

Tag

Tags allow grouping clusters and nodes for permissions and reporting.

Operations

Upgrade Manager

Nodes can be upgraded in bulk using the upgrade manager.

Operations
Operations
Operations
Operations

Audit

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

Operations

Group

Groups allow exposing ZTNA applications to users.

Operations
Operations
Operations
Operations
Operations

ServiceUser

Users who only have API access

Operations

User

All interactions with the Trustgrid API require a user.

Operations