cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
470
Views
0
Helpful
1
Replies

POST multiple Objects into one API request FTD

Arun2022
Level 1
Level 1

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"

}

 

1 Reply 1

What is the URI you are using when POSTing the objects?  Have you included ?bulk=true in the uri?

--
Please remember to select a correct answer and rate helpful posts