{"type":"model","meta":{"id":"/apps/pubhub/media/cdo-api-documentation/ee9bdf946673e45c4f256a22e0a754e29a9b2098/9b0e4c9a-48cb-3530-a00a-1f32fbf2438c","info":{"title":"Cisco Security Cloud Control Firewall Manager API","version":"1.15.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.stg.secure.cisco/api/rest","description":"Stgf9"}],"securitySchemes":{"bearerAuth":{"bearerFormat":"JWT","scheme":"bearer","type":"http"}}},"spec":{"properties":{"deviceMetadata":{"description":"Specify metadata for the device. This field contains a combination of structured service-specific metadata persisted by other Cisco services and arbitrary metadata.","properties":{"additional":{"additionalProperties":{"type":"string"},"description":"Additional metadata as a map of key-value pairs.","type":"object"},"secureAccess":{"description":"Structured [Cisco Secure Access](https://www.cisco.com/site/uk/en/products/security/secure-access/index.html) metadata (applicable to UZTNA-enabled FTDs only).","properties":{"commitStatus":{"description":"The deployment status of the Secure Access configuration associated with the device.","enum":["CREATED","VALIDATION_FAILED","QUEUED","IN_PROGRESS","SKIPPED","PARTIALLY_SUCCESSFUL","SUCCESSFULLY_COMPLETED","FAILED","UNKNOWN"],"type":"string"},"numResources":{"description":"The number of private Cisco Secure Access resources associated with the device.","format":"int32","type":"integer"},"numRules":{"description":"The number of Cisco Secure Access rules associated with the device.","format":"int32","type":"integer"}},"type":"object","$$ref":"#/components/schemas/SecureAccessMetadata"}},"type":"object","$$ref":"#/components/schemas/DeviceMetadata"},"labels":{"description":"Specify a set of labels to identify the device as part of a group. Refer to the CDO documentation for details on how labels are used in Security Cloud Control.","properties":{"groupedLabels":{"additionalProperties":{"items":{"type":"string"},"type":"array","uniqueItems":true},"description":"Groups of labels used to identify/tag Security Cloud Control entities.","example":{"group1":["label-1","label-2"],"group2":["label-1","label-2"]},"type":"object"},"ungroupedLabels":{"description":"Set of free-labels used to identify/tag Security Cloud Control entities.","example":["label-a","label-b","label-c"],"items":{"type":"string"},"type":"array","uniqueItems":true}},"type":"object","$$ref":"#/components/schemas/Labels"},"maintenanceWindowDurationMinutes":{"description":"Duration of the maintenance window in minutes.","example":120,"format":"int32","type":"integer"},"maintenanceWindowStartCron":{"description":"CRON expression defining the scheduled start time of the maintenance window in format: Minute, Hour, Day of Month, Month, Day of Week.","example":"* 12 * * *","type":"string"},"name":{"description":"A human-readable name for the device.","example":"My ASA","type":"string"}},"type":"object","$$ref":"#/components/schemas/DevicePatchInput","title":"DevicePatchInput"}}