curl -u shiva:shiva -XPOST 'localhost:8902/hippo/v1/_drop_block_cache?pretty'
curl -u shiva:shiva -XPOST 'localhost:8902/hippo/v1/_drop_block_cache/{node}?pretty&drop_index_block_cache=true'
Result:
{
"successful" : 1,
"failed" : 0
}
Parameter description:
Parameters | Description | Required |
---|---|---|
node (str) | Node to drop cache | No, defaults to all nodes |
Table 31 Drop Block Cache (Restful API)