Skip to main content

Authorization service interface definition

Download OpenAPI specification:Download

Contains functions for querying quota information for systems and tenants

Authentication

Sign

Security Scheme Type: API Key
Header parameter name: Authorization

quota

query all quota information of a tenant

Query all quota information of a tenant

Authorizations:
Sign
path Parameters
tenantId
required
string

tenant ID

Responses

Response samples

Content type
application/json
{
  • "productQuota": {
    },
  • "featureQuota": {
    }
}

Query all quota information of the system

Query all quota information of the system

Authorizations:
Sign

Responses

Response samples

Content type
application/json
{
  • "productQuota": {
    },
  • "featureQuota": {
    }
}