Get Heatmap Grouped Systems

Description

Get the systems from the server grouped according to a specific filtering criteria. For example (CpuLoad > 50%)

Request URL

GET /neo/app/heatmap?criteria=<attribute> <operator> <threshold> OR:

GET /neo/app/heatmap?criteria=<attribute> <operator> <threshold> AND <attribute>

<operator> <threshold> where:

  • <Attribute>

Attribute Name

Key

Min

Max

CPU Load

CpuLoad

0

100

Memory Total

MemoryTotal

0

-

Memory Free

MemoryFree

0

-

Memory Load

MemoryLoad

0

100

Memory Used

MemoryUsed

0

-

In Octets Rate

InOctetsRate

0

-

Out Octets Rate

OutOctetsRate

0

-

In Packets Rate

InPacketsRate

0

-

Out Packets Rate

OutPacketsRate

0

-

In Discards

InDiscards

0

-

In Errors

InErrors

0

-

Out Discards

OutDiscards

0

-

Out Errors

OutErrors

0

-

Symbol Error

SymbolError

0

-

Events

events

0

-

  • <Operator>

Can be any of the following: >, =, or <

  • <Threshold>

A positive integer number within the limits illustrated in the table above.

Request Data

N/A

Response:

Copy
Copied!
            

{ NotMatch: {Devices: ["10.224.15.29", "10.224.15.28", "10.224.15.20"]}, Match: {Devices: ["10.224.14.30", "10.224.14.27"]}, Unknown: {Devices: ["10.224.15.55"]} }

© Copyright 2023, NVIDIA. Last updated on Nov 16, 2023.