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

Each resource has a consistent set of operations

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 listone /server/omk/opCharts/v2/inventorystatus/inventory_id/statusyReturns a list the details of the ( status id and node_uuid) for all the Status objects matching inventory_id Paginatedrecord with the given id.
GETread one list

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

/id

y

Returns

the details

a list of all the

status record with the given id.

status records (status id and node_uuid), matching given node_uuid

Paginated

GETread list/server/omk/opCharts/v2/nodesinventory/nodeinventory_uuidid/statusy

Returns a list of all the status records (status id and node_uuid) , matching given node_uuidfor 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)

...