Get Docker Host
GET/docker-svc/host
Retrieve information about the Docker host
Responses
- 200
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
host string
{
"host": "string"
}
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...