NGINX · Capability

NGINX Plus REST API — License

NGINX Plus REST API — License. 1 operations. Lead operation: NGINX Return License Info. Self-contained Naftiko capability covering one Nginx business surface.

Run with Naftiko NginxLicense

What You Can Do

GET
Getlicense — NGINX Return License Info
/v1/license

MCP Tools

nginx-return-license-info

NGINX Return License Info

read-only idempotent

Capability Spec

plus-http-license.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: NGINX Plus REST API — License
  description: 'NGINX Plus REST API — License. 1 operations. Lead operation: NGINX Return License Info. Self-contained Naftiko
    capability covering one Nginx business surface.'
  tags:
  - Nginx
  - License
  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-license
    baseUri: ''
    description: NGINX Plus REST API — License business capability. Self-contained, no shared references.
    resources:
    - name: license
      path: /license
      operations:
      - name: getlicense
        method: GET
        description: NGINX Return License Info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: plus-http-license-rest
    port: 8080
    description: REST adapter for NGINX Plus REST API — License. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/license
      name: license
      description: REST surface for license.
      operations:
      - method: GET
        name: getlicense
        description: NGINX Return License Info
        call: plus-http-license.getlicense
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: plus-http-license-mcp
    port: 9090
    transport: http
    description: MCP adapter for NGINX Plus REST API — License. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: nginx-return-license-info
      description: NGINX Return License Info
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: plus-http-license.getlicense
      outputParameters:
      - type: object
        mapping: $.