{"type":"api","title":"Get Health Metric","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":{"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 \u003ccode\u003edeviceUUIDs:uuid1,uuid2;metric:metric_name;startTime:start_time_in_secs;endTime:end_time_in_secs;step:step_in_secs;regexFilter:filter_on_metric\u003c/code\u003e\u003cbr/\u003e\u003cbr/\u003e\u003ccode\u003edeviceUUIDs\u003c/code\u003e --List UUID of the device to be queried.\u003cbr/\u003e\u003ccode\u003emetric\u003c/code\u003e -- name of the prometheus metric to be queried.This is mandatory parameter in the filter query.Possible values are \u003ccode\u003e1)cpu 2)mem 3)interface 4)asp_drops 5)disk_stats 6)critical_process etc.For detailed metric information contact HM team.\u003c/code\u003e\u003cbr/\u003e\u003ccode\u003estartTime\u003c/code\u003e -- start time in unix format seconds.This is mandatory parameter in the filter query.\u003cbr/\u003e\u003ccode\u003eendTime\u003c/code\u003e -- end time in unix format seconds.This is mandatory parameter in the filter query.\u003cbr/\u003e\u003ccode\u003estep\u003c/code\u003e -- step interval in seconds over which the data is returned.This is mandatory parameter in the filter query.\u003cbr/\u003e\u003ccode\u003eregexFilter\u003c/code\u003e -- filter to be applied on the metric names. Supports GO style regex e.g snort.*|lina.*Optional parameter in the filter query. \u003cbr/\u003e\u003ccode\u003equeryFunction\u003c/code\u003e -- optional query function which has to be applied to the query, can be one of \u003ccode\u003e\"avg\", \"rate\", \"min\", \"max\"\u003c/code\u003e\u003cbr/\u003e\u003ccode\u003erateFunctionInterval\u003c/code\u003e -- optional interval which has to be applied to the rate function, for e.g five minutes should be specified as \u003ccode\u003e5m\u003c/code\u003e\u003cbr/\u003e. For e.g. to query all the memory metrics for LINA the filter parameter should be \u003ccode\u003edeviceUUID:<uuid>;metric:mem;startTime:<time>;endTime:<time>;step:60;regexFilter:used_percentage_lina\u003c/code\u003e","in":"query","name":"filter","required":true,"schema":{"type":"string"}},{"name":"domainUUID","description":"Domain UUID","in":"path","required":true,"schema":{"type":"string"},"$$ref":"#/components/parameters/domainUUID"},{"name":"offset","description":"Index of first item to return.","in":"query","required":false,"schema":{"format":"int32","type":"integer"},"$$ref":"#/components/parameters/offset"},{"name":"limit","description":"Number of items to return.","in":"query","required":false,"schema":{"format":"int32","type":"integer"},"$$ref":"#/components/parameters/limit"},{"name":"expanded","description":"If set to true, the GET response displays a list of objects with additional attributes.","in":"query","required":false,"schema":{"type":"boolean"},"$$ref":"#/components/parameters/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.195 test device\",\"mem\":\"used\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"2736926720\"],[1721385104,\"2742984704\"],[1721385164,\"2738118656\"],[1721385224,\"2744385536\"],[1721385284,\"2753265664\"],[1721385344,\"2749165568\"],[1721385404,\"2726055936\"],[1721385464,\"2726612992\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_lina\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"1820304624\"],[1721385104,\"1820304448\"],[1721385164,\"1820303728\"],[1721385224,\"1820303328\"],[1721385284,\"1820303392\"],[1721385344,\"1820303744\"],[1721385404,\"1820303296\"],[1721385464,\"1820303728\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_percentage_lina\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"44.77\"],[1721385104,\"44.77\"],[1721385164,\"44.77\"],[1721385224,\"44.77\"],[1721385284,\"44.77\"],[1721385344,\"44.77\"],[1721385404,\"44.77\"],[1721385464,\"44.77\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_percentage_snort\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"9.64\"],[1721385104,\"9.64\"],[1721385164,\"9.64\"],[1721385224,\"9.64\"],[1721385284,\"9.64\"],[1721385344,\"9.64\"],[1721385404,\"9.64\"],[1721385464,\"9.64\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_percentage_swap\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"13.39\"],[1721385104,\"13.39\"],[1721385164,\"13.39\"],[1721385224,\"13.4\"],[1721385284,\"13.4\"],[1721385344,\"13.4\"],[1721385404,\"13.46\"],[1721385464,\"13.46\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_percentage_system\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"32.79\"],[1721385104,\"32.86\"],[1721385164,\"32.8\"],[1721385224,\"32.87\"],[1721385284,\"32.98\"],[1721385344,\"32.93\"],[1721385404,\"32.66\"],[1721385464,\"32.66\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_percentage_system_and_swap\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"24.96\"],[1721385104,\"25.01\"],[1721385164,\"24.98\"],[1721385224,\"25.02\"],[1721385284,\"25.09\"],[1721385344,\"25.06\"],[1721385404,\"24.92\"],[1721385464,\"24.92\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_snort\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"449650688\"],[1721385104,\"449650688\"],[1721385164,\"449650688\"],[1721385224,\"449650688\"],[1721385284,\"449650688\"],[1721385344,\"449650688\"],[1721385404,\"449650688\"],[1721385464,\"449650688\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_swap\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"755236864\"],[1721385104,\"755499008\"],[1721385164,\"755499008\"],[1721385224,\"755761152\"],[1721385284,\"755761152\"],[1721385344,\"755761152\"],[1721385404,\"759431168\"],[1721385464,\"759431168\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_swap_snort\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"0\"],[1721385104,\"0\"],[1721385164,\"0\"],[1721385224,\"0\"],[1721385284,\"0\"],[1721385344,\"0\"],[1721385404,\"0\"],[1721385464,\"0\"]]}]}}","type":"Metric"}],"links":{"self":"https://u32c01p12-vrouter.cisco.com:45565/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/health/metrics?offset=0&limit=25&filter=metric:mem;startTime:1721385044;endTime:1721385493;step:60"},"paging":{"count":1,"limit":25,"offset":0,"pages":1}}},"Example 3 : GET /fmc_config/v1/domain/DomainUUID/health/metrics ( Get Simple Health Metric Data for specific device - mem )":{"value":{"items":[{"deviceUUID":"59e44006-4595-11ef-a67e-b4187d26b42a","metric":"mem","response":"{\"status\":\"success\",\"data\":{\"resultType\":\"matrix\",\"result\":[{\"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.195 test device\",\"mem\":\"used\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"2736926720\"],[1721385104,\"2742984704\"],[1721385164,\"2738118656\"],[1721385224,\"2744385536\"],[1721385284,\"2753265664\"],[1721385344,\"2749165568\"],[1721385404,\"2726055936\"],[1721385464,\"2726612992\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_lina\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"1820304624\"],[1721385104,\"1820304448\"],[1721385164,\"1820303728\"],[1721385224,\"1820303328\"],[1721385284,\"1820303392\"],[1721385344,\"1820303744\"],[1721385404,\"1820303296\"],[1721385464,\"1820303728\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_percentage_lina\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"44.77\"],[1721385104,\"44.77\"],[1721385164,\"44.77\"],[1721385224,\"44.77\"],[1721385284,\"44.77\"],[1721385344,\"44.77\"],[1721385404,\"44.77\"],[1721385464,\"44.77\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_percentage_snort\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"9.64\"],[1721385104,\"9.64\"],[1721385164,\"9.64\"],[1721385224,\"9.64\"],[1721385284,\"9.64\"],[1721385344,\"9.64\"],[1721385404,\"9.64\"],[1721385464,\"9.64\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_percentage_swap\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"13.39\"],[1721385104,\"13.39\"],[1721385164,\"13.39\"],[1721385224,\"13.4\"],[1721385284,\"13.4\"],[1721385344,\"13.4\"],[1721385404,\"13.46\"],[1721385464,\"13.46\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_percentage_system\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"32.79\"],[1721385104,\"32.86\"],[1721385164,\"32.8\"],[1721385224,\"32.87\"],[1721385284,\"32.98\"],[1721385344,\"32.93\"],[1721385404,\"32.66\"],[1721385464,\"32.66\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_percentage_system_and_swap\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"24.96\"],[1721385104,\"25.01\"],[1721385164,\"24.98\"],[1721385224,\"25.02\"],[1721385284,\"25.09\"],[1721385344,\"25.06\"],[1721385404,\"24.92\"],[1721385464,\"24.92\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_snort\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"449650688\"],[1721385104,\"449650688\"],[1721385164,\"449650688\"],[1721385224,\"449650688\"],[1721385284,\"449650688\"],[1721385344,\"449650688\"],[1721385404,\"449650688\"],[1721385464,\"449650688\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_swap\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"755236864\"],[1721385104,\"755499008\"],[1721385164,\"755499008\"],[1721385224,\"755761152\"],[1721385284,\"755761152\"],[1721385344,\"755761152\"],[1721385404,\"759431168\"],[1721385464,\"759431168\"]]},{\"metric\":{\"__name__\":\"mem\",\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"used_swap_snort\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"0\"],[1721385104,\"0\"],[1721385164,\"0\"],[1721385224,\"0\"],[1721385284,\"0\"],[1721385344,\"0\"],[1721385404,\"0\"],[1721385464,\"0\"]]}]}}","type":"Metric"}],"links":{"self":"https://u32c01p12-vrouter.cisco.com:45565/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/health/metrics?offset=0&limit=25&filter=metric:mem;startTime:1721385044;endTime:1721385493;step:60;deviceUUIDs:59e44006-4595-11ef-a67e-b4187d26b42a"},"paging":{"count":1,"limit":25,"offset":0,"pages":1}}},"Example 4 : GET /fmc_config/v1/domain/DomainUUID/health/metrics ( Get Health Metric Data for specific device with queryFunction and rateIntervalfunction - mem )":{"value":{"items":[{"deviceUUID":"59e44006-4595-11ef-a67e-b4187d26b42a","metric":"mem","regexFilter":"mem=~\"max_lina\"","response":"{\"status\":\"success\",\"data\":{\"resultType\":\"matrix\",\"result\":[{\"metric\":{\"instance\":\"127.0.0.2:9273\",\"job\":\"10.10.1.195 test device\",\"mem\":\"max_lina\",\"uuid\":\"59e44006-4595-11ef-a67e-b4187d26b42a\"},\"values\":[[1721385044,\"0\"],[1721385104,\"0\"],[1721385164,\"0\"],[1721385224,\"0\"],[1721385284,\"0\"],[1721385344,\"0\"],[1721385404,\"0\"],[1721385464,\"0\"]]}]}}","type":"Metric"}],"links":{"self":"https://u32c01p12-vrouter.cisco.com:45565/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/health/metrics?offset=0&limit=25&filter=metric:mem;startTime:1721385044;endTime:1721385493;step:60;deviceUUIDs:59e44006-4595-11ef-a67e-b4187d26b42a;regexFilter:max_lina; queryFunction:rate; rateFunctionInterval:5m"},"paging":{"count":1,"limit":25,"offset":0,"pages":1}}}},"schema":{"type":"object","properties":{"items":{"type":"array","properties":{"description":{"type":"string"},"deviceUUID":{"description":"UUID of the device associated with this metric.","type":"string"},"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"},"metadata":{"type":"object","description":"Defines read only details about the object - whether it is system defined, last user who modified the object etc.","properties":{"domain":{"description":"Defines the domains this instance belongs to (if applicable).","type":"object","properties":{"id":{"description":"Unique UUID of this domain","type":"string"},"links":{"description":"Links to the domain resource URLs.","type":"object","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":{"description":"Name of the domain.","type":"string"},"type":{"description":"Domain type definition (fixed).","type":"string"},"uuid":{"type":"string"}},"$$ref":"#/components/schemas/Domain"},"isLocked":{"type":"boolean"},"lastUser":{"description":"The last user who modified this instance.","type":"object","properties":{"id":{"description":"The unique UUID of the user","type":"string"},"links":{"description":"Contains the self referencing links to this resource","type":"object","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":{"description":"Name of the user.","type":"string"},"type":{"description":"The user type (fixed).","type":"string"}},"$$ref":"#/components/schemas/MetadataUser"},"matches":{"items":{"type":"string"},"type":"array"},"readOnly":{"description":"Details regarding the read only status of this instance","type":"object","properties":{"reason":{"description":"Reason the resource is read only - SYSTEM (if it is system defined), RBAC (if user RBAC permissions make it read only) or DOMAIN (if resource is read only in current domain).","enum":["RBAC","SYSTEM","DOMAIN"],"type":"string"},"state":{"description":"True if this resource us read only and false otherwise.","type":"boolean"}},"$$ref":"#/components/schemas/ReadOnly"},"timestamp":{"description":"The last updated timestamp.","format":"int32","type":"integer"}},"$$ref":"#/components/schemas/Metadata"},"metric":{"description":"Name of the metric.","type":"string"},"name":{"type":"string"},"regexFilter":{"description":"Regular expression as filter to be applied on the metric. Supports RE2 Syntax documented here : https://github.com/google/re2/wiki/Syntax. Example regexFilter for fetching metrics for cpu for only CPU01 would be cpu=~\"CPU01\" ","type":"string"},"response":{"description":"Response containing the values for the metric specified meeting the criteria for the regular expression between the start time and end time at every step interval specified.","type":"string"},"type":{"description":"Type of the health metric; this value is always Metric.","type":"string"},"version":{"type":"string"}},"$$ref":"#/components/schemas/HealthMetric"},"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"},"paging":{"type":"object","properties":{"count":{"format":"int32","type":"integer"},"limit":{"format":"int32","type":"integer"},"offset":{"format":"int32","type":"integer"},"pages":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/PagingContainer"}},"$$ref":"#/components/schemas/HealthMetricListContainer"}}},"description":"OK"},"default":{"content":{"application/json":{"schema":{"type":"object","properties":{"category":{"description":"Describes the category of the error thrown.","enum":["FRAMEWORK","OTHER","VALIDATION"],"type":"string"},"messages":{"description":"List of error messages which the response has.","items":{"type":"object","properties":{"bulkPayloadIndex":{"description":"More details about the error.","type":"string"},"code":{"description":"More details about the error.","type":"string"},"description":{"description":"More details about the error.","type":"string"},"details":{"description":"More details about the error.","type":"string"},"errorCode":{"description":"More details about the error.","type":"string"},"location":{"description":"More details about the error.","type":"string"},"severity":{"description":"Specifies the Highest level severity among all the error messages.","enum":["ERROR","WARN"],"type":"string"}},"$$ref":"#/components/schemas/ErrorMessagesContainer"},"type":"array"},"severity":{"description":"Specifies the Highest level severity among all the error messages.","enum":["ERROR","WARN"],"type":"string"}},"$$ref":"#/components/schemas/ErrorResponse"}}},"description":"Error"}},"tags":["Health"],"__originalOperationId":"getHealthMetric","method":"get","path":"/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/health/metrics"}}