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:

ParametersDescriptionComments
ipIP of the node where Hippo HTTP Server is located
portPort of Hippo HTTP ServerDefaults to 8902
usernameUsernameDefaults to shiva
pwdPasswordDefaults to shiva
Table 6 Python API Connection Parameters