REST Get NVMe Devices
To review details of volumes, use the GET method for this URL /api/v2/nvmeDevices
.
Sample Command
curl -s -X GET --insecure -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer $LIGHTOS_JWT" https://localhost:443/api/v2/nvmeDevices | jq
Sample Output
{
"NvmeDevices": [ ]
}
Was this page helpful?