REST API  14
REST API for Luna Network HSMs
GET /api/lunasa/network/measurement

GET /api/lunasa/network/measurement

Gets the network measurement information associated with the appliance.

User Privileges

Users with the following role privileges can perform this command:

  • admin
  • operator
  • monitor

Parameters

None

Responses

200

Basic information about the network measurement.

JSON Schema: Network Measurement

400

APPLIANCE_FAILED_TO_GET_MEASUREMENT_SERVICE_STATUS

Failed to return the status of measurement service.

Example Request

   GET
   https://1.2.3.4:8443/api/lunasa/network/measurement

Example Result

{
    "status": "enabled",
    "actions": "/api/lunasa/network/measurement/actions"
}

See Also

GET /api/lunasa/network/devices/{deviceid}/measurementStats