Get Baremetal Controller List

Get Baremetal Controller List
List all baremetal controller instances

Retrieve all baremetal controller instances.

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

OK

Returns BaremetalControllers of type(s) application/json
This response body class contains all of the following: InlineBaremetalControllers0 , InlineBaremetalControllers1
{
    "offset": 0,
    "number_of_results": 0,
    "total_result_count": 0,
    "total_pages": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "_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"
        }
    ]
}

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/controllers