Artboard
OttoFMS Settings

[Deprecated] Get Offsite Backup Settings

GET
/otto/api/settings/offsite

Response Body

application/json

application/json

curl -X GET "https://your.server.net/otto/api/settings/offsite"
{
  "response": {
    "access_key_id": "my-access-key",
    "secret_access_key": "my-secret-key",
    "endpoint": "https://my-endpoint.com",
    "type": "s3",
    "bucketName": "my-bucket-name",
    "remotePath": "/remote-path",
    "isExistingSchedule": true
  },
  "messages": [
    {
      "code": 0.1,
      "text": "ok"
    }
  ]
}
{
  "response": {},
  "messages": [
    {
      "code": 18011,
      "text": "OttoFMS sample error"
    }
  ]
}