Force policy synchronization (unified sync/async)

Forces synchronization of policies to Redis cache and Core API.

Synchronization Modes:

  1. Synchronous Mode (async=false, default):

    • Waits for synchronization to complete
    • Returns HTTP 200 OK with detailed results
    • Response includes: synchronizedCount, failedCount, status, message
    • Supports clearCache parameter
    • Recommended for: Admin operations, testing, troubleshooting
  2. Asynchronous Mode (async=true):

    • Returns immediately with HTTP 202 ACCEPTED
    • Synchronization happens in background
    • Response includes: status=INITIATED, timestamp, estimatedCompletion
    • Recommended for: UI operations, bulk updates, non-blocking workflows

Use Cases:
• After bulk policy updates
• Before critical operations requiring latest policies
• Troubleshooting policy inconsistencies
• Emergency policy rollout
• Scheduled maintenance operations

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
uuid

Sync only specific tenant (optional, omit to sync all tenants)

boolean
Defaults to false

Async mode: true=immediate return (202), false=wait for completion (200)

boolean
Defaults to false

Clear cache before sync (only applicable in sync mode, ignored in async mode)

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json