Versions Compared

Key

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

...

We can view opCharts Inventory below using these endpoints - http[s]://server/omk/opCharts/v2/status

API Routes

Request Method

Operation

URL Example

id required

Notes

GETread list /server/omk/opCharts/v2/statusn

Returns a list of all the status records (status id and node_uuid)

Paginated

GETread one /server/omk/opCharts/v2/status/idyReturns the details of the status record with the given id.
GETread list

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

y

Returns a list of all the status records (status id and node_uuid), matching given node_uuid

Paginated

GETread list/server/omk/opCharts/v2/inventory/inventory_id/statusy

Returns a list of the (status id and node_uuid) for all the Status objects matching inventory_id 

Paginated

GETread list

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

y

Returns a list of all the status records (status id and node_uuid), matching given node_uuid and inventory_id.

Paginated

Request Modifiers (query parameters)

...