We use analytics and minimal tracking across our websites to help improve performance and user experience. Our privacy policy.
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": {}
}Get diagnostic information for the container.
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": {}
}Successful Response
The platform on which the container is running.
The number of CPUs allocated to the container.
The version of the container.
The name of the CPU.
The uuid and name of attached GPUs.
Show child attributes