Versions Compared

Key

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

...

To execute a bulk add, a client will perform a PUT on the bulk add API URI and include a payload indicating the nodes to be added.The version (v$ ie. v15) dictates which release's REST API version the output will be based on.


Note: bulkadd API will only accept PUT operations, if you require PUT/PATCH/DELETE please use bulkprocess endpoint


API URI

PUT /aai/v$/bulkadd

...