Trustgrid Management API (1.0.0)

Download OpenAPI description
Overview
License unlicensed
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

Alert

Operations

Resolve an alert

Request

Requires alerts::read permission.

Path
alertTypestringrequired

Alert type, eg Node Disconnect

nodeIDstringrequired

Node ID

curl -i -X DELETE \
  'https://apidocs.trustgrid.io/_mock/v2/alert/{nodeID}/{alertType}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK

List events, newest first.Deprecated

Request

This is deprecated; use /v2/event instead.


Requires alerts::read permission.

Query
timestampnumber

Start time (unix timestamp) to query from

limitnumber

Limit number of alerts to return

curl -i -X GET \
  'https://apidocs.trustgrid.io/_mock/alert?limit=0&timestamp=0' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/jsonArray [
alert_messagestring

More information about the alert

Example: "Node mynode abnormally disconnected"
nodestring

Node name that generated the alert

Example: "mynode"
node_idstring

Node ID that generated the alert

Example: "19084f81-5668-41ee-adbe-295e4c65531a"
timestampnumber

Unix timestamp of alert

Example: 1661440360
typestring

Type of alert

Example: "Data Plane Disruption"
uidstring

Unique ID of alert

Example: "2DqxLdknjWxEkGt474d2Cstsa1O"
]
Response
application/json
[ { "alert_message": "Node mynode abnormally disconnected", "node": "mynode", "node_id": "19084f81-5668-41ee-adbe-295e4c65531a", "timestamp": 1661440360, "type": "Data Plane Disruption", "uid": "2DqxLdknjWxEkGt474d2Cstsa1O" } ]

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

Certificate

Operations

Cluster

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

Operations
Operations
Operations

KVM

Virtual machines

Operations

Repository

Container repository

Operations

Audit

Operations

Group

Groups allow exposing ZTNA applications to users.

Operations
Operations

Org

Operations

Order

Provision process management

Operations
Operations

ServiceUser

Users who only have API access

Operations

User

All interactions with the Trustgrid API require a user.

Operations