Endpoint

/v1/cluster/nodes/uid-lights/

GET

List the status of the identification lights for nodes.

Parameters

This resource has no parameters.

Response

Codes

Code Description
200 Return value on success

Schema

{
  "type": "array",
  "items": {
    "description": "api_node_uid_light_status",
    "type": "object",
    "properties": {
      "id": {
        "description": "Integer ID of the node being reported.",
        "type": "number"
      },
      "light_visible": {
        "description": "Visibility of the node identification light",
        "type": "boolean"
      }
    }
  }
}