{"type":"model","meta":{"id":"/apps/pubhub/media/cdo-api-documentation/7ed31495363bb30f03170e4300c8e71a0ec64bff/9b0e4c9a-48cb-3530-a00a-1f32fbf2438c","info":{"title":"Cisco Security Cloud Control Firewall Manager API","version":"1.17.0","description":"Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer","contact":{"name":"Cisco Security Cloud Control TAC","email":"cdo.tac@cisco.com"}},"openapi":"3.0.1","servers":[{"url":"https://api.us.security.cisco.com/firewall","description":"US"},{"url":"https://api.eu.security.cisco.com/firewall","description":"EU"},{"url":"https://api.apj.security.cisco.com/firewall","description":"APJ"},{"url":"https://api.au.security.cisco.com/firewall","description":"AUS"},{"url":"https://api.in.security.cisco.com/firewall","description":"IN"},{"url":"https://api.int.security.cisco.com/firewall","description":"Staging"},{"url":"https://scale.manage.security.cisco.com/api/rest","description":"Scale"},{"url":"https://ci.manage.security.cisco.com/api/rest","description":"CI"},{"url":"https://manage.dev.secure.cisco/api/rest","description":"Devf9"},{"url":"https://manage.stg.secure.cisco/api/rest","description":"Stgf9"},{"url":"https://manage.secure.cisco/api/rest","description":"ProdF9"}],"securitySchemes":{"bearerAuth":{"bearerFormat":"JWT","scheme":"bearer","type":"http"}}},"spec":{"description":"Information about a compatible ASA upgrade version and the devices that support it.","properties":{"asdmImageUrl":{"description":"The ASDM image URL","example":"https://../asdm-openjre-7204.bin","type":"string"},"asdmVersion":{"description":"The ASDM version","example":"7.20(4).openjre","type":"string"},"compatibleDevices":{"description":"List of devices that are compatible with this upgrade version","items":{"description":"Information about a device that is compatible with a specific ASA upgrade version.","properties":{"currentSoftwareVersion":{"description":"The software version currently running on the device","type":"string"},"hardwareModel":{"description":"The hardware model of the device","example":"ASAv (V01)","type":"string"},"managedTenantDisplayName":{"description":"The display name of the managed tenant in CDO.","example":"My Tenant","type":"string"},"managedTenantName":{"description":"The name of the managed tenant in CDO.","example":"my-tenant","type":"string"},"managedTenantUid":{"description":"The unique identifier, represented as a UUID, of the managed tenant in Security Cloud Control that this device belongs to.","example":"9ab5b2d0-f032-46f7-8b47-4ef10e598bf8","format":"uuid","type":"string"},"name":{"description":"The name of the device","example":"ASA-Device-1","type":"string"},"uid":{"description":"The unique identifier, represented as a UUID, of the device in Security Cloud Control.","example":"8da12556-748a-4d67-8b6b-d3dcf5af9a30","format":"uuid","type":"string"}},"required":["hardwareModel","managedTenantUid","name","uid"],"type":"object","$$ref":"#/components/schemas/CompatibleDevice"},"type":"array"},"softwareImageUrl":{"description":"The ASA software image URL","example":"https://../asa9-20-3-20-smp-k8.bin","type":"string"},"softwareVersion":{"description":"The software version","example":"9.20(3.20)","type":"string"}},"required":["asdmVersion","compatibleDevices","softwareVersion"],"type":"object","$$ref":"#/components/schemas/CompatibleVersionInfo","title":"CompatibleVersionInfo"}}