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