Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
cURL
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 }
Show child attributes