{"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":"Send (redistribute) routes in EIGRP table based on selected criteria","properties":{"matchExternal1":{"description":"Use this to redistribute only the External1 type routes,applicable only for OSPF protocol.Can be TRUE or FALSE.","type":"boolean"},"matchExternal2":{"description":"Use this to redistribute only the External2 type routes,applicable only for OSPF protocol.Can be TRUE or FALSE.","type":"boolean"},"matchInternal":{"description":"Use this to redistribute only the internal routes, applicable only for OSPF protocol.Can be TRUE or FALSE.","type":"boolean"},"matchNssaExternal1":{"description":"Use this to redistribute only the Nssa External1 type routes, applicable only for OSPF protocol.Can be TRUE or FALSE.","type":"boolean"},"matchNssaExternal2":{"description":"Use this to redistribute only the Nssa External2 type routes, applicable only for OSPF protocol.Can be TRUE or FALSE.","type":"boolean"},"policyId":{"format":"int32","type":"integer"},"processId":{"description":"Process ID used by BGP and OSPF protocols. When used by BGP this is the AS number.","type":"string"},"protocol":{"description":"Protocol to redistribute . Possible values : (STATIC | CONNECTED | RIP | BGP | OSPF)","enum":["CONNECTED","BGP","OSPF","RIP","STATIC"],"type":"string"},"routeMap":{"description":"This route map object defines which of the routes from the specified routing protocol are allowed to be redistributed into the target routing process.","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"},"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"}},"type":"object","title":"EigrpRedistributionModel"}}