RebuildΒΆ

Used to force the Plixer Replicator appliance to immediately rebuild its internal configuration

Resource URL:

https://[replicator]/api/1/rebuild

Parameter

Description

[replicator]

Hostname or IP address of the Plixer Replicator

Example request:

https://10.30.17.131/api/1/rebuild

Example response:
{
    "description": "rebuild request submitted",
    "result": "success"
}