02-07-2017 04:09 AM - edited 03-12-2019 06:16 AM
Dear Support,
am trying to use API to push a bulk of configuration to Firepower 6.1 or 6.2 but without success, i tried to POST multi Network Object as shown below :
under network i POST the below configuration:
https://xxx.xxx.xxx.xxx/api/fmc_config/v1/domain/e233abec-e0f2-11e3-2321-6d9ed49b625f/object/networks
Body:
-----------------------
{
"name":"testing",
"type":"Network",
"description": "testing",
"value": "2.2.90.0/24"
},
{
"name":"testing2",
"type":"Network",
"description": "testing2",
"value": "2.2.91.0/24"
}
----------------
it return with Syntax errors.
can you please provide me with right way to POST multi network Object or any kind of configuration through REST API.
BR,
Hamoud Hamdan
Solved! Go to Solution.