Get Docker Service Information
GET/docker-svc/info
Retrieve detailed information about the Docker service
Responses
- 200
- 401
- 500
Service Information
- application/json
- Schema
- Example (from schema)
Schema
info
object
dockerDaemonAddress string
error string
hasDocker boolean
{
"info": {
"dockerDaemonAddress": "string",
"error": "string",
"hasDocker": true
}
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...