![]() |
REST API
16
REST API for Luna Network HSMs
|
This resource contains information associated with the disk SMART attribute.
The identifier of a disk SMART attribute.
Use: Required
JSON Schema:
Object
type: string
Disk SMART attribute information
JSON Schema: SMART Attribute
Bad request or unexpected error.
SMART attribute does not exist
GET
https://1.2.3.4:8443/api/lunasa/disk/smart/attributes/10
{
}
{
"id": 10,
"name": "Spin_Retry_Count",
"flag": "0x0013",
"value": 100,
"worst": 100,
"threshold": 60,
"type": "Pre-fail",
"updated": "Always",
"whenFailed": null,
"rawValue": "0"
}