Skip to main content

Create Device

Creates a device from the data that's been supplied. Do not provide an id. IDs are auto generated.

External Documentation

To learn more, visit the Netography documentation.

Basic Parameters

ParameterDescription
IPsAn array of IPs that this device sends flows from.
NameThe name of the device. Eg. router1.site.company.com.
Sample RateThe sample rate of flows this device will send.

Advanced Parameters

ParameterDescription
SiteThe site identifier for this device. For example: us-east-1.
TagsAn 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

Workflow LibraryPreview this Workflow on desktop