Get Baremetal Services Status

Get Baremetal Services Status
Get statuses of bmc and bmo instances

Get status for all baremetal services - Controllers and Orchestrator.

Request
URI
GET
https://{api_host}/baremetal/services/status
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns BaremetalServiceStatus of type(s) application/json
{
    "orchestrator": "string",
    "controllers": [
        {
            "_create_user": "string",
            "_create_time": 0,
            "_last_modified_user": "string",
            "_last_modified_time": 0,
            "_revision": 0,
            "_resource_type": "string",
            "_system_owned": false,
            "id": "string",
            "display_name": "string",
            "description": "string",
            "site_ids": [
                "string"
            ],
            "ip_address": "string",
            "status": "string",
            "server_count": 0,
            "components": [
                {
                    "component_name": "string",
                    "status": "string",
                    "message": "string"
                }
            ]
        }
    ]
}
string
orchestrator
Optional

The baremetal controller status.

Possible values are : HEALTHY, DEGRADED, FAILED, UNKNOWN,
array of controllers
controllers
Optional

List of baremetal controllers.


default

Error response on API failure.

Returns Error of type(s) application/json
{
    "error_code": 0,
    "module_name": "string",
    "error_message": "string"
}
integer
error_code
Required

HTTP Status or Application error code.

string
module_name
Optional

Module where the error happened.

string
error_message
Required

Message describing the error.


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/baremetal/services/status