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
}
]
}
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
}
]
}
The response is of type object
.