Summary
Get the health of a single adapter.
Description
Get the health of a single adapter in IAP.
Route
GET /health/adapters/:name
Roles
admin
apiread
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
name |
string |
yes |
The name for the selected adapter. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
object |
Contains the selected adapters health data. |
Copied to Clipboard
{
"id": "AdminEssentials",
"package_id": "@itential/adapter-local_aaa",
"version": "0.0.1",
"type": "Application",
"description": "A basic description",
"state": "DELETED",
"connection": {
"state": "ONLINE"
},
"uptime": 2245.9722,
"memoryUsage": {
"rss": 7125982,
"heapTotal": 7125982,
"heapUsed": 7125982,
"external": 7125982
},
"cpuUsage": {
"user": 7125982,
"system": 7125982
},
"pid": 7125982,
"logger": {
"console": "trace",
"file": "trace",
"syslog": "debug"
},
"routePrefix": "admin",
"prevUptime": 2245.9722
}