External DocumentationTo learn more, visit the Netography documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
Create Device with Netography and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
| 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. |
{
"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
}
]
}
Was this page helpful?