Create a Repo with High Availability on two Logpoints in the Distributed Logpoint setup
Create an Open Door connection in the First LogPoint
Create a Distributed LogPoint Setup in the Second LogPoint
Create a Repo in the Second LogPoint
Sample API Requests and Responses for Creating a Repo with High Availability on Two LogPoints in the Distributed LogPoint Setup
Create an Open Door Connection in the First LogPoint (LP1)
Config API: POST https://api-server-host-name/configapi/v1/{pool_UUID}/{logpoint_identifier}/OpenDoor { "data": { "netmask": "255.255.255.0", "password": "examplePassword", "opened": "on", "network": "10.4.0.1" } } Response: { "status": "Success", "message": "monitorapi/v1/336294dbd0f141ce86cb925bca74133a/41b5b7fffa6c4e3cb6bc6d799a5ee6e5/orders/71c23e11-a25b-4688-a88d-275e14251d6c" } Monitoring API: GET https://api-server-host-name/monitorapi/v1/336294dbd0f141ce86cb925bca74133a/41b5b7fffa6c4e3cb6bc6d799a5ee6e5/orders/71c23e11-a25b-4688-a88d-275e14251d6c Response: { "request": {}, "logpoint_identifier": "41b5b7fffa6c4e3cb6bc6d799a5ee6e5", "pool_uuid": "336294dbd0f141ce86cb925bca74133a", "response": { "message": "Opendoor preferences edited", "errors": [], "success": true } }
Create a Distributed LogPoint Setup in the Second LogPoint (LP2)
Create a Repo in the Second LogPoint
Last updated
Was this helpful?