NGINX · JSON Structure

Plus Http Api Nginx Stream Zone Sync Zone Structure

Synchronization status of a shared memory zone.

Type: object Properties: 0
API GatewayCachingCloud NativeLoad BalancerOpen SourceReverse ProxyWeb Server

Sync Zone is a JSON Structure definition published by NGINX. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Sync Zone",
  "description": "Synchronization status of a shared memory zone.",
  "type": "object",
  "members": {
    "records_pending": {
      "description": "The number of records that need to be sent to the cluster.",
      "type": "int32",
      "example": 0
    },
    "records_total": {
      "description": "The total number of records stored in the shared memory zone.",
      "type": "int32",
      "example": 0
    }
  }
}