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
GETn
collection
createcreate_form/clusters/createDisplays a standard web form for submission to POST /clusters.
POSTncreateclusters::
read
create/clusters
Returns a list of clusters
Insert a new clusters entry.
GETyreadclusters::read/clusters/{id}Returns a clusters details.
PATCHyupdateclusters::update/clusters/{id}Update an attribute of a clusters
entry.POSTncreateclusters::create/clustersInsert a new clusters
entry.
DELETEydeleteclusters::delete/clusters/{id}Delete a clusters entry
.

Web Application Routes

Request MethodIDActionResulting FunctionURL ExampleNotesGETncreatecreate_form/clusters/createDisplays a standard web form for submission to POST /clusters
.
GETyupdateupdate_form/clusters/{id}/updateShow the networks details with the option to update attributes using PATCH to /clusters/{id}