curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Replication/api/v1/Replication/Diagnostics/changeSetState \
--header 'Content-Type: application/json' \
--data '{
"Collection": "<string>",
"Node": "<string>",
"Increment": 123,
"LocalOnly": true
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Servers": [
{
"Server": {
"Id": "<string>",
"Name": "<string>"
},
"HasChange": true,
"Nodes": [
{
"Node": {
"Id": "<string>",
"Name": "<string>"
},
"HasChange": true,
"Info": [
{
"IsError": true,
"Type": "<string>",
"Message": "<string>",
"Data": "<string>",
"Timestamps": [
"2023-11-07T05:31:56Z"
]
}
]
}
],
"Info": [
{
"IsError": true,
"Type": "<string>",
"Message": "<string>",
"Data": "<string>",
"Timestamps": [
"2023-11-07T05:31:56Z"
]
}
]
}
],
"Collection": "<string>",
"Node": "<string>",
"ChangeSet": 123,
"FullyReplicated": true
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Replication/api/v1/Replication/Diagnostics/changeSetState \
--header 'Content-Type: application/json' \
--data '{
"Collection": "<string>",
"Node": "<string>",
"Increment": 123,
"LocalOnly": true
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Servers": [
{
"Server": {
"Id": "<string>",
"Name": "<string>"
},
"HasChange": true,
"Nodes": [
{
"Node": {
"Id": "<string>",
"Name": "<string>"
},
"HasChange": true,
"Info": [
{
"IsError": true,
"Type": "<string>",
"Message": "<string>",
"Data": "<string>",
"Timestamps": [
"2023-11-07T05:31:56Z"
]
}
]
}
],
"Info": [
{
"IsError": true,
"Type": "<string>",
"Message": "<string>",
"Data": "<string>",
"Timestamps": [
"2023-11-07T05:31:56Z"
]
}
]
}
],
"Collection": "<string>",
"Node": "<string>",
"ChangeSet": 123,
"FullyReplicated": true
}
The response is of type object
.