Traffic Sources Devices
Returns an array of devices.
List of Devices Requested, or an array containing the new/updated Device after a Create or Update operation.
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Creates a device from the data that's been supplied. Do not provide an id. IDs are auto generated
The name of the device. Eg. router1.site.company.com
router1.example.comAn array of IPs that this device sends flows from.
["1.1.1.1","22.33.44.55"]The samplerate of flows this device will send.
10Whether to store payload sample or not. SFLOW only. Default to false if not set.
falseAn array of strings to tag every flow from this device with.
["edge"]The site identifier for this device.
us-east-1List of Devices Requested, or an array containing the new/updated Device after a Create or Update operation.
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Fetches a specific device from the ID supplied in the path.
The ID of the device to be returned.
List of Devices Requested, or an array containing the new/updated Device after a Create or Update operation.
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Update a device given the provided object. This does not do a diff. You must send the complete object.
The ID of the device to be updated
The name of the device. Eg. router1.site.company.com
router1.example.comAn array of IPs that this device sends flows from.
["1.1.1.1","22.33.44.55"]The samplerate of flows this device will send.
10Whether to store payload sample or not. SFLOW only. Default to false if not set.
falseAn array of strings to tag every flow from this device with.
["edge"]The site identifier for this device.
us-east-1List of Devices Requested, or an array containing the new/updated Device after a Create or Update operation.
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Deletes a device
The ID of the device to be deleted
An empty array
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
No content
Returns an array of device status objects.
List of Device States.
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Fetches a specific device from the ID supplied in the path.
The ID of the device to be returned.
List of Device States.
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Returns an array of BGP Neighbors.
List of BGP Neighbors
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Returns an array of BGP Neighbors for a Device.
The ID of the device to retrieve BGP Neighbors for.
List of BGP Neighbors
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Create a new BGP Neighbor.
BGP Neighbor Create or Update Config
List of BGP Neighbors
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Returns the details of a specific BGP Neighbor.
The ID of the BGP Neighbor to retrieve.
List of BGP Neighbors
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Updates the details of a specific BGP Neighbor.
The ID of the BGP Neighbor to update.
BGP Neighbor Create or Update Config
List of BGP Neighbors
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Deletes a specific BGP Neighbor.
The ID of the BGP Neighbor to delete.
Empty Response
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
No content
Enable a specific BGP Neighbor.
The ID of the BGP Neighbor to enable.
List of BGP Neighbors
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Disable a specific BGP Neighbor.
The ID of the BGP Neighbor to disable.
List of BGP Neighbors
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Last updated