Retrieve All Slony Nodes

Retrieve All Slony Nodes
Request
URI
GET
https://{api_host}/dt-rest/v100/maintenance/manager/retrieveallslonynodes
COPY
Responses
200

successful operation

[
    {
        "comment": "string",
        "id": "string",
        "active": false,
        "links": [
            {
                "href": "string",
                "rel": "string",
                "deprecated": false,
                "name": "string",
                "method": "string"
            }
        ]
    }
]