Sean
25 days agoComet
Does the Cato API support batch submissions?
I'm looking to add over 200 DHCP reservations to one of our sites. Does the API support batch submissions in the following format or do I need to include the 'accountId" and 'siteId' lines for each host?
[
{
"accountId": "123456",
"siteId": "78910",
"input": {
"name": "Host1",
"ip": "192.168.1.10",
"macAddress": "00:1A:2B:3C:4D:5E"
}
},
{
"input": {
"name": "Host2",
"ip": "192.168.1.11",
"macAddress": "00:1A:2B:3C:4D:5F"
}
}
]