Hi Developers,
I am looking for some guidance to import network objects onto FTD via the api-explorer. I am able to create a single host using the GUI explorer. Any help on how the syntax would be if I want to import multiple objects via the api-explorer is appreciated.
If i run the following post only the first object is added to the FTD the second one is ignored. Please assist.
{
"name": "abc"
"value": "x.x.x.x"
"type": "networkobject"
"subType": "HOST"
},
{
"name": "def"
"value": "x.x.x.x"
"type": "networkobject"
"subType": "HOST"
}