Documentation Index
Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic Parameters
| Parameter | Description |
|---|
| IPs | An array of IPs that this device sends flows from. |
| Name | The name of the device. Eg. router1.site.company.com. |
| Sample Rate | The sample rate of flows this device will send. |
Advanced Parameters
| Parameter | Description |
|---|
| Site | The site identifier for this device. For example: us-east-1. |
| Tags | An array of strings to tag every flow from this device with. Examples: Production, PCI, etc. |
Example Output
{ "meta": { "code": 200, "count": x }, "data": [ { "authpassphrase": "x", "authprotocol": "x", "community": "x", "downsample": x, "id": "xxxxxxxxxx", "ips": [ "xx.xx.xx.xx" ], "learnedat": x, "learnedsamplerate": x, "learneduptime": x, "name": "xxxxxxxxxxxxxxxxxxxx", "payload": x, "postnatdst": x, "postnatsrc": x, "postnatstats": x, "privilegepassphrase": "x", "privilegeprotocol": "x", "retries": x, "samplerate": x, "securitylevel": "x", "site": "x", "snmpenabled": x, "snmpip": "x", "snmponlyinfo": x, "snmppollint": x, "snmpport": x, "snmpversion": "x", "tags": x, "timeout": x, "username": "x", "created": x, "lastupdated": x } ]}
Workflow Library Example
Create Device with Netography and Send Results Via Email