GET
/
api
/
v1
/
Replication
/
Admin
/
Servers
cURL
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Replication/api/v1/Replication/Admin/Servers
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Servers": [
    {
      "Host": "<string>",
      "Secure": true,
      "Blocked": true
    }
  ]
}

Response

200 - application/json

The response is of type object.