List the unconfigured nodes discovered on the local network.
Parameters
This resource has no parameters.
Response
Codes
Code
Description
200
Return value on success
Schema
{"description":"api_unconfigured_nodes_response","type":"object","properties":{"nodes":{"type":"array","items":{"description":"nodes","type":"object","properties":{"uuid":{"description":"Unique node identifier","type":"string"},"label":{"description":"Physically identifiable label assigned to the hardware","type":"string"},"serial_number":{"description":"Node serial number","type":"string"},"model_number":{"description":"Node model number","type":"string"},"capacity_in_bytes":{"description":"Raw capacity of the node","type":"string"},"node_version":{"description":"Version","type":"object","properties":{"revision_id":{"description":"revision_id","type":"string"},"build_id":{"description":"build_id","type":"string"},"flavor":{"description":"flavor","type":"string"},"build_date":{"description":"build_date","type":"string"}}}}}},"current_node_uuid":{"description":"UUID of the current node","type":"string"}}}