Versions Compared

Key

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

...

You can access the /clusters collection using the normal Open-AudIT JSON based API. Just like any other collection. Please see the API documentation for further details.

Routes


Request MethodIDActionResulting FunctionURL ExampleNotes
GETncreatecreate_form/clusters/createDisplays a standard web form for submission to POST /clusters for HTML or return all required attributes, dictionary and linked items for JSON.
POSTncreateclusters::create/clustersInsert a new clusters entry.
GETyreadclusters::read/clusters/{id}Returns a clusters details.
PATCHyupdateclusters::update/clusters/{id}Update an attribute of a clusters entry.
DELETEydeleteclusters::delete/clusters/{id}Delete a clusters entry.