Get MinIO Object Store Site Status
This request returns the runtime status of a MinIO S3 object store site.
Usage:
GET on /storagesites/minios3/{ssId}/status
Request URL:
https://<MS hostname>/jss/storagesites/minios3/{ssId}/status
Header:
fios-session:vc_sessionId
Request:
N/A
Response:
{
"usedSpace": 5883173, // KB, space used in the cloud by this replication site
"alarms": [ // alarms ralated to the replication site as a whole
{
"category": "WARNING",
"code": 20105,
"name": "ALERT_OBJECT_CLOUD_SPACE_USE"
}
]
}