{"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":{"properties":{"asdmVersion":{"description":"The target ASDM software version to upgrade the device to.","example":"'7.6(2)' or '7.6(2).openjre'","type":"string"},"deviceUids":{"description":" \u003cp\u003eList of device identifiers to upgrade in Security Cloud Control.\u003c/p\u003e\n \u003cp\u003eEach entry must meet all of the following:\u003c/p\u003e\n \u003cul\u003e\n \u003cli\u003eThe identifier is a UUID (unique identifier).\u003c/li\u003e\n \u003cli\u003eThe device is managed by the MSSP portal.\u003c/li\u003e\n \u003cli\u003eThe device type is \u003ccode\u003eASA\u003c/code\u003e.\u003c/li\u003e\n \u003cli\u003eThe connectivity state is \u003ccode\u003eONLINE\u003c/code\u003e.\u003c/li\u003e\n \u003cli\u003eThe device is compatible with the specified software version.\u003c/li\u003e\n \u003c/ul\u003e\n","example":["256461f6-bd60-11ef-8beb-6cf1610cf55d"],"items":{"format":"uuid","type":"string"},"minItems":1,"type":"array","uniqueItems":true},"forceUpgrade":{"default":false,"description":"A boolean value, indicating whether the upgrade should be forced. If this is set to true, the upgrade (staged or not) will be executed even if any staged upgrade exists on the device","example":false,"type":"boolean"},"ignoreMaintenanceWindow":{"description":"A boolean flag that determines whether device maintenance windows should be ignored during a full upgrade","example":false,"type":"boolean"},"name":{"description":"Specify a human-readable name for the upgrade run.","example":"Production ASA Upgrade - January 2026","type":"string"},"softwareVersion":{"description":"Specify the software version to which all devices will be upgraded.","example":"7.3.0","type":"string"},"stageUpgradeOnly":{"default":false,"description":"A boolean value, indicating whether the upgrade should be staged. If set to true, the image will be downloaded onto the devices and readiness checks will be performed. However, the upgrade will not be applied to the devices.","example":false,"type":"boolean"}},"required":["deviceUids"],"type":"object","$$ref":"#/components/schemas/MspUpgradeAsaDevicesInput","title":"MspUpgradeAsaDevicesInput"}}