Citrix NetScaler · JSON Structure

Citrix Netscaler Nitro System File Structure

Type: object Properties: 8
API GatewayApplication Delivery ControllerApplication SecurityLoad BalancingSSL OffloadingTraffic ManagementWeb Application Firewall

SystemFile is a JSON Structure definition published by Citrix NetScaler, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

filename filelocation filecontent fileencoding fileaccesstime filemodifiedtime filemode filesize

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SystemFile",
  "type": "object",
  "properties": {
    "filename": {
      "type": "string"
    },
    "filelocation": {
      "type": "string"
    },
    "filecontent": {
      "type": "string"
    },
    "fileencoding": {
      "type": "string"
    },
    "fileaccesstime": {
      "type": "string"
    },
    "filemodifiedtime": {
      "type": "string"
    },
    "filemode": {
      "type": "string"
    },
    "filesize": {
      "type": "integer"
    }
  }
}