Skip to main content
GET
/
diagnostics
Diagnostics
curl --request GET \
  --url https://api.private-ai.com/deid/diagnostics \
  --header 'x-api-key: <api-key>'
{
  "platform": "<string>",
  "cpu_count": 123,
  "container_version": "<string>",
  "cpu_name": "<string>",
  "gpu_info": {}
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successful Response

platform
string
required

The platform on which the container is running.

cpu_count
integer
required

The number of CPUs allocated to the container.

container_version
string
required

The version of the container.

cpu_name
string
required

The name of the CPU.

gpu_info
Gpu Info · object

The uuid and name of attached GPUs.