{"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":{"autoConfig":{"description":"Indicates whether address is automatically configured.","type":"boolean"},"dadAttempts":{"description":"Indicates the number of times a device performs Duplicate Address Detection (DAD) to verify the uniqueness of an address before assigning the IPv6 address. Valid range is from 0 to 600.","format":"int32","type":"integer"},"enabled":{"description":"Indicates whether IPv6 is enabled in interface.","type":"boolean"},"ipAddresses":{"description":"List of IPv6 addresses assigned to interface.","items":{"properties":{"ipAddress":{"description":"Unique network address assigned to a physical or logical port, which enables the port to communicate on a specific network segment and enforce security policies for traffic traversing that interface.","example":"IPv4 address such as 192.168.1.1 or IPv6 address such as 2001:db8::1","type":"string"},"netmask":{"description":"A 32-bit number that defines the network portion of an IP address, differentiating it from the host portion. This number determines the size of the local network segment directly connected to the interface, allowing it to identify which traffic belongs to its local network and which needs to be routed.","example":"255.255.255.0","type":"string"},"setroute":{"description":"Indicates whether a default route using the gateway information provided by the DHCP server is created automatically. The DHCP-assigned gateway is used as the next-hop for routing traffic.","type":"boolean"},"standbyIpAddress":{"description":"Secondary IP address configured in an interface, specifically for use in an HA pair. This address stays inactive in the standby unit until a failover occurs, at which point, the standby assumes ownership of both the primary and secondary IP addresses to ensure network connectivity for devices.","example":"IPv4 address such as 192.168.1.1 or IPv6 address such as 2001:db8::1","type":"string"}},"type":"object","$$ref":"#/components/schemas/InterfaceIpAddress"},"type":"array"},"linkLocalAddress":{"properties":{"ipAddress":{"description":"Unique network address assigned to a physical or logical port, which enables the port to communicate on a specific network segment and enforce security policies for traffic traversing that interface.","example":"IPv4 address such as 192.168.1.1 or IPv6 address such as 2001:db8::1","type":"string"},"netmask":{"description":"A 32-bit number that defines the network portion of an IP address, differentiating it from the host portion. This number determines the size of the local network segment directly connected to the interface, allowing it to identify which traffic belongs to its local network and which needs to be routed.","example":"255.255.255.0","type":"string"},"setroute":{"description":"Indicates whether a default route using the gateway information provided by the DHCP server is created automatically. The DHCP-assigned gateway is used as the next-hop for routing traffic.","type":"boolean"},"standbyIpAddress":{"description":"Secondary IP address configured in an interface, specifically for use in an HA pair. This address stays inactive in the standby unit until a failover occurs, at which point, the standby assumes ownership of both the primary and secondary IP addresses to ensure network connectivity for devices.","example":"IPv4 address such as 192.168.1.1 or IPv6 address such as 2001:db8::1","type":"string"}},"type":"object","$$ref":"#/components/schemas/InterfaceIpAddress","description":"IPv6 address that is used only for communication within the same network link."},"suppressRA":{"description":"Indicates whether router advertisements should be suppressed.","type":"boolean"}},"type":"object","title":"InterfaceIpv6Address"}}