POST
/
api
/
v1
/
Replication
/
Admin
/
ServerStatus
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Replication/api/v1/Replication/Admin/ServerStatus \
  --header 'Content-Type: application/json' \
  --data '{
  "Host": "<string>",
  "Blocked": true
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

application/json

Response

200 - application/json

The response is of type object.