Skip to content

POST Get Encryption Status endpoint.

Endpoint

POST/web/v1/system/operations/encryption/status/query WEB

Authentication

  • Chain: WEB
  • JWT Token: true
  • API Key: false
  • Permissions: ["platform:operation:read"]

Rate Limit

Standard rate limit applies.

Headers

Frontend Headers

HeaderRequiredDescription
X-LOCALEYes用户的 locale
Accept-LanguageNo语言偏好

Cloudflare Headers

HeaderRequiredDescription
CF-Connecting-IPYesClient IP from Cloudflare
CF-IPCountryYesClient country code
CF-RayYesCloudflare Ray ID
CF-VisitorYesVisitor scheme
CF-WorkerNoCloudflare Worker indicator
CF-TCP-PortNoClient TCP port
CF-Edge-Keep-AliveNoEdge keep-alive status
CF-Cache-StatusNoCache status
CDN-LoopNoCDN loop detection
X-Real-IPYesReal client IP

Nginx Headers

HeaderRequiredDescription
X-PORTAL-ACCESS-CODEYesPortal access code
X-Real-IPYes客户端真实 IP
X-Forwarded-ForYes代理链
X-Forwarded-ProtoYes协议

Request Parameters

No request body.

Response

200 OK

FieldTypeDescription
data.encryptionActiveKeyVersionStringthe currently active encryption key version
data.encryptionKeyVersionsList<String>all configured encryption key versions
data.piiIndexKeyConfiguredbooleanwhether an independent PII index HMAC key is configured
data.piiIndexKeyFallbackModebooleanwhether PII indexing falls back to the encryption master key
data.keyVersionDistributionMap<String, Long>count of encrypted records per key version
data.lastMigrationTaskMigrationTaskResponsethe most recent migration task, or null if none exists

Phase 3 Simulation

SlaunchX Internal Documentation