ContentRegistriesHarborStorageInfo
The Harbor.StorageInfo structure contains the detailed information about storage used by the Harbor registry.
Properties
Total capacity for the registry storage (in mebibytes). This is the storage limit set on the Harbor registry. If a storage limit was not set on the registry, the default registry capacity - 204800 mebibytes is used.
Identifier of the storage policy. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: SpsStorageProfile. When operations return a value of this structure as a result, the field will be an identifier for the resource type: SpsStorageProfile.
Overall storage used by the registry (in mebibytes). This is the sum of used storage associated with storage policies configured for the registry.
JSON Example
{
"capacity": 0,
"policy": "string",
"used": 0
}