NGINX · Capability

NGINX Plus REST API — Stream Zone Sync

NGINX Plus REST API — Stream Zone Sync. 1 operations. Lead operation: NGINX Return Sync Status of a Node. Self-contained Naftiko capability covering one Nginx business surface.

Run with Naftiko NginxStream Zone Sync

What You Can Do

GET
Getstreamzonesync — NGINX Return Sync Status of a Node
/v1/stream/zone-sync

MCP Tools

nginx-return-sync-status-node

NGINX Return Sync Status of a Node

read-only idempotent

Capability Spec

plus-http-stream-zone-sync.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: NGINX Plus REST API — Stream Zone Sync
  description: 'NGINX Plus REST API — Stream Zone Sync. 1 operations. Lead operation: NGINX Return Sync Status of a Node.
    Self-contained Naftiko capability covering one Nginx business surface.'
  tags:
  - Nginx
  - Stream Zone Sync
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NGINX_API_KEY: NGINX_API_KEY
capability:
  consumes:
  - type: http
    namespace: plus-http-stream-zone-sync
    baseUri: ''
    description: NGINX Plus REST API — Stream Zone Sync business capability. Self-contained, no shared references.
    resources:
    - name: stream-zone_sync
      path: /stream/zone_sync/
      operations:
      - name: getstreamzonesync
        method: GET
        description: NGINX Return Sync Status of a Node
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: plus-http-stream-zone-sync-rest
    port: 8080
    description: REST adapter for NGINX Plus REST API — Stream Zone Sync. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/stream/zone-sync
      name: stream-zone-sync
      description: REST surface for stream-zone_sync.
      operations:
      - method: GET
        name: getstreamzonesync
        description: NGINX Return Sync Status of a Node
        call: plus-http-stream-zone-sync.getstreamzonesync
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: plus-http-stream-zone-sync-mcp
    port: 9090
    transport: http
    description: MCP adapter for NGINX Plus REST API — Stream Zone Sync. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: nginx-return-sync-status-node
      description: NGINX Return Sync Status of a Node
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: plus-http-stream-zone-sync.getstreamzonesync
      outputParameters:
      - type: object
        mapping: $.