Gets the harbor health status
GET/v1/edge-mgmt/cluster/registry/health
Gets the harbor health status
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
DiskAvailablestring
DiskCapacitystring
DiskUsedstring
Messagestring
Statestring
Possible values: [Healthy, Unhealthy, NotInstalled]
UsagePercentagestring
{
  "DiskAvailable": "string",
  "DiskCapacity": "string",
  "DiskUsed": "string",
  "Message": "string",
  "State": "Healthy",
  "UsagePercentage": "string"
}
Internal server error
- application/json
- Schema
Schema
string
Loading...