v1

latestOpenAPI 3.0.2Apache 2.02026-07-136548173.9 KB
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

maxTotalSchemasCountinteger
maxSchemaSizeBytesinteger
maxArtifactsCountinteger
maxVersionsPerArtifactCountinteger
maxArtifactPropertiesCountinteger
maxPropertyKeySizeBytesinteger
maxPropertyValueSizeBytesinteger
maxArtifactLabelsCountinteger
maxLabelSizeBytesinteger
maxArtifactNameLengthCharsinteger
maxArtifactDescriptionLengthCharsinteger
maxRequestsPerSecondCountinteger

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
}