Get tenant level resource limits configuration
GET/v1/tenants/:tenantUid/resourceLimits
Get tenant level resource limits configuration
Request
Path Parameters
tenantUid stringrequired
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
resources
undefined[]
kindstring
Possible values: [user, project, apiKey, team, role, cloudaccount, clusterprofile, workspace, registry, privategateway, location, certificate, macro, sshkey, alert, spectrocluster, edgehost, appprofile, appdeployment, edgetoken, clustergroup, filter, systemadmin]
labelstring
limitint64
maxLimitint64
{
"resources": [
{
"kind": "user",
"label": "string",
"limit": 0,
"maxLimit": 0
}
]
}
Loading...