Skip to main content

List all discovered devices

GET 

/apis/v1/boarding/devices

Use this method to return a list of all Lenovo servers that are discovered by all connected hub but not managed.

Common query parameters: This REST API supports query parameters for paginating, filtering, sorting, including data, and excluding data in the response. For more information about these common query parameters, see Paginating, filtering, including data, and excluding data in responses.

  • The following example return a list of all discovered devices.

    GET https://192.0.2.0/api/v1/boarding/devices

  • The following example return a list of all discovered Lenovo SR860 V4 servers.

    GET https://192.0.2.0/api/v1/boarding/devices?filterContains[0][attributes]=mtm&filterContains[0][values]=7DJN,7DJQ,7DJR

Request

Responses

Success