curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Replication/api/v1/Replication/Admin
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Collections": [
{
"Name": "<string>",
"Nodes": [
{
"NodeInfo": {
"Name": "<string>",
"Identifier": "<string>"
},
"IsRemote": true,
"Filter": "<string>",
"Disabled": true
}
]
}
]
}
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Replication/api/v1/Replication/Admin
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Collections": [
{
"Name": "<string>",
"Nodes": [
{
"NodeInfo": {
"Name": "<string>",
"Identifier": "<string>"
},
"IsRemote": true,
"Filter": "<string>",
"Disabled": true
}
]
}
]
}
The response is of type object
.