-
createCertificate
Add a new certificate
POST /gateway_manager/v1/certificatesAdd a new public certificate that is used to identify a gateway to the certificate store
-
createGateway
Create a new gateway
POST /gateway_manager/v1/gatewaysCreate a new gateway within the database
-
createServiceGroup
Create a new service group
POST /gateway_manager/v1/service-groupsCreate a new service group for organizing services on a gateway
-
deleteCertificateById
Delete a certificate by Id
DELETE /gateway_manager/v1/certificates/:idDeletes a particular certificate from the certificate store
-
deleteGatewayById
Delete a gateway by Id
DELETE /gateway_manager/v1/gateways/:idDeletes a particular gateway from the database
-
deleteServiceGroup
Delete service group
DELETE /gateway_manager/v1/service-groups/:idDeletes a specific service group by its ID
-
getAllActiveClients
Get all actively connected gateways
GET /gateway_manager/v1/connectionsReturns a list of all of the gateway connections that are currently active across all IAPs
-
getCertificateById
Get a certificate by its Id
GET /gateway_manager/v1/certificates/:idGets the information about a particular certificate from the certificate store given its Id
-
getCertificates
Get all certificates
GET /gateway_manager/v1/certificatesGet all certificates from the certificate store
-
getDeviceHealth
Checks if a specific gateway connection is healthy
GET /gateway_manager/v1/connections/:clusterIdGiven the cluster ID of an gateway connection, this endpoint will return the health status of the device
-
getGatewayById
Get Gateway By Id
GET /gateway_manager/v1/gateways/:idGets the information about a particular gateway from the database given its Id
-
getGateways
Get all gateways
GET /gateway_manager/v1/gatewaysGets information about all of the gateways that a user has access to
-
getPackageVersion
The version of app-gateway_manager
GET /gateway_manager/v1/versionReturns the version of this particular running instance of app-gateway_manager
-
getServiceById
Get information about a specific service on a gateway
GET /gateway_manager/v1/services/:idGet a service
-
getServiceGroupById
Get service group by ID
GET /gateway_manager/v1/service-groups/:idGets information about a specific service group by its ID
-
getServiceGroups
Get all service groups
GET /gateway_manager/v1/service-groupsGets information about all service groups, optionally filtered by cluster_id
-
getServices
Get all services
GET /gateway_manager/v1/servicesGet all services across all gateways, optionally filtered by cluster_id
-
runService
Run a Gateway service
POST /gateway_manager/v1/services/runRun an IAG5 service given its name and any parameters passed to the service itself.
-
status
Simple health check
GET /gateway_manager/v1/health/statusReturns health status for Gateway Manager
-
updateGateway
Update Gateway
PUT /gateway_manager/v1/gateways/:idUpdate information about a particular gateway
-
updateServiceGroup
Update service group
PATCH /gateway_manager/v1/service-groups/:idUpdates information about a specific service group