REST API  5.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/disk/smart/attributes/{attributeid}

GET /api/lunasa/disk/smart/attributes/{attributeid}

This resource contains information associated with the disk SMART attribute.

Parameters

attributeid

The identifier of a disk SMART attribute.

Use: Required

JSON Schema:

    Object
    type: string

Responses

200

Disk SMART attribute information

JSON Schema: SMART Attribute

400

Unexpected error

404

SMART attribute does not exist

Example Request

    GET
    https://1.2.3.4:8443/api/lunasa/disk/smart/attributes/10
{
}

Example Response

{
    "id": 10,
    "name": "Spin_Retry_Count",
    "flag": "0x0013",
    "value": 100,
    "worst": 100,
    "threshold": 60,
    "type": "Pre-fail",
    "updated": "Always",
    "whenFailed": null,
    "rawValue": "0"
}

See Also

GET /api/lunasa/disk/smart/attributes