i am using the CDO (SCC) API to onboard a FTD with serial number with ZTP, but when i send my post request with the data below
{
"fmcAccessPolicyUid": "<access_policy_uid>",
"licenses": "[BASE]",
"name": "<device_name>",
"serialNumber": "<de...
Hi
I am deploying over 900 FTD 1120 to Cisco CDO and cdFMC, doing the configuration of the device inside the cdFMC i am applying a health policy, platform settings and add the device to a device group.
To my understanding of the API, you need to sp...
Hi
Background story: I have a customer that are deploying over 900 FTD in CDO and i have a python program that configure and deploy the configuration to each device
I have a program that make a bunch of configuration changes using the Cloud delivered...
Hi
I have the service deployed at a customer site, with over 300 switches that all need to have config changes, and to be able to group them and send the same command to every device in that group would realy speed up the deployment.
So my question ...
i cant get the estreamer to make a connection to the FMC, it says unknown cai have tried to end the sandbox and make a new reservation but without luck i have also tried to upload a new psk12 file to the fmcsplunk server but still no luck. I have ata...
It is both when i retrive the devices, and when i need to generate the total list that need to be sent to the api endpoint. I don't think the CDO api endpoint will give me the correct data, since i need the cdFMC device id in the list of devices in t...
Thank you, i found out that i never checked if my function where i get the version returned the actual version and not None. So i altered my code to handle that scenario and it hasn't failed today on 23 different devices
At todays date the issues is still not fixed. I found a workaround by starting the containers when logged in to the devbox with the following commands:to start the tig_mdt container in detached modedocker run -d -p 3000:3000 -p 57500:57500 --name tig...