Restful API
curl -u shiva:shiva -XPUT 'ip:port/hippo/v1/{command}?pretty' -H 'Content-Type: application/json' -d'{}'
Parameter description:
Parameters | Description | Comments |
---|---|---|
-u | Specifies the username and password | Defaults to shiva:shiva |
-XPUT | Request type | |
ip | IP of the node where Hippo HTTP Server is located | |
port | Port of Hippo HTTP Server | Defaults to 8902 |
command | Specifies the command to be executed |
Updated 9 months ago