Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each resource has a consistent set of operations

Request Method

Operation

URL Example

id required

Notes

GETread list /server/omk/opCharts/v2/statusnReturns a list of all the status data
(id and node_uuid)
GETread list/server/omk/opCharts/v2/inventory/:inventory_id/statusy

Returns a list of all the Status objects  having inventory id matching inventory_id

(id and node_uuid)

GETread one /server/omk/opCharts/v2/status/idyReturns the details of the requested status record.
GETread list

/server/omk/opCharts/v2/nodes/:node_uuid/status

yReturns the details of the all the status having id and node_uuid , matching given node_uuid
GETread list

/server/omk/opCharts/v2/nodes/:node_uuid/inventory/:inventory_id/status

yReturns the details of the all the status having id and node_uuid , matching given node_uuid and inventory id.

Request Modifiers (query parameters)

...

Panel


http://server/omk/opCharts/v2/status/648a0e4ca44a3ab377278383.json

{
    "class": null,
    "cluster_id": "9ed25c17-9ec2-4034-94e6-f6c932ad273b",
    "element": null,
    "event": "Proactive Response Time",
    "id": "648a0e4ca44a3ab377278383",
    "index": null,
    "inventory_id": "648a0baea44a3ab37721db6d",
    "lastupdate": 1687213025,
    "level": "Normal",
    "method": "Threshold" ,
    "node_uuid": "8da86248-40f3-4c92-90b6-736bb66814aa",
    "property": "response",
    "status": "ok",
    "type": "health",
    "value": 8.59
}


Property

Description

Example

id

A globally unique ID

"63576103ad794974594a1f11"

cluster_id

The id of the cluster of the associated node


element



event

The Event from the Event Configuration. Administration > Configuration > Event Configuration

"Proactive Response Time"

index



inventory_id

The id of the associated inventory record


lastupdate

The unix timestamp that this status record was last updated. 

1687213025

level



method


"Threshold"

node_uuid

The id of the associated node

"8da86248-40f3-4c92-90b6-736bb66814aa"

property


response

status


ok

type


"health"

value


8.59


Similar requests and descriptions with inventory id

...