{"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":{"bufferOverrunsAvg":{"description":"Monitors the average number of times where incoming data exceeded buffer capacity, potentially leading to data loss.","type":"number"},"bufferUnderrunsAvg":{"description":"Tracks the average number of times the data buffer was insufficient to handle outgoing traffic, possibly causing transmission delays.","type":"number"},"dropPacketsAvg":{"description":"Average number of packets dropped by the interface due to network congestion, buffer overflow, or errors.","type":"number"},"duplexMode":{"description":"Configuration of the interface regarding data transmission, indicating whether it is set to full, half, or auto-duplex.","type":"string"},"inputBytesAvg":{"description":"Total amount of data received through the interface, providing insights into the volume of inbound traffic.","type":"number"},"inputErrorsAvg":{"description":"The average rate of erroneous packets received, indicative of issues like corruption or transmission errors.","type":"number"},"inputPacketSizeAvg":{"description":"Average size of packets received, useful for analysing the nature of inbound traffic.","type":"number"},"interface":{"description":"Identifier for a specific network interface on the FTD device, used for network traffic management and monitoring.","type":"string"},"interfaceName":{"description":"The name assigned to the interface, facilitating easier identification and configuration.","type":"string"},"interfaceType":{"description":"The physical or logical type of the interface (e.g., Ethernet, virtual, management).","type":"string"},"l2DecodeDropsAvg":{"description":"The average number of packets that could not be processed due to issues at the Data Link layer, including protocol mismatches or corruption.","type":"number"},"linkStatus":{"description":"Indicates whether the physical link of the network interface is active (UP) or inactive (DOWN). The interface will be marked as DOWN if there is no traffic through the interface.","type":"string"},"operationalStatus":{"description":"Current state of the interface from a functional standpoint, influenced by both administrative settings and physical connectivity.","type":"string"},"outputBytesAvg":{"description":"Total data sent out through the interface, useful for tracking outbound traffic levels.","type":"number"},"outputErrorsAvg":{"description":"Average count of error-ridden packets sent from the device, pointing to problems in packet formation or hardware issues.","type":"number"},"outputPacketSizeAvg":{"description":"Average size of packets sent. Helps in understanding the traffic distribution and network load.","type":"number"}},"type":"object","$$ref":"#/components/schemas/InterfaceHealthMetrics","title":"InterfaceHealthMetrics"}}