Limits and restrictions
Context, subject, and API rate-limit inspection and TEST overrides.
Operations
Section titled “Operations”| Operation | Summary | Variants |
|---|---|---|
| Authenticated client: Limits | Return the authenticated rate-limit branch. | Sync, Async |
| Limits client: Get context limits | Return the effective limits for online and batch sessions. | Sync, Async |
| Limits client: Get subject limits | Return the effective limits for certificate enrollments and issuance. | Sync, Async |
| Limits client: Get api rate limits | Return the effective per-endpoint API rate limits. | Sync, Async |
| Limits client: Set session limits | Override session limits for the current subject. | Sync, Async |
| Limits client: Reset session limits | Reset session limits to their default values. | Sync, Async |
| Limits client: Set subject limits | Override subject-level certificate and enrollment limits. | Sync, Async |
| Limits client: Reset subject limits | Reset subject-level limits to their default values. | Sync, Async |
| Limits client: Set api rate limits | Override API rate limits for the current subject. | Sync, Async |
| Limits client: Reset api rate limits | Reset API rate limits to their default values. | Sync, Async |
| Limits client: Set production rate limits | Copy production rate-limit defaults into the current environment. | Sync, Async |