{"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":{"connectorName":{"description":"The name of the Secure Device Connector (SDC) that will be used to communicate with the device. This value is not required if the connector type selected is Cloud Connector (CDG).","example":"SDC-1","type":"string"},"connectorType":{"description":"The type of the connector that will be used to communicate with the device. CDO can communicate with your device using either a Cloud Connector (CDG) or a Secure Device Connector (SDC); see the Security Cloud Control documentation to learn more.","example":"SDC","enum":["SDC","CDG"],"type":"string","$$ref":"#/components/schemas/ConnectorType"},"deviceAddress":{"description":"The address of the device to onboard, specified in the format `host:port`.","example":"10.2.2.5:443","type":"string"},"ignoreCertificate":{"default":false,"description":"Set this attribute to true if you do not want Security Cloud Control to validate the certificate of this device before onboarding.","example":false,"type":"boolean"},"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.","example":"{\"ungroupedLabels\", [\"ra-vpn-headend\"]}","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"},"name":{"description":"A human-readable name for the device.","example":"My ASA","minLength":1,"type":"string"},"password":{"description":"The password used to authenticate with the device.","example":"Cisco@23","minLength":1,"type":"string"},"username":{"description":"The username used to authenticate with the device.","example":"admin","minLength":1,"type":"string"}},"required":["connectorType","name","password","username"],"type":"object","$$ref":"#/components/schemas/AsaCreateOrUpdateInput","title":"AsaCreateOrUpdateInput"}}