II.
Quota JSON
Structured · livequota:per-user-rpm
Per-user requests-per-minute json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "quota:per-user-rpm",
"_kind": "Quota",
"_file": "extensions/cost-quota/quotas-canonical.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Per-user requests-per-minute",
"quotaKind": "rpm",
"limit": 60,
"window": "1m",
"scope": "role",
"notes": "Standard 60 rpm per end-user across the public API.\n"
},
"outgoingEdges": [
{
"from": "quota:per-user-rpm",
"to": "role:end-user",
"kind": "constrains",
"attributes": {}
}
],
"incomingEdges": []
}