NGINX · JSON Structure

Plus Http Api Nginx License Object Structure

License and usage reporting status of NGINX Plus instance.

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

License 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": "License",
  "description": "License and usage reporting status of NGINX Plus instance.\n",
  "members": {
    "eval": {
      "description": "Indicates whether NGINX Plus license is trial.",
      "type": "boolean",
      "readOnly": true,
      "example": false
    },
    "active_till": {
      "description": "The Unix timestamp of license expiration.",
      "type": "int32",
      "readOnly": true,
      "example": 0
    },
    "reporting": {
      "type": "object",
      "members": {
        "healthy": {
          "description": "Indicates whether the reporting state is still considered healthy despite recent failed attempts.",
          "type": "boolean",
          "readOnly": true,
          "example": false
        },
        "fails": {
          "description": "The number of failed reporting attempts, reset each time the usage report is successfully sent.",
          "type": "int32",
          "readOnly": true,
          "example": 0
        },
        "grace": {
          "description": "The number of seconds before traffic processing is stopped after unsuccessful report attempt.",
          "type": "int32",
          "readOnly": true,
          "example": 0
        },
        "uuid": {
          "description": "The ID of NGINX Plus instance in the UUID format.",
          "type": "string",
          "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 Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/plus-http-api-nginx-license-object-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.