Restful API

curl -u shiva:shiva -XPUT 'ip:port/hippo/v1/{command}?pretty' -H 'Content-Type: application/json' -d'{}'

Parameter description:

ParametersDescriptionComments
-uSpecifies the username and passwordDefaults to shiva:shiva
-XPUTRequest type
ipIP of the node where Hippo HTTP Server is located
portPort of Hippo HTTP ServerDefaults to 8902
commandSpecifies the command to be executed
Table 5 Restful API Connection Parameters