Versions Compared

Key

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

...

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

Operations on Task Logs

...

listTaskLogs

Code Block
GET /cloudsync/api/rest/tasklogs

getTaskLog

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

deleteTaskLog

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

...

Operations on Sets

  • create a set
  • list all sets
  • get information about a single set
  • update a set
  • delete a set

Operations on Stores

  • create a store
  • list all stores
  • get information about a specific store
  • update a store
  • delete a store

Operations on Global Configuration

  • get all global configuration values
  • set a specific global configuration value

Operations on User Preferences

...

createSet

Code Block
POST /cloudsync/api/rest/sets

listSets

Code Block
GET /cloudsync/api/rest/sets

getSet

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

updateSet

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

deleteSet

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

Operations on Stores

createStore

Code Block
POST /cloudsync/api/rest/stores

listStores

Code Block
GET /cloudsync/api/rest/stores

getStore

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

queryStore

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

updateStore

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

deleteStore

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

Operations on Global Configuration

getConfig

Code Block
GET /cloudsync/api/rest/config

updateConfig

Code Block
PUT /cloudsync/api/rest/config

Operations on User Preferences

getPrefs

Code Block
GET /cloudsync/api/rest/prefs

updatePrefs

Code Block
PUT /cloudsync/api/rest/prefs

...

Operations on System Logs

  • list log messages by datetime range and severity level
Code Block
GET /cloudsync/api/syslogs