REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/sensors

GET /api/lunasa/sensors

This resource contains the list of sensor resources.

Parameters

None

Responses

200

sensors

JSON Schema: Sensors

Example Request

    GET
    https://1.2.3.4:8443/api/lunasa/sensors
{
}

Example Response

{
    "sensors": [
        {"url": "/api/lunasa/sensors/FAN1A", "id": "FAN1A"},
        {"url": "/api/lunasa/sensors/FAN1B", "id": "FAN1B"},
        {"url": "/api/lunasa/sensors/Inlet", "id": "Inlet"},
        {"url": "/api/lunasa/sensors/CHA%20DIMM%200", "id": "CHA DIMM 0"}
    ]
}

See Also

GET /api/lunasa/sensors/{sensorid}