{"type":"model","meta":{"id":"/apps/pubhub/media/cdo-api-documentation/ee9bdf946673e45c4f256a22e0a754e29a9b2098/54f4ba30-7fe2-3433-bbd5-a4d458aee37e","info":{"title":"Cisco Cloud-delivered Firewall Management Center (cdFMC) API","version":"1.15.0","description":"Use the documentation to explore the endpoints the cdFMC has to offer","contact":{"name":"Cisco Firepower TAC","email":"ngfw-support@cisco.com"}},"tags":[{"name":"Analysis"},{"name":"Audit"},{"name":"Backup"},{"name":"Change Management"},{"name":"Chassis"},{"name":"Deployment"},{"name":"Device Clusters"},{"name":"Device Groups"},{"name":"Device HA Pairs"},{"name":"Devices"},{"name":"Health"},{"name":"Integration"},{"name":"Intelligence"},{"name":"License"},{"name":"Network Map"},{"name":"Object"},{"name":"Policy"},{"name":"Policy Assignments"},{"name":"Search"},{"name":"Status"},{"name":"System Configuration"},{"name":"System Information"},{"name":"Templates"},{"name":"Troubleshoot"},{"name":"Updates"},{"name":"Users"}],"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":{"description":"Contains EIGRP advanced configurations.","properties":{"administrativeDistance":{"description":"Used for configuring the administrative distance for a route.","type":"object","properties":{"external":{"description":"Administrative distance for external routing.Can be a number ranging from 1-255.","format":"int32","type":"integer"},"internal":{"description":"Administrative distance for internal routing.Can be a number ranging from 1-255.","format":"int32","type":"integer"}},"$$ref":"#/components/schemas/IEigrpAdministrativeDistance"},"clusterPool":{"description":"Configure IPv4 Cluster Pool Address for the EIGRP.","type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/ReferenceObject"},"defaultRouteDistributionIn":{"description":"Configure EIGRP to accept exterior default routing information through Access List.","type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/ReferenceObject"},"defaultRouteDistributionOut":{"description":"Configure EIGRPto advertise exterior default routing information through Access List.","type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/ReferenceObject"},"enableLogNeighborWarnings":{"description":"Enable the logging of EIGRP neighbor warning messages.Can be TRUE or FALSE.","type":"boolean"},"logNeighborChanges":{"description":"Enable the logging of EIGRP neighbor adjacency changes.Can be TRUE or FALSE.","type":"boolean"},"logNeighborWarningInterval":{"description":"Specifiy the interval at which warnings to be logged.Can be TRUE or FALSE.","format":"int32","type":"integer"},"routeMetric":{"description":"It contains the bandwidth, load, delay, reliability and MTU values which are used by routing algorithm for selecting or rejecting a routing path for transferring data/traffic.","type":"object","properties":{"bandwidth":{"description":"Specify the Bandwidth value. Can be a number ranging from 1-4294967295.","format":"int32","type":"integer"},"delay":{"description":"Specify the delay value. Can be a number ranging from 0-4294967295.","format":"int32","type":"integer"},"effectiveBandwidth":{"description":"Specify the Effective Bandwidth value.Can be a number ranging from 1-255.","format":"int32","type":"integer"},"pathMTU":{"description":"Specify the Path MTU value.Can be a number ranging from 1-65535.","format":"int32","type":"integer"},"reliability":{"description":"Specify the Reliability value.Can be a number ranging from 0-255","format":"int32","type":"integer"}},"$$ref":"#/components/schemas/IEigrpRouteMetric"},"routerId":{"description":"Configure to specify an unique global address for the EIGRP.It will be an IPv4 address.","type":"string"},"stub":{"description":"Enable the device as an EIGRP stub routing process.","type":"object","properties":{"advertise":{"description":"Enable the router to only advertise the packets.Can be TRUE or FALSE.","type":"object","properties":{"connected":{"description":"Indicates whether to advertise the connected routes or not. Can be TRUE or FALSE.","type":"boolean"},"redistributed":{"description":"Indicates whether to advertise the redistributed routes or not. Can be TRUE or FALSE.","type":"boolean"},"static":{"description":"Indicates whether to advertise the static routes or not. Can be TRUE or FALSE.","type":"boolean"},"summary":{"description":"Indicates whether to advertise the summary routes or not. Can be TRUE or FALSE.","type":"boolean"}},"$$ref":"#/components/schemas/IEigrpAdvertise"},"receiveOnly":{"description":"Enable the router to only recieve the packets.Can be TRUE or FALSE.","type":"boolean"}},"$$ref":"#/components/schemas/IEigrpStub"}},"type":"object","title":"IEigrpAdvancedConfigModel"}}