KeyScheduledResponse

Returned when a key operation is queued during an active Vsync reconciliation

  • createdAt
    Type: string Format: date-time

    Timestamp when the operation was scheduled

  • message
    Type: string

    Human-readable message explaining why the operation was scheduled

  • operationType
    Type: string enum

    Type of the scheduled operation

    values
    • CREATE
    • UPDATE
    • DELETE
  • requestId
    Type: string

    Idempotency key of the original request

  • scheduleId
    Type: string

    Unique identifier of the scheduled operation

  • status
    Type: string enum

    Current status of the scheduled operation

    values
    • PENDING
    • PROCESSING
    • SUCCESS
    • ERROR