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)

...