Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
Region ID
Port ID
Body
application/json
A set of zero or more allowed port address pair and/or subnet masks
Maximum length:
10
Examples:
[
{
"ip_address": "192.168.123.20",
"mac_address": "00:16:3e:f2:87:16"
},
{
"ip_address": "192.168.0.0/17",
"mac_address": "00:16:3e:f2:87:89"
}
]
Response
List of created tasks
List of task IDs
Examples:
["d478ae29-dedc-4869-82f0-96104425f565"]