System
Get resource limits information
This operation retrieves the list of limitations on used resources, that are applied on the current instance of Registry.
get/system/limits
Response
On success, returns resource limits
Example response
{
"maxTotalSchemasCount": -1,
"maxSchemaSizeBytes": -1,
"maxArtifactsCount": -1,
"maxVersionsPerArtifactCount": -1,
"maxArtifactPropertiesCount": -1,
"maxPropertyKeySizeBytes": -1,
"maxPropertyValueSizeBytes": -1,
"maxArtifactLabelsCount": -1,
"maxLabelSizeBytes": -1,
"maxArtifactNameLengthChars": -1,
"maxArtifactDescriptionLengthChars": -1,
"maxRequestsPerSecondCount": -1
}