P95 |
95th percentile value from repeated measurements. |
Represents dependable performance instead of one-time peak results. |
API |
Application Programming Interface. |
Defines how systems and automation integrate with Uptimer safely and consistently. |
CSRF |
Cross-Site Request Forgery. |
A class of attacks where a browser is tricked into sending unauthorized actions. |
CSP |
Content Security Policy. |
Restricts script/content execution paths to reduce XSS and injection risk. |
DSAR |
Data Subject Access Request. |
Operational process for privacy requests like data access, export, and erasure actions. |
GDPR |
General Data Protection Regulation. |
Defines privacy obligations that shape retention, auditability, and DSAR workflows. |
MFA |
Multi-Factor Authentication. |
Adds an extra identity proof step to reduce account takeover risk. |
OIDC |
OpenID Connect. |
Modern identity layer for enterprise SSO and external login federation. |
RBAC |
Role-Based Access Control. |
Limits privileged actions by user role to enforce least-privilege access. |
SAML |
Security Assertion Markup Language. |
Enterprise identity protocol often used for centralized workforce sign-in. |
SCIM |
System for Cross-domain Identity Management. |
Automates user lifecycle provisioning and deprovisioning from identity providers. |
SLA |
Service Level Agreement. |
Defines contractual reliability/response expectations and accountability targets. |
SSO |
Single Sign-On. |
Lets users authenticate once with a trusted identity provider across systems. |
SSRF |
Server-Side Request Forgery. |
An attack that abuses server outbound requests to reach unintended internal targets. |
TCP |
Transmission Control Protocol. |
Supports port/connectivity health checks alongside HTTP endpoint checks. |
TLS |
Transport Layer Security. |
Encrypts in-transit traffic and protects confidentiality/integrity between systems. |
Backpressure |
Load-control behavior that queues and slows work when demand exceeds capacity. |
Prevents system collapse during spikes and preserves overall reliability. |
Blazor |
C# component framework for building interactive web UI with Razor. |
Lets the product ship rich UX while keeping core logic closer to trusted server code. |
Interactive Server |
Blazor render mode where UI is server-driven and interactive after initial render. |
Supports dynamic UI with central policy enforcement and reduced client attack surface. |
Minimal API |
Lightweight ASP.NET Core endpoint model using concise route handlers. |
Improves maintainability and iteration speed for a large, policy-rich API surface. |
Tenant Isolation |
Data and access boundaries between customer workspaces. |
Protects confidentiality and limits blast radius in multi-tenant operation. |
Retention Window |
How long operational and security records are kept before cleanup. |
Defines compliance posture and storage footprint over time. |