System Status (API)
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /api/system/info HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"time": "text",
"version": "text",
"license": {
"name": "text",
"file": {}
}
}GET /api/system/preflight HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"dockerHub": {
"status": true,
"statusText": "text",
"url": "text"
},
"cybusRegistry": {
"status": true,
"statusText": "text",
"url": "text"
},
"cybusPortal": {
"status": true,
"statusText": "text",
"url": "text"
},
"currentVersions": {
"series": {}
}
}PUT /api/system/licensefile HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"time": "text",
"version": "text",
"license": {
"name": "text",
"file": {}
}
}GET /api/system/refresh HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"time": "text",
"version": "text",
"license": {
"name": "text",
"file": {}
}
}GET /api/system/health HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"system": {
"status": [
{
"name": "text",
"status": "text",
"uptime": "text"
}
]
}
}GET /api/system/vrpcHealth HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"agentStatus": {
"agentName": "text",
"status": "text"
},
"VRPCInterServiceCommunication": [
{
"agentName": "text",
"providers": [
{
"providerName": "text",
"reachable": true,
"functionalityAffectedIfFailed": [
"text"
]
}
]
}
]
}GET /api/system/metrics HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{}PUT /api/system/metrics HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{}GET /api/system/agents HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"name": "text",
"status": "text",
"version": "text",
"hostname": "text",
"classes": {
"instances": [
"text"
]
}
}GET /api/marketplace/apps HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
[
{
"directory": "text",
"filename": "text",
"name": "text",
"description": "text",
"homepage": "text",
"icon": "text",
"version": "text",
"provider": "text",
"availableInLicense": true,
"publiclyOffered": true,
"createdAt": "text",
"updatedAt": "text"
}
]GET /api/marketplace/app HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{}GET /api/marketplace/app/meta HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{}