Artboard
OttoFMS Settings

Get Offsite Schedules

GET
/otto/api/settings/offsite/schedules

Response Body

application/json

application/json

curl -X GET "https://your.server.net/otto/api/settings/offsite/schedules"
{
  "response": {
    "schedules": [
      {
        "name": "string",
        "remote_name": "string",
        "bucket_name": "string",
        "remote_path": "string",
        "include_external_container_data_1": false,
        "container_data_1_different_remote": true,
        "container_data_1_remote": "string",
        "container_data_1_bucket": "string",
        "container_data_1_remote_path": "string",
        "include_external_container_data_2": false,
        "container_data_2_different_remote": true,
        "container_data_2_remote": "string",
        "container_data_2_bucket": "string",
        "container_data_2_remote_path": "string",
        "last_backup": "string",
        "running": true,
        "zip_files": false,
        "file_browser_hash": "string"
      }
    ]
  },
  "messages": [
    {
      "code": 0.1,
      "text": "ok"
    }
  ]
}
{
  "response": {},
  "messages": [
    {
      "code": 18011,
      "text": "OttoFMS sample error"
    }
  ]
}