Skip to content
Snippets Groups Projects
Commit 314224c5 authored by Erik Reid's avatar Erik Reid
Browse files

added docs for new /classifier/* routes

parent 5897a6f5
No related branches found
No related tags found
No related merge requests found
......@@ -256,3 +256,17 @@ Any non-empty responses are JSON formatted messages.
This resource updates data that should only be refreshed
in case of system restart.
* /classifier/infinera-dna-addresses, /classifier/juniper-server-addresses
Both of these resources return lists of source addresses
of known senders of snmp traps. Responses will be
formatted as follows:
```json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "array",
"items": {"type": "string"}
}
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment