NGINX · Schema

License

License and usage reporting status of NGINX Plus instance.

API GatewayCachingCloud-NativeLoad BalancerOpen-SourceReverse ProxyWeb Server

Properties

Name Type Description
eval boolean Indicates whether NGINX Plus license is trial.
active_till integer The Unix timestamp of license expiration.
reporting object
View JSON Schema on GitHub

JSON Schema

plus-http-api-nginx-license-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nginx/refs/heads/main/json-schema/plus-http-api-nginx-license-object-schema.json",
  "title": "License",
  "description": "License and usage reporting status of NGINX Plus instance.\n",
  "properties": {
    "eval": {
      "type": "boolean",
      "description": "Indicates whether NGINX Plus license is trial.",
      "readOnly": true,
      "example": false
    },
    "active_till": {
      "type": "integer",
      "description": "The Unix timestamp of license expiration.",
      "readOnly": true,
      "example": 0
    },
    "reporting": {
      "type": "object",
      "properties": {
        "healthy": {
          "type": "boolean",
          "description": "Indicates whether the reporting state is still considered healthy despite recent failed attempts.",
          "readOnly": true,
          "example": false
        },
        "fails": {
          "type": "integer",
          "description": "The number of failed reporting attempts, reset each time the usage report is successfully sent.",
          "readOnly": true,
          "example": 0
        },
        "grace": {
          "type": "integer",
          "description": "The number of seconds before traffic processing is stopped after unsuccessful report attempt.",
          "readOnly": true,
          "example": 0
        },
        "uuid": {
          "type": "string",
          "description": "The ID of NGINX Plus instance in the UUID format.",
          "readOnly": true,
          "example": "example-uuid"
        }
      },
      "example": {}
    }
  },
  "example": {
    "eval": false,
    "active_till": 1749268757,
    "reporting": {
      "healthy": true,
      "fails": 2,
      "grace": 15551961,
      "uuid": "13754cba-29fb-53e5-c32e-a6cf57c84b01"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/plus-http-api-nginx-license-object"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.