Artboard
OttoFMS Settings

Get Offsite Remotes

GET
/otto/api/settings/offsite/remotes

Response Body

application/json

application/json

curl -X GET "https://your.server.net/otto/api/settings/offsite/remotes"
{
  "response": {
    "remotes": {
      "remote_name_1": {
        "type": "s3",
        "endpoint": "https://s3.us-east-1.amazonaws.com",
        "access_key_id": "AKIAIGMFG4BqweWD3T7Q",
        "region": "us-east-1"
      }
    }
  },
  "messages": [
    {
      "code": 0.1,
      "text": "ok"
    }
  ]
}
{
  "response": {},
  "messages": [
    {
      "code": 18011,
      "text": "OttoFMS sample error"
    }
  ]
}