Panel
Devices

Objects

4min
Gets the list of objects in a profile of a given device
GET
Request
Header Parameters
X-API-KEY
required
String
Your API Key
Body Parameters
device_id
required
String
The ID of the Device
customer_code
required
Number
ID of the Customer, ex. 1234
profile_code
optional
Number
Number of the Profile, ex. 1

Add a new IP address in a profile for a specific device
POST
Request
Header Parameters
X-API-KEY
required
String
Your API Key
Body Parameters
device_id
required
String
Device ID ex. 123.2
customer_code
required
Number
ID of the Customer
ip
required
String
IPv4 / IPv6
profile_code
optional
Number
Profile number ex. 1

Add a new range of IP addresses in a profile for a specific device
POST
Request
Header Parameters
X-API-KEY
required
String
Your API Key
Body Parameters
device_id
required
String
Device ID ex. 123.2
customer_code
required
Number
ID of the Customer
ip_start
required
String
IPv4 only
ip_end
required
String
IPv4 only
profile_code
optional
Number
Profile number ex. 1

Add CIDR in a profile for a specific device
POST
Request
Header Parameters
X-API-KEY
required
String
Your API Key
Body Parameters
device_id
required
String
Device ID ex. 123.2
customer_code
required
Number
ID of the Customer
cidr
required
String
IPv4 / IPv6 CIDR, ex. 192.168.1.0/24
profile_code
optional
Number
Profile number

Remove IP address from profile for a specific device
POST
Request
Header Parameters
X-API-KEY
required
String
Your API Key
Body Parameters
device_id
required
String
Device ID ex. 123.2
customer_code
required
Number
ID of the Customer
ip
required
String
IPv4 / IPv6

Removes a range of IP addresses in a profile for a specific device
POST
Request
Header Parameters
X-API-KEY
required
String
Your API Key
Body Parameters
device_id
required
String
Device ID ex. 123.2
customer_code
required
Number
ID of the Customer
ip_start
required
String
IPv4 only
ip_end
required
String
IPv4 only

Removes CIDR in a profile for a specific device
POST
Request
Header Parameters
X-API-KEY
required
String
Your API Key
Body Parameters
device_id
required
String
Device ID ex. 123.2
customer_code
required
Number
ID of the Customer
cidr
required
String
IPv4 / IPv6 CIDR, ex. 192.168.1.0/24




Updated 16 Feb 2024
Doc contributor
Did this page help you?