Cisco Secure Firewall Health API

The Health API from Cisco Secure Firewall — 12 operation(s) for health.

OpenAPI Specification

cisco-secure-firewall-health-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Cisco Secure Firewall Health API
  version: '1.0'
  description: 'Operations tagged Health across 3 of this provider''s published API definitions: cdfmc-openapi.yaml, cisco-secure-firewall-cdfmc-openapi.yml,
    cisco-secure-firewall-scc-provisioning-openapi.json. Each path carries the servers of the definition it was published
    in.'
  x-provenance:
    method: harvested
    first_party: true
    harvested: '2026-08-19'
    source: https://raw.githubusercontent.com/CiscoDevNet/scc-public-api-docs/main/cdo/cdfmc-openapi.yaml
    source_repo: https://github.com/CiscoDevNet/scc-public-api-docs
    note: Verbatim first-party OpenAPI published by Cisco in the CiscoDevNet scc-public-api-docs repository, the source of
      record for developer.cisco.com/docs/cisco-security-cloud-control-firewall-manager/. Not authored or modified by API
      Evangelist.
    derived_view: Per-tag view of cisco-secure-firewall-cdfmc-openapi.yml, the provider's source document. Operations and
      schemas are the provider's, unmodified; only the partition is ours.
    derived_from: cisco-secure-firewall-cdfmc-openapi.yml
    operation_coverage: 11/12
  x-evidence:
    fetched: '2026-08-19'
    url: https://raw.githubusercontent.com/CiscoDevNet/scc-public-api-docs/main/cdo/cdfmc-openapi.yaml
    http_status: 200
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
- url: https://api.int.security.cisco.com/provisioning
tags:
- name: Health
paths:
  /v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/health/aggregatemetrics:
    get:
      deprecated: false
      description: '**Get metrics related to the health of the device and interface attributes.**'
      operationId: getAggregateMetrics
      parameters:
      - description: Metrics are governed by health policies deployed on the FTD. If the health module is disabled, there
          is a chance that metric data wont be available or is incomplete.<br/>Filter criteria can be specified using the
          format <code>device_uuid:deviceUuid; metric:metric_name; timeRange:range.</code><br/><br/><code>device_uuid</code>
          -- Identifier for device. There can only be one device offered per request. This is a mandatory parameter in the
          filter query.<br/><code>metric</code> -- Indicates the metric to be queried. Possible values are CPU, MEM, INTERFACE,
          DISK_STATS, CHASSIS_STATS and HA_INFO. If this filter is not used, all available metrics are retrieved.<br><code>timeRange</code>
          -- Enum which aids in retrieving the average metrics for time intervals. Possible values are 5m, 15m, 30m, and 1h.
          If this filter is not used, the average of the last five minutes will be shown by default.
        in: query
        name: filter
        required: true
        schema:
          type: string
      - $ref: '#/components/parameters/domainUUID'
        name: domainUUID
      - $ref: '#/components/parameters/offset'
        name: offset
      - $ref: '#/components/parameters/limit'
        name: limit
      - $ref: '#/components/parameters/expanded'
        name: expanded
      responses:
        '200':
          content:
            application/json:
              examples:
                ? 'Example 1 : GET /api/fmc_config/v1/domain/{domainUUID}/health/aggregateMetrics ( Retrieves aggregate health
                  metrics of the devices )'
                : value:
                    items:
                    - chassisStatsHealthMetrics:
                        fanRpmAvgList:
                        - name: fanmod1_fan1
                          rpm: 15720
                        - name: fanmod1_fan2
                          rpm: 15720
                        - name: fanmod1_fan3
                          rpm: 15600
                        - name: fanmod1_fan4
                          rpm: 15600
                      cpuHealthMetrics:
                        linaUsageAvg: 0
                        snortUsageAvg: 0
                        systemUsageAvg: 1.4125
                      diskHealthMetrics:
                        totalDiskUsageAvg: 3
                      endTime: 2024-10-20 16:48:30.948 UTC
                      id: d20b1854-8a08-11ef-a60d-bce7e26aa0d9
                      interfaceHealthMetricsList:
                      - bufferOverrunsAvg: 0
                        bufferUnderrunsAvg: 0
                        currentLinkStatus: UP
                        dropPacketsAvg: 0
                        inputBytesAvg: 532
                        inputErrorsAvg: 0
                        inputPacketSizeAvg: 0
                        interface: Management1/1
                        l2DecodeDropsAvg: 0
                        outputBytesAvg: 1356
                        outputErrorsAvg: 0
                        outputPacketSizeAvg: 0
                      - bufferOverrunsAvg: 0
                        bufferUnderrunsAvg: 0
                        currentLinkStatus: DOWN
                        dropPacketsAvg: 0
                        inputBytesAvg: 0
                        inputErrorsAvg: 0
                        inputPacketSizeAvg: 0
                        interface: Ethernet1/1
                        l2DecodeDropsAvg: 0
                        outputBytesAvg: 0
                        outputErrorsAvg: 0
                        outputPacketSizeAvg: 0
                      memoryHealthMetrics:
                        linaUsageAvg: 32.27
                        snortUsageAvg: 3.35
                        systemUsageAvg: 22.3
                      name: TPK-07-01
                      startTime: 2024-10-20 16:43:30.948 UTC
                      type: AggregateMetric
                    paging:
                      count: 1
                      limit: 25
                      offset: 0
                      pages: 1
              schema:
                $ref: '#/components/schemas/AggregateMetricsListContainer'
                type: object
          description: OK
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
                type: object
          description: Error
      tags:
      - Health
    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
  /v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/health/alerts:
    get:
      deprecated: false
      description: '**Get health alerts.**'
      operationId: getHealthAlertModel
      parameters:
      - description: Various filter criteria can be specified using the format <code>startTime:start_time_in_secs;endTime:end_time_in_secs;deviceUUIDs:List_of_device_uuids;status:List_of_statuses;moduleIDs:List_of_moduleIDs.</code><br/><br/><code>startTime</code>
          -- start time in unix format - startTime and endTime should be specified together<br/><code>endTime</code> -- end
          time in unix format - startTime and endTime should be specified together<br/><code>deviceUUIDs</code> -- List of
          device UUIDs (UUID is 0 for Firewall Management Center).<br/><code>status</code> -- List of status codes to filter
          delimited by comma, e.g. green,red,yellow.<br/><code>moduleIDs</code> -- List of module ids to filter, delimited
          by comma.<br/>.
        in: query
        name: filter
        required: false
        schema:
          type: string
      - $ref: '#/components/parameters/domainUUID'
        name: domainUUID
      - $ref: '#/components/parameters/offset'
        name: offset
      - $ref: '#/components/parameters/limit'
        name: limit
      - $ref: '#/components/parameters/expanded'
        name: expanded
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HealthAlertModelListContainer'
                type: object
          description: OK
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
                type: object
          description: Error
      tags:
      - Health
    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
  /v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/health/events:
    get:
      deprecated: false
      description: '**Get health events.**'
      operationId: getHealthEventModel
      parameters:
      - description: Various filter criteria can be specified using the format <code>startTime:start_time_in_secs;endTime:end_time_in_secs;deviceUUIDs:List_of_device_uuids;status:List_of_statuses;moduleIDs:List_of_moduleIDs
          or "all".</code><br/><br/><code>startTime</code> -- start time in unix format - startTime and endTime should be
          specified together<br/><code>endTime</code> -- end time in unix format - startTime and endTime should be specified
          together<br/><code>deviceUUIDs</code> -- List of device UUIDs (UUID is 0 for Firewall Management Center).<br/><code>status</code>
          -- List of status codes to filter delimited by comma, e.g. NORMAL,CRITICAL,WARNING.<br/><code>moduleIDs</code> --
          List of module ids to filter, delimited by comma or "all" (without the quotes) to get descriptive events for all
          modules per device.<br/>.
        in: query
        name: filter
        required: false
        schema:
          type: string
      - $ref: '#/components/parameters/domainUUID'
        name: domainUUID
      - $ref: '#/components/parameters/offset'
        name: offset
      - $ref: '#/components/parameters/limit'
        name: limit
      - $ref: '#/components/parameters/expanded'
        name: expanded
      responses:
        '200':
          content:
            application/json:
              examples:
                'Example 1 : GET /fmc_config/v1/domain/DomainUUID/health/event ( Get all Health Event details. )':
                  value:
                    items:
                    - deviceUUID: 88fa1802-bca2-11ed-adea-4daec35b1ad2
                      status: CRITICAL
                      timestamp: 0
                      type: Event
                    - deviceUUID: c2719420-bca2-11ed-adea-4daec35b1ad2
                      status: CRITICAL
                      timestamp: 0
                      type: Event
                    - deviceUUID: 582d9a5a-bca2-11ed-adea-4daec35b1ad2
                      status: CRITICAL
                      timestamp: 0
                      type: Event
                    - deviceUUID: 94772d00-bca2-11ed-adea-4daec35b1ad2
                      status: CRITICAL
                      timestamp: 0
                      type: Event
                    - deviceUUID: 6681d328-bca2-11ed-adea-4daec35b1ad2
                      status: CRITICAL
                      timestamp: 0
                      type: Event
                    - deviceUUID: 9ff82224-bca2-11ed-adea-4daec35b1ad2
                      status: CRITICAL
                      timestamp: 0
                      type: Event
                    - deviceUUID: 7200e0ea-bca2-11ed-adea-4daec35b1ad2
                      status: CRITICAL
                      timestamp: 0
                      type: Event
                    - deviceUUID: ab72a52a-bca2-11ed-adea-4daec35b1ad2
                      status: CRITICAL
                      timestamp: 0
                      type: Event
                    - deviceUUID: '0'
                      status: CRITICAL
                      timestamp: 0
                      type: Event
                    - deviceUUID: 7d7cfc9c-bca2-11ed-adea-4daec35b1ad2
                      status: CRITICAL
                      timestamp: 0
                      type: Event
                    - deviceUUID: b6f28212-bca2-11ed-adea-4daec35b1ad2
                      status: CRITICAL
                      timestamp: 0
                      type: Event
                    links:
                      self: https://u32c01p12-vrouter.cisco.com:10224/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/health/event?offset=0&limit=1000
                    paging:
                      count: 11
                      limit: 1000
                      offset: 0
                      pages: 1
              schema:
                $ref: '#/components/schemas/HealthEventModelListContainer'
                type: object
          description: OK
        default:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
                type: object
          description: Error
      tags:
      - Health
    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
  /v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/health/metrics:
    get:
      deprecated: false
      description: '**Get HealthMonitor metrics for the device. The metrics are governed by the respective health modules
        in the health policy. Ensure that you enable the health module before fetching the metrics using this API.**'
      operationId: getHealthMetric
      parameters:
      - description: Various filter criteria can be specified using the format <code>deviceUUIDs:uuid1,uuid2;metric:metric_name;startTime:start_time_in_secs;endTime:end_time_in_secs;step:step_in_secs;regexFilter:filter_on_metric</code><br/><br/><code>deviceUUIDs</code>
          --List UUID of the device to be queried.<br/><code>metric</code> -- name of the prometheus metric to be queried.This
          is mandatory parameter in the filter query.Possible values are <code>1)cpu 2)mem 3)interface 4)asp_drops 5)disk_stats
          6)critical_process etc.For detailed metric information contact HM team.</code><br/><code>startTime</code> -- start
          time in unix format seconds.This is mandatory parameter in the filter query.<br/><code>endTime</code> -- end time
          in unix format seconds.This is mandatory parameter in the filter query.<br/><code>step</code> -- step interval in
          seconds over which the data is returned.This is mandatory parameter in the filter query.<br/><code>regexFilter</code>
          -- filter to be applied on the metric names. Supports GO style regex e.g snort.&#42;&#124;lina.&#42;Optional parameter
          in the filter query. <br/><code>queryFunction</code> -- optional query function which has to be applied to the query,
          can be one of <code>"avg", "rate", "min", "max"</code><br/><code>rateFunctionInterval</code> -- optional interval
          which has to be applied to the rate function, for e.g five minutes should be specified as <code>5m</code><br/>.
          For e.g. to query all the memory metrics for LINA the filter parameter should be <code>deviceUUID:&lt;uuid&gt;;metric:mem;startTime:&lt;time&gt;;endTime:&lt;time&gt;;step:60;regexFilter:used_percentage_lina</code>
        in: query
        name: filter
        required: true
        schema:
          type: string
      - $ref: '#/components/parameters/domainUUID'
        name: domainUUID
      - $ref: '#/components/parameters/offset'
        name: offset
      - $ref: '#/components/parameters/limit'
        name: limit
      - $ref: '#/components/parameters/expanded'
        name: expanded
      responses:
        '200':
          content:
            application/json:
              examples:
                'Example 1 : GET /fmc_config/v1/domain/DomainUUID/health/metrics ( Get all Health Metrics details with regexFilter. )':
                  value:
                    items:
                    - deviceUUID: d8c5ada2-a949-11ea-986f-83a5cef58c55
                      metric: mem
                      regexFilter: mem=~"max_lina"
                      response: '{"status":"success","data":{"resultType":"matrix","result":[{"metric":{"__name__":"mem","instance":"127.0.0.1:9273","job":"d8c5ada2-a949-11ea-986f-83a5cef58c55","mem":"max_lina","uuid":"d8c5ada2-a949-11ea-986f-83a5cef58c55"},"values":[[1591697330.518,"4341001248"],[1591697390.518,"4341001248"],[1591697450.518,"4341001248"],[1591697510.518,"4341001248"],[1591697570.518,"4341001248"],[1591697630.518,"4341001248"],[1591697690.518,"4341001248"],[1591697750.518,"4341001248"],[1591697810.518,"4341001248"],[1591697870.518,"4341001248"],[1591697930.518,"4341001248"],[1591697990.518,"4341001248"],[1591698050.518,"4341001248"],[1591698110.518,"4341001248"],[1591698170.518,"4341001248"],[1591698230.518,"4341001248"],[1591698290.518,"4341001248"],[1591698350.518,"4341001248"],[1591698410.518,"4341001248"],[1591698470.518,"4341001248"],[1591698530.518,"4341001248"],[1591698590.518,"4341001248"],[1591698650.518,"4341001248"],[1591698710.518,"4341001248"],[1591698770.518,"4341001248"],[1591698830.518,"4341001248"],[1591698890.518,"4341001248"],[1591698950.518,"4341001248"],[1591699010.518,"4341001248"],[1591699070.518,"4341001248"],[1591699130.518,"4341001248"],[1591699190.518,"4341001248"],[1591699250.518,"4341001248"],[1591699310.518,"4341001248"],[1591699370.518,"4341001248"],[1591699430.518,"4341001248"],[1591699490.518,"4341001248"],[1591699550.518,"4341001248"],[1591699610.518,"4341001248"],[1591699670.518,"4341001248"],[1591699730.518,"4341001248"],[1591699790.518,"4341001248"],[1591699850.518,"4341001248"],[1591699910.518,"4341001248"],[1591699970.518,"4341001248"],[1591700030.518,"4341001248"],[1591700090.518,"4341001248"],[1591700150.518,"4341001248"],[1591700210.518,"4341001248"],[1591700270.518,"4341001248"],[1591700330.518,"4341001248"],[1591700390.518,"4341001248"],[1591700450.518,"4341001248"],[1591700510.518,"4341001248"],[1591700570.518,"4341001248"],[1591700630.518,"4341001248"],[1591700690.518,"4341001248"],[1591700750.518,"4341001248"],[1591700810.518,"4341001248"],[1591700870.518,"4341001248"],[1591700930.518,"4341001248"]]}]}}'
                      type: HealthMetric
                    links:
                      self: https://10.76.157.67:16286/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/health/metrics?offset=0&limit=1&filter=deviceUUIDs:d8c5ada2-a949-11ea-986f-83a5cef58c55;metric:mem;startTime:1591697330.518;endTime:1591700930.518;step:60;regexFilter:max_lina
                    paging:
                      count: 1
                      limit: 1
                      offset: 0
                      pages: 1
                'Example 2 : GET /fmc_config/v1/domain/DomainUUID/health/metrics ( Get Simple Health Metric Data - mem )':
                  value:
                    items:
                    - metric: mem
                      response: '{"status":"success","data":{"resultType":"matrix","result":[{"metric":{"__name__":"mem","instance":"127.0.0.1:9274","job":"firepower","mem":"available","uuid":"7d4bea5a-4575-11ef-b2d7-56c597ce4352"},"values":[[1721385044,"23671672832"],[1721385104,"23658737664"],[1721385164,"23647248384"],[1721385224,"23653179392"],[1721385284,"23651790848"],[1721385344,"23653158912"],[1721385404,"23678631936"],[1721385464,"23483543552"]]},{"metric":{"__name__":"mem","instance":"127.0.0.1:9274","job":"firepower","mem":"free","uuid":"7d4bea5a-4575-11ef-b2d7-56c597ce4352"},"values":[[1721385044,"17461846016"],[1721385104,"17435926528"],[1721385164,"17412587520"],[1721385224,"17423720448"],[1721385284,"17420353536"],[1721385344,"17422729216"],[1721385404,"17473257472"],[1721385464,"17081352192"]]},{"metric":{"__name__":"mem","instance":"127.0.0.1:9274","job":"firepower","mem":"free_swap","uuid":"7d4bea5a-4575-11ef-b2d7-56c597ce4352"},"values":[[1721385044,"7052091392"],[1721385104,"7052091392"],[1721385164,"7052091392"],[1721385224,"7052091392"],[1721385284,"7052091392"],[1721385344,"7052091392"],[1721385404,"7052091392"],[1721385464,"7052091392"]]},{"metric":{"__name__":"mem","instance":"127.0.0.1:9274","job":"firepower","mem":"free_system","uuid":"7d4bea5a-4575-11ef-b2d7-56c597ce4352"},"values":[[1721385044,"8730923008"],[1721385104,"8717963264"],[1721385164,"8706293760"],[1721385224,"8711860224"],[1721385284,"8710176768"],[1721385344,"8711364608"],[1721385404,"8736628736"],[1721385464,"8540676096"]]},{"metric":{"__name__":"mem","instance":"127.0.0.1:9274","job":"firepower","mem":"total","uuid":"7d4bea5a-4575-11ef-b2d7-56c597ce4352"},"values":[[1721385044,"40719867904"],[1721385104,"40719867904"],[1721385164,"40719867904"],[1721385224,"40719867904"],[1721385284,"40719867904"],[1721385344,"40719867904"],[1721385404,"40719867904"],[1721385464,"40719867904"]]},{"metric":{"__name__":"mem","instance":"127.0.0.1:9274","job":"firepower","mem":"total_swap","uuid":"7d4bea5a-4575-11ef-b2d7-56c597ce4352"},"values":[[1721385044,"7052091392"],[1721385104,"7052091392"],[1721385164,"7052091392"],[1721385224,"7052091392"],[1721385284,"7052091392"],[1721385344,"7052091392"],[1721385404,"7052091392"],[1721385464,"7052091392"]]},{"metric":{"__name__":"mem","instance":"127.0.0.1:9274","job":"firepower","mem":"total_system","uuid":"7d4bea5a-4575-11ef-b2d7-56c597ce4352"},"values":[[1721385044,"33667776512"],[1721385104,"33667776512"],[1721385164,"33667776512"],[1721385224,"33667776512"],[1721385284,"33667776512"],[1721385344,"33667776512"],[1721385404,"33667776512"],[1721385464,"33667776512"]]},{"metric":{"__name__":"mem","instance":"127.0.0.1:9274","job":"firepower","mem":"used","uuid":"7d4bea5a-4575-11ef-b2d7-56c597ce4352"},"values":[[1721385044,"9011613696"],[1721385104,"9024548864"],[1721385164,"9036038144"],[1721385224,"9030107136"],[1721385284,"9031495680"],[1721385344,"9030127616"],[1721385404,"9004654592"],[1721385464,"9199734784"]]},{"metric":{"__name__":"mem","instance":"127.0.0.1:9274","job":"firepower","mem":"used_percentage","uuid":"7d4bea5a-4575-11ef-b2d7-56c597ce4352"},"values":[[1721385044,"22.13"],[1721385104,"22.16"],[1721385164,"22.19"],[1721385224,"22.17"],[1721385284,"22.17"],[1721385344,"22.17"],[1721385404,"22.11"],[1721385464,"22.59"]]},{"metric":{"__name__":"mem","instance":"127.0.0.1:9274","job":"firepower","mem":"used_percentage_swap","uuid":"7d4bea5a-4575-11ef-b2d7-56c597ce4352"},"values":[[1721385044,"0"],[1721385104,"0"],[1721385164,"0"],[1721385224,"0"],[1721385284,"0"],[1721385344,"0"],[1721385404,"0"],[1721385464,"0"]]},{"metric":{"__name__":"mem","instance":"127.0.0.1:9274","job":"firepower","mem":"used_percentage_system","uuid":"7d4bea5a-4575-11ef-b2d7-56c597ce4352"},"values":[[1721385044,"26.76"],[1721385104,"26.8"],[1721385164,"26.83"],[1721385224,"26.82"],[1721385284,"26.82"],[1721385344,"26.82"],[1721385404,"26.74"],[1721385464,"27.32"]]},{"metric":{"__name__":"mem","instance":"127.0.0.1:9274","job":"firepower","mem":"used_swap","uuid":"7d4bea5a-4575-11ef-b2d7-56c597ce4352"},"values":[[1721385044,"0"],[1721385104,"0"],[1721385164,"0"],[1721385224,"0"],[1721385284,"0"],[1721385344,"0"],[1721385404,"0"],[1721385464,"0"]]},{"metric":{"__name__":"mem","instance":"127.0.0.1:9274","job":"firepower","mem":"used_system","uuid":"7d4bea5a-4575-11ef-b2d7-56c597ce4352"},"values":[[1721385044,"9011613696"],[1721385104,"9024548864"],[1721385164,"9036038144"],[1721385224,"9030107136"],[1721385284,"9031495680"],[1721385344,"9030127616"],[1721385404,"9004654592"],[1721385464,"9199734784"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"buff_cache","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"1829957632"],[1721385104,"1830948864"],[1721385164,"1831362560"],[1721385224,"1831043072"],[1721385284,"1832251392"],[1721385344,"1832443904"],[1721385404,"1830731776"],[1721385464,"1830920192"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"free","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"3779878912"],[1721385104,"3772829696"],[1721385164,"3777282048"],[1721385224,"3771334656"],[1721385284,"3761246208"],[1721385344,"3765153792"],[1721385404,"3789975552"],[1721385464,"3789230080"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"max_lina","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"4065080688"],[1721385104,"4065080688"],[1721385164,"4065080688"],[1721385224,"4065080688"],[1721385284,"4065080688"],[1721385344,"4065080688"],[1721385404,"4065080688"],[1721385464,"4065080688"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"max_snort","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"4662906880"],[1721385104,"4662906880"],[1721385164,"4662906880"],[1721385224,"4662906880"],[1721385284,"4662906880"],[1721385344,"4662906880"],[1721385404,"4662906880"],[1721385464,"4662906880"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"max_swap_snort","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"466292736"],[1721385104,"466292736"],[1721385164,"466292736"],[1721385224,"466292736"],[1721385284,"466292736"],[1721385344,"466292736"],[1721385404,"466292736"],[1721385464,"466292736"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"remaining_blocks_0_bytes","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"950"],[1721385104,"950"],[1721385164,"950"],[1721385224,"950"],[1721385284,"950"],[1721385344,"950"],[1721385404,"950"],[1721385464,"950"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"remaining_blocks_1550_bytes","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"6272"],[1721385104,"6272"],[1721385164,"6272"],[1721385224,"6272"],[1721385284,"6272"],[1721385344,"6272"],[1721385404,"6272"],[1721385464,"6272"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"remaining_blocks_16384_bytes","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"100"],[1721385104,"100"],[1721385164,"100"],[1721385224,"100"],[1721385284,"100"],[1721385344,"100"],[1721385404,"100"],[1721385464,"100"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"remaining_blocks_2048_bytes","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"2100"],[1721385104,"2100"],[1721385164,"2100"],[1721385224,"2100"],[1721385284,"2100"],[1721385344,"2100"],[1721385404,"2100"],[1721385464,"2100"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"remaining_blocks_2560_bytes","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"164"],[1721385104,"164"],[1721385164,"164"],[1721385224,"164"],[1721385284,"164"],[1721385344,"164"],[1721385404,"164"],[1721385464,"164"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"remaining_blocks_256_bytes","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"4233"],[1721385104,"4233"],[1721385164,"4233"],[1721385224,"4233"],[1721385284,"4233"],[1721385344,"4233"],[1721385404,"4233"],[1721385464,"4233"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"remaining_blocks_4096_bytes","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"100"],[1721385104,"100"],[1721385164,"100"],[1721385224,"100"],[1721385284,"100"],[1721385344,"100"],[1721385404,"100"],[1721385464,"100"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"remaining_blocks_4_bytes","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"100"],[1721385104,"100"],[1721385164,"100"],[1721385224,"100"],[1721385284,"100"],[1721385344,"100"],[1721385404,"100"],[1721385464,"100"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"remaining_blocks_65664_bytes","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"16"],[1721385104,"16"],[1721385164,"16"],[1721385224,"16"],[1721385284,"16"],[1721385344,"16"],[1721385404,"16"],[1721385464,"16"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"remaining_blocks_80_bytes","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"1000"],[1721385104,"1000"],[1721385164,"1000"],[1721385224,"1000"],[1721385284,"1000"],[1721385344,"1000"],[1721385404,"1000"],[1721385464,"1000"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"remaining_blocks_8192_bytes","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"100"],[1721385104,"100"],[1721385164,"100"],[1721385224,"100"],[1721385284,"100"],[1721385344,"100"],[1721385404,"100"],[1721385464,"100"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"remaining_blocks_9344_bytes","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"100"],[1721385104,"100"],[1721385164,"100"],[1721385224,"100"],[1721385284,"100"],[1721385344,"100"],[1721385404,"100"],[1721385464,"100"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"total","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"8346763264"],[1721385104,"8346763264"],[1721385164,"8346763264"],[1721385224,"8346763264"],[1721385284,"8346763264"],[1721385344,"8346763264"],[1721385404,"8346763264"],[1721385464,"8346763264"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.195
                        test device","mem":"total_swap","uuid":"59e44006-4595-11ef-a67e-b4187d26b42a"},"values":[[1721385044,"5638893568"],[1721385104,"5638893568"],[1721385164,"5638893568"],[1721385224,"5638893568"],[1721385284,"5638893568"],[1721385344,"5638893568"],[1721385404,"5638893568"],[1721385464,"5638893568"]]},{"metric":{"__name__":"mem","instance":"127.0.0.2:9273","job":"10.10.1.19

# --- truncated at 32 KB (126 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/cisco-secure-firewall/refs/heads/main/openapi/cisco-secure-firewall-health-api-openapi.yml