GET
/
api
/
v1
/
Replication
/
Admin
/
Addresses
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Replication/api/v1/Replication/Admin/Addresses
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Servers": [
    {
      "Host": "<string>",
      "IsLocal": true,
      "Nodes": [
        {
          "Node": "<string>",
          "TimeStamp": "2023-11-07T05:31:56Z"
        }
      ]
    }
  ]
}

Response

200 - application/json

The response is of type object.