REST API  5.0.0
REST API for SafeNet Network HSMs
SMART Attribute

SMART Attribute

Object

        id: Object
                type:  integer
                description: The SMART id of the attribute.

        name: Object
                type:  string
                description: The name of the attribute.

        flag: Object
                type:  string
                description: The flag of the attribute.

        value: Object
                type:  integer
                description: The normalized value of the attribute.

        worst: Object
                type:  integer
                description: The normalized value closest to failure recorded for the attribute.

        threshold: Object
                type:  integer
                description: The normalized value threshold where the attribute is said to be in a failed state.

        type: Object
                type:  string
                description: The type of failure detected by the attribute.
                             A Pre-fail attribute in a failure state indicates a pending failure.
                             An Old age attribute in a failure state indicates end-of-product life.

        updated: Object
                type:  string
                description: The conditions when the attribute value is updated.
                             Always indicates updates during both normal operations and offline testing.
                             Offline indicates updates only during offline testing.

        whenFailed: Object
                type:  string
                description: The indicator of current or past failures of the attribute.
                             FAILING_NOW indicates the attribute is in a failure state.
                             In_the_past indicates the attribute was once in a failure state but is not anymore.
                             null indicates the attribute has never been in a failure state.

        rawValue: Object
                type:  string
                description: The raw non-normalized value of the attribute.

See Also

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