Content_Registries_Harbor_StorageInfo
The Harbor.StorageInfo structure contains the detailed information about storage used by the Harbor registry.
{
"policy": "string",
"capacity": 0,
"used": 0
}
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.
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.
Overall storage used by the registry (in mebibytes). This is the sum of used storage associated with storage policies configured for the registry.