![]() |
REST API
17
REST API for Luna Network HSMs
|
This resource retrieves all available SNMP trap actions.
Users with the following role privileges can perform this command:
None
The list of actions related to the SNMP traps.
JSON Schema: SNMP Traps Actions
No session cookie was found.
Failed to perform the specified operation.
GET
https://1.2.3.4:8443/api/lunasa/snmp/traps/actions
{
}
{
"actions": [
{
"id": "disable",
"url": "/api/lunasa/snmp/traps/actions/disable"
},
{
"id": "enable",
"url": "/api/lunasa/snmp/traps/actions/enable"
}
]
}