December 2020
December 17, 2020
CDO Public API
CDO has published its public API and provided you with documentation, examples, and a playground to try things out. The goal of our public API is to provide you with a simple and effective way to perform a lot of what you would normally be able to do in the CDO UI, but in code.
To use this API, you will need to know GraphQL. It is very easy to learn, and their official guide (https://graphql.org/learn/) provides a thorough, light read. We chose GraphQL because it is flexible, strongly typed, and auto-documenting.
To find the full schema documentation, simply go to the GraphQL Playground, and click on the docs tab on the right hand side of the page.
You can launch the CDO Public API by selecting it from the user menu.
December 10, 2020
Export FTD Configuration
You can now export the complete configuration of an FTD device as a CDO-readable JSON file. You can import this file as an FTD model (FTD template) on any CDO tenant that you manage.
For more information, see "Export FTD Configuration" in Managing FTD with Cisco Defense Orchestrator.
Adding Comments to FTD Rules
You can now add comments to rules in FTD policies and rulesets. Rule comments are only visible in CDO; they are not written to the FTD nor are they visible in FDM.
For more information, see "Adding Comments to Rules in FTD Policies and Rulesets" in Managing FTD with Cisco Defense Orchestrator.