Python API
Kindly note
The βhcβ created by below commands is a management tool which can be used for tracking and managing connectivity status. If one connection drops, βhcβ can automatically choose another available connection from the rest.
hc = HippoClient(["ip:port"], username = "", pwd = "")
# Users can add more βip:portβ as shown below, however username and password should stay the same
hc = HippoClient(["ip1:port","ip2:port"], username = "", pwd = "")
Parameter description:
Parameters | Description | Comments |
---|---|---|
ip | IP of the node where Hippo HTTP Server is located | |
port | Port of Hippo HTTP Server | Defaults to 8902 |
username | Username | Defaults to shiva |
pwd | Password | Defaults to shiva |
Updated 7 months ago