{"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":{"adminPassword":{"description":"Specify the initial provisioning password. This is required for setting up the FTD, and can be ignored if password is already set on the device.","type":"string"},"deviceGroupUid":{"description":"Specify the unique identifier, represented as a UUID, of the device group which the device will be a part of after it finishes registering with Security Cloud Control.","format":"uuid","type":"string"},"fmcAccessPolicyUid":{"description":"Specify the unique identifier, represented as a UUID, of the FMC access policy to apply to this device. If this field is specified, the 'templates' field must remain unspecified. Note: If both 'fmcAccessPolicyUid' and 'template' fields are unspecified, the operation will fail.","format":"uuid","type":"string"},"licenses":{"description":"Specify a set of licenses to apply to the device.","example":["BASE","CARRIER"],"items":{"enum":["BASE","CARRIER","THREAT","MALWARE","URLFilter"],"type":"string"},"minItems":1,"type":"array","uniqueItems":true},"name":{"description":"Specify a human-readable name for the device.","example":"My Zero-touch FTD","minLength":1,"type":"string"},"serialNumber":{"description":"Specify the serial number of the FTD device to be onboarded. When a device with this serial number is plugged in and connected to the Internet, it will automatically be registered to this Security Cloud Control tenant.","minLength":1,"type":"string"},"template":{"description":"Specify the template to apply to this device. If this field is specified, the 'fmcAccessPolicyUid' field must remain unspecified. Note: If both 'fmcAccessPolicyUid' and 'template' fields are unspecified, the operation will fail.","properties":{"objectOverrides":{"description":"Specify a list of objects to override. All objects that have been marked as overridable in the template must be defined here. Note: Any overrides defined here that are not present in the template configuration will be ignored.","items":{"properties":{"name":{"description":"Specify the name of the object to override.","minLength":1,"type":"string"},"type":{"description":"Specify the type of the object to override. The type should match the type of the object used in the template.","enum":["Network","Host","FQDN","Range"],"example":"Network","type":"string"},"uid":{"description":"Specify the unique identifier, represented as a UUID, of the object to override.","example":"0d0cc559-43a0-449a-84a9-28310ede72ec","format":"uuid","type":"string"},"value":{"description":"Specify the value to override the object with.","minLength":1,"type":"string"}},"required":["name","type","uid","value"],"type":"object","$$ref":"#/components/schemas/FmcObjectOverride"},"type":"array"},"templateVariables":{"description":"Specify the list of template variables configured on the template. All required template variables must be defined here, and should have values valid for the type of the variable. Any invalid input will result in the template not being applied to the device upon onboarding. Note: Any variables defined here that are not present in the template will be ignored.","items":{"properties":{"name":{"description":"Specify the name of the object to override.","minLength":1,"type":"string"},"value":{"description":"Specify the value of the template variable. The value specified should be valid for the template variable, as defined in the template configuration.","minLength":1,"type":"string"}},"required":["name","value"],"type":"object","$$ref":"#/components/schemas/FmcTemplateVariable"},"type":"array"},"uid":{"description":"Specify the unique identifier, represented as a UUID, of the template to apply to the onboarded device.","example":"2cadad15-dc8b-4bc4-899f-b9badcfc56a3","format":"uuid","type":"string"}},"required":["uid"],"type":"object","$$ref":"#/components/schemas/ZtpOnboardingTemplateConfiguration"}},"required":["licenses","name","serialNumber"],"type":"object","$$ref":"#/components/schemas/ZtpOnboardingInput","title":"ZtpOnboardingInput"}}