NGINX · JSON Structure

Plus Http Api Nginx Http Requests Structure

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

HTTP Requests 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": "HTTP Requests",
  "type": "object",
  "members": {
    "total": {
      "description": "The total number of client requests.",
      "type": "int32",
      "example": 98765
    },
    "current": {
      "description": "The current number of client requests.",
      "type": "int32",
      "example": 3
    }
  },
  "example": {
    "total": 10624511,
    "current": 4
  }
}