Content_Registries_Harbor_StorageInfo

Content_Registries_Harbor_StorageInfo
Content_Registries_Harbor_StorageInfo

The Harbor.StorageInfo structure contains the detailed information about storage used by the Harbor registry.

JSON Example
{
    "policy": "string",
    "capacity": 0,
    "used": 0
}
string
policy
Required

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.

integer As int64
capacity
Required

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.

integer As int64
used
Required

Overall storage used by the registry (in mebibytes). This is the sum of used storage associated with storage policies configured for the registry.