nvharikrishna opened a new pull request, #297: URL: https://github.com/apache/cassandra-sidecar/pull/297
[CASSSIDECAR-366](https://issues.apache.org/jira/browse/CASSSIDECAR-366) Added endpoint for System Disk Information to Sidecar Endpoint information: - Path: /api/v1/system/disk-info - Method: GET - Authorization: Requires SYSTEM permission (a new permission that will be added) - Response: JSON array of disk information objects Sample response: ```json [ { "totalSpace": 1000000000000, "freeSpace": 500000000000, "usableSpace": 450000000000, "name": "data1", "mount": "/dev/sda1", "type": "ext4" } ] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

