RoleΒΆ

Used to test whether a secondary appliance in a high availability configuration has been configured correctly

Resource URL:

https://[replicator]/api/1/role/test/secondary

Parameter

Description

[replicator]

Hostname or IP address of the Plixer Replicator

Example request:

https://10.30.17.131/api/1/role/test/secondary

Example response:
{
    "description": "!!! This replicator is the primary !!!",
    "result": "error"
}