NGINX · JSON Structure

Plus Http Api Nginx Processes Structure

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

Processes 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": "Processes",
  "type": "object",
  "members": {
    "respawned": {
      "description": "The total number of abnormally terminated and respawned child processes.",
      "type": "int32",
      "example": 0
    }
  },
  "example": {
    "respawned": 0
  }
}