Get appliance overview

GET/v1/admin/appliance-overview

Return sanitized aggregate usage, managed-container, runtime, memory, and storage information for an on-prem appliance.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
None.
Query parameters
None.

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Appliance overviewapplication/json
FieldTypeRequiredDescription
schemaVersion1Yes
generatedAtstringYes
deploymentobjectYes
deployment.profileIdstringYes
deployment.topologyon_premYes
deployment.releaseIdstringYes
deployment.modelIdstringYes
usersobjectYes
users.totalintegerYes
users.activeintegerYes
inferenceobjectYes
inference.threadsintegerYes
inference.inputTokensintegerYes
inference.outputTokensintegerYes
inference.cacheTokensintegerYes
inference.totalTokensintegerYes
containersobjectYes
containers.statusavailable | unavailableYesCurrent lifecycle status.
containers.runningintegerYes
containers.totalintegerYes
hostobjectYes
host.architecturestringYes
host.cpuCountintegerYes
host.loadAverage1mnumberYes
host.uptimeSecondsnumberYes
host.memoryobjectYes
host.memory.totalBytesnumberYes
host.memory.availableBytesnumberYes
host.memory.usedBytesnumberYes
host.memory.usedPercentnumberYes
host.storageobjectYes
host.storage.totalBytesnumberYes
host.storage.availableBytesnumberYes
host.storage.usedBytesnumberYes
host.storage.usedPercentnumberYes
runtimeobjectYes
runtime.statusstringYesCurrent lifecycle status.
runtime.providerstringYes
runtime.enginestringYes
runtime.serverVersionstringYes
404The deployment is not an on-prem appliance
None.
500Appliance overview unavailable
None.
Get appliance overview
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow