REST API  17
REST API for Luna Network HSMs
GET /api/lunasa/snmp

GET /api/lunasa/snmp

This resource contains SNMP configuration information.

User Privileges

Users with the following role privileges can perform this command:

  • admin
  • operator
  • monitor

Parameters

None

Responses

200

SNMP properties

JSON Schema: SNMP

500

SNMP_OPERATION_FAILED

Failed to perform the specified operation.

Example Request

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

Example Response

{
  "traps": "/api/lunasa/snmp/traps"
  "users": "/api/lunasa/snmp/users",
  "version": 3,
}

See Also

GET /api/lunasa/snmp/users
GET /api/lunasa/snmp/traps