Last updated 1 month ago
Cybus
© Copyright 2024, Cybus GmbH
Success
const response = await fetch('/api/system/metrics', { method: 'GET', headers: {}, }); const data = await response.json();
const response = await fetch('/api/system/metrics', { method: 'PUT', headers: {}, }); const data = await response.json();
const response = await fetch('/api/marketplace/app', { method: 'GET', headers: {}, }); const data = await response.json();
const response = await fetch('/api/marketplace/app/meta', { method: 'GET', headers: {}, }); const data = await response.json();
const response = await fetch('/api/system/info', { method: 'GET', headers: {}, }); const data = await response.json();
{ "time": "text", "version": "text", "license": { "name": "text" } }
const response = await fetch('/api/system/licensefile', { method: 'PUT', headers: {}, }); const data = await response.json();
const response = await fetch('/api/system/refresh', { method: 'GET', headers: {}, }); const data = await response.json();
const response = await fetch('/api/system/health', { method: 'GET', headers: {}, }); const data = await response.json();
{ "system": { "status": [ { "name": "text", "status": "text", "uptime": "text" } ]