Versions Compared

Key

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

...

Code Block
DELETE /cloudsync/api/rest/tasks/{id}

Object Sets

...

createObjectSet

Code Block
POST /cloudsync/api/rest/objectsets

...

listObjectSets

Code Block
GET /cloudsync/api/rest/objectsets

...

getObjectSet

Code Block
GET /cloudsync/api/rest/objectsets/{id}

...

updateObjectSet

Code Block
PUT /cloudsync/api/rest/objectsets/{id}

...

deleteObjectSet

Code Block
DELETE /cloudsync/api/rest/objectsets/{id}

Object Stores

...

createObjectStore

Code Block
POST /cloudsync/api/rest/objectstores

...

listObjectStores

Code Block
GET /cloudsync/api/rest/objectstores

...

getObjectStore

Code Block
GET /cloudsync/api/rest/objectstores/{id}

...

queryObjectStore

Code Block
GET /cloudsync/api/rest/objectstores/{id}/objects[?set={objectset-id}&limit={limit}&offset={offset}]

...

updateObjectStore

Code Block
PUT /cloudsync/api/rest/stores/{id}

...

deleteObjectStore

Code Block
DELETE /cloudsync/api/rest/stores/{id}

...