REST API  17
REST API for Luna Network HSMs
DELETE /api/lunasa/snmp/traps

DELETE /api/lunasa/snmp/traps

This resource clears all the SNMP trap agents.

User Privileges

Users with the following role privileges can perform this command:

  • admin
  • operator

Parameters

None

Responses

204

Success.

401

FRAMEWORK_NO_SESSION_COOKIE

No session cookie was found.

500

SNMP_OPERATION_FAILED

Failed to perform the specified operation.

Example Request

    DELETE
    https://1.2.3.4:8443/api/lunasa/snmp/traps
    {
    }

Example Response

{
}