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