{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/action": {
      "get": {
        "tags": [
          "Action"
        ],
        "operationId": "actionAndAuditLogEntries",
        "description": "The parameters and request body are for method: actionAndAuditLogEntries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "completionStatus": {
                        "type": "boolean"
                      },
                      "description": {
                        "type": "string"
                      },
                      "endTime": {
                        "type": "number"
                      },
                      "guid": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "intTaskStatus": {
                        "type": "number"
                      },
                      "ipAddress": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "nepk": {
                        "type": "string"
                      },
                      "percentComplete": {
                        "type": "number"
                      },
                      "queuedTime": {
                        "type": "number"
                      },
                      "result": {
                        "type": "string"
                      },
                      "startTime": {
                        "type": "number"
                      },
                      "taskStatus": {
                        "type": "string"
                      },
                      "user": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "completionStatus": true,
                    "description": "string",
                    "endTime": 3,
                    "guid": "string",
                    "id": 2,
                    "intTaskStatus": 6,
                    "ipAddress": "string",
                    "name": "string",
                    "nepk": "string",
                    "percentComplete": 7,
                    "queuedTime": 4,
                    "result": "string",
                    "startTime": 9,
                    "taskStatus": "string",
                    "user": "string"
                  },
                  {
                    "completionStatus": true,
                    "description": "string",
                    "endTime": 6,
                    "guid": "string",
                    "id": 8,
                    "intTaskStatus": 5,
                    "ipAddress": "string",
                    "name": "string",
                    "nepk": "string",
                    "percentComplete": 4,
                    "queuedTime": 3,
                    "result": "string",
                    "startTime": 10,
                    "taskStatus": "string",
                    "user": "string"
                  },
                  {
                    "completionStatus": false,
                    "description": "string",
                    "endTime": 6,
                    "guid": "string",
                    "id": 10,
                    "intTaskStatus": 3,
                    "ipAddress": "string",
                    "name": "string",
                    "nepk": "string",
                    "percentComplete": 8,
                    "queuedTime": 5,
                    "result": "string",
                    "startTime": 3,
                    "taskStatus": "string",
                    "user": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "logLevel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "appliance",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/action/cancel": {
      "post": {
        "tags": [
          "Action"
        ],
        "operationId": "actionCancel",
        "description": "The parameters and request body are for method: actionCancel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/action/status": {
      "post": {
        "tags": [
          "Action"
        ],
        "operationId": "actionStatus",
        "description": "The parameters and request body are for method: actionStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "completionStatus": {
                      "type": "boolean"
                    },
                    "description": {
                      "type": "string"
                    },
                    "endTime": {
                      "type": "number"
                    },
                    "guid": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "intTaskStatus": {
                      "type": "number"
                    },
                    "ipAddress": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "nepk": {
                      "type": "string"
                    },
                    "percentComplete": {
                      "type": "number"
                    },
                    "queuedTime": {
                      "type": "number"
                    },
                    "result": {
                      "type": "string"
                    },
                    "startTime": {
                      "type": "number"
                    },
                    "taskStatus": {
                      "type": "string"
                    },
                    "user": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "completionStatus": true,
                  "description": "string",
                  "endTime": 5,
                  "guid": "string",
                  "id": 1,
                  "intTaskStatus": 10,
                  "ipAddress": "string",
                  "name": "string",
                  "nepk": "string",
                  "percentComplete": 5,
                  "queuedTime": 2,
                  "result": "string",
                  "startTime": 2,
                  "taskStatus": "string",
                  "user": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/alarm/acknowledgement/appliance/{neId}": {
      "post": {
        "tags": [
          "Alarm"
        ],
        "operationId": "alarmAcknowledgement",
        "description": "The parameters and request body are for method: alarmAcknowledgement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "alarmAcknowledgementBody"
            }
          }
        }
      }
    },
    "/alarm/acknowledgement/gms": {
      "post": {
        "tags": [
          "Alarm"
        ],
        "operationId": "gmsAlarmAcknowledgement",
        "description": "The parameters and request body are for method: gmsAlarmAcknowledgement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "gmsAlarmAcknowledgementBody"
            }
          }
        }
      }
    },
    "/alarm/appliance": {
      "post": {
        "tags": [
          "Alarm"
        ],
        "operationId": "alarmApplianceGetPost",
        "description": "The parameters and request body are for method: alarmApplianceGetPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "acknowledged": {
                        "type": "boolean"
                      },
                      "applianceId": {
                        "type": "string"
                      },
                      "clearable": {
                        "type": "boolean"
                      },
                      "clearedTimeInMills": {
                        "type": "number"
                      },
                      "closed": {
                        "type": "boolean"
                      },
                      "description": {
                        "type": "string"
                      },
                      "hostName": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "occurrenceCount": {
                        "type": "number"
                      },
                      "recommendedAction": {
                        "type": "string"
                      },
                      "sequenceId": {
                        "type": "number"
                      },
                      "serviceAffect": {
                        "type": "boolean"
                      },
                      "severity": {
                        "type": "string"
                      },
                      "source": {
                        "type": "string"
                      },
                      "timeOccurredInMills": {
                        "type": "number"
                      },
                      "type": {
                        "type": "string"
                      },
                      "typeId": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "acknowledged": true,
                    "applianceId": "string",
                    "clearable": true,
                    "clearedTimeInMills": 7,
                    "closed": true,
                    "description": "string",
                    "hostName": "string",
                    "name": "string",
                    "occurrenceCount": 1,
                    "recommendedAction": "string",
                    "sequenceId": 8,
                    "serviceAffect": true,
                    "severity": "string",
                    "source": "string",
                    "timeOccurredInMills": 10,
                    "type": "string",
                    "typeId": 10
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "view",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "severity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "orderBySeverity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxAlarms",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "from",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "to",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceAlarmGetPostBody"
            }
          }
        }
      }
    },
    "/alarm/clearance/appliance/{neId}": {
      "post": {
        "tags": [
          "Alarm"
        ],
        "operationId": "alarmClearance",
        "description": "The parameters and request body are for method: alarmClearance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "alarmClearanceBody"
            }
          }
        }
      }
    },
    "/alarm/clearance/gms": {
      "post": {
        "tags": [
          "Alarm"
        ],
        "operationId": "gmsAlarmClearance",
        "description": "The parameters and request body are for method: gmsAlarmClearance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "gmsAlarmClearanceBody"
            }
          }
        }
      }
    },
    "/alarm/count/appliance": {
      "get": {
        "tags": [
          "Alarm"
        ],
        "operationId": "allApplianceAlarmSummary",
        "description": "The parameters and request body are for method: allApplianceAlarmSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "applianceId": {
                        "type": "string"
                      },
                      "numOfAlarms": {
                        "type": "number"
                      },
                      "numOfCriticalAlarms": {
                        "type": "number"
                      },
                      "numOfMajorAlarms": {
                        "type": "number"
                      },
                      "numOfMinorAlarms": {
                        "type": "number"
                      },
                      "numOfWarningAlarms": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "applianceId": "string",
                    "numOfAlarms": 10,
                    "numOfCriticalAlarms": 6,
                    "numOfMajorAlarms": 9,
                    "numOfMinorAlarms": 2,
                    "numOfWarningAlarms": 8
                  },
                  {
                    "applianceId": "string",
                    "numOfAlarms": 8,
                    "numOfCriticalAlarms": 10,
                    "numOfMajorAlarms": 9,
                    "numOfMinorAlarms": 8,
                    "numOfWarningAlarms": 8
                  },
                  {
                    "applianceId": "string",
                    "numOfAlarms": 3,
                    "numOfCriticalAlarms": 7,
                    "numOfMajorAlarms": 7,
                    "numOfMinorAlarms": 4,
                    "numOfWarningAlarms": 5
                  },
                  {
                    "applianceId": "string",
                    "numOfAlarms": 3,
                    "numOfCriticalAlarms": 6,
                    "numOfMajorAlarms": 10,
                    "numOfMinorAlarms": 8,
                    "numOfWarningAlarms": 6
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/alarm/count/appliance/{neId}": {
      "get": {
        "tags": [
          "Alarm"
        ],
        "operationId": "applianceAlarmSummary",
        "description": "The parameters and request body are for method: applianceAlarmSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "numOfCriticalAlarms": {
                      "type": "number"
                    },
                    "numOfMajorAlarms": {
                      "type": "number"
                    },
                    "numOfMinorAlarms": {
                      "type": "number"
                    },
                    "numOfWarningAlarms": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "numOfCriticalAlarms": 5,
                  "numOfMajorAlarms": 6,
                  "numOfMinorAlarms": 1,
                  "numOfWarningAlarms": 6
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/alarm/customization/severity": {
      "delete": {
        "tags": [
          "Alarm"
        ],
        "operationId": "customSeverityDelete",
        "description": "The parameters and request body are for method: customSeverityDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Alarm"
        ],
        "operationId": "customSeverityGet",
        "description": "The parameters and request body are for method: customSeverityGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "65536": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "65536": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Alarm"
        ],
        "operationId": "customSeverityPOST",
        "description": "The parameters and request body are for method: customSeverityPOST. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Alarm"
        ],
        "operationId": "customSeverityPut",
        "description": "The parameters and request body are for method: customSeverityPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/alarm/customization/severity/{alarmTypeId}": {
      "delete": {
        "tags": [
          "Alarm"
        ],
        "operationId": "singleCustomSeverityDelete",
        "description": "The parameters and request body are for method: singleCustomSeverityDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "alarmTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "alarmTypeId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Alarm"
        ],
        "operationId": "singleCustomSeverityGet",
        "description": "The parameters and request body are for method: singleCustomSeverityGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "65536": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "65536": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "alarmTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "alarmTypeId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/alarm/delayEmail": {
      "delete": {
        "tags": [
          "Alarm"
        ],
        "operationId": "alarmEmailDelayDelete",
        "description": "The parameters and request body are for method: alarmEmailDelayDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Alarm"
        ],
        "operationId": "alarmEmailDelayGet",
        "description": "The parameters and request body are for method: alarmEmailDelayGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "duration": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "duration": 6
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Alarm"
        ],
        "operationId": "alarmEmailDelayPost",
        "description": "The parameters and request body are for method: alarmEmailDelayPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Alarm"
        ],
        "operationId": "alarmEmailDelayPut",
        "description": "The parameters and request body are for method: alarmEmailDelayPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/alarm/description2": {
      "get": {
        "tags": [
          "Alarm"
        ],
        "operationId": "alarmDescGet",
        "description": "The parameters and request body are for method: alarmDescGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "alarmType": {
                      "type": "number"
                    },
                    "description": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "recommendedAction": {
                      "type": "string"
                    },
                    "serviceAffecting": {
                      "type": "boolean"
                    },
                    "severity": {
                      "type": "string"
                    },
                    "source": {
                      "type": "string"
                    },
                    "sourceType": {
                      "type": "number"
                    },
                    "systemType": {
                      "type": "number"
                    },
                    "typeId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "alarmType": 10,
                  "description": "string",
                  "name": "string",
                  "recommendedAction": "string",
                  "serviceAffecting": false,
                  "severity": "string",
                  "source": "string",
                  "sourceType": 5,
                  "systemType": 5,
                  "typeId": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "defaultParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/alarm/gms": {
      "get": {
        "tags": [
          "Alarm"
        ],
        "operationId": "alarmGms",
        "description": "The parameters and request body are for method: alarmGms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "acknowledged": {
                        "type": "boolean"
                      },
                      "clearable": {
                        "type": "boolean"
                      },
                      "clearedTimeInMills": {
                        "type": "number"
                      },
                      "closed": {
                        "type": "boolean"
                      },
                      "description": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "occurrenceCount": {
                        "type": "number"
                      },
                      "recommendedAction": {
                        "type": "string"
                      },
                      "serviceAffect": {
                        "type": "boolean"
                      },
                      "severity": {
                        "type": "string"
                      },
                      "source": {
                        "type": "string"
                      },
                      "timeOccurredInMills": {
                        "type": "number"
                      },
                      "type": {
                        "type": "string"
                      },
                      "typeId": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "acknowledged": false,
                    "clearable": false,
                    "clearedTimeInMills": 4,
                    "closed": true,
                    "description": "string",
                    "id": 5,
                    "name": "string",
                    "occurrenceCount": 7,
                    "recommendedAction": "string",
                    "serviceAffect": true,
                    "severity": "string",
                    "source": "string",
                    "timeOccurredInMills": 5,
                    "type": "string",
                    "typeId": 1
                  },
                  {
                    "acknowledged": false,
                    "clearable": true,
                    "clearedTimeInMills": 1,
                    "closed": false,
                    "description": "string",
                    "id": 8,
                    "name": "string",
                    "occurrenceCount": 4,
                    "recommendedAction": "string",
                    "serviceAffect": false,
                    "severity": "string",
                    "source": "string",
                    "timeOccurredInMills": 6,
                    "type": "string",
                    "typeId": 7
                  },
                  {
                    "acknowledged": false,
                    "clearable": false,
                    "clearedTimeInMills": 6,
                    "closed": true,
                    "description": "string",
                    "id": 10,
                    "name": "string",
                    "occurrenceCount": 10,
                    "recommendedAction": "string",
                    "serviceAffect": false,
                    "severity": "string",
                    "source": "string",
                    "timeOccurredInMills": 10,
                    "type": "string",
                    "typeId": 5
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "view",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "severity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "from",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "to",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/alarm/notification": {
      "get": {
        "tags": [
          "Alarm"
        ],
        "operationId": "alarmNotification",
        "description": "The parameters and request body are for method: alarmNotification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "enable": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "enable": false
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Alarm"
        ],
        "operationId": "postAlarmNotification",
        "description": "The parameters and request body are for method: postAlarmNotification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "alarmNotification"
            }
          }
        }
      }
    },
    "/alarm/summary": {
      "get": {
        "tags": [
          "Alarm"
        ],
        "operationId": "alarmSummary",
        "description": "The parameters and request body are for method: alarmSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "numOfCriticalAlarms": {
                      "type": "number"
                    },
                    "numOfMajorAlarms": {
                      "type": "number"
                    },
                    "numOfMinorAlarms": {
                      "type": "number"
                    },
                    "numOfWarningAlarms": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "numOfCriticalAlarms": 5,
                  "numOfMajorAlarms": 4,
                  "numOfMinorAlarms": 5,
                  "numOfWarningAlarms": 8
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/alarm/summary/{type}": {
      "get": {
        "tags": [
          "Alarm"
        ],
        "operationId": "alarmSummaryType",
        "description": "The parameters and request body are for method: alarmSummaryType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "numOfCriticalAlarms": {
                      "type": "number"
                    },
                    "numOfMajorAlarms": {
                      "type": "number"
                    },
                    "numOfMinorAlarms": {
                      "type": "number"
                    },
                    "numOfWarningAlarms": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "numOfCriticalAlarms": 10,
                  "numOfMajorAlarms": 3,
                  "numOfMinorAlarms": 6,
                  "numOfWarningAlarms": 5
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/alarm/suppress": {
      "delete": {
        "tags": [
          "Alarm"
        ],
        "operationId": "deleteDisabledAlarmsConfig",
        "description": "The parameters and request body are for method: deleteDisabledAlarmsConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Alarm"
        ],
        "operationId": "getAllDisabledAlarmsConfig",
        "description": "The parameters and request body are for method: getAllDisabledAlarmsConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "alarmTypeIds": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "applianceIds": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "alarmTypeIds": [
                    4
                  ],
                  "applianceIds": [
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Alarm"
        ],
        "operationId": "updateDisabledAlarmsConfig",
        "description": "The parameters and request body are for method: updateDisabledAlarmsConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/appliance": {
      "get": {
        "tags": [
          "Appliance"
        ],
        "operationId": "applianceGET",
        "description": "The parameters and request body are for method: applianceGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "IP": {
                        "type": "string"
                      },
                      "applianceId": {
                        "type": "number"
                      },
                      "bypass": {
                        "type": "boolean"
                      },
                      "discoveredFrom": {
                        "type": "number"
                      },
                      "dynamicUuid": {
                        "type": "string"
                      },
                      "groupId": {
                        "type": "string"
                      },
                      "hardwareRevision": {
                        "type": "string"
                      },
                      "hasUnsavedChanges": {
                        "type": "boolean"
                      },
                      "hostName": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string"
                      },
                      "ip": {
                        "type": "string"
                      },
                      "latitude": {
                        "type": "number"
                      },
                      "longitude": {
                        "type": "number"
                      },
                      "mode": {
                        "type": "string"
                      },
                      "model": {
                        "type": "string"
                      },
                      "nePk": {
                        "type": "string"
                      },
                      "networkRole": {
                        "type": "string"
                      },
                      "password": {
                        "type": "string"
                      },
                      "portalObjectId": {
                        "type": "string"
                      },
                      "reachabilityChannel": {
                        "type": "number"
                      },
                      "rebootRequired": {
                        "type": "boolean"
                      },
                      "serial": {
                        "type": "string"
                      },
                      "site": {
                        "type": "string"
                      },
                      "sitePriority": {
                        "type": "number"
                      },
                      "softwareVersion": {
                        "type": "string"
                      },
                      "startupTime": {
                        "type": "number"
                      },
                      "state": {
                        "type": "number"
                      },
                      "systemBandwidth": {
                        "type": "number"
                      },
                      "userName": {
                        "type": "string"
                      },
                      "uuid": {
                        "type": "string"
                      },
                      "webProtocol": {
                        "type": "string"
                      },
                      "webProtocolType": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "IP": "string",
                    "applianceId": 10,
                    "bypass": true,
                    "discoveredFrom": 3,
                    "dynamicUuid": "string",
                    "groupId": "string",
                    "hardwareRevision": "string",
                    "hasUnsavedChanges": true,
                    "hostName": "string",
                    "id": "string",
                    "ip": "string",
                    "latitude": 6,
                    "longitude": 1,
                    "mode": "string",
                    "model": "string",
                    "nePk": "string",
                    "networkRole": "string",
                    "password": "string",
                    "portalObjectId": "string",
                    "reachabilityChannel": 5,
                    "rebootRequired": true,
                    "serial": "string",
                    "site": "string",
                    "sitePriority": 6,
                    "softwareVersion": "string",
                    "startupTime": 3,
                    "state": 10,
                    "systemBandwidth": 1,
                    "userName": "string",
                    "uuid": "string",
                    "webProtocol": "string",
                    "webProtocolType": 5
                  },
                  {
                    "IP": "string",
                    "applianceId": 7,
                    "bypass": false,
                    "discoveredFrom": 4,
                    "dynamicUuid": "string",
                    "groupId": "string",
                    "hardwareRevision": "string",
                    "hasUnsavedChanges": false,
                    "hostName": "string",
                    "id": "string",
                    "ip": "string",
                    "latitude": 9,
                    "longitude": 4,
                    "mode": "string",
                    "model": "string",
                    "nePk": "string",
                    "networkRole": "string",
                    "password": "string",
                    "portalObjectId": "string",
                    "reachabilityChannel": 4,
                    "rebootRequired": true,
                    "serial": "string",
                    "site": "string",
                    "sitePriority": 4,
                    "softwareVersion": "string",
                    "startupTime": 2,
                    "state": 9,
                    "systemBandwidth": 6,
                    "userName": "string",
                    "uuid": "string",
                    "webProtocol": "string",
                    "webProtocolType": 8
                  },
                  {
                    "IP": "string",
                    "applianceId": 9,
                    "bypass": true,
                    "discoveredFrom": 7,
                    "dynamicUuid": "string",
                    "groupId": "string",
                    "hardwareRevision": "string",
                    "hasUnsavedChanges": false,
                    "hostName": "string",
                    "id": "string",
                    "ip": "string",
                    "latitude": 5,
                    "longitude": 1,
                    "mode": "string",
                    "model": "string",
                    "nePk": "string",
                    "networkRole": "string",
                    "password": "string",
                    "portalObjectId": "string",
                    "reachabilityChannel": 1,
                    "rebootRequired": true,
                    "serial": "string",
                    "site": "string",
                    "sitePriority": 7,
                    "softwareVersion": "string",
                    "startupTime": 9,
                    "state": 7,
                    "systemBandwidth": 4,
                    "userName": "string",
                    "uuid": "string",
                    "webProtocol": "string",
                    "webProtocolType": 6
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/appliance/adminDistance/{neId}": {
      "get": {
        "tags": [
          "Appliance"
        ],
        "operationId": "adminDistanceConfig",
        "description": "The parameters and request body are for method: adminDistanceConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "bgp_br": {
                      "type": "number"
                    },
                    "bgp_pe": {
                      "type": "number"
                    },
                    "bgp_tr": {
                      "type": "number"
                    },
                    "local": {
                      "type": "number"
                    },
                    "ospf": {
                      "type": "number"
                    },
                    "sub_shared": {
                      "type": "number"
                    },
                    "sub_shared_bgp": {
                      "type": "number"
                    },
                    "sub_shared_ospf": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "bgp_br": 9,
                  "bgp_pe": 5,
                  "bgp_tr": 10,
                  "local": 6,
                  "ospf": 10,
                  "sub_shared": 1,
                  "sub_shared_bgp": 9,
                  "sub_shared_ospf": 2
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/appliance/approved": {
      "get": {
        "tags": [
          "Appliance"
        ],
        "operationId": "approvedAppliance",
        "description": "The parameters and request body are for method: approvedAppliance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "applianceInfo": {
                        "type": "object",
                        "properties": {
                          "group": {
                            "type": "string"
                          },
                          "hostname": {
                            "type": "string"
                          },
                          "ip": {
                            "type": "string"
                          },
                          "isLicenseRequired": {
                            "type": "string"
                          },
                          "model": {
                            "type": "string"
                          },
                          "portalLicenseType": {
                            "type": "string"
                          },
                          "reachabilityStatus": {
                            "type": "number"
                          },
                          "serial": {
                            "type": "string"
                          },
                          "site": {
                            "type": "string"
                          },
                          "softwareVersion": {
                            "type": "string"
                          }
                        }
                      },
                      "approved": {
                        "type": "boolean"
                      },
                      "approvedTime": {
                        "type": "number"
                      },
                      "denied": {
                        "type": "boolean"
                      },
                      "deniedTime": {
                        "type": "number"
                      },
                      "discoveredFrom": {
                        "type": "number"
                      },
                      "discoveredTime": {
                        "type": "number"
                      },
                      "dynamicUuid": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "portalObjectId": {
                        "type": "string"
                      },
                      "userId": {
                        "type": "string"
                      },
                      "uuid": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "applianceInfo": {
                      "group": "string",
                      "hostname": "string",
                      "ip": "string",
                      "isLicenseRequired": "string",
                      "model": "string",
                      "portalLicenseType": "string",
                      "reachabilityStatus": 4,
                      "serial": "string",
                      "site": "string",
                      "softwareVersion": "string"
                    },
                    "approved": true,
                    "approvedTime": 2,
                    "denied": false,
                    "deniedTime": 2,
                    "discoveredFrom": 9,
                    "discoveredTime": 3,
                    "dynamicUuid": "string",
                    "id": 2,
                    "portalObjectId": "string",
                    "userId": "string",
                    "uuid": "string"
                  },
                  {
                    "applianceInfo": {
                      "group": "string",
                      "hostname": "string",
                      "ip": "string",
                      "isLicenseRequired": "string",
                      "model": "string",
                      "portalLicenseType": "string",
                      "reachabilityStatus": 9,
                      "serial": "string",
                      "site": "string",
                      "softwareVersion": "string"
                    },
                    "approved": true,
                    "approvedTime": 6,
                    "denied": true,
                    "deniedTime": 7,
                    "discoveredFrom": 1,
                    "discoveredTime": 9,
                    "dynamicUuid": "string",
                    "id": 4,
                    "portalObjectId": "string",
                    "userId": "string",
                    "uuid": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/appliance/backup": {
      "post": {
        "tags": [
          "Appliance"
        ],
        "operationId": "backupPost",
        "description": "The parameters and request body are for method: backupPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "clientKey": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "clientKey": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "operation"
            }
          }
        }
      }
    },
    "/appliance/backup/{backupFilePk}": {
      "delete": {
        "tags": [
          "Appliance"
        ],
        "operationId": "backupDelete",
        "description": "The parameters and request body are for method: backupDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "backupFilePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "backupFilePk",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/appliance/backup/{neId}": {
      "get": {
        "tags": [
          "Appliance"
        ],
        "operationId": "backupGet",
        "description": "The parameters and request body are for method: backupGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "backupTime": {
                        "type": "number"
                      },
                      "comment": {
                        "type": "string"
                      },
                      "fileName": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "runningConfig": {
                        "type": "string"
                      },
                      "swVersion": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "backupTime": 10,
                    "comment": "string",
                    "fileName": "string",
                    "id": 10,
                    "runningConfig": "string",
                    "swVersion": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/appliance/changeGroup/{groupPk}": {
      "post": {
        "tags": [
          "Appliance"
        ],
        "operationId": "applianceChgGr",
        "description": "The parameters and request body are for method: applianceChgGr. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupPk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupPk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "appliancePrimaryKeys"
            }
          }
        }
      }
    },
    "/appliance/changePassword/{nePk}/{username}": {
      "post": {
        "tags": [
          "Appliance"
        ],
        "operationId": "changeAppliancePassword",
        "description": "The parameters and request body are for method: changeAppliancePassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "password"
            }
          }
        }
      }
    },
    "/appliance/deleteForDiscovery/{nePk}": {
      "delete": {
        "tags": [
          "Appliance"
        ],
        "operationId": "deleteForRediscovery",
        "description": "The parameters and request body are for method: deleteForRediscovery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/appliance/denied": {
      "get": {
        "tags": [
          "Appliance"
        ],
        "operationId": "deniedAppliance",
        "description": "The parameters and request body are for method: deniedAppliance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "applianceInfo": {
                        "type": "object",
                        "properties": {
                          "group": {
                            "type": "string"
                          },
                          "hostname": {
                            "type": "string"
                          },
                          "ip": {
                            "type": "string"
                          },
                          "isLicenseRequired": {
                            "type": "string"
                          },
                          "model": {
                            "type": "string"
                          },
                          "portalLicenseType": {
                            "type": "string"
                          },
                          "reachabilityStatus": {
                            "type": "number"
                          },
                          "serial": {
                            "type": "string"
                          },
                          "site": {
                            "type": "string"
                          },
                          "softwareVersion": {
                            "type": "string"
                          }
                        }
                      },
                      "approved": {
                        "type": "boolean"
                      },
                      "approvedTime": {
                        "type": "number"
                      },
                      "denied": {
                        "type": "boolean"
                      },
                      "deniedTime": {
                        "type": "number"
                      },
                      "discoveredFrom": {
                        "type": "number"
                      },
                      "discoveredTime": {
                        "type": "number"
                      },
                      "dynamicUuid": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "portalObjectId": {
                        "type": "string"
                      },
                      "userId": {
                        "type": "string"
                      },
                      "uuid": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "applianceInfo": {
                      "group": "string",
                      "hostname": "string",
                      "ip": "string",
                      "isLicenseRequired": "string",
                      "model": "string",
                      "portalLicenseType": "string",
                      "reachabilityStatus": 6,
                      "serial": "string",
                      "site": "string",
                      "softwareVersion": "string"
                    },
                    "approved": true,
                    "approvedTime": 7,
                    "denied": false,
                    "deniedTime": 4,
                    "discoveredFrom": 1,
                    "discoveredTime": 2,
                    "dynamicUuid": "string",
                    "id": 10,
                    "portalObjectId": "string",
                    "userId": "string",
                    "uuid": "string"
                  },
                  {
                    "applianceInfo": {
                      "group": "string",
                      "hostname": "string",
                      "ip": "string",
                      "isLicenseRequired": "string",
                      "model": "string",
                      "portalLicenseType": "string",
                      "reachabilityStatus": 2,
                      "serial": "string",
                      "site": "string",
                      "softwareVersion": "string"
                    },
                    "approved": false,
                    "approvedTime": 6,
                    "denied": false,
                    "deniedTime": 6,
                    "discoveredFrom": 10,
                    "discoveredTime": 8,
                    "dynamicUuid": "string",
                    "id": 8,
                    "portalObjectId": "string",
                    "userId": "string",
                    "uuid": "string"
                  },
                  {
                    "applianceInfo": {
                      "group": "string",
                      "hostname": "string",
                      "ip": "string",
                      "isLicenseRequired": "string",
                      "model": "string",
                      "portalLicenseType": "string",
                      "reachabilityStatus": 8,
                      "serial": "string",
                      "site": "string",
                      "softwareVersion": "string"
                    },
                    "approved": false,
                    "approvedTime": 2,
                    "denied": true,
                    "deniedTime": 10,
                    "discoveredFrom": 3,
                    "discoveredTime": 2,
                    "dynamicUuid": "string",
                    "id": 6,
                    "portalObjectId": "string",
                    "userId": "string",
                    "uuid": "string"
                  },
                  {
                    "applianceInfo": {
                      "group": "string",
                      "hostname": "string",
                      "ip": "string",
                      "isLicenseRequired": "string",
                      "model": "string",
                      "portalLicenseType": "string",
                      "reachabilityStatus": 1,
                      "serial": "string",
                      "site": "string",
                      "softwareVersion": "string"
                    },
                    "approved": false,
                    "approvedTime": 5,
                    "denied": true,
                    "deniedTime": 2,
                    "discoveredFrom": 2,
                    "discoveredTime": 9,
                    "dynamicUuid": "string",
                    "id": 3,
                    "portalObjectId": "string",
                    "userId": "string",
                    "uuid": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/appliance/discovered": {
      "get": {
        "tags": [
          "Appliance"
        ],
        "operationId": "getAllDiscoveredAppliances",
        "description": "The parameters and request body are for method: getAllDiscoveredAppliances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "applianceInfo": {
                        "type": "object",
                        "properties": {
                          "group": {
                            "type": "string"
                          },
                          "hostname": {
                            "type": "string"
                          },
                          "ip": {
                            "type": "string"
                          },
                          "isLicenseRequired": {
                            "type": "string"
                          },
                          "model": {
                            "type": "string"
                          },
                          "portalLicenseType": {
                            "type": "string"
                          },
                          "reachabilityStatus": {
                            "type": "number"
                          },
                          "serial": {
                            "type": "string"
                          },
                          "site": {
                            "type": "string"
                          },
                          "softwareVersion": {
                            "type": "string"
                          }
                        }
                      },
                      "approved": {
                        "type": "boolean"
                      },
                      "approvedTime": {
                        "type": "number"
                      },
                      "denied": {
                        "type": "boolean"
                      },
                      "deniedTime": {
                        "type": "number"
                      },
                      "discoveredFrom": {
                        "type": "number"
                      },
                      "discoveredTime": {
                        "type": "number"
                      },
                      "dynamicUuid": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "portalObjectId": {
                        "type": "string"
                      },
                      "userId": {
                        "type": "string"
                      },
                      "uuid": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "applianceInfo": {
                      "group": "string",
                      "hostname": "string",
                      "ip": "string",
                      "isLicenseRequired": "string",
                      "model": "string",
                      "portalLicenseType": "string",
                      "reachabilityStatus": 8,
                      "serial": "string",
                      "site": "string",
                      "softwareVersion": "string"
                    },
                    "approved": true,
                    "approvedTime": 6,
                    "denied": true,
                    "deniedTime": 10,
                    "discoveredFrom": 10,
                    "discoveredTime": 9,
                    "dynamicUuid": "string",
                    "id": 3,
                    "portalObjectId": "string",
                    "userId": "string",
                    "uuid": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/appliance/discovered/add/{key}": {
      "post": {
        "tags": [
          "Appliance"
        ],
        "operationId": "addDiscoveredApplianceToOrchestrator",
        "description": "The parameters and request body are for method: addDiscoveredApplianceToOrchestrator. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "id"
            }
          }
        }
      }
    },
    "/appliance/discovered/approve/{key}": {
      "post": {
        "tags": [
          "Appliance"
        ],
        "operationId": "approveDiscoveredAppliances",
        "description": "The parameters and request body are for method: approveDiscoveredAppliances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "id"
            }
          }
        }
      }
    },
    "/appliance/discovered/deny/{id}": {
      "post": {
        "tags": [
          "Appliance"
        ],
        "operationId": "denyDiscoveredAppliances",
        "description": "The parameters and request body are for method: denyDiscoveredAppliances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/appliance/discovered/update": {
      "put": {
        "tags": [
          "Appliance"
        ],
        "operationId": "updateDiscoveredAppliances",
        "description": "The parameters and request body are for method: updateDiscoveredAppliances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/appliance/dnsCache/config/{neId}": {
      "get": {
        "tags": [
          "Appliance"
        ],
        "operationId": "dnsCacheConfig",
        "description": "The parameters and request body are for method: dnsCacheConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "http": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "http": true
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/appliance/extraInfo/{nePk}": {
      "delete": {
        "tags": [
          "Appliance"
        ],
        "operationId": "deleteApplianceExtraInfo",
        "description": "The parameters and request body are for method: deleteApplianceExtraInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Appliance"
        ],
        "operationId": "getApplianceExtraInfo",
        "description": "The parameters and request body are for method: getApplianceExtraInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "contact": {
                      "type": "object",
                      "properties": {
                        "email": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "phoneNumber": {
                          "type": "string"
                        }
                      }
                    },
                    "location": {
                      "type": "object",
                      "properties": {
                        "address": {
                          "type": "string"
                        },
                        "address2": {
                          "type": "string"
                        },
                        "city": {
                          "type": "string"
                        },
                        "country": {
                          "type": "string"
                        },
                        "state": {
                          "type": "string"
                        },
                        "zipCode": {
                          "type": "string"
                        }
                      }
                    },
                    "overlaySettings": {
                      "type": "object",
                      "properties": {
                        "ipsecUdpPort": {
                          "type": "string"
                        },
                        "isUserDefinedIPSecUDPPort": {
                          "type": "boolean"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "contact": {
                    "email": "string",
                    "name": "string",
                    "phoneNumber": "string"
                  },
                  "location": {
                    "address": "string",
                    "address2": "string",
                    "city": "string",
                    "country": "string",
                    "state": "string",
                    "zipCode": "string"
                  },
                  "overlaySettings": {
                    "ipsecUdpPort": "string",
                    "isUserDefinedIPSecUDPPort": false
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Appliance"
        ],
        "operationId": "saveApplianceExtraInfo",
        "description": "The parameters and request body are for method: saveApplianceExtraInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceExtraInfo"
            }
          }
        }
      }
    },
    "/appliance/interface/bridge/{neId}": {
      "get": {
        "tags": [
          "Appliance"
        ],
        "operationId": "bridgeInterfaceState",
        "description": "The parameters and request body are for method: bridgeInterfaceState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "bridge": {
                      "type": "object",
                      "properties": {
                        "lan0": {
                          "type": "object",
                          "properties": {
                            "link_state": {
                              "type": "string"
                            },
                            "pthru_tx_if": {
                              "type": "string"
                            },
                            "state": {
                              "type": "string"
                            }
                          }
                        },
                        "lan1": {
                          "type": "object",
                          "properties": {
                            "link_state": {
                              "type": "string"
                            },
                            "pthru_tx_if": {
                              "type": "string"
                            },
                            "state": {
                              "type": "string"
                            }
                          }
                        },
                        "wan0": {
                          "type": "object",
                          "properties": {
                            "link_state": {
                              "type": "string"
                            },
                            "pthru_tx_if": {
                              "type": "string"
                            },
                            "state": {
                              "type": "string"
                            }
                          }
                        },
                        "wan1": {
                          "type": "object",
                          "properties": {
                            "link_state": {
                              "type": "string"
                            },
                            "pthru_tx_if": {
                              "type": "string"
                            },
                            "state": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "bridge": {
                    "lan0": {
                      "link_state": "string",
                      "pthru_tx_if": "string",
                      "state": "string"
                    },
                    "lan1": {
                      "link_state": "string",
                      "pthru_tx_if": "string",
                      "state": "string"
                    },
                    "wan0": {
                      "link_state": "string",
                      "pthru_tx_if": "string",
                      "state": "string"
                    },
                    "wan1": {
                      "link_state": "string",
                      "pthru_tx_if": "string",
                      "state": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/appliance/networkRoleAndSite/{neId}": {
      "get": {
        "tags": [
          "Appliance"
        ],
        "operationId": "networkRoleAndSiteGet",
        "description": "The parameters and request body are for method: networkRoleAndSiteGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Appliance"
        ],
        "operationId": "networkRoleAndSitePost",
        "description": "The parameters and request body are for method: networkRoleAndSitePost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "postNetworkRulesAndSites"
            }
          }
        }
      }
    },
    "/appliance/peerPriorityList/{neId}": {
      "get": {
        "tags": [
          "Appliance"
        ],
        "operationId": "peerPriorityGet",
        "description": "The parameters and request body are for method: peerPriorityGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "peerlist": {
                      "type": "object",
                      "properties": {
                        "<peerName>": {
                          "type": "object",
                          "properties": {
                            "peer_weight": {
                              "type": "number"
                            },
                            "self": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "peerlist": {
                    "<peerName>": {
                      "peer_weight": 5,
                      "self": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/appliance/queuedForDeletion": {
      "get": {
        "tags": [
          "Appliance"
        ],
        "operationId": "checkAppliancesQueuedForDeletion",
        "description": "The parameters and request body are for method: checkAppliancesQueuedForDeletion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/appliance/rest/{nePk}": {
      "get": {
        "tags": [
          "Appliance"
        ],
        "operationId": "applianceGetAPI",
        "description": "The parameters and request body are for method: applianceGetAPI. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Appliance"
        ],
        "operationId": "appliancePostAPI",
        "description": "The parameters and request body are for method: appliancePostAPI. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      }
    },
    "/appliance/restore/{nePk}": {
      "post": {
        "tags": [
          "Appliance"
        ],
        "operationId": "applianceRestore",
        "description": "The parameters and request body are for method: applianceRestore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "clientKey": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "clientKey": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "operation"
            }
          }
        }
      }
    },
    "/appliance/saveChanges": {
      "post": {
        "tags": [
          "Appliance"
        ],
        "operationId": "saveChanges",
        "description": "The parameters and request body are for method: saveChanges. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "saveChangesPostBody"
            }
          }
        }
      }
    },
    "/appliance/saveChanges/{nePk}": {
      "post": {
        "tags": [
          "Appliance"
        ],
        "operationId": "postApplianceSaveChangesNePk",
        "description": "The parameters and request body are for method: postApplianceSaveChangesNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "saveChangesPostBody"
            }
          }
        }
      }
    },
    "/appliance/statsConfig": {
      "get": {
        "tags": [
          "Appliance"
        ],
        "operationId": "statsConfigGet",
        "description": "The parameters and request body are for method: statsConfigGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "app": {
                      "type": "object",
                      "properties": {
                        "evict_enable": {
                          "type": "boolean"
                        },
                        "max_items": {
                          "type": "number"
                        }
                      }
                    },
                    "dns": {
                      "type": "object",
                      "properties": {
                        "evict_enable": {
                          "type": "boolean"
                        },
                        "max_items": {
                          "type": "number"
                        }
                      }
                    },
                    "flows_csv_enable": {
                      "type": "boolean"
                    },
                    "ip": {
                      "type": "object",
                      "properties": {
                        "evict_enable": {
                          "type": "boolean"
                        },
                        "max_items": {
                          "type": "number"
                        }
                      }
                    },
                    "minuteRetention": {
                      "type": "number"
                    },
                    "port": {
                      "type": "object",
                      "properties": {
                        "evict_enable": {
                          "type": "boolean"
                        },
                        "max_items": {
                          "type": "number"
                        }
                      }
                    },
                    "verticalRetention": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "app": {
                    "evict_enable": true,
                    "max_items": 5
                  },
                  "dns": {
                    "evict_enable": true,
                    "max_items": 6
                  },
                  "flows_csv_enable": false,
                  "ip": {
                    "evict_enable": true,
                    "max_items": 7
                  },
                  "minuteRetention": 10,
                  "port": {
                    "evict_enable": false,
                    "max_items": 7
                  },
                  "verticalRetention": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Appliance"
        ],
        "operationId": "statsConfigPost",
        "description": "The parameters and request body are for method: statsConfigPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "statsConfigPostData"
            }
          }
        }
      }
    },
    "/appliance/statsConfig/default": {
      "get": {
        "tags": [
          "Appliance"
        ],
        "operationId": "statsConfigDefaultGet",
        "description": "The parameters and request body are for method: statsConfigDefaultGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "app": {
                      "type": "object",
                      "properties": {
                        "evict_enable": {
                          "type": "boolean"
                        },
                        "max_items": {
                          "type": "number"
                        }
                      }
                    },
                    "dns": {
                      "type": "object",
                      "properties": {
                        "evict_enable": {
                          "type": "boolean"
                        },
                        "max_items": {
                          "type": "number"
                        }
                      }
                    },
                    "flows_csv_enable": {
                      "type": "boolean"
                    },
                    "ip": {
                      "type": "object",
                      "properties": {
                        "evict_enable": {
                          "type": "boolean"
                        },
                        "max_items": {
                          "type": "number"
                        }
                      }
                    },
                    "minuteRetention": {
                      "type": "number"
                    },
                    "port": {
                      "type": "object",
                      "properties": {
                        "evict_enable": {
                          "type": "boolean"
                        },
                        "max_items": {
                          "type": "number"
                        }
                      }
                    },
                    "verticalRetention": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "app": {
                    "evict_enable": false,
                    "max_items": 10
                  },
                  "dns": {
                    "evict_enable": true,
                    "max_items": 5
                  },
                  "flows_csv_enable": true,
                  "ip": {
                    "evict_enable": true,
                    "max_items": 1
                  },
                  "minuteRetention": 9,
                  "port": {
                    "evict_enable": true,
                    "max_items": 6
                  },
                  "verticalRetention": 3
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/appliance/wanNextHopHealth/{neId}": {
      "get": {
        "tags": [
          "Appliance"
        ],
        "operationId": "wanNextHopHealthGet",
        "description": "The parameters and request body are for method: wanNextHopHealthGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "enable": {
                      "type": "boolean"
                    },
                    "hold_down_count": {
                      "type": "number"
                    },
                    "interval": {
                      "type": "number"
                    },
                    "retry_count": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "enable": false,
                  "hold_down_count": 1,
                  "interval": 7,
                  "retry_count": 7
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/appliance/{nePk}": {
      "delete": {
        "tags": [
          "Appliance"
        ],
        "operationId": "applianceDel",
        "description": "The parameters and request body are for method: applianceDel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Appliance"
        ],
        "operationId": "applianceGetOne",
        "description": "The parameters and request body are for method: applianceGetOne. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "IP": {
                      "type": "string"
                    },
                    "applianceId": {
                      "type": "number"
                    },
                    "bypass": {
                      "type": "boolean"
                    },
                    "discoveredFrom": {
                      "type": "number"
                    },
                    "dynamicUuid": {
                      "type": "string"
                    },
                    "groupId": {
                      "type": "string"
                    },
                    "hardwareRevision": {
                      "type": "string"
                    },
                    "hasUnsavedChanges": {
                      "type": "boolean"
                    },
                    "hostName": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    },
                    "ip": {
                      "type": "string"
                    },
                    "latitude": {
                      "type": "number"
                    },
                    "longitude": {
                      "type": "number"
                    },
                    "mode": {
                      "type": "string"
                    },
                    "model": {
                      "type": "string"
                    },
                    "nePk": {
                      "type": "string"
                    },
                    "networkRole": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "portalObjectId": {
                      "type": "string"
                    },
                    "reachabilityChannel": {
                      "type": "number"
                    },
                    "rebootRequired": {
                      "type": "boolean"
                    },
                    "serial": {
                      "type": "string"
                    },
                    "site": {
                      "type": "string"
                    },
                    "sitePriority": {
                      "type": "number"
                    },
                    "softwareVersion": {
                      "type": "string"
                    },
                    "startupTime": {
                      "type": "number"
                    },
                    "state": {
                      "type": "number"
                    },
                    "systemBandwidth": {
                      "type": "number"
                    },
                    "userName": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "webProtocol": {
                      "type": "string"
                    },
                    "webProtocolType": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "IP": "string",
                  "applianceId": 8,
                  "bypass": true,
                  "discoveredFrom": 2,
                  "dynamicUuid": "string",
                  "groupId": "string",
                  "hardwareRevision": "string",
                  "hasUnsavedChanges": true,
                  "hostName": "string",
                  "id": "string",
                  "ip": "string",
                  "latitude": 8,
                  "longitude": 2,
                  "mode": "string",
                  "model": "string",
                  "nePk": "string",
                  "networkRole": "string",
                  "password": "string",
                  "portalObjectId": "string",
                  "reachabilityChannel": 5,
                  "rebootRequired": true,
                  "serial": "string",
                  "site": "string",
                  "sitePriority": 9,
                  "softwareVersion": "string",
                  "startupTime": 3,
                  "state": 5,
                  "systemBandwidth": 1,
                  "userName": "string",
                  "uuid": "string",
                  "webProtocol": "string",
                  "webProtocolType": 5
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Appliance"
        ],
        "operationId": "applianceChg",
        "description": "The parameters and request body are for method: applianceChg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceInfo"
            }
          }
        }
      }
    },
    "/applianceResync": {
      "post": {
        "tags": [
          "ApplianceResync"
        ],
        "operationId": "resyncAppliance",
        "description": "The parameters and request body are for method: resyncAppliance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceKeys"
            }
          }
        }
      }
    },
    "/appliancesSoftwareVersions/{nePK}": {
      "get": {
        "tags": [
          "AppliancesSoftwareVersions"
        ],
        "operationId": "appliancesSoftwareVersions",
        "description": "The parameters and request body are for method: appliancesSoftwareVersions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "active": {
                        "type": "boolean"
                      },
                      "build_time": {
                        "type": "string"
                      },
                      "build_version": {
                        "type": "string"
                      },
                      "fallback_boot": {
                        "type": "boolean"
                      },
                      "next_boot": {
                        "type": "boolean"
                      },
                      "partition": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "active": false,
                    "build_time": "string",
                    "build_version": "string",
                    "fallback_boot": true,
                    "next_boot": false,
                    "partition": 4
                  },
                  {
                    "active": false,
                    "build_time": "string",
                    "build_version": "string",
                    "fallback_boot": false,
                    "next_boot": true,
                    "partition": 5
                  },
                  {
                    "active": true,
                    "build_time": "string",
                    "build_version": "string",
                    "fallback_boot": false,
                    "next_boot": false,
                    "partition": 4
                  },
                  {
                    "active": true,
                    "build_time": "string",
                    "build_version": "string",
                    "fallback_boot": false,
                    "next_boot": false,
                    "partition": 4
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePK",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePK",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/application": {
      "get": {
        "tags": [
          "Application"
        ],
        "operationId": "applicationGet",
        "description": "The parameters and request body are for method: applicationGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "appType": {
                        "type": "string"
                      },
                      "applicationName": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "appType": "string",
                    "applicationName": "string"
                  },
                  {
                    "appType": "string",
                    "applicationName": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/application/builtin": {
      "get": {
        "tags": [
          "Application"
        ],
        "operationId": "builtin",
        "description": "The parameters and request body are for method: builtin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "appType": {
                        "type": "string"
                      },
                      "applicationName": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "appType": "string",
                    "applicationName": "string"
                  },
                  {
                    "appType": "string",
                    "applicationName": "string"
                  },
                  {
                    "appType": "string",
                    "applicationName": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/application/userDefined": {
      "get": {
        "tags": [
          "Application"
        ],
        "operationId": "userDefined",
        "description": "The parameters and request body are for method: userDefined. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "appType": {
                        "type": "string"
                      },
                      "applicationName": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "appType": "string",
                    "applicationName": "string"
                  },
                  {
                    "appType": "string",
                    "applicationName": "string"
                  },
                  {
                    "appType": "string",
                    "applicationName": "string"
                  },
                  {
                    "appType": "string",
                    "applicationName": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/application/userDefinedConfig/{neId}": {
      "get": {
        "tags": [
          "Application"
        ],
        "operationId": "userDefinedConfig",
        "description": "The parameters and request body are for method: userDefinedConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<priorityId>": {
                      "type": "object",
                      "properties": {
                        "dscp": {
                          "type": "string"
                        },
                        "dst_ip_range": {
                          "type": "string"
                        },
                        "dst_port_range": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "ipver": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "proto": {
                          "type": "string"
                        },
                        "self": {
                          "type": "number"
                        },
                        "src_ip_range": {
                          "type": "string"
                        },
                        "src_port_range": {
                          "type": "string"
                        },
                        "vlan": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<priorityId>": {
                    "dscp": "string",
                    "dst_ip_range": "string",
                    "dst_port_range": "string",
                    "id": 7,
                    "ipver": "string",
                    "name": "string",
                    "proto": "string",
                    "self": 5,
                    "src_ip_range": "string",
                    "src_port_range": "string",
                    "vlan": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/applicationDefinition/applicationTags": {
      "get": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "appTagsGet",
        "description": "The parameters and request body are for method: appTagsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "appTagsPost",
        "description": "The parameters and request body are for method: appTagsPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "appTagsBody"
            }
          }
        }
      }
    },
    "/applicationDefinition/applicationTags/wildcard": {
      "post": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "appGroupSearchPost",
        "description": "The parameters and request body are for method: appGroupSearchPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "searchWildcard"
            }
          }
        }
      }
    },
    "/applicationDefinition/applicationTags/{}": {
      "post": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "appTagsModePost",
        "description": "The parameters and request body are for method: appTagsModePost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/applicationDefinition/applications/wildcard": {
      "post": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "appSearchPost",
        "description": "The parameters and request body are for method: appSearchPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "searchWildcard"
            }
          }
        }
      }
    },
    "/applicationDefinition/compoundClassification": {
      "get": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "compoundGet",
        "description": "The parameters and request body are for method: compoundGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/applicationDefinition/compoundClassification/reorder": {
      "post": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "compoundReorderPost",
        "description": "The parameters and request body are for method: compoundReorderPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "compoundIdsConfig": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "compoundIdsConfig": "compoundIdsConfig"
              }
            }
          }
        }
      }
    },
    "/applicationDefinition/compoundClassification/{}": {
      "delete": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "compoundDelete",
        "description": "The parameters and request body are for method: compoundDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "compoundPost",
        "description": "The parameters and request body are for method: compoundPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "compoundConfig"
            }
          }
        }
      }
    },
    "/applicationDefinition/dnsClassification": {
      "get": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "dnsGet",
        "description": "The parameters and request body are for method: dnsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/applicationDefinition/dnsClassification/{}": {
      "delete": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "dnsDelete",
        "description": "The parameters and request body are for method: dnsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "dnsPost",
        "description": "The parameters and request body are for method: dnsPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "dnsConfig"
            }
          }
        }
      }
    },
    "/applicationDefinition/ipIntelligenceClassification": {
      "get": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "ipIntelligenceGet",
        "description": "The parameters and request body are for method: ipIntelligenceGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/applicationDefinition/ipIntelligenceClassification/{}/{pathv2}": {
      "delete": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "ipIntelligenceDelete",
        "description": "The parameters and request body are for method: ipIntelligenceDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "ipIntelligencePost",
        "description": "The parameters and request body are for method: ipIntelligencePost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "ipIntelligenceConfig"
            }
          }
        }
      }
    },
    "/applicationDefinition/legacyAppliancesUdas": {
      "get": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "legacyUdaGet",
        "description": "The parameters and request body are for method: legacyUdaGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/applicationDefinition/meterFlowClassification": {
      "get": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "meterFlowGet",
        "description": "The parameters and request body are for method: meterFlowGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/applicationDefinition/meterFlowClassification/{}/{pathv2}": {
      "delete": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "meterFlowDelete",
        "description": "The parameters and request body are for method: meterFlowDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "meterFlowPost",
        "description": "The parameters and request body are for method: meterFlowPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "meterFlowConfig"
            }
          }
        }
      }
    },
    "/applicationDefinition/portProtocolClassification": {
      "get": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "portProtocolGet",
        "description": "The parameters and request body are for method: portProtocolGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/applicationDefinition/portProtocolClassification/{}/{pathv2}": {
      "delete": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "portProtocolDelete",
        "description": "The parameters and request body are for method: portProtocolDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "portProtocolPost",
        "description": "The parameters and request body are for method: portProtocolPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "portProtocolConfig"
            }
          }
        }
      }
    },
    "/applicationDefinition/saasClassification": {
      "get": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "saasGet",
        "description": "The parameters and request body are for method: saasGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/applicationDefinition/saasClassification/{}": {
      "delete": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "saasDelete",
        "description": "The parameters and request body are for method: saasDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ApplicationDefinition"
        ],
        "operationId": "postApplicationDefinitionSaasClassificationId",
        "description": "The parameters and request body are for method: postApplicationDefinitionSaasClassificationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "saasConfig"
            }
          }
        }
      }
    },
    "/applicationGroups/{neId}": {
      "get": {
        "tags": [
          "ApplicationGroups"
        ],
        "operationId": "applicationGroups",
        "description": "The parameters and request body are for method: applicationGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "citrix": {
                      "type": "object",
                      "properties": {
                        "citrix-bcast": {
                          "type": "string"
                        },
                        "citrix-cgp": {
                          "type": "string"
                        },
                        "citrix-ica": {
                          "type": "string"
                        },
                        "citrix-ima": {
                          "type": "string"
                        }
                      }
                    },
                    "encrypted": {
                      "type": "object"
                    },
                    "interactive": {
                      "type": "object"
                    },
                    "real-time": {
                      "type": "object"
                    },
                    "replication": {
                      "type": "object",
                      "properties": {
                        "app_assure_replication": {
                          "type": "string"
                        },
                        "app_assure_svr_backup": {
                          "type": "string"
                        },
                        "netvault_replication": {
                          "type": "string"
                        },
                        "vsphere_replication_ini": {
                          "type": "string"
                        },
                        "vsphere_replication_ong": {
                          "type": "string"
                        },
                        "zerto_mgmt": {
                          "type": "string"
                        },
                        "zerto_replication": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "citrix": {
                    "citrix-bcast": "string",
                    "citrix-cgp": "string",
                    "citrix-ica": "string",
                    "citrix-ima": "string"
                  },
                  "encrypted": {},
                  "interactive": {},
                  "real-time": {},
                  "replication": {
                    "app_assure_replication": "string",
                    "app_assure_svr_backup": "string",
                    "netvault_replication": "string",
                    "vsphere_replication_ini": "string",
                    "vsphere_replication_ong": "string",
                    "zerto_mgmt": "string",
                    "zerto_replication": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/applicationTrends": {
      "get": {
        "tags": [
          "ApplicationTrends"
        ],
        "operationId": "applicationTrends",
        "description": "The parameters and request body are for method: applicationTrends. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "applicationStatsOfAppliances": {
                      "type": "object",
                      "properties": {
                        "appliance-name": {
                          "type": "object",
                          "properties": {
                            "appName": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "app": {
                                    "type": "object",
                                    "properties": {
                                      "appName": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "bytes": {
                                    "type": "number"
                                  },
                                  "milliseconds": {
                                    "type": "number"
                                  },
                                  "nePKId": {
                                    "type": "string"
                                  },
                                  "totalInboundOutbound": {
                                    "type": "number"
                                  },
                                  "vxoa": {
                                    "type": "object",
                                    "properties": {
                                      "applianceName": {
                                        "type": "string"
                                      },
                                      "nePkId": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "applicationStatsOfAppliances": {
                    "appliance-name": {
                      "appName": [
                        {
                          "app": {
                            "appName": "string"
                          },
                          "bytes": 4,
                          "milliseconds": 7,
                          "nePKId": "string",
                          "totalInboundOutbound": 4,
                          "vxoa": {
                            "applianceName": "string",
                            "nePkId": "string"
                          }
                        },
                        {
                          "app": {
                            "appName": "string"
                          },
                          "bytes": 10,
                          "milliseconds": 4,
                          "nePKId": "string",
                          "totalInboundOutbound": 9,
                          "vxoa": {
                            "applianceName": "string",
                            "nePkId": "string"
                          }
                        },
                        {
                          "app": {
                            "appName": "string"
                          },
                          "bytes": 4,
                          "milliseconds": 2,
                          "nePKId": "string",
                          "totalInboundOutbound": 9,
                          "vxoa": {
                            "applianceName": "string",
                            "nePkId": "string"
                          }
                        },
                        {
                          "app": {
                            "appName": "string"
                          },
                          "bytes": 5,
                          "milliseconds": 1,
                          "nePKId": "string",
                          "totalInboundOutbound": 6,
                          "vxoa": {
                            "applianceName": "string",
                            "nePkId": "string"
                          }
                        },
                        {
                          "app": {
                            "appName": "string"
                          },
                          "bytes": 10,
                          "milliseconds": 2,
                          "nePKId": "string",
                          "totalInboundOutbound": 1,
                          "vxoa": {
                            "applianceName": "string",
                            "nePkId": "string"
                          }
                        },
                        {
                          "app": {
                            "appName": "string"
                          },
                          "bytes": 2,
                          "milliseconds": 10,
                          "nePKId": "string",
                          "totalInboundOutbound": 2,
                          "vxoa": {
                            "applianceName": "string",
                            "nePkId": "string"
                          }
                        },
                        {
                          "app": {
                            "appName": "string"
                          },
                          "bytes": 7,
                          "milliseconds": 9,
                          "nePKId": "string",
                          "totalInboundOutbound": 7,
                          "vxoa": {
                            "applianceName": "string",
                            "nePkId": "string"
                          }
                        },
                        {
                          "app": {
                            "appName": "string"
                          },
                          "bytes": 7,
                          "milliseconds": 5,
                          "nePKId": "string",
                          "totalInboundOutbound": 6,
                          "vxoa": {
                            "applianceName": "string",
                            "nePkId": "string"
                          }
                        },
                        {
                          "app": {
                            "appName": "string"
                          },
                          "bytes": 7,
                          "milliseconds": 4,
                          "nePKId": "string",
                          "totalInboundOutbound": 8,
                          "vxoa": {
                            "applianceName": "string",
                            "nePkId": "string"
                          }
                        }
                      ]
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "traffic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bound",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nePKList",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "customRangeUsed",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/authRadiusTacacs/{neId}": {
      "get": {
        "tags": [
          "AuthRadiusTacacs"
        ],
        "operationId": "auth",
        "description": "The parameters and request body are for method: auth. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "aaa": {
                      "type": "object",
                      "properties": {
                        "auth_method": {
                          "type": "object",
                          "properties": {
                            "<a number from 1 to 3>": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "self": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "author": {
                          "type": "object",
                          "properties": {
                            "default-user": {
                              "type": "string"
                            },
                            "map-order": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "radius": {
                      "type": "object",
                      "properties": {
                        "server": {
                          "type": "object",
                          "properties": {
                            "<a number from 1 to 3>": {
                              "type": "object",
                              "properties": {
                                "address": {
                                  "type": "string"
                                },
                                "auth-port": {
                                  "type": "number"
                                },
                                "enable": {
                                  "type": "boolean"
                                },
                                "key": {
                                  "type": "string"
                                },
                                "retransmit": {
                                  "type": "number"
                                },
                                "self": {
                                  "type": "number"
                                },
                                "timeout": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "tacacs": {
                      "type": "object",
                      "properties": {
                        "server": {
                          "type": "object",
                          "properties": {
                            "<a number from 1 to 3>": {
                              "type": "object",
                              "properties": {
                                "address": {
                                  "type": "string"
                                },
                                "auth-port": {
                                  "type": "number"
                                },
                                "auth-type": {
                                  "type": "string"
                                },
                                "enable": {
                                  "type": "boolean"
                                },
                                "key": {
                                  "type": "string"
                                },
                                "retransmit": {
                                  "type": "number"
                                },
                                "self": {
                                  "type": "number"
                                },
                                "timeout": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "aaa": {
                    "auth_method": {
                      "<a number from 1 to 3>": {
                        "name": "string",
                        "self": 1
                      }
                    },
                    "author": {
                      "default-user": "string",
                      "map-order": "string"
                    }
                  },
                  "radius": {
                    "server": {
                      "<a number from 1 to 3>": {
                        "address": "string",
                        "auth-port": 9,
                        "enable": false,
                        "key": "string",
                        "retransmit": 1,
                        "self": 3,
                        "timeout": 4
                      }
                    }
                  },
                  "tacacs": {
                    "server": {
                      "<a number from 1 to 3>": {
                        "address": "string",
                        "auth-port": 3,
                        "auth-type": "string",
                        "enable": true,
                        "key": "string",
                        "retransmit": 3,
                        "self": 1,
                        "timeout": 8
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          },
          {
            "name": "cached",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/authentication/login": {
      "post": {
        "tags": [
          "Authentication"
        ],
        "operationId": "authentication",
        "description": "The parameters and request body are for method: authentication. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/authentication/loginStatus": {
      "get": {
        "tags": [
          "Authentication"
        ],
        "operationId": "getAuthenticationLoginStatus",
        "description": "The parameters and request body are for method: getAuthenticationLoginStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "isLoggedIn": {
                      "type": "string"
                    },
                    "user": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "isLoggedIn": "string",
                  "user": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/authentication/loginToken": {
      "post": {
        "tags": [
          "Authentication"
        ],
        "operationId": "postAuthenticationLoginToken",
        "description": "The parameters and request body are for method: postAuthenticationLoginToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestLoginToken"
            }
          }
        }
      }
    },
    "/authentication/logout": {
      "get": {
        "tags": [
          "Authentication"
        ],
        "operationId": "getAuthenticationLogout",
        "description": "The parameters and request body are for method: getAuthenticationLogout. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/authentication/password/validation": {
      "post": {
        "tags": [
          "Authentication"
        ],
        "operationId": "postAuthenticationPasswordValidation",
        "description": "The parameters and request body are for method: postAuthenticationPasswordValidation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "loginToken"
            }
          }
        }
      }
    },
    "/authentication/userAuthType": {
      "post": {
        "tags": [
          "Authentication"
        ],
        "operationId": "userAuthType",
        "description": "The parameters and request body are for method: userAuthType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "authType": {
                      "type": "string"
                    },
                    "user": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "authType": "string",
                  "user": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "loginToken"
            }
          }
        }
      }
    },
    "/authentication/userAuthTypeToken": {
      "post": {
        "tags": [
          "Authentication"
        ],
        "operationId": "userAuthTypeToken",
        "description": "The parameters and request body are for method: userAuthTypeToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "resetPasswordToken"
            }
          }
        }
      }
    },
    "/avcMode": {
      "get": {
        "tags": [
          "AvcMode"
        ],
        "operationId": "avcMode",
        "description": "The parameters and request body are for method: avcMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "avc": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "avc": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/banners/{neId}": {
      "get": {
        "tags": [
          "Banners"
        ],
        "operationId": "bannerInfo",
        "description": "The parameters and request body are for method: bannerInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "issue": {
                      "type": "string"
                    },
                    "motd": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "issue": "string",
                  "motd": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bgp/config/neighbor/{neId}": {
      "get": {
        "tags": [
          "Bgp"
        ],
        "operationId": "getNeighbor",
        "description": "The parameters and request body are for method: getNeighbor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "IpAddress1": {
                      "type": "object",
                      "properties": {
                        "as_prepend": {
                          "type": "number"
                        },
                        "enable": {
                          "type": "boolean"
                        },
                        "export_map": {
                          "type": "number"
                        },
                        "hold": {
                          "type": "number"
                        },
                        "import_rtes": {
                          "type": "boolean"
                        },
                        "in_med": {
                          "type": "number"
                        },
                        "ka": {
                          "type": "number"
                        },
                        "loc_pref": {
                          "type": "number"
                        },
                        "med": {
                          "type": "number"
                        },
                        "next_hop_self": {
                          "type": "boolean"
                        },
                        "password": {
                          "type": "string"
                        },
                        "remote_as": {
                          "type": "number"
                        },
                        "self": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "IpAddress1": {
                    "as_prepend": 9,
                    "enable": true,
                    "export_map": 3,
                    "hold": 8,
                    "import_rtes": false,
                    "in_med": 10,
                    "ka": 7,
                    "loc_pref": 2,
                    "med": 10,
                    "next_hop_self": false,
                    "password": "string",
                    "remote_as": 9,
                    "self": "string",
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bgp/config/system/{neId}": {
      "get": {
        "tags": [
          "Bgp"
        ],
        "operationId": "getBGPSystemConfig",
        "description": "The parameters and request body are for method: getBGPSystemConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "asn": {
                      "type": "number"
                    },
                    "enable": {
                      "type": "boolean"
                    },
                    "graceful_restart_en": {
                      "type": "boolean"
                    },
                    "max_restart_time": {
                      "type": "number"
                    },
                    "redist_ospf": {
                      "type": "boolean"
                    },
                    "redist_ospf_filter": {
                      "type": "number"
                    },
                    "remote_as_path_advertise": {
                      "type": "boolean"
                    },
                    "rtr_id": {
                      "type": "string"
                    },
                    "stale_path_time": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "asn": 10,
                  "enable": true,
                  "graceful_restart_en": false,
                  "max_restart_time": 4,
                  "redist_ospf": false,
                  "redist_ospf_filter": 8,
                  "remote_as_path_advertise": true,
                  "rtr_id": "string",
                  "stale_path_time": 6
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bgp/state/{neId}": {
      "get": {
        "tags": [
          "Bgp"
        ],
        "operationId": "bGPState",
        "description": "The parameters and request body are for method: bGPState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "neighbor": {
                      "type": "object",
                      "properties": {
                        "neighborCount": {
                          "type": "number"
                        },
                        "neighborState": {
                          "type": "object",
                          "properties": {
                            "0": {
                              "type": "object",
                              "properties": {
                                "asn": {
                                  "type": "number"
                                },
                                "last_err": {
                                  "type": "number"
                                },
                                "last_err_subcode": {
                                  "type": "number"
                                },
                                "local_ip": {
                                  "type": "string"
                                },
                                "peer_caps": {
                                  "type": "string"
                                },
                                "peer_ip": {
                                  "type": "string"
                                },
                                "peer_state": {
                                  "type": "number"
                                },
                                "peer_state_str": {
                                  "type": "string"
                                },
                                "rcvd_last_err": {
                                  "type": "number"
                                },
                                "rcvd_last_err_subcode": {
                                  "type": "number"
                                },
                                "rcvd_last_err_time": {
                                  "type": "string"
                                },
                                "rcvd_pfxs": {
                                  "type": "number"
                                },
                                "rcvd_updates": {
                                  "type": "number"
                                },
                                "rtr_id": {
                                  "type": "string"
                                },
                                "sent_last_err": {
                                  "type": "number"
                                },
                                "sent_last_err_subcode": {
                                  "type": "number"
                                },
                                "sent_last_err_time": {
                                  "type": "number"
                                },
                                "sent_pfxs": {
                                  "type": "number"
                                },
                                "sent_updates": {
                                  "type": "number"
                                },
                                "time_established": {
                                  "type": "number"
                                },
                                "time_last_update": {
                                  "type": "number"
                                }
                              }
                            },
                            "1": {
                              "type": "object",
                              "properties": {
                                "asn": {
                                  "type": "number"
                                },
                                "last_err": {
                                  "type": "number"
                                },
                                "last_err_subcode": {
                                  "type": "number"
                                },
                                "local_ip": {
                                  "type": "string"
                                },
                                "peer_caps": {
                                  "type": "string"
                                },
                                "peer_ip": {
                                  "type": "string"
                                },
                                "peer_state": {
                                  "type": "number"
                                },
                                "peer_state_str": {
                                  "type": "string"
                                },
                                "rcvd_last_err": {
                                  "type": "number"
                                },
                                "rcvd_last_err_subcode": {
                                  "type": "number"
                                },
                                "rcvd_last_err_time": {
                                  "type": "string"
                                },
                                "rcvd_pfxs": {
                                  "type": "number"
                                },
                                "rcvd_updates": {
                                  "type": "number"
                                },
                                "rtr_id": {
                                  "type": "string"
                                },
                                "sent_last_err": {
                                  "type": "number"
                                },
                                "sent_last_err_subcode": {
                                  "type": "number"
                                },
                                "sent_last_err_time": {
                                  "type": "number"
                                },
                                "sent_pfxs": {
                                  "type": "number"
                                },
                                "sent_updates": {
                                  "type": "number"
                                },
                                "time_established": {
                                  "type": "number"
                                },
                                "time_last_update": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "summary": {
                      "type": "object",
                      "properties": {
                        "bgp_state": {
                          "type": "number"
                        },
                        "bgp_state_str": {
                          "type": "number"
                        },
                        "local_asn": {
                          "type": "number"
                        },
                        "local_ip": {
                          "type": "string"
                        },
                        "mgmt_stub_last_err": {
                          "type": "number"
                        },
                        "mgmt_stub_last_err_str": {
                          "type": "string"
                        },
                        "mgmt_stub_last_err_subcode": {
                          "type": "number"
                        },
                        "mgmt_stub_last_err_time": {
                          "type": "number"
                        },
                        "mgmt_stub_tot_errors": {
                          "type": "number"
                        },
                        "num_bgp_rtes_rcvd": {
                          "type": "number"
                        },
                        "num_ebgp_rtes": {
                          "type": "number"
                        },
                        "num_ibgp_rtes": {
                          "type": "number"
                        },
                        "num_peers": {
                          "type": "number"
                        },
                        "num_peers_active": {
                          "type": "number"
                        },
                        "num_rib_rtes": {
                          "type": "number"
                        },
                        "num_rtm_rtes": {
                          "type": "number"
                        },
                        "num_subs_installed": {
                          "type": "number"
                        },
                        "reject_mismatches": {
                          "type": "number"
                        },
                        "reject_unpreferred": {
                          "type": "number"
                        },
                        "rm_status": {
                          "type": "number"
                        },
                        "rtm_status": {
                          "type": "number"
                        },
                        "rtr_id": {
                          "type": "string"
                        },
                        "socket_retry_cnt": {
                          "type": "number"
                        },
                        "tunbgp_last_err": {
                          "type": "number"
                        },
                        "tunbgp_last_err_str": {
                          "type": "string"
                        },
                        "tunbgp_last_err_subcode": {
                          "type": "number"
                        },
                        "tunbgp_last_err_time": {
                          "type": "number"
                        },
                        "tunbgp_tot_errors": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "neighbor": {
                    "neighborCount": 8,
                    "neighborState": {
                      "0": {
                        "asn": 7,
                        "last_err": 1,
                        "last_err_subcode": 7,
                        "local_ip": "string",
                        "peer_caps": "string",
                        "peer_ip": "string",
                        "peer_state": 4,
                        "peer_state_str": "string",
                        "rcvd_last_err": 10,
                        "rcvd_last_err_subcode": 10,
                        "rcvd_last_err_time": "string",
                        "rcvd_pfxs": 6,
                        "rcvd_updates": 4,
                        "rtr_id": "string",
                        "sent_last_err": 4,
                        "sent_last_err_subcode": 1,
                        "sent_last_err_time": 6,
                        "sent_pfxs": 5,
                        "sent_updates": 4,
                        "time_established": 4,
                        "time_last_update": 3
                      },
                      "1": {
                        "asn": 6,
                        "last_err": 4,
                        "last_err_subcode": 8,
                        "local_ip": "string",
                        "peer_caps": "string",
                        "peer_ip": "string",
                        "peer_state": 7,
                        "peer_state_str": "string",
                        "rcvd_last_err": 2,
                        "rcvd_last_err_subcode": 8,
                        "rcvd_last_err_time": "string",
                        "rcvd_pfxs": 1,
                        "rcvd_updates": 7,
                        "rtr_id": "string",
                        "sent_last_err": 7,
                        "sent_last_err_subcode": 6,
                        "sent_last_err_time": 1,
                        "sent_pfxs": 2,
                        "sent_updates": 3,
                        "time_established": 5,
                        "time_last_update": 2
                      }
                    }
                  },
                  "summary": {
                    "bgp_state": 1,
                    "bgp_state_str": 10,
                    "local_asn": 3,
                    "local_ip": "string",
                    "mgmt_stub_last_err": 2,
                    "mgmt_stub_last_err_str": "string",
                    "mgmt_stub_last_err_subcode": 5,
                    "mgmt_stub_last_err_time": 3,
                    "mgmt_stub_tot_errors": 9,
                    "num_bgp_rtes_rcvd": 8,
                    "num_ebgp_rtes": 5,
                    "num_ibgp_rtes": 4,
                    "num_peers": 3,
                    "num_peers_active": 1,
                    "num_rib_rtes": 4,
                    "num_rtm_rtes": 2,
                    "num_subs_installed": 9,
                    "reject_mismatches": 9,
                    "reject_unpreferred": 10,
                    "rm_status": 4,
                    "rtm_status": 1,
                    "rtr_id": "string",
                    "socket_retry_cnt": 8,
                    "tunbgp_last_err": 2,
                    "tunbgp_last_err_str": "string",
                    "tunbgp_last_err_subcode": 5,
                    "tunbgp_last_err_time": 2,
                    "tunbgp_tot_errors": 8
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/brandCustomization": {
      "delete": {
        "tags": [
          "BrandCustomization"
        ],
        "operationId": "textCustomizationConfigDelete",
        "description": "The parameters and request body are for method: textCustomizationConfigDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "BrandCustomization"
        ],
        "operationId": "textCustomizationConfigGet",
        "description": "The parameters and request body are for method: textCustomizationConfigGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "footer": {
                      "type": "object",
                      "properties": {
                        "custom": {
                          "type": "string"
                        },
                        "useDefault": {
                          "type": "boolean"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "footer": {
                    "custom": "string",
                    "useDefault": true
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "BrandCustomization"
        ],
        "operationId": "textCustomizationConfigPost",
        "description": "The parameters and request body are for method: textCustomizationConfigPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "put": {
        "tags": [
          "BrandCustomization"
        ],
        "operationId": "textCustomizationConfigPut",
        "description": "The parameters and request body are for method: textCustomizationConfigPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/brandCustomization/image/": {
      "get": {
        "tags": [
          "BrandCustomization"
        ],
        "operationId": "fileNameGet",
        "description": "The parameters and request body are for method: fileNameGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "backgroundImage": {
                      "type": "object",
                      "properties": {
                        "fileName": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "backgroundImage": {
                    "fileName": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "metaData",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/brandCustomization/image/{type}": {
      "delete": {
        "tags": [
          "BrandCustomization"
        ],
        "operationId": "imageDelete",
        "description": "The parameters and request body are for method: imageDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "BrandCustomization"
        ],
        "operationId": "imagePost",
        "description": "The parameters and request body are for method: imagePost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          },
          {
            "name": "qqfile",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "BrandCustomization"
        ],
        "operationId": "putBrandCustomizationImageType",
        "description": "The parameters and request body are for method: putBrandCustomizationImageType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          },
          {
            "name": "qqfile",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/broadcastCli": {
      "post": {
        "tags": [
          "BroadcastCli"
        ],
        "operationId": "broadcastCliPost",
        "description": "The parameters and request body are for method: broadcastCliPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "operation"
            }
          }
        }
      }
    },
    "/bypass": {
      "post": {
        "tags": [
          "Bypass"
        ],
        "operationId": "bypassPost",
        "description": "The parameters and request body are for method: bypassPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "operation"
            }
          }
        }
      }
    },
    "/bypass/{nePk}": {
      "get": {
        "tags": [
          "Bypass"
        ],
        "operationId": "bypassGet",
        "description": "The parameters and request body are for method: bypassGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "bypass_actual": {
                      "type": "boolean"
                    },
                    "bypass_config": {
                      "type": "boolean"
                    },
                    "status": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "bypass_actual": false,
                  "bypass_config": false,
                  "status": "BYPASS"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cache/builtinApps": {
      "get": {
        "tags": [
          "Cache"
        ],
        "operationId": "builtinAppGet",
        "description": "The parameters and request body are for method: builtinAppGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<appName&Type>": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "neID": {
                            "type": "string"
                          },
                          "neIP": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<appName&Type>": [
                    {
                      "neID": "string",
                      "neIP": "string"
                    },
                    {
                      "neID": "string",
                      "neIP": "string"
                    },
                    {
                      "neID": "string",
                      "neIP": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cache/interfaceEndpoints": {
      "get": {
        "tags": [
          "Cache"
        ],
        "operationId": "interfaceGet",
        "description": "The parameters and request body are for method: interfaceGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<NameOfTheInterface1>": {
                      "type": "object",
                      "properties": {
                        "adminStatus": {
                          "type": "boolean"
                        },
                        "area": {
                          "type": "string"
                        },
                        "authKey": {
                          "type": "string"
                        },
                        "authType": {
                          "type": "string"
                        },
                        "comment": {
                          "type": "string"
                        },
                        "cost": {
                          "type": "number"
                        },
                        "deadInterval": {
                          "type": "number"
                        },
                        "helloInterval": {
                          "type": "number"
                        },
                        "md5Key": {
                          "type": "number"
                        },
                        "md5Password": {
                          "type": "string"
                        },
                        "priority": {
                          "type": "number"
                        }
                      }
                    },
                    "NameOfTheInterface2>": {
                      "type": "object",
                      "properties": {
                        "adminStatus": {
                          "type": "boolean"
                        },
                        "area": {
                          "type": "string"
                        },
                        "authKey": {
                          "type": "string"
                        },
                        "authType": {
                          "type": "string"
                        },
                        "comment": {
                          "type": "string"
                        },
                        "cost": {
                          "type": "number"
                        },
                        "deadInterval": {
                          "type": "number"
                        },
                        "helloInterval": {
                          "type": "number"
                        },
                        "md5Key": {
                          "type": "number"
                        },
                        "md5Password": {
                          "type": "string"
                        },
                        "priority": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<NameOfTheInterface1>": {
                    "adminStatus": true,
                    "area": "string",
                    "authKey": "string",
                    "authType": "string",
                    "comment": "string",
                    "cost": 6,
                    "deadInterval": 6,
                    "helloInterval": 1,
                    "md5Key": 3,
                    "md5Password": "string",
                    "priority": 3
                  },
                  "NameOfTheInterface2>": {
                    "adminStatus": false,
                    "area": "string",
                    "authKey": "string",
                    "authType": "string",
                    "comment": "string",
                    "cost": 8,
                    "deadInterval": 4,
                    "helloInterval": 9,
                    "md5Key": 6,
                    "md5Password": "string",
                    "priority": 3
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cache/userApps": {
      "get": {
        "tags": [
          "Cache"
        ],
        "operationId": "userAppGet",
        "description": "The parameters and request body are for method: userAppGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<appName&Type>": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "neID": {
                            "type": "string"
                          },
                          "neIP": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<appName&Type>": [
                    {
                      "neID": "string",
                      "neIP": "string"
                    },
                    {
                      "neID": "string",
                      "neIP": "string"
                    },
                    {
                      "neID": "string",
                      "neIP": "string"
                    },
                    {
                      "neID": "string",
                      "neIP": "string"
                    },
                    {
                      "neID": "string",
                      "neIP": "string"
                    },
                    {
                      "neID": "string",
                      "neIP": "string"
                    },
                    {
                      "neID": "string",
                      "neIP": "string"
                    },
                    {
                      "neID": "string",
                      "neIP": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloudApplications/config/{neId}": {
      "get": {
        "tags": [
          "CloudApplications"
        ],
        "operationId": "cloudAppsConfig",
        "description": "The parameters and request body are for method: cloudAppsConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "application": {
                      "type": "object",
                      "properties": {
                        "1": {
                          "type": "object",
                          "properties": {
                            "app_name": {
                              "type": "string"
                            },
                            "client_enabled": {
                              "type": "boolean"
                            },
                            "domain": {
                              "type": "object"
                            },
                            "enabled": {
                              "type": "boolean"
                            },
                            "ports": {
                              "type": "string"
                            },
                            "rtt_threshold": {
                              "type": "number"
                            },
                            "self": {
                              "type": "string"
                            },
                            "ssl_enabled": {
                              "type": "boolean"
                            },
                            "user_modified": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    },
                    "enable": {
                      "type": "boolean"
                    },
                    "num_pings": {
                      "type": "number"
                    },
                    "ping_src_intf": {
                      "type": "string"
                    },
                    "rtt_interval": {
                      "type": "number"
                    },
                    "user_modifed": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "application": {
                    "1": {
                      "app_name": "string",
                      "client_enabled": false,
                      "domain": {},
                      "enabled": false,
                      "ports": "string",
                      "rtt_threshold": 4,
                      "self": "string",
                      "ssl_enabled": false,
                      "user_modified": true
                    }
                  },
                  "enable": false,
                  "num_pings": 4,
                  "ping_src_intf": "string",
                  "rtt_interval": 3,
                  "user_modifed": true
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloudApplications/monitor/{neId}": {
      "get": {
        "tags": [
          "CloudApplications"
        ],
        "operationId": "cloudAppsMonitor",
        "description": "The parameters and request body are for method: cloudAppsMonitor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "domains": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "application": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "saasId": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "subnets": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "advertized": {
                            "type": "string"
                          },
                          "application": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "ip_addr": {
                            "type": "string"
                          },
                          "nat_action": {
                            "type": "number"
                          },
                          "ping_method": {
                            "type": "string"
                          },
                          "ping_port": {
                            "type": "string"
                          },
                          "priority": {
                            "type": "number"
                          },
                          "rtt": {
                            "type": "number"
                          },
                          "saas_id": {
                            "type": "string"
                          },
                          "subnet": {
                            "type": "string"
                          },
                          "subnet_action": {
                            "type": "number"
                          },
                          "threshold": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "domains": [
                    {
                      "application": "string",
                      "domain": "string",
                      "saasId": "string"
                    },
                    {
                      "application": "string",
                      "domain": "string",
                      "saasId": "string"
                    }
                  ],
                  "subnets": [
                    {
                      "advertized": "string",
                      "application": "string",
                      "domain": "string",
                      "ip_addr": "string",
                      "nat_action": 10,
                      "ping_method": "string",
                      "ping_port": "string",
                      "priority": 2,
                      "rtt": 5,
                      "saas_id": "string",
                      "subnet": "string",
                      "subnet_action": 3,
                      "threshold": 3
                    },
                    {
                      "advertized": "string",
                      "application": "string",
                      "domain": "string",
                      "ip_addr": "string",
                      "nat_action": 1,
                      "ping_method": "string",
                      "ping_port": "string",
                      "priority": 8,
                      "rtt": 1,
                      "saas_id": "string",
                      "subnet": "string",
                      "subnet_action": 1,
                      "threshold": 4
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configReportDisk/{neId}": {
      "get": {
        "tags": [
          "ConfigReportDisk"
        ],
        "operationId": "disks",
        "description": "The parameters and request body are for method: disks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "controller": {
                      "type": "object",
                      "properties": {
                        "<a number from 0>": {
                          "type": "object",
                          "properties": {
                            "card_model": {
                              "type": "string"
                            },
                            "configuration": {
                              "type": "string"
                            },
                            "drives": {
                              "type": "string"
                            },
                            "fw_ver": {
                              "type": "string"
                            },
                            "percent_complete": {
                              "type": "number"
                            },
                            "self": {
                              "type": "string"
                            },
                            "size": {
                              "type": "number"
                            },
                            "status": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "diskImage": {
                      "type": "string"
                    },
                    "disks": {
                      "type": "object",
                      "properties": {
                        "<a number from 0>": {
                          "type": "object",
                          "properties": {
                            "is_removable": {
                              "type": "boolean"
                            },
                            "pair": {
                              "type": "number"
                            },
                            "percent_complete": {
                              "type": "number"
                            },
                            "self": {
                              "type": "string"
                            },
                            "serial_num": {
                              "type": "string"
                            },
                            "size": {
                              "type": "number"
                            },
                            "status": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "controller": {
                    "<a number from 0>": {
                      "card_model": "string",
                      "configuration": "string",
                      "drives": "string",
                      "fw_ver": "string",
                      "percent_complete": 10,
                      "self": "string",
                      "size": 7,
                      "status": "string",
                      "type": "string"
                    }
                  },
                  "diskImage": "string",
                  "disks": {
                    "<a number from 0>": {
                      "is_removable": true,
                      "pair": 7,
                      "percent_complete": 8,
                      "self": "string",
                      "serial_num": "string",
                      "size": 1,
                      "status": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dbPartition/info": {
      "get": {
        "tags": [
          "DbPartition"
        ],
        "operationId": "dbPartition",
        "description": "The parameters and request body are for method: dbPartition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "isReadOnlyPartition": {
                        "type": "boolean"
                      },
                      "partitionEndTime": {
                        "type": "string"
                      },
                      "partitionName": {
                        "type": "string"
                      },
                      "partitionSize": {
                        "type": "number"
                      },
                      "partitionStartTime": {
                        "type": "string"
                      },
                      "readOnlyPartition": {
                        "type": "boolean"
                      },
                      "rows": {
                        "type": "number"
                      },
                      "tableName": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "isReadOnlyPartition": true,
                    "partitionEndTime": "string",
                    "partitionName": "string",
                    "partitionSize": 9,
                    "partitionStartTime": "string",
                    "readOnlyPartition": true,
                    "rows": 3,
                    "tableName": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "table",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partition",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dbPartition/{table}/{partition}": {
      "delete": {
        "tags": [
          "DbPartition"
        ],
        "operationId": "deletePartition",
        "description": "The parameters and request body are for method: deletePartition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "table",
            "in": "path",
            "required": true,
            "schema": {
              "title": "table",
              "type": "string"
            }
          },
          {
            "name": "partition",
            "in": "path",
            "required": true,
            "schema": {
              "title": "partition",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/debugFiles/cancel": {
      "post": {
        "tags": [
          "DebugFiles"
        ],
        "operationId": "cancel",
        "description": "The parameters and request body are for method: cancel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/debugFiles/delete": {
      "post": {
        "tags": [
          "DebugFiles"
        ],
        "operationId": "deleteGMSDebugFile",
        "description": "The parameters and request body are for method: deleteGMSDebugFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "deleteGMSDebugFile"
            }
          }
        }
      }
    },
    "/debugFiles/delete/{nePk}": {
      "post": {
        "tags": [
          "DebugFiles"
        ],
        "operationId": "deleteNeFile",
        "description": "The parameters and request body are for method: deleteNeFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "deleteInfoClass"
            }
          }
        }
      }
    },
    "/debugFiles/proxyConfig": {
      "get": {
        "tags": [
          "DebugFiles"
        ],
        "operationId": "getProxyConfig",
        "description": "The parameters and request body are for method: getProxyConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "proxyHost": {
                      "type": "string"
                    },
                    "proxyPassword": {
                      "type": "string"
                    },
                    "proxyPort": {
                      "type": "number"
                    },
                    "proxyUser": {
                      "type": "string"
                    },
                    "useProxy": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "proxyHost": "string",
                  "proxyPassword": "string",
                  "proxyPort": 80,
                  "proxyUser": "string",
                  "useProxy": true
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "DebugFiles"
        ],
        "operationId": "setProxyConfig",
        "description": "The parameters and request body are for method: setProxyConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "proxyConfig"
            }
          }
        }
      }
    },
    "/debugFiles/{nePk}": {
      "get": {
        "tags": [
          "DebugFiles"
        ],
        "operationId": "debugFiles",
        "description": "The parameters and request body are for method: debugFiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "debugDump": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "stats": {
                            "type": "object",
                            "properties": {
                              "atime": {
                                "type": "string"
                              },
                              "blksize": {
                                "type": "number"
                              },
                              "blocks": {
                                "type": "number"
                              },
                              "ctime": {
                                "type": "string"
                              },
                              "dev": {
                                "type": "number"
                              },
                              "gid": {
                                "type": "number"
                              },
                              "ino": {
                                "type": "number"
                              },
                              "mode": {
                                "type": "number"
                              },
                              "mtime": {
                                "type": "string"
                              },
                              "nlink": {
                                "type": "number"
                              },
                              "rdev": {
                                "type": "number"
                              },
                              "size": {
                                "type": "number"
                              },
                              "uid": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    },
                    "debugFile": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "stats": {
                            "type": "object",
                            "properties": {
                              "atime": {
                                "type": "string"
                              },
                              "blksize": {
                                "type": "number"
                              },
                              "blocks": {
                                "type": "number"
                              },
                              "ctime": {
                                "type": "string"
                              },
                              "dev": {
                                "type": "number"
                              },
                              "gid": {
                                "type": "number"
                              },
                              "ino": {
                                "type": "number"
                              },
                              "mode": {
                                "type": "number"
                              },
                              "mtime": {
                                "type": "string"
                              },
                              "nlink": {
                                "type": "number"
                              },
                              "rdev": {
                                "type": "number"
                              },
                              "size": {
                                "type": "number"
                              },
                              "uid": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    },
                    "log": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "stats": {
                            "type": "object",
                            "properties": {
                              "atime": {
                                "type": "string"
                              },
                              "blksize": {
                                "type": "number"
                              },
                              "blocks": {
                                "type": "number"
                              },
                              "ctime": {
                                "type": "string"
                              },
                              "dev": {
                                "type": "number"
                              },
                              "gid": {
                                "type": "number"
                              },
                              "ino": {
                                "type": "number"
                              },
                              "mode": {
                                "type": "number"
                              },
                              "mtime": {
                                "type": "string"
                              },
                              "nlink": {
                                "type": "number"
                              },
                              "rdev": {
                                "type": "number"
                              },
                              "size": {
                                "type": "number"
                              },
                              "uid": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    },
                    "snapshots": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "stats": {
                            "type": "object",
                            "properties": {
                              "atime": {
                                "type": "string"
                              },
                              "blksize": {
                                "type": "number"
                              },
                              "blocks": {
                                "type": "number"
                              },
                              "ctime": {
                                "type": "string"
                              },
                              "dev": {
                                "type": "number"
                              },
                              "gid": {
                                "type": "number"
                              },
                              "ino": {
                                "type": "number"
                              },
                              "mode": {
                                "type": "number"
                              },
                              "mtime": {
                                "type": "string"
                              },
                              "nlink": {
                                "type": "number"
                              },
                              "rdev": {
                                "type": "number"
                              },
                              "size": {
                                "type": "number"
                              },
                              "uid": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    },
                    "tcpDump": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "stats": {
                            "type": "object",
                            "properties": {
                              "atime": {
                                "type": "string"
                              },
                              "blksize": {
                                "type": "number"
                              },
                              "blocks": {
                                "type": "number"
                              },
                              "ctime": {
                                "type": "string"
                              },
                              "dev": {
                                "type": "number"
                              },
                              "gid": {
                                "type": "number"
                              },
                              "ino": {
                                "type": "number"
                              },
                              "mode": {
                                "type": "number"
                              },
                              "mtime": {
                                "type": "string"
                              },
                              "nlink": {
                                "type": "number"
                              },
                              "rdev": {
                                "type": "number"
                              },
                              "size": {
                                "type": "number"
                              },
                              "uid": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    },
                    "techDump": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "stats": {
                            "type": "object",
                            "properties": {
                              "atime": {
                                "type": "string"
                              },
                              "blksize": {
                                "type": "number"
                              },
                              "blocks": {
                                "type": "number"
                              },
                              "ctime": {
                                "type": "string"
                              },
                              "dev": {
                                "type": "number"
                              },
                              "gid": {
                                "type": "number"
                              },
                              "ino": {
                                "type": "number"
                              },
                              "mode": {
                                "type": "number"
                              },
                              "mtime": {
                                "type": "string"
                              },
                              "nlink": {
                                "type": "number"
                              },
                              "rdev": {
                                "type": "number"
                              },
                              "size": {
                                "type": "number"
                              },
                              "uid": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "debugDump": [
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 2,
                        "blocks": 2,
                        "ctime": "string",
                        "dev": 3,
                        "gid": 5,
                        "ino": 4,
                        "mode": 9,
                        "mtime": "string",
                        "nlink": 6,
                        "rdev": 9,
                        "size": 9,
                        "uid": 3
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 5,
                        "blocks": 1,
                        "ctime": "string",
                        "dev": 7,
                        "gid": 10,
                        "ino": 9,
                        "mode": 8,
                        "mtime": "string",
                        "nlink": 8,
                        "rdev": 7,
                        "size": 1,
                        "uid": 10
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 3,
                        "blocks": 5,
                        "ctime": "string",
                        "dev": 9,
                        "gid": 9,
                        "ino": 1,
                        "mode": 2,
                        "mtime": "string",
                        "nlink": 2,
                        "rdev": 1,
                        "size": 9,
                        "uid": 8
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 9,
                        "blocks": 8,
                        "ctime": "string",
                        "dev": 5,
                        "gid": 5,
                        "ino": 9,
                        "mode": 3,
                        "mtime": "string",
                        "nlink": 9,
                        "rdev": 3,
                        "size": 3,
                        "uid": 2
                      }
                    }
                  ],
                  "debugFile": [
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 4,
                        "blocks": 1,
                        "ctime": "string",
                        "dev": 6,
                        "gid": 7,
                        "ino": 7,
                        "mode": 4,
                        "mtime": "string",
                        "nlink": 2,
                        "rdev": 5,
                        "size": 2,
                        "uid": 3
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 8,
                        "blocks": 6,
                        "ctime": "string",
                        "dev": 2,
                        "gid": 7,
                        "ino": 3,
                        "mode": 8,
                        "mtime": "string",
                        "nlink": 8,
                        "rdev": 3,
                        "size": 2,
                        "uid": 6
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 9,
                        "blocks": 3,
                        "ctime": "string",
                        "dev": 5,
                        "gid": 1,
                        "ino": 9,
                        "mode": 3,
                        "mtime": "string",
                        "nlink": 6,
                        "rdev": 5,
                        "size": 4,
                        "uid": 1
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 4,
                        "blocks": 3,
                        "ctime": "string",
                        "dev": 7,
                        "gid": 1,
                        "ino": 7,
                        "mode": 10,
                        "mtime": "string",
                        "nlink": 1,
                        "rdev": 7,
                        "size": 9,
                        "uid": 5
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 5,
                        "blocks": 2,
                        "ctime": "string",
                        "dev": 2,
                        "gid": 6,
                        "ino": 9,
                        "mode": 8,
                        "mtime": "string",
                        "nlink": 6,
                        "rdev": 2,
                        "size": 7,
                        "uid": 9
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 10,
                        "blocks": 6,
                        "ctime": "string",
                        "dev": 8,
                        "gid": 2,
                        "ino": 7,
                        "mode": 4,
                        "mtime": "string",
                        "nlink": 5,
                        "rdev": 9,
                        "size": 7,
                        "uid": 5
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 2,
                        "blocks": 3,
                        "ctime": "string",
                        "dev": 8,
                        "gid": 1,
                        "ino": 6,
                        "mode": 3,
                        "mtime": "string",
                        "nlink": 8,
                        "rdev": 6,
                        "size": 7,
                        "uid": 1
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 4,
                        "blocks": 1,
                        "ctime": "string",
                        "dev": 7,
                        "gid": 6,
                        "ino": 4,
                        "mode": 8,
                        "mtime": "string",
                        "nlink": 2,
                        "rdev": 4,
                        "size": 3,
                        "uid": 1
                      }
                    }
                  ],
                  "log": [
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 9,
                        "blocks": 6,
                        "ctime": "string",
                        "dev": 10,
                        "gid": 3,
                        "ino": 1,
                        "mode": 3,
                        "mtime": "string",
                        "nlink": 6,
                        "rdev": 4,
                        "size": 5,
                        "uid": 5
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 5,
                        "blocks": 7,
                        "ctime": "string",
                        "dev": 7,
                        "gid": 2,
                        "ino": 9,
                        "mode": 6,
                        "mtime": "string",
                        "nlink": 1,
                        "rdev": 1,
                        "size": 2,
                        "uid": 1
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 1,
                        "blocks": 4,
                        "ctime": "string",
                        "dev": 3,
                        "gid": 6,
                        "ino": 2,
                        "mode": 8,
                        "mtime": "string",
                        "nlink": 1,
                        "rdev": 8,
                        "size": 9,
                        "uid": 4
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 10,
                        "blocks": 10,
                        "ctime": "string",
                        "dev": 6,
                        "gid": 3,
                        "ino": 4,
                        "mode": 3,
                        "mtime": "string",
                        "nlink": 1,
                        "rdev": 10,
                        "size": 5,
                        "uid": 8
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 10,
                        "blocks": 8,
                        "ctime": "string",
                        "dev": 5,
                        "gid": 6,
                        "ino": 9,
                        "mode": 2,
                        "mtime": "string",
                        "nlink": 7,
                        "rdev": 6,
                        "size": 7,
                        "uid": 4
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 2,
                        "blocks": 3,
                        "ctime": "string",
                        "dev": 7,
                        "gid": 10,
                        "ino": 6,
                        "mode": 7,
                        "mtime": "string",
                        "nlink": 2,
                        "rdev": 2,
                        "size": 3,
                        "uid": 9
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 6,
                        "blocks": 7,
                        "ctime": "string",
                        "dev": 9,
                        "gid": 9,
                        "ino": 7,
                        "mode": 8,
                        "mtime": "string",
                        "nlink": 3,
                        "rdev": 4,
                        "size": 1,
                        "uid": 2
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 7,
                        "blocks": 7,
                        "ctime": "string",
                        "dev": 10,
                        "gid": 8,
                        "ino": 5,
                        "mode": 7,
                        "mtime": "string",
                        "nlink": 6,
                        "rdev": 4,
                        "size": 1,
                        "uid": 10
                      }
                    }
                  ],
                  "snapshots": [
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 8,
                        "blocks": 3,
                        "ctime": "string",
                        "dev": 1,
                        "gid": 4,
                        "ino": 3,
                        "mode": 7,
                        "mtime": "string",
                        "nlink": 9,
                        "rdev": 10,
                        "size": 1,
                        "uid": 4
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 3,
                        "blocks": 4,
                        "ctime": "string",
                        "dev": 7,
                        "gid": 1,
                        "ino": 5,
                        "mode": 10,
                        "mtime": "string",
                        "nlink": 3,
                        "rdev": 4,
                        "size": 9,
                        "uid": 8
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 10,
                        "blocks": 6,
                        "ctime": "string",
                        "dev": 1,
                        "gid": 3,
                        "ino": 5,
                        "mode": 3,
                        "mtime": "string",
                        "nlink": 3,
                        "rdev": 10,
                        "size": 6,
                        "uid": 3
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 2,
                        "blocks": 2,
                        "ctime": "string",
                        "dev": 1,
                        "gid": 6,
                        "ino": 4,
                        "mode": 10,
                        "mtime": "string",
                        "nlink": 7,
                        "rdev": 8,
                        "size": 4,
                        "uid": 8
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 1,
                        "blocks": 3,
                        "ctime": "string",
                        "dev": 7,
                        "gid": 2,
                        "ino": 1,
                        "mode": 8,
                        "mtime": "string",
                        "nlink": 8,
                        "rdev": 6,
                        "size": 4,
                        "uid": 5
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 9,
                        "blocks": 6,
                        "ctime": "string",
                        "dev": 7,
                        "gid": 10,
                        "ino": 6,
                        "mode": 8,
                        "mtime": "string",
                        "nlink": 6,
                        "rdev": 1,
                        "size": 8,
                        "uid": 1
                      }
                    }
                  ],
                  "tcpDump": [
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 7,
                        "blocks": 1,
                        "ctime": "string",
                        "dev": 9,
                        "gid": 10,
                        "ino": 8,
                        "mode": 2,
                        "mtime": "string",
                        "nlink": 1,
                        "rdev": 5,
                        "size": 8,
                        "uid": 8
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 3,
                        "blocks": 9,
                        "ctime": "string",
                        "dev": 1,
                        "gid": 10,
                        "ino": 9,
                        "mode": 9,
                        "mtime": "string",
                        "nlink": 7,
                        "rdev": 5,
                        "size": 3,
                        "uid": 4
                      }
                    }
                  ],
                  "techDump": [
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 7,
                        "blocks": 10,
                        "ctime": "string",
                        "dev": 7,
                        "gid": 2,
                        "ino": 1,
                        "mode": 8,
                        "mtime": "string",
                        "nlink": 10,
                        "rdev": 4,
                        "size": 1,
                        "uid": 8
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 9,
                        "blocks": 9,
                        "ctime": "string",
                        "dev": 7,
                        "gid": 9,
                        "ino": 2,
                        "mode": 6,
                        "mtime": "string",
                        "nlink": 6,
                        "rdev": 2,
                        "size": 5,
                        "uid": 7
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 1,
                        "blocks": 8,
                        "ctime": "string",
                        "dev": 2,
                        "gid": 6,
                        "ino": 2,
                        "mode": 1,
                        "mtime": "string",
                        "nlink": 10,
                        "rdev": 2,
                        "size": 1,
                        "uid": 7
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 1,
                        "blocks": 1,
                        "ctime": "string",
                        "dev": 2,
                        "gid": 9,
                        "ino": 6,
                        "mode": 9,
                        "mtime": "string",
                        "nlink": 3,
                        "rdev": 1,
                        "size": 5,
                        "uid": 6
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 7,
                        "blocks": 6,
                        "ctime": "string",
                        "dev": 5,
                        "gid": 7,
                        "ino": 1,
                        "mode": 4,
                        "mtime": "string",
                        "nlink": 2,
                        "rdev": 10,
                        "size": 8,
                        "uid": 5
                      }
                    },
                    {
                      "name": "string",
                      "stats": {
                        "atime": "string",
                        "blksize": 9,
                        "blocks": 6,
                        "ctime": "string",
                        "dev": 1,
                        "gid": 5,
                        "ino": 6,
                        "mode": 4,
                        "mtime": "string",
                        "nlink": 3,
                        "rdev": 2,
                        "size": 7,
                        "uid": 7
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/deployment/validate/{nePk}": {
      "post": {
        "tags": [
          "Deployment"
        ],
        "operationId": "validateDeployment",
        "description": "The parameters and request body are for method: validateDeployment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "err": {
                      "type": "string"
                    },
                    "rebootRequired": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "err": "string",
                  "rebootRequired": true
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "deployment"
            }
          }
        }
      }
    },
    "/deployment/validateDiscovered/{discoveredApplianceId}": {
      "post": {
        "tags": [
          "Deployment"
        ],
        "operationId": "validateDiscoveredDeployment",
        "description": "The parameters and request body are for method: validateDiscoveredDeployment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "err": {
                      "type": "string"
                    },
                    "rebootRequired": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "err": "string",
                  "rebootRequired": false
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "discoveredApplianceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discoveredApplianceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "deployment"
            }
          }
        }
      }
    },
    "/deployment/{nePk}": {
      "get": {
        "tags": [
          "Deployment"
        ],
        "operationId": "getApplianceDeployment",
        "description": "The parameters and request body are for method: getApplianceDeployment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dhcpFailover": {
                      "type": "object",
                      "properties": {
                        "(ifname)": {
                          "type": "object",
                          "properties": {
                            "load_bal_max": {
                              "type": "number"
                            },
                            "max_resp_delay": {
                              "type": "number"
                            },
                            "max_unack_updates": {
                              "type": "number"
                            },
                            "mclt": {
                              "type": "number"
                            },
                            "my_ip": {
                              "type": "string"
                            },
                            "my_port": {
                              "type": "number"
                            },
                            "peer_ip": {
                              "type": "string"
                            },
                            "peer_port": {
                              "type": "number"
                            },
                            "role": {
                              "type": "string"
                            },
                            "split": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "dpRoutes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "intf": {
                            "type": "string"
                          },
                          "metric": {
                            "type": "number"
                          },
                          "nexthop": {
                            "type": "string"
                          },
                          "prefix": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "mgmtIfData": {
                      "type": "object",
                      "properties": {
                        "(ifName)": {
                          "type": "object",
                          "properties": {
                            "dhcp": {
                              "type": "boolean"
                            },
                            "ip": {
                              "type": "string"
                            },
                            "mask": {
                              "type": "number"
                            },
                            "nexthop": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "modeIfs": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "applianceIPs": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "behindNAT": {
                                  "type": "string"
                                },
                                "brifs": {
                                  "type": "object",
                                  "properties": {
                                    "(ifname)": {
                                      "type": "object",
                                      "properties": {
                                        "comment": {
                                          "type": "string"
                                        },
                                        "harden": {
                                          "type": "string"
                                        },
                                        "label": {
                                          "type": "string"
                                        },
                                        "lanSide": {
                                          "type": "boolean"
                                        },
                                        "wanSide": {
                                          "type": "boolean"
                                        }
                                      }
                                    }
                                  }
                                },
                                "comment": {
                                  "type": "string"
                                },
                                "dhcp": {
                                  "type": "boolean"
                                },
                                "dhcpd": {
                                  "type": "object",
                                  "properties": {
                                    "relay": {
                                      "type": "object",
                                      "properties": {
                                        "dhcpserver": {
                                          "type": "array",
                                          "items": {
                                            "type": "string"
                                          }
                                        },
                                        "option82": {
                                          "type": "boolean"
                                        },
                                        "option82_policy": {
                                          "type": "string"
                                        }
                                      }
                                    },
                                    "server": {
                                      "type": "object",
                                      "properties": {
                                        "host": {
                                          "type": "object",
                                          "properties": {
                                            "(hostName)": {
                                              "type": "object",
                                              "properties": {
                                                "ip": {
                                                  "type": "string"
                                                },
                                                "mac": {
                                                  "type": "string"
                                                }
                                              }
                                            }
                                          }
                                        },
                                        "defaultLease": {
                                          "type": "number"
                                        },
                                        "dns": {
                                          "type": "array",
                                          "items": {
                                            "type": "string"
                                          }
                                        },
                                        "failover": {
                                          "type": "boolean"
                                        },
                                        "gw": {
                                          "type": "array",
                                          "items": {
                                            "type": "string"
                                          }
                                        },
                                        "ipEnd": {
                                          "type": "string"
                                        },
                                        "ipStart": {
                                          "type": "string"
                                        },
                                        "maxLease": {
                                          "type": "number"
                                        },
                                        "netbios": {
                                          "type": "array",
                                          "items": {
                                            "type": "string"
                                          }
                                        },
                                        "netbiosNodeType": {
                                          "type": "string"
                                        },
                                        "ntpd": {
                                          "type": "array",
                                          "items": {
                                            "type": "string"
                                          }
                                        },
                                        "options": {
                                          "type": "object",
                                          "properties": {
                                            "(dhcpOptionId)": {
                                              "type": "string"
                                            }
                                          }
                                        },
                                        "prefix": {
                                          "type": "string"
                                        }
                                      }
                                    },
                                    "type": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "harden": {
                                  "type": "number"
                                },
                                "ip": {
                                  "type": "string"
                                },
                                "label": {
                                  "type": "string"
                                },
                                "lanSide": {
                                  "type": "boolean"
                                },
                                "mask": {
                                  "type": "number"
                                },
                                "maxBW": {
                                  "type": "object",
                                  "properties": {
                                    "inbound": {
                                      "type": "number"
                                    },
                                    "outbound": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "subif": {
                                  "type": "string"
                                },
                                "vlan": {
                                  "type": "string"
                                },
                                "wanNexthop": {
                                  "type": "string"
                                },
                                "wanSide": {
                                  "type": "boolean"
                                },
                                "zone": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "devNum": {
                            "type": "string"
                          },
                          "ifName": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "scalars": {
                      "type": "string"
                    },
                    "sysConfig": {
                      "type": "object",
                      "properties": {
                        "bonding": {
                          "type": "boolean"
                        },
                        "haIf": {
                          "type": "string"
                        },
                        "ifLabels": {
                          "type": "object",
                          "properties": {
                            "lan": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "wan": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        },
                        "inline": {
                          "type": "boolean"
                        },
                        "licence": {
                          "type": "object",
                          "properties": {
                            "ecBoost": {
                              "type": "boolean"
                            },
                            "ecBoostBW": {
                              "type": "number"
                            },
                            "ecMini": {
                              "type": "boolean"
                            },
                            "ecPlus": {
                              "type": "boolean"
                            },
                            "ecTier": {
                              "type": "string"
                            },
                            "ecTierBW": {
                              "type": "number"
                            }
                          }
                        },
                        "maxBW": {
                          "type": "number"
                        },
                        "maxInBW": {
                          "type": "number"
                        },
                        "maxInBWEnabled": {
                          "type": "boolean"
                        },
                        "mode": {
                          "type": "string"
                        },
                        "propagateLinkDown": {
                          "type": "boolean"
                        },
                        "singleBridge": {
                          "type": "boolean"
                        },
                        "tenG": {
                          "type": "boolean"
                        },
                        "useMgmt0": {
                          "type": "boolean"
                        },
                        "zones": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "vifs": {
                      "type": "object",
                      "properties": {
                        "pppoe": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "dhcpFailover": {
                    "(ifname)": {
                      "load_bal_max": 9,
                      "max_resp_delay": 4,
                      "max_unack_updates": 9,
                      "mclt": 6,
                      "my_ip": "string",
                      "my_port": 10,
                      "peer_ip": "string",
                      "peer_port": 6,
                      "role": "primary",
                      "split": 4
                    }
                  },
                  "dpRoutes": [
                    {
                      "intf": "string",
                      "metric": 1,
                      "nexthop": "string",
                      "prefix": "string",
                      "type": "string"
                    }
                  ],
                  "mgmtIfData": {
                    "(ifName)": {
                      "dhcp": false,
                      "ip": "string",
                      "mask": 9,
                      "nexthop": "string"
                    }
                  },
                  "modeIfs": [
                    {
                      "applianceIPs": [
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": true,
                              "wanSide": false
                            }
                          },
                          "comment": "string",
                          "dhcp": false,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "option82": false,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 9,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": true,
                              "gw": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 4,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": 1,
                          "ip": "string",
                          "label": "string",
                          "lanSide": true,
                          "mask": 4,
                          "maxBW": {
                            "inbound": 2,
                            "outbound": 4
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": false,
                          "zone": 5
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": false,
                              "wanSide": true
                            }
                          },
                          "comment": "string",
                          "dhcp": true,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string"
                              ],
                              "option82": false,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 3,
                              "dns": [
                                "string",
                                "string"
                              ],
                              "failover": false,
                              "gw": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 5,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": 4,
                          "ip": "string",
                          "label": "string",
                          "lanSide": true,
                          "mask": 7,
                          "maxBW": {
                            "inbound": 1,
                            "outbound": 4
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": false,
                          "zone": 10
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": true,
                              "wanSide": false
                            }
                          },
                          "comment": "string",
                          "dhcp": true,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "option82": false,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 5,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": true,
                              "gw": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 9,
                              "netbios": [
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": 10,
                          "ip": "string",
                          "label": "string",
                          "lanSide": false,
                          "mask": 8,
                          "maxBW": {
                            "inbound": 8,
                            "outbound": 6
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": false,
                          "zone": 4
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": true,
                              "wanSide": false
                            }
                          },
                          "comment": "string",
                          "dhcp": true,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "option82": false,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 3,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": false,
                              "gw": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 6,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": 10,
                          "ip": "string",
                          "label": "string",
                          "lanSide": true,
                          "mask": 5,
                          "maxBW": {
                            "inbound": 10,
                            "outbound": 2
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": false,
                          "zone": 7
                        }
                      ],
                      "devNum": "string",
                      "ifName": "string"
                    },
                    {
                      "applianceIPs": [
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": false,
                              "wanSide": false
                            }
                          },
                          "comment": "string",
                          "dhcp": true,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "option82": true,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 4,
                              "dns": [
                                "string",
                                "string"
                              ],
                              "failover": false,
                              "gw": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 2,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": 4,
                          "ip": "string",
                          "label": "string",
                          "lanSide": true,
                          "mask": 1,
                          "maxBW": {
                            "inbound": 4,
                            "outbound": 10
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": true,
                          "zone": 1
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": true,
                              "wanSide": true
                            }
                          },
                          "comment": "string",
                          "dhcp": true,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "option82": false,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 6,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": true,
                              "gw": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 10,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": 9,
                          "ip": "string",
                          "label": "string",
                          "lanSide": true,
                          "mask": 1,
                          "maxBW": {
                            "inbound": 4,
                            "outbound": 8
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": true,
                          "zone": 9
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": true,
                              "wanSide": true
                            }
                          },
                          "comment": "string",
                          "dhcp": false,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "option82": true,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 3,
                              "dns": [
                                "string"
                              ],
                              "failover": false,
                              "gw": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 3,
                              "netbios": [
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": 4,
                          "ip": "string",
                          "label": "string",
                          "lanSide": true,
                          "mask": 5,
                          "maxBW": {
                            "inbound": 6,
                            "outbound": 10
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": false,
                          "zone": 2
                        }
                      ],
                      "devNum": "string",
                      "ifName": "string"
                    }
                  ],
                  "scalars": "string",
                  "sysConfig": {
                    "bonding": false,
                    "haIf": "string",
                    "ifLabels": {
                      "lan": [
                        {
                          "id": 5,
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "name": "string"
                        },
                        {
                          "id": 9,
                          "name": "string"
                        },
                        {
                          "id": 7,
                          "name": "string"
                        }
                      ],
                      "wan": [
                        {
                          "id": 5,
                          "name": "string"
                        },
                        {
                          "id": 2,
                          "name": "string"
                        },
                        {
                          "id": 10,
                          "name": "string"
                        },
                        {
                          "id": 3,
                          "name": "string"
                        }
                      ]
                    },
                    "inline": true,
                    "licence": {
                      "ecBoost": true,
                      "ecBoostBW": 7,
                      "ecMini": true,
                      "ecPlus": false,
                      "ecTier": "string",
                      "ecTierBW": 5
                    },
                    "maxBW": 10,
                    "maxInBW": 2,
                    "maxInBWEnabled": true,
                    "mode": "bridge",
                    "propagateLinkDown": true,
                    "singleBridge": true,
                    "tenG": true,
                    "useMgmt0": false,
                    "zones": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  },
                  "vifs": {
                    "pppoe": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dhcpConfig": {
      "get": {
        "tags": [
          "DhcpConfig"
        ],
        "operationId": "dhcpConfigGet",
        "description": "The parameters and request body are for method: dhcpConfigGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dhcpFoSetting": {
                      "type": "object",
                      "properties": {
                        "load_bal_max": {
                          "type": "number"
                        },
                        "max_resp_delay": {
                          "type": "number"
                        },
                        "max_unack_updates": {
                          "type": "number"
                        },
                        "mclt": {
                          "type": "number"
                        },
                        "my_ip": {
                          "type": "string"
                        },
                        "my_port": {
                          "type": "number"
                        },
                        "peer_ip": {
                          "type": "string"
                        },
                        "peer_port": {
                          "type": "number"
                        },
                        "role": {
                          "type": "string"
                        },
                        "split": {
                          "type": "number"
                        }
                      }
                    },
                    "mode": {
                      "type": "string"
                    },
                    "relayConfig": {
                      "type": "object",
                      "properties": {
                        "destDhcpServer": {
                          "type": "string"
                        },
                        "opt82": {
                          "type": "boolean"
                        },
                        "opt82Policy": {
                          "type": "string"
                        }
                      }
                    },
                    "serverConfig": {
                      "type": "object",
                      "properties": {
                        "applianceReservations": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifName": {
                                "type": "string"
                              },
                              "mask": {
                                "type": "number"
                              },
                              "neId": {
                                "type": "string"
                              },
                              "startIp": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "blockMask": {
                          "type": "string"
                        },
                        "blockStartIp": {
                          "type": "string"
                        },
                        "defaultGateway": {
                          "type": "string"
                        },
                        "defaultGatewayEnabled": {
                          "type": "boolean"
                        },
                        "defaultLease": {
                          "type": "number"
                        },
                        "defaultSubnetMask": {
                          "type": "string"
                        },
                        "dnsServers": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "endIp": {
                          "type": "string"
                        },
                        "endOffset": {
                          "type": "number"
                        },
                        "failover": {
                          "type": "boolean"
                        },
                        "localReservations": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifName": {
                                "type": "string"
                              },
                              "mask": {
                                "type": "number"
                              },
                              "neId": {
                                "type": "string"
                              },
                              "startIp": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "maxLease": {
                          "type": "number"
                        },
                        "netBiosNodeType": {
                          "type": "string"
                        },
                        "netBiosServers": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "ntpServers": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "reservations": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifName": {
                                "type": "string"
                              },
                              "mask": {
                                "type": "number"
                              },
                              "neId": {
                                "type": "string"
                              },
                              "startIp": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "startIp": {
                          "type": "string"
                        },
                        "startOffset": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "dhcpFoSetting": {
                    "load_bal_max": 10,
                    "max_resp_delay": 2,
                    "max_unack_updates": 3,
                    "mclt": 9,
                    "my_ip": "string",
                    "my_port": 1,
                    "peer_ip": "string",
                    "peer_port": 4,
                    "role": "secondary",
                    "split": 2
                  },
                  "mode": "string",
                  "relayConfig": {
                    "destDhcpServer": "string",
                    "opt82": false,
                    "opt82Policy": "string"
                  },
                  "serverConfig": {
                    "applianceReservations": [
                      {
                        "ifName": "string",
                        "mask": 10,
                        "neId": "string",
                        "startIp": "string"
                      },
                      {
                        "ifName": "string",
                        "mask": 5,
                        "neId": "string",
                        "startIp": "string"
                      },
                      {
                        "ifName": "string",
                        "mask": 3,
                        "neId": "string",
                        "startIp": "string"
                      },
                      {
                        "ifName": "string",
                        "mask": 1,
                        "neId": "string",
                        "startIp": "string"
                      },
                      {
                        "ifName": "string",
                        "mask": 10,
                        "neId": "string",
                        "startIp": "string"
                      },
                      {
                        "ifName": "string",
                        "mask": 8,
                        "neId": "string",
                        "startIp": "string"
                      },
                      {
                        "ifName": "string",
                        "mask": 1,
                        "neId": "string",
                        "startIp": "string"
                      },
                      {
                        "ifName": "string",
                        "mask": 8,
                        "neId": "string",
                        "startIp": "string"
                      },
                      {
                        "ifName": "string",
                        "mask": 4,
                        "neId": "string",
                        "startIp": "string"
                      }
                    ],
                    "blockMask": "string",
                    "blockStartIp": "string",
                    "defaultGateway": "string",
                    "defaultGatewayEnabled": true,
                    "defaultLease": 2,
                    "defaultSubnetMask": "string",
                    "dnsServers": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "endIp": "string",
                    "endOffset": 8,
                    "failover": true,
                    "localReservations": [
                      {
                        "ifName": "string",
                        "mask": 7,
                        "neId": "string",
                        "startIp": "string"
                      },
                      {
                        "ifName": "string",
                        "mask": 5,
                        "neId": "string",
                        "startIp": "string"
                      },
                      {
                        "ifName": "string",
                        "mask": 4,
                        "neId": "string",
                        "startIp": "string"
                      },
                      {
                        "ifName": "string",
                        "mask": 10,
                        "neId": "string",
                        "startIp": "string"
                      }
                    ],
                    "maxLease": 7,
                    "netBiosNodeType": "string",
                    "netBiosServers": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "ntpServers": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "reservations": [
                      {
                        "ifName": "string",
                        "mask": 10,
                        "neId": "string",
                        "startIp": "string"
                      }
                    ],
                    "startIp": "string",
                    "startOffset": 4
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "DhcpConfig"
        ],
        "operationId": "dhcpConfigPost",
        "description": "The parameters and request body are for method: dhcpConfigPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "dhcpConfigPost"
            }
          }
        }
      }
    },
    "/dhcpConfig/leases/{neId}": {
      "get": {
        "tags": [
          "DhcpConfig"
        ],
        "operationId": "dhcpdLeases",
        "description": "The parameters and request body are for method: dhcpdLeases. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<leaseIpAddress>": {
                      "type": "object",
                      "properties": {
                        "cltt": {
                          "type": "number"
                        },
                        "ends": {
                          "type": "number"
                        },
                        "lease": {
                          "type": "string"
                        },
                        "mac": {
                          "type": "string"
                        },
                        "nextState": {
                          "type": "string"
                        },
                        "starts": {
                          "type": "number"
                        },
                        "state": {
                          "type": "string"
                        },
                        "tstp": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<leaseIpAddress>": {
                    "cltt": 1,
                    "ends": 10,
                    "lease": "string",
                    "mac": "string",
                    "nextState": "string",
                    "starts": 7,
                    "state": "string",
                    "tstp": 1
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dhcpConfig/reservations": {
      "get": {
        "tags": [
          "DhcpConfig"
        ],
        "operationId": "dhcpReservationsGet",
        "description": "The parameters and request body are for method: dhcpReservationsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifName": {
                        "type": "string"
                      },
                      "mask": {
                        "type": "number"
                      },
                      "neId": {
                        "type": "string"
                      },
                      "startIp": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "ifName": "string",
                    "mask": 4,
                    "neId": "string",
                    "startIp": "string"
                  },
                  {
                    "ifName": "string",
                    "mask": 9,
                    "neId": "string",
                    "startIp": "string"
                  },
                  {
                    "ifName": "string",
                    "mask": 4,
                    "neId": "string",
                    "startIp": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "DhcpConfig"
        ],
        "operationId": "dhcpReservationsPost",
        "description": "The parameters and request body are for method: dhcpReservationsPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "dhcpConfigPost"
            }
          }
        }
      }
    },
    "/dhcpConfig/reservations/gms": {
      "post": {
        "tags": [
          "DhcpConfig"
        ],
        "operationId": "dhcpReservationsGmsPost",
        "description": "The parameters and request body are for method: dhcpReservationsGmsPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "dhcpConfigGmsPost": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "dhcpConfigGmsPost": "dhcpConfigGmsPost"
              }
            }
          }
        }
      }
    },
    "/dhcpConfig/reset": {
      "post": {
        "tags": [
          "DhcpConfig"
        ],
        "operationId": "dhcpConfigResetPost",
        "description": "The parameters and request body are for method: dhcpConfigResetPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dhcpConfig/state/failover/{neId}": {
      "get": {
        "tags": [
          "DhcpConfig"
        ],
        "operationId": "dhcpdFailoverStates",
        "description": "The parameters and request body are for method: dhcpdFailoverStates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<failoverstate>": {
                      "type": "object",
                      "properties": {
                        "failoverstate": {
                          "type": "string"
                        },
                        "mclt": {
                          "type": "number"
                        },
                        "mystate": {
                          "type": "string"
                        },
                        "mytime": {
                          "type": "string"
                        },
                        "partnerstate": {
                          "type": "string"
                        },
                        "partnertime": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<failoverstate>": {
                    "failoverstate": "string",
                    "mclt": 5,
                    "mystate": "string",
                    "mytime": "string",
                    "partnerstate": "string",
                    "partnertime": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dnsProxy/config/{neId}": {
      "get": {
        "tags": [
          "DnsProxy"
        ],
        "operationId": "dnsProxyConfigGet",
        "description": "The parameters and request body are for method: dnsProxyConfigGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "active": {
                      "type": "string"
                    },
                    "domaingroup": {
                      "type": "object",
                      "properties": {
                        "<group_name>": {
                          "type": "object",
                          "properties": {
                            "domains": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "enable": {
                      "type": "boolean"
                    },
                    "interface": {
                      "type": "string"
                    },
                    "map": {
                      "type": "object",
                      "properties": {
                        "map1": {
                          "type": "object",
                          "properties": {
                            "prio": {
                              "type": "object",
                              "properties": {
                                "<prio_id>": {
                                  "type": "object",
                                  "properties": {
                                    "comment": {
                                      "type": "string"
                                    },
                                    "gms_marked": {
                                      "type": "boolean"
                                    },
                                    "match": {
                                      "type": "string"
                                    },
                                    "set": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "profile": {
                      "type": "object",
                      "properties": {
                        "<profile_name>": {
                          "type": "object",
                          "properties": {
                            "servers": {
                              "type": "string"
                            },
                            "caching": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "active": "string",
                  "domaingroup": {
                    "<group_name>": {
                      "domains": "string"
                    }
                  },
                  "enable": false,
                  "interface": "string",
                  "map": {
                    "map1": {
                      "prio": {
                        "<prio_id>": {
                          "comment": "string",
                          "gms_marked": true,
                          "match": "string",
                          "set": "string"
                        }
                      }
                    }
                  },
                  "profile": {
                    "<profile_name>": {
                      "servers": "string",
                      "caching": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/exception/tunnel": {
      "delete": {
        "tags": [
          "Exception"
        ],
        "operationId": "tunnelExceptionDelete",
        "description": "The parameters and request body are for method: tunnelExceptionDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Exception"
        ],
        "operationId": "tunnelExceptionGet",
        "description": "The parameters and request body are for method: tunnelExceptionGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "appliance_id_1": {
                      "type": "string"
                    },
                    "appliance_id_2": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "interface_label_1": {
                      "type": "string"
                    },
                    "interface_label_2": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "appliance_id_1": "string",
                  "appliance_id_2": "string",
                  "description": "string",
                  "id": 3,
                  "interface_label_1": "string",
                  "interface_label_2": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Exception"
        ],
        "operationId": "tunnelExceptionPost",
        "description": "The parameters and request body are for method: tunnelExceptionPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "appliance_id_1": {
                      "type": "string"
                    },
                    "appliance_id_2": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "interface_label_1": {
                      "type": "string"
                    },
                    "interface_label_2": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "appliance_id_1": "string",
                  "appliance_id_2": "string",
                  "description": "string",
                  "id": 3,
                  "interface_label_1": "string",
                  "interface_label_2": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "requestBody": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "requestBody": "requestBody"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Exception"
        ],
        "operationId": "tunnelExceptionPut",
        "description": "The parameters and request body are for method: tunnelExceptionPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "requestBody": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "requestBody": "requestBody"
              }
            }
          }
        }
      }
    },
    "/exception/tunnel/{id}": {
      "delete": {
        "tags": [
          "Exception"
        ],
        "operationId": "tunnelExceptionSingleDelete",
        "description": "The parameters and request body are for method: tunnelExceptionSingleDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Exception"
        ],
        "operationId": "tunnelExceptionSingleUpdate",
        "description": "The parameters and request body are for method: tunnelExceptionSingleUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/fileCreation/fineUploader": {
      "post": {
        "tags": [
          "FileCreation"
        ],
        "operationId": "fileCreation",
        "description": "The parameters and request body are for method: fileCreation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "qqfile",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/flow/flowBandwidthStats/{neId}/q": {
      "get": {
        "tags": [
          "Flow"
        ],
        "operationId": "flowBandwidthStats",
        "description": "The parameters and request body are for method: flowBandwidthStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {},
                  {}
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "seq",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/flow/flowDetails/{neId}/q": {
      "get": {
        "tags": [
          "Flow"
        ],
        "operationId": "flowDetails",
        "description": "The parameters and request body are for method: flowDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Optimization": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      },
                      "QoS": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      },
                      "Route": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      },
                      "Stats": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Optimization": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "QoS": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "Route": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "Stats": [
                      {},
                      {},
                      {},
                      {},
                      {}
                    ]
                  },
                  {
                    "Optimization": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "QoS": [
                      {}
                    ],
                    "Route": [
                      {}
                    ],
                    "Stats": [
                      {}
                    ]
                  },
                  {
                    "Optimization": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "QoS": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "Route": [
                      {}
                    ],
                    "Stats": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ]
                  },
                  {
                    "Optimization": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "QoS": [
                      {},
                      {},
                      {},
                      {}
                    ],
                    "Route": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "Stats": [
                      {},
                      {},
                      {}
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "seq",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/flow/flowDetails2/{neId}/q": {
      "get": {
        "tags": [
          "Flow"
        ],
        "operationId": "flowDetails2",
        "description": "The parameters and request body are for method: flowDetails2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "General": {
                        "type": "object",
                        "properties": {
                          "Optimization": {
                            "type": "array",
                            "items": {
                              "type": "object"
                            }
                          },
                          "QoS": {
                            "type": "array",
                            "items": {
                              "type": "object"
                            }
                          },
                          "Route": {
                            "type": "array",
                            "items": {
                              "type": "object"
                            }
                          },
                          "Stats": {
                            "type": "array",
                            "items": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "NAT Info": {
                        "type": "object",
                        "properties": {
                          "NAT": {
                            "type": "array",
                            "items": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "TCP Info": {
                        "type": "object",
                        "properties": {
                          "TCP-Stats": {
                            "type": "array",
                            "items": {
                              "type": "object"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "General": {
                      "Optimization": [
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {}
                      ],
                      "QoS": [
                        {},
                        {},
                        {},
                        {},
                        {}
                      ],
                      "Route": [
                        {},
                        {}
                      ],
                      "Stats": [
                        {}
                      ]
                    },
                    "NAT Info": {
                      "NAT": [
                        {},
                        {}
                      ]
                    },
                    "TCP Info": {
                      "TCP-Stats": [
                        {},
                        {},
                        {}
                      ]
                    }
                  },
                  {
                    "General": {
                      "Optimization": [
                        {},
                        {},
                        {},
                        {}
                      ],
                      "QoS": [
                        {},
                        {},
                        {}
                      ],
                      "Route": [
                        {},
                        {}
                      ],
                      "Stats": [
                        {},
                        {},
                        {},
                        {}
                      ]
                    },
                    "NAT Info": {
                      "NAT": [
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {}
                      ]
                    },
                    "TCP Info": {
                      "TCP-Stats": [
                        {},
                        {}
                      ]
                    }
                  },
                  {
                    "General": {
                      "Optimization": [
                        {},
                        {},
                        {}
                      ],
                      "QoS": [
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {}
                      ],
                      "Route": [
                        {},
                        {},
                        {},
                        {},
                        {},
                        {}
                      ],
                      "Stats": [
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {}
                      ]
                    },
                    "NAT Info": {
                      "NAT": [
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {}
                      ]
                    },
                    "TCP Info": {
                      "TCP-Stats": [
                        {},
                        {},
                        {},
                        {}
                      ]
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "seq",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/flow/flowReClassification/{neId}": {
      "post": {
        "tags": [
          "Flow"
        ],
        "operationId": "flowsReclassification",
        "description": "The parameters and request body are for method: flowsReclassification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rc": {
                      "type": "number"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "value": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "rc": 0,
                  "results": [
                    null,
                    null,
                    null,
                    null,
                    null,
                    null
                  ],
                  "value": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "flowsReClassificationBody"
            }
          }
        }
      }
    },
    "/flow/flowReset/{neId}": {
      "post": {
        "tags": [
          "Flow"
        ],
        "operationId": "flowsReset",
        "description": "The parameters and request body are for method: flowsReset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rc": {
                      "type": "number"
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "value": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "rc": -1,
                  "results": [
                    null,
                    null,
                    null,
                    null,
                    null
                  ],
                  "value": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "flowsResetBody"
            }
          }
        }
      }
    },
    "/flow/{neId}/q": {
      "get": {
        "tags": [
          "Flow"
        ],
        "operationId": "flows",
        "description": "The parameters and request body are for method: flows. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "active": {
                      "type": "object",
                      "properties": {
                        "flows_asymmetric": {
                          "type": "number"
                        },
                        "flows_firewall_dropped": {
                          "type": "number"
                        },
                        "flows_management": {
                          "type": "number"
                        },
                        "flows_optimized": {
                          "type": "number"
                        },
                        "flows_passthrough": {
                          "type": "number"
                        },
                        "flows_route_dropped": {
                          "type": "number"
                        },
                        "flows_with_ignores": {
                          "type": "number"
                        },
                        "flows_with_issues": {
                          "type": "number"
                        },
                        "inconsistent_flows": {
                          "type": "number"
                        },
                        "stale_flows": {
                          "type": "number"
                        },
                        "total_flows": {
                          "type": "number"
                        }
                      }
                    },
                    "err_msg": {
                      "type": "string"
                    },
                    "flows": {
                      "type": "array",
                      "items": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      }
                    },
                    "flows_management": {
                      "type": "number"
                    },
                    "flows_optimized": {
                      "type": "number"
                    },
                    "flows_passthrough": {
                      "type": "number"
                    },
                    "flows_with_ignores": {
                      "type": "number"
                    },
                    "flows_with_issues": {
                      "type": "number"
                    },
                    "inactive": {
                      "type": "object",
                      "properties": {
                        "flows_asymmetric": {
                          "type": "number"
                        },
                        "flows_firewall_dropped": {
                          "type": "number"
                        },
                        "flows_management": {
                          "type": "number"
                        },
                        "flows_optimized": {
                          "type": "number"
                        },
                        "flows_passthrough": {
                          "type": "number"
                        },
                        "flows_route_dropped": {
                          "type": "number"
                        },
                        "flows_with_ignores": {
                          "type": "number"
                        },
                        "flows_with_issues": {
                          "type": "number"
                        },
                        "inconsistent_flows": {
                          "type": "number"
                        },
                        "stale_flows": {
                          "type": "number"
                        },
                        "total_flows": {
                          "type": "number"
                        }
                      }
                    },
                    "inconsistent_flows": {
                      "type": "number"
                    },
                    "matched_flows": {
                      "type": "number"
                    },
                    "now": {
                      "type": "number"
                    },
                    "ret_code": {
                      "type": "number"
                    },
                    "returned_flows": {
                      "type": "number"
                    },
                    "stale_flows": {
                      "type": "number"
                    },
                    "total_flows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "active": {
                    "flows_asymmetric": 6,
                    "flows_firewall_dropped": 7,
                    "flows_management": 10,
                    "flows_optimized": 7,
                    "flows_passthrough": 6,
                    "flows_route_dropped": 7,
                    "flows_with_ignores": 2,
                    "flows_with_issues": 6,
                    "inconsistent_flows": 5,
                    "stale_flows": 8,
                    "total_flows": 9
                  },
                  "err_msg": "string",
                  "flows": [
                    [
                      null,
                      null,
                      null,
                      null,
                      null,
                      null
                    ],
                    [
                      null,
                      null,
                      null
                    ],
                    [
                      null,
                      null,
                      null,
                      null,
                      null,
                      null,
                      null,
                      null,
                      null
                    ],
                    [
                      null,
                      null,
                      null
                    ],
                    [
                      null,
                      null
                    ],
                    [
                      null,
                      null,
                      null,
                      null,
                      null,
                      null,
                      null,
                      null
                    ],
                    [
                      null,
                      null
                    ],
                    [
                      null,
                      null,
                      null,
                      null,
                      null,
                      null,
                      null,
                      null
                    ],
                    [
                      null
                    ]
                  ],
                  "flows_management": 10,
                  "flows_optimized": 9,
                  "flows_passthrough": 8,
                  "flows_with_ignores": 9,
                  "flows_with_issues": 6,
                  "inactive": {
                    "flows_asymmetric": 2,
                    "flows_firewall_dropped": 5,
                    "flows_management": 3,
                    "flows_optimized": 9,
                    "flows_passthrough": 5,
                    "flows_route_dropped": 4,
                    "flows_with_ignores": 4,
                    "flows_with_issues": 7,
                    "inconsistent_flows": 4,
                    "stale_flows": 7,
                    "total_flows": 9
                  },
                  "inconsistent_flows": 8,
                  "matched_flows": 4,
                  "now": 7,
                  "ret_code": 6,
                  "returned_flows": 1,
                  "stale_flows": 1,
                  "total_flows": 1
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          },
          {
            "name": "ip1",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mask1",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "port1",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip2",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mask2",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "port2",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipEitherFlag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "portEitherFlag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "protocol",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vlan",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dscp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlays",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "transport",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "services",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "zone1",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "zone2",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "zoneEither",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "edgeHA",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "builtIn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uptime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bytes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "duration",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "anytimeSlowFlows",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/advancedProperties": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getAdvProp",
        "description": "The parameters and request body are for method: getAdvProp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ContentSecurityPolicyHeaderEnabled": {
                      "type": "boolean"
                    },
                    "MultipleOrchestratorsForOneZscalerAccount": {
                      "type": "boolean"
                    },
                    "ParallelActionTasks": {
                      "type": "number"
                    },
                    "ParallelOrchestrationTasks": {
                      "type": "number"
                    },
                    "ParallelReachabilityTasks": {
                      "type": "number"
                    },
                    "ParallelStatsTasks": {
                      "type": "number"
                    },
                    "bondedTunnelReorderWaitTime": {
                      "type": "number"
                    },
                    "bridgeCacheExpireTime": {
                      "type": "number"
                    },
                    "dbPoolConnectionTimeout": {
                      "type": "number"
                    },
                    "dbPoolIdleTimeout": {
                      "type": "number"
                    },
                    "dbPoolLeakDetectionThreshold": {
                      "type": "number"
                    },
                    "dbPoolMaxConnectionLifeTime": {
                      "type": "number"
                    },
                    "dbPoolMaxConnections": {
                      "type": "number"
                    },
                    "dbPoolMinimumIdleConnections": {
                      "type": "number"
                    },
                    "dbPoolValidationTimeout": {
                      "type": "number"
                    },
                    "denyApplianceOnDelete": {
                      "type": "boolean"
                    },
                    "emailImagesMaxSize": {
                      "type": "number"
                    },
                    "excludeTables": {
                      "type": "boolean"
                    },
                    "excludedTableNames": {
                      "type": "string"
                    },
                    "failedLoginAttemptThreshold": {
                      "type": "number"
                    },
                    "fileOpsChunkSize": {
                      "type": "number"
                    },
                    "jettyAcceptQueueSize": {
                      "type": "number"
                    },
                    "jettyIdleTimeout": {
                      "type": "number"
                    },
                    "jettyMaxThreads": {
                      "type": "number"
                    },
                    "jettyMinThreads": {
                      "type": "number"
                    },
                    "mgmtInterface": {
                      "type": "string"
                    },
                    "modifyTunnelBatchSize": {
                      "type": "number"
                    },
                    "newSoftwareReleasesNotification": {
                      "type": "boolean"
                    },
                    "restRequestStatsCollection": {
                      "type": "boolean"
                    },
                    "restRequestTimeout": {
                      "type": "number"
                    },
                    "sslExcludeCiphers": {
                      "type": "string"
                    },
                    "sslExcludeProtocols": {
                      "type": "string"
                    },
                    "sslIncludeCiphers": {
                      "type": "string"
                    },
                    "sslIncludeProtocols": {
                      "type": "string"
                    },
                    "threadPoolSize": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "ContentSecurityPolicyHeaderEnabled": true,
                  "MultipleOrchestratorsForOneZscalerAccount": true,
                  "ParallelActionTasks": 5,
                  "ParallelOrchestrationTasks": 9,
                  "ParallelReachabilityTasks": 8,
                  "ParallelStatsTasks": 2,
                  "bondedTunnelReorderWaitTime": 10,
                  "bridgeCacheExpireTime": 1,
                  "dbPoolConnectionTimeout": 7,
                  "dbPoolIdleTimeout": 5,
                  "dbPoolLeakDetectionThreshold": 1,
                  "dbPoolMaxConnectionLifeTime": 2,
                  "dbPoolMaxConnections": 3,
                  "dbPoolMinimumIdleConnections": 10,
                  "dbPoolValidationTimeout": 8,
                  "denyApplianceOnDelete": false,
                  "emailImagesMaxSize": 2,
                  "excludeTables": false,
                  "excludedTableNames": "string",
                  "failedLoginAttemptThreshold": 4,
                  "fileOpsChunkSize": 3,
                  "jettyAcceptQueueSize": 1,
                  "jettyIdleTimeout": 7,
                  "jettyMaxThreads": 3,
                  "jettyMinThreads": 3,
                  "mgmtInterface": "string",
                  "modifyTunnelBatchSize": 2,
                  "newSoftwareReleasesNotification": true,
                  "restRequestStatsCollection": false,
                  "restRequestTimeout": 6,
                  "sslExcludeCiphers": "string",
                  "sslExcludeProtocols": "string",
                  "sslIncludeCiphers": "string",
                  "sslIncludeProtocols": "string",
                  "threadPoolSize": 2
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Gms"
        ],
        "operationId": "postAdvProp",
        "description": "The parameters and request body are for method: postAdvProp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "advancedProperties"
            }
          }
        }
      }
    },
    "/gms/advancedProperties/metadata": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getGmsAdvancedPropertiesMetadata",
        "description": "The parameters and request body are for method: getGmsAdvancedPropertiesMetadata. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ContentSecurityPolicyHeaderEnabled": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "MultipleOrchestratorsForOneZscalerAccount": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "ParallelActionTasks": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "ParallelOrchestrationTasks": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "ParallelReachabilityTasks": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "ParallelStatsTasks": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "bondedTunnelReorderWaitTime": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "bridgeCacheExpireTime": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "dbPoolConnectionTimeout": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "dbPoolIdleTimeout": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "dbPoolLeakDetectionThreshold": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "dbPoolMaxConnectionLifeTime": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "dbPoolMaxConnections": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "dbPoolMinimumIdleConnections": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "dbPoolValidationTimeout": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "denyApplianceOnDelete": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "emailImagesMaxSize": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "excludeTables": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "excludedTableNames": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "failedLoginAttemptThreshold": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "fileOpsChunkSize": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "jettyAcceptQueueSize": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "jettyIdleTimeout": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "jettyMaxThreads": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "jettyMinThreads": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "mgmtInterface": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "modifyTunnelBatchSize": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "newSoftwareReleasesNotification": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "restRequestStatsCollection": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "restRequestTimeout": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "sslExcludeCiphers": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "sslExcludeProtocols": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "sslIncludeCiphers": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "sslIncludeProtocols": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    },
                    "threadPoolSize": {
                      "type": "object",
                      "properties": {
                        "customValue": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "type": "string"
                        },
                        "isRestartRequired": {
                          "type": "boolean"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "ContentSecurityPolicyHeaderEnabled": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "MultipleOrchestratorsForOneZscalerAccount": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "ParallelActionTasks": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "ParallelOrchestrationTasks": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "ParallelReachabilityTasks": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "ParallelStatsTasks": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": true
                  },
                  "bondedTunnelReorderWaitTime": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": true
                  },
                  "bridgeCacheExpireTime": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": true
                  },
                  "dbPoolConnectionTimeout": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": true
                  },
                  "dbPoolIdleTimeout": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "dbPoolLeakDetectionThreshold": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": true
                  },
                  "dbPoolMaxConnectionLifeTime": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "dbPoolMaxConnections": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "dbPoolMinimumIdleConnections": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": true
                  },
                  "dbPoolValidationTimeout": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "denyApplianceOnDelete": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "emailImagesMaxSize": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "excludeTables": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": true
                  },
                  "excludedTableNames": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": true
                  },
                  "failedLoginAttemptThreshold": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "fileOpsChunkSize": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "jettyAcceptQueueSize": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "jettyIdleTimeout": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": true
                  },
                  "jettyMaxThreads": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": true
                  },
                  "jettyMinThreads": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": true
                  },
                  "mgmtInterface": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "modifyTunnelBatchSize": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "newSoftwareReleasesNotification": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": true
                  },
                  "restRequestStatsCollection": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "restRequestTimeout": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": true
                  },
                  "sslExcludeCiphers": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": false
                  },
                  "sslExcludeProtocols": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": true
                  },
                  "sslIncludeCiphers": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": true
                  },
                  "sslIncludeProtocols": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": true
                  },
                  "threadPoolSize": {
                    "customValue": "string",
                    "defaultValue": "string",
                    "isRestartRequired": true
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/appliance/preconfiguration": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getPreconfigurations",
        "description": "The parameters and request body are for method: getPreconfigurations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "autoApply": {
                        "type": "boolean"
                      },
                      "comment": {
                        "type": "string"
                      },
                      "completionStatus": {
                        "type": "boolean"
                      },
                      "configData": {
                        "type": "string"
                      },
                      "createdtime": {
                        "type": "number"
                      },
                      "discoveredId": {
                        "type": "string"
                      },
                      "endtime": {
                        "type": "number"
                      },
                      "guid": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "modifiedtime": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "nepk": {
                        "type": "string"
                      },
                      "result": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "completionStatus": {
                              "type": "boolean"
                            },
                            "data": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "nePk": {
                              "type": "string"
                            },
                            "result": {
                              "type": "string"
                            },
                            "taskStatus": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "serialNum": {
                        "type": "string"
                      },
                      "starttime": {
                        "type": "number"
                      },
                      "tag": {
                        "type": "string"
                      },
                      "taskStatus": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "autoApply": true,
                    "comment": "string",
                    "completionStatus": true,
                    "configData": "string",
                    "createdtime": 5,
                    "discoveredId": "string",
                    "endtime": 10,
                    "guid": "string",
                    "id": 2,
                    "modifiedtime": 2,
                    "name": "string",
                    "nepk": "string",
                    "result": [
                      {
                        "completionStatus": true,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 9
                      },
                      {
                        "completionStatus": true,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 9
                      },
                      {
                        "completionStatus": false,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 1
                      }
                    ],
                    "serialNum": "string",
                    "starttime": 4,
                    "tag": "string",
                    "taskStatus": 2
                  },
                  {
                    "autoApply": false,
                    "comment": "string",
                    "completionStatus": true,
                    "configData": "string",
                    "createdtime": 9,
                    "discoveredId": "string",
                    "endtime": 8,
                    "guid": "string",
                    "id": 8,
                    "modifiedtime": 6,
                    "name": "string",
                    "nepk": "string",
                    "result": [
                      {
                        "completionStatus": true,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 9
                      },
                      {
                        "completionStatus": false,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 10
                      },
                      {
                        "completionStatus": false,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 1
                      },
                      {
                        "completionStatus": false,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 3
                      },
                      {
                        "completionStatus": false,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 5
                      },
                      {
                        "completionStatus": false,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 10
                      },
                      {
                        "completionStatus": false,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 3
                      },
                      {
                        "completionStatus": false,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 10
                      }
                    ],
                    "serialNum": "string",
                    "starttime": 8,
                    "tag": "string",
                    "taskStatus": 6
                  },
                  {
                    "autoApply": true,
                    "comment": "string",
                    "completionStatus": true,
                    "configData": "string",
                    "createdtime": 9,
                    "discoveredId": "string",
                    "endtime": 9,
                    "guid": "string",
                    "id": 10,
                    "modifiedtime": 4,
                    "name": "string",
                    "nepk": "string",
                    "result": [
                      {
                        "completionStatus": false,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 7
                      },
                      {
                        "completionStatus": false,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 7
                      },
                      {
                        "completionStatus": true,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 10
                      },
                      {
                        "completionStatus": true,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 1
                      },
                      {
                        "completionStatus": false,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 3
                      },
                      {
                        "completionStatus": true,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 8
                      },
                      {
                        "completionStatus": true,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 4
                      },
                      {
                        "completionStatus": false,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 3
                      }
                    ],
                    "serialNum": "string",
                    "starttime": 8,
                    "tag": "string",
                    "taskStatus": 10
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "createPreconfiguration",
        "description": "The parameters and request body are for method: createPreconfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "createPreconfig"
            }
          }
        }
      }
    },
    "/gms/appliance/preconfiguration/default": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getDefaultPreconfigurations",
        "description": "The parameters and request body are for method: getDefaultPreconfigurations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "autoApply": {
                        "type": "boolean"
                      },
                      "comment": {
                        "type": "string"
                      },
                      "completionStatus": {
                        "type": "boolean"
                      },
                      "configData": {
                        "type": "string"
                      },
                      "createdtime": {
                        "type": "number"
                      },
                      "discoveredId": {
                        "type": "string"
                      },
                      "endtime": {
                        "type": "number"
                      },
                      "guid": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "modifiedtime": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "nepk": {
                        "type": "string"
                      },
                      "result": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "completionStatus": {
                              "type": "boolean"
                            },
                            "data": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "nePk": {
                              "type": "string"
                            },
                            "result": {
                              "type": "string"
                            },
                            "taskStatus": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "serialNum": {
                        "type": "string"
                      },
                      "starttime": {
                        "type": "number"
                      },
                      "tag": {
                        "type": "string"
                      },
                      "taskStatus": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "autoApply": true,
                    "comment": "string",
                    "completionStatus": true,
                    "configData": "string",
                    "createdtime": 5,
                    "discoveredId": "string",
                    "endtime": 7,
                    "guid": "string",
                    "id": 10,
                    "modifiedtime": 3,
                    "name": "string",
                    "nepk": "string",
                    "result": [
                      {
                        "completionStatus": false,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 4
                      },
                      {
                        "completionStatus": true,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 5
                      },
                      {
                        "completionStatus": true,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 6
                      },
                      {
                        "completionStatus": false,
                        "data": "string",
                        "name": "string",
                        "nePk": "string",
                        "result": "string",
                        "taskStatus": 9
                      }
                    ],
                    "serialNum": "string",
                    "starttime": 3,
                    "tag": "string",
                    "taskStatus": 10
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/appliance/preconfiguration/findMatch": {
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "getMatchingPreconfiguration",
        "description": "The parameters and request body are for method: getMatchingPreconfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "autoApply": {
                      "type": "boolean"
                    },
                    "comment": {
                      "type": "string"
                    },
                    "completionStatus": {
                      "type": "boolean"
                    },
                    "configData": {
                      "type": "string"
                    },
                    "createdtime": {
                      "type": "number"
                    },
                    "discoveredId": {
                      "type": "string"
                    },
                    "endtime": {
                      "type": "number"
                    },
                    "guid": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "modifiedtime": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "nepk": {
                      "type": "string"
                    },
                    "result": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "completionStatus": {
                            "type": "boolean"
                          },
                          "data": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "nePk": {
                            "type": "string"
                          },
                          "result": {
                            "type": "string"
                          },
                          "taskStatus": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "serialNum": {
                      "type": "string"
                    },
                    "starttime": {
                      "type": "number"
                    },
                    "tag": {
                      "type": "string"
                    },
                    "taskStatus": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "autoApply": true,
                  "comment": "string",
                  "completionStatus": true,
                  "configData": "string",
                  "createdtime": 10,
                  "discoveredId": "string",
                  "endtime": 10,
                  "guid": "string",
                  "id": 4,
                  "modifiedtime": 4,
                  "name": "string",
                  "nepk": "string",
                  "result": [
                    {
                      "completionStatus": false,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 2
                    },
                    {
                      "completionStatus": true,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 10
                    },
                    {
                      "completionStatus": false,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 2
                    },
                    {
                      "completionStatus": false,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 9
                    },
                    {
                      "completionStatus": false,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 1
                    },
                    {
                      "completionStatus": false,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 3
                    },
                    {
                      "completionStatus": false,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 3
                    },
                    {
                      "completionStatus": false,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 6
                    },
                    {
                      "completionStatus": false,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 10
                    },
                    {
                      "completionStatus": true,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 4
                    }
                  ],
                  "serialNum": "string",
                  "starttime": 8,
                  "tag": "string",
                  "taskStatus": 4
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "matchPreconfig"
            }
          }
        }
      }
    },
    "/gms/appliance/preconfiguration/validate": {
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "postGmsAppliancePreconfigurationValidate",
        "description": "The parameters and request body are for method: postGmsAppliancePreconfigurationValidate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "createPreconfig"
            }
          }
        }
      }
    },
    "/gms/appliance/preconfiguration/{preconfigId}": {
      "delete": {
        "tags": [
          "Gms"
        ],
        "operationId": "deletePreconfiguration",
        "description": "The parameters and request body are for method: deletePreconfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "preconfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "preconfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getPreconfiguration",
        "description": "The parameters and request body are for method: getPreconfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "autoApply": {
                      "type": "boolean"
                    },
                    "comment": {
                      "type": "string"
                    },
                    "completionStatus": {
                      "type": "boolean"
                    },
                    "configData": {
                      "type": "string"
                    },
                    "createdtime": {
                      "type": "number"
                    },
                    "discoveredId": {
                      "type": "string"
                    },
                    "endtime": {
                      "type": "number"
                    },
                    "guid": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "modifiedtime": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "nepk": {
                      "type": "string"
                    },
                    "result": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "completionStatus": {
                            "type": "boolean"
                          },
                          "data": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "nePk": {
                            "type": "string"
                          },
                          "result": {
                            "type": "string"
                          },
                          "taskStatus": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "serialNum": {
                      "type": "string"
                    },
                    "starttime": {
                      "type": "number"
                    },
                    "tag": {
                      "type": "string"
                    },
                    "taskStatus": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "autoApply": true,
                  "comment": "string",
                  "completionStatus": true,
                  "configData": "string",
                  "createdtime": 9,
                  "discoveredId": "string",
                  "endtime": 10,
                  "guid": "string",
                  "id": 7,
                  "modifiedtime": 10,
                  "name": "string",
                  "nepk": "string",
                  "result": [
                    {
                      "completionStatus": true,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 5
                    }
                  ],
                  "serialNum": "string",
                  "starttime": 2,
                  "tag": "string",
                  "taskStatus": 2
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "preconfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "preconfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "modifyPreconfiguration",
        "description": "The parameters and request body are for method: modifyPreconfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "preconfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "preconfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "createPreconfig"
            }
          }
        }
      }
    },
    "/gms/appliance/preconfiguration/{preconfigId}/apply": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getPreconfigurationApplyStatus",
        "description": "The parameters and request body are for method: getPreconfigurationApplyStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "completionStatus": {
                      "type": "boolean"
                    },
                    "endtime": {
                      "type": "number"
                    },
                    "guid": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "result": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "completionStatus": {
                            "type": "boolean"
                          },
                          "data": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "nePk": {
                            "type": "string"
                          },
                          "result": {
                            "type": "string"
                          },
                          "taskStatus": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "starttime": {
                      "type": "number"
                    },
                    "taskStatus": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "completionStatus": true,
                  "endtime": 3,
                  "guid": "string",
                  "id": 6,
                  "result": [
                    {
                      "completionStatus": false,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 10
                    },
                    {
                      "completionStatus": true,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 6
                    },
                    {
                      "completionStatus": true,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 9
                    },
                    {
                      "completionStatus": false,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 2
                    },
                    {
                      "completionStatus": false,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 9
                    },
                    {
                      "completionStatus": true,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 7
                    },
                    {
                      "completionStatus": false,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 1
                    },
                    {
                      "completionStatus": false,
                      "data": "string",
                      "name": "string",
                      "nePk": "string",
                      "result": "string",
                      "taskStatus": 9
                    }
                  ],
                  "starttime": 1,
                  "taskStatus": 6
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "preconfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "preconfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/appliance/preconfiguration/{preconfigId}/apply/discovered/{discoveredId}": {
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "applyDiscoveredPreconfiguration",
        "description": "The parameters and request body are for method: applyDiscoveredPreconfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "preconfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "preconfigId",
              "type": "string"
            }
          },
          {
            "name": "discoveredId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discoveredId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/appliance/preconfiguration/{preconfigId}/apply/{nePk}": {
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "applyManagedPreconfiguration",
        "description": "The parameters and request body are for method: applyManagedPreconfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "preconfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "preconfigId",
              "type": "string"
            }
          },
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/applianceCrashHistory": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "crashHistory",
        "description": "The parameters and request body are for method: crashHistory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "backTraceStr": {
                        "type": "string"
                      },
                      "crashTime": {
                        "type": "number"
                      },
                      "nePk": {
                        "type": "string"
                      },
                      "processName": {
                        "type": "string"
                      },
                      "sentToPortal": {
                        "type": "boolean"
                      },
                      "signalName": {
                        "type": "string"
                      },
                      "version": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "backTraceStr": "string",
                    "crashTime": 10,
                    "nePk": "string",
                    "processName": "string",
                    "sentToPortal": true,
                    "signalName": "string",
                    "version": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "action",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/applianceRebootHistory": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "rebootHistory",
        "description": "The parameters and request body are for method: rebootHistory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "nePk": {
                        "type": "string"
                      },
                      "rootCause": {
                        "type": "string"
                      },
                      "sentToPortal": {
                        "type": "boolean"
                      },
                      "time": {
                        "type": "number"
                      },
                      "version": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "nePk": "string",
                    "rootCause": "string",
                    "sentToPortal": true,
                    "time": 6,
                    "version": "string"
                  },
                  {
                    "nePk": "string",
                    "rootCause": "string",
                    "sentToPortal": true,
                    "time": 3,
                    "version": "string"
                  },
                  {
                    "nePk": "string",
                    "rootCause": "string",
                    "sentToPortal": true,
                    "time": 1,
                    "version": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "action",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/applianceWizard/apply/{nePk}": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getApplyApplianceWizard",
        "description": "The parameters and request body are for method: getApplyApplianceWizard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "actionGroupId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "actionGroupId": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "applyApplianceWizard",
        "description": "The parameters and request body are for method: applyApplianceWizard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "actionGroupId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "actionGroupId": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applyWizardPost"
            }
          }
        }
      }
    },
    "/gms/backup": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "gmsBackupGet",
        "description": "The parameters and request body are for method: gmsBackupGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "directory": {
                      "type": "string"
                    },
                    "hostname": {
                      "type": "string"
                    },
                    "maxBackups": {
                      "type": "number"
                    },
                    "password": {
                      "type": "string"
                    },
                    "port": {
                      "type": "number"
                    },
                    "protocol": {
                      "type": "number"
                    },
                    "username": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "directory": "string",
                  "hostname": "string",
                  "maxBackups": 10,
                  "password": "string",
                  "port": 21,
                  "protocol": 2,
                  "username": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/backup/config": {
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "gmsBackupConfig",
        "description": "The parameters and request body are for method: gmsBackupConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "gmsBackConfig"
            }
          }
        }
      }
    },
    "/gms/backup/exportTemplate": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "goldenOrchestratorExport",
        "description": "The parameters and request body are for method: goldenOrchestratorExport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/backup/testConnection": {
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "gmsBackupTestConnection",
        "description": "The parameters and request body are for method: gmsBackupTestConnection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "message": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "gmsBackConfig"
            }
          }
        }
      }
    },
    "/gms/discovery": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getDiscoveryConfig",
        "description": "The parameters and request body are for method: getDiscoveryConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "emails": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "emails": [
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "updateDiscoveryConfig",
        "description": "The parameters and request body are for method: updateDiscoveryConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "emails": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "emails": "emails"
              }
            }
          }
        }
      }
    },
    "/gms/dynamicTopologyConfig": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getDynamicTopologyConfig",
        "description": "The parameters and request body are for method: getDynamicTopologyConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "key": {
                      "type": "object",
                      "properties": {
                        "latitude": {
                          "type": "number"
                        },
                        "longitude": {
                          "type": "number"
                        },
                        "zoom": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "key": {
                    "latitude": 1,
                    "longitude": 2,
                    "zoom": 5
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "updateDynamicTopologyConfig",
        "description": "The parameters and request body are for method: updateDynamicTopologyConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "request"
            }
          }
        }
      }
    },
    "/gms/dynamicTopologyConfig/{username}": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getUserDynamicTopologyConfig",
        "description": "The parameters and request body are for method: getUserDynamicTopologyConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "key": {
                      "type": "object",
                      "properties": {
                        "latitude": {
                          "type": "number"
                        },
                        "longitude": {
                          "type": "number"
                        },
                        "zoom": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "key": {
                    "latitude": 8,
                    "longitude": 8,
                    "zoom": 5
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "saveDynamicTopologyConfig",
        "description": "The parameters and request body are for method: saveDynamicTopologyConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "request"
            }
          }
        }
      }
    },
    "/gms/gmsRegistration": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "mgmInterfaceByGet",
        "description": "The parameters and request body are for method: mgmInterfaceByGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "defaultIPOrDns": {
                      "type": "string"
                    },
                    "label": {
                      "type": "object",
                      "properties": {
                        "1": {
                          "type": "object",
                          "properties": {
                            "ipOrDns": {
                              "type": "string"
                            },
                            "labelId": {
                              "type": "number"
                            }
                          }
                        },
                        "2": {
                          "type": "object",
                          "properties": {
                            "ipOrDns": {
                              "type": "string"
                            },
                            "labelId": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "defaultIPOrDns": "string",
                  "label": {
                    "1": {
                      "ipOrDns": "string",
                      "labelId": 4
                    },
                    "2": {
                      "ipOrDns": "string",
                      "labelId": 2
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "mgmInterfaceByPost",
        "description": "The parameters and request body are for method: mgmInterfaceByPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "dnsDetails"
            }
          }
        }
      }
    },
    "/gms/gmsRegistration2": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getGmsGmsRegistration2",
        "description": "The parameters and request body are for method: getGmsGmsRegistration2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "customDefaultIP": {
                      "type": "string"
                    },
                    "internalManagementIP": {
                      "type": "string"
                    },
                    "label": {
                      "type": "object",
                      "properties": {
                        "1": {
                          "type": "object",
                          "properties": {
                            "ipOrDns": {
                              "type": "string"
                            },
                            "labelId": {
                              "type": "number"
                            }
                          }
                        },
                        "2": {
                          "type": "object",
                          "properties": {
                            "ipOrDns": {
                              "type": "string"
                            },
                            "labelId": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "customDefaultIP": "string",
                  "internalManagementIP": "string",
                  "label": {
                    "1": {
                      "ipOrDns": "string",
                      "labelId": 2
                    },
                    "2": {
                      "ipOrDns": "string",
                      "labelId": 4
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "postGmsGmsRegistration2",
        "description": "The parameters and request body are for method: postGmsGmsRegistration2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "dnsDetails"
            }
          }
        }
      }
    },
    "/gms/grNode": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "allGRNodeGet",
        "description": "The parameters and request body are for method: allGRNodeGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "appliance": {
                        "type": "boolean"
                      },
                      "groupId": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string"
                      },
                      "latitude": {
                        "type": "number"
                      },
                      "longitude": {
                        "type": "number"
                      },
                      "sourceId": {
                        "type": "string"
                      },
                      "wx": {
                        "type": "number"
                      },
                      "wy": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "appliance": false,
                    "groupId": "string",
                    "id": "string",
                    "latitude": 8,
                    "longitude": 5,
                    "sourceId": "string",
                    "wx": 2,
                    "wy": 1
                  },
                  {
                    "appliance": false,
                    "groupId": "string",
                    "id": "string",
                    "latitude": 4,
                    "longitude": 1,
                    "sourceId": "string",
                    "wx": 8,
                    "wy": 7
                  },
                  {
                    "appliance": true,
                    "groupId": "string",
                    "id": "string",
                    "latitude": 9,
                    "longitude": 7,
                    "sourceId": "string",
                    "wx": 10,
                    "wy": 6
                  },
                  {
                    "appliance": true,
                    "groupId": "string",
                    "id": "string",
                    "latitude": 6,
                    "longitude": 2,
                    "sourceId": "string",
                    "wx": 9,
                    "wy": 1
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/grNode/forNePk/{nePk}": {
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "grNodeUpdateByNePk",
        "description": "The parameters and request body are for method: grNodeUpdateByNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "gRNodeUpdatePostBody"
            }
          }
        }
      }
    },
    "/gms/grNode/{grNodePk}": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "grNodeGet",
        "description": "The parameters and request body are for method: grNodeGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "appliance": {
                      "type": "boolean"
                    },
                    "groupId": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    },
                    "latitude": {
                      "type": "number"
                    },
                    "longitude": {
                      "type": "number"
                    },
                    "sourceId": {
                      "type": "string"
                    },
                    "wx": {
                      "type": "number"
                    },
                    "wy": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "appliance": false,
                  "groupId": "string",
                  "id": "string",
                  "latitude": 2,
                  "longitude": 8,
                  "sourceId": "string",
                  "wx": 10,
                  "wy": 5
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "grNodePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "grNodePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "grNodeUpdate",
        "description": "The parameters and request body are for method: grNodeUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "appliance": {
                      "type": "boolean"
                    },
                    "groupId": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    },
                    "latitude": {
                      "type": "number"
                    },
                    "longitude": {
                      "type": "number"
                    },
                    "sourceId": {
                      "type": "string"
                    },
                    "wx": {
                      "type": "number"
                    },
                    "wy": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "appliance": true,
                  "groupId": "string",
                  "id": "string",
                  "latitude": 9,
                  "longitude": 3,
                  "sourceId": "string",
                  "wx": 4,
                  "wy": 5
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "grNodePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "grNodePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "gRNodeUpdatePostBody"
            }
          }
        }
      }
    },
    "/gms/group": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "allGroupsGet",
        "description": "The parameters and request body are for method: allGroupsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "backgroundImage": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "parentId": {
                        "type": "string"
                      },
                      "subType": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "backgroundImage": "string",
                    "id": "string",
                    "name": "string",
                    "parentId": "string",
                    "subType": 3
                  },
                  {
                    "backgroundImage": "string",
                    "id": "string",
                    "name": "string",
                    "parentId": "string",
                    "subType": 3
                  },
                  {
                    "backgroundImage": "string",
                    "id": "string",
                    "name": "string",
                    "parentId": "string",
                    "subType": 9
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/group/new": {
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "groupAdd",
        "description": "The parameters and request body are for method: groupAdd. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "groupNewPostBody"
            }
          }
        }
      }
    },
    "/gms/group/root": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "rootGroupGet",
        "description": "The parameters and request body are for method: rootGroupGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "backgroundImage": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "string"
                    },
                    "subType": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "backgroundImage": "string",
                  "id": "string",
                  "name": "string",
                  "parentId": "string",
                  "subType": 8
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/group/{id}": {
      "delete": {
        "tags": [
          "Gms"
        ],
        "operationId": "groupDelete",
        "description": "The parameters and request body are for method: groupDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "groupGet",
        "description": "The parameters and request body are for method: groupGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "backgroundImage": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "string"
                    },
                    "subType": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "backgroundImage": "string",
                  "id": "string",
                  "name": "string",
                  "parentId": "string",
                  "subType": 2
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "groupUpdate",
        "description": "The parameters and request body are for method: groupUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "groupUpdatePostBody"
            }
          }
        }
      }
    },
    "/gms/httpsCertificate": {
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "httpsCertificateValidation",
        "description": "The parameters and request body are for method: httpsCertificateValidation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "certificateKeyData"
            }
          }
        }
      }
    },
    "/gms/httpsCertificate/validation": {
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "postGmsHttpsCertificateValidation",
        "description": "The parameters and request body are for method: postGmsHttpsCertificateValidation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "certificateKeyData"
            }
          }
        }
      }
    },
    "/gms/interfaceLabels": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getInterfaceLabels",
        "description": "The parameters and request body are for method: getInterfaceLabels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lan": {
                      "type": "object",
                      "properties": {
                        "1": {
                          "type": "object",
                          "properties": {
                            "active": {
                              "type": "boolean"
                            },
                            "name": {
                              "type": "string"
                            },
                            "topology": {
                              "type": "number"
                            }
                          }
                        },
                        "2": {
                          "type": "object",
                          "properties": {
                            "active": {
                              "type": "boolean"
                            },
                            "name": {
                              "type": "string"
                            },
                            "topology": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "wan": {
                      "type": "object",
                      "properties": {
                        "1": {
                          "type": "object",
                          "properties": {
                            "active": {
                              "type": "boolean"
                            },
                            "name": {
                              "type": "string"
                            },
                            "topology": {
                              "type": "number"
                            }
                          }
                        },
                        "2": {
                          "type": "object",
                          "properties": {
                            "active": {
                              "type": "boolean"
                            },
                            "name": {
                              "type": "string"
                            },
                            "topology": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "lan": {
                    "1": {
                      "active": false,
                      "name": "string",
                      "topology": 2
                    },
                    "2": {
                      "active": true,
                      "name": "string",
                      "topology": 6
                    }
                  },
                  "wan": {
                    "1": {
                      "active": true,
                      "name": "string",
                      "topology": 8
                    },
                    "2": {
                      "active": true,
                      "name": "string",
                      "topology": 5
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "active",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "postInterfaceLabels",
        "description": "The parameters and request body are for method: postInterfaceLabels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "deleteDependencies",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "newLabels"
            }
          }
        }
      }
    },
    "/gms/interfaceLabels/{type}": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getLabelsForType",
        "description": "The parameters and request body are for method: getLabelsForType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "1": {
                      "type": "object",
                      "properties": {
                        "active": {
                          "type": "boolean"
                        },
                        "name": {
                          "type": "string"
                        },
                        "topology": {
                          "type": "number"
                        }
                      }
                    },
                    "2": {
                      "type": "object",
                      "properties": {
                        "active": {
                          "type": "boolean"
                        },
                        "name": {
                          "type": "string"
                        },
                        "topology": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "1": {
                    "active": true,
                    "name": "string",
                    "topology": 10
                  },
                  "2": {
                    "active": false,
                    "name": "string",
                    "topology": 5
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          },
          {
            "name": "active",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/internalSubnets2": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getInternalSubnets",
        "description": "The parameters and request body are for method: getInternalSubnets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipv4": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "ipv6": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "nonDefaultRoutes": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "ipv4": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "ipv6": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "nonDefaultRoutes": true
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "saveInternalSubnets",
        "description": "The parameters and request body are for method: saveInternalSubnets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/gms/ipwhitelist/drops": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getIPWhitelistDrops",
        "description": "The parameters and request body are for method: getIPWhitelistDrops. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ip": {
                        "type": "string"
                      },
                      "lastContact": {
                        "type": "number"
                      },
                      "resource": {
                        "type": "string"
                      },
                      "xForwardedFor": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "ip": "string",
                    "lastContact": 10,
                    "resource": "string",
                    "xForwardedFor": "string"
                  },
                  {
                    "ip": "string",
                    "lastContact": 4,
                    "resource": "string",
                    "xForwardedFor": "string"
                  },
                  {
                    "ip": "string",
                    "lastContact": 5,
                    "resource": "string",
                    "xForwardedFor": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/ipwhitelist/external": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getExternalIPWhitelist",
        "description": "The parameters and request body are for method: getExternalIPWhitelist. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "setExternalIPWhitelist",
        "description": "The parameters and request body are for method: setExternalIPWhitelist. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "subnets": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "subnets": "subnets"
              }
            }
          }
        }
      }
    },
    "/gms/job": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "scheduledJobsGet",
        "description": "The parameters and request body are for method: scheduledJobsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "config": {
                        "type": "string"
                      },
                      "cron": {
                        "type": "object",
                        "properties": {
                          "cronExpression": {
                            "type": "string"
                          },
                          "recurrenceDefinedAsCron": {
                            "type": "boolean"
                          },
                          "recurringSchedule": {
                            "type": "boolean"
                          }
                        }
                      },
                      "currentlyRunning": {
                        "type": "boolean"
                      },
                      "description": {
                        "type": "string"
                      },
                      "group": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "jobCategory": {
                        "type": "string"
                      },
                      "jobType": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "nextFireTime": {
                        "type": "number"
                      },
                      "prevFireTime": {
                        "type": "number"
                      },
                      "runNow": {
                        "type": "boolean"
                      },
                      "schedule": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "config": "string",
                    "cron": {
                      "cronExpression": "string",
                      "recurrenceDefinedAsCron": true,
                      "recurringSchedule": false
                    },
                    "currentlyRunning": false,
                    "description": "string",
                    "group": "string",
                    "id": 2,
                    "jobCategory": "string",
                    "jobType": 1,
                    "name": "string",
                    "nextFireTime": 9,
                    "prevFireTime": 4,
                    "runNow": true,
                    "schedule": "string"
                  },
                  {
                    "config": "string",
                    "cron": {
                      "cronExpression": "string",
                      "recurrenceDefinedAsCron": true,
                      "recurringSchedule": true
                    },
                    "currentlyRunning": false,
                    "description": "string",
                    "group": "string",
                    "id": 2,
                    "jobCategory": "string",
                    "jobType": 5,
                    "name": "string",
                    "nextFireTime": 6,
                    "prevFireTime": 5,
                    "runNow": true,
                    "schedule": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "scheduledJob2Post",
        "description": "The parameters and request body are for method: scheduledJob2Post. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "scheduledJobs2Post"
            }
          }
        }
      }
    },
    "/gms/job/historical": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "historicalJobsGet",
        "description": "The parameters and request body are for method: historicalJobsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "assocId": {
                        "type": "number"
                      },
                      "config": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "endTime": {
                        "type": "number"
                      },
                      "id": {
                        "type": "number"
                      },
                      "jobCategory": {
                        "type": "string"
                      },
                      "jobType": {
                        "type": "number"
                      },
                      "startTime": {
                        "type": "number"
                      },
                      "status": {
                        "type": "number"
                      },
                      "statusText": {
                        "type": "number"
                      },
                      "targetAppliance": {
                        "type": "object",
                        "properties": {
                          "groupPks": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "nePks": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "assocId": 1,
                    "config": "string",
                    "description": "string",
                    "endTime": 2,
                    "id": 2,
                    "jobCategory": "string",
                    "jobType": 10,
                    "startTime": 3,
                    "status": 4,
                    "statusText": 4,
                    "targetAppliance": {
                      "groupPks": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "nePks": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    }
                  },
                  {
                    "assocId": 6,
                    "config": "string",
                    "description": "string",
                    "endTime": 1,
                    "id": 8,
                    "jobCategory": "string",
                    "jobType": 10,
                    "startTime": 9,
                    "status": 7,
                    "statusText": 7,
                    "targetAppliance": {
                      "groupPks": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "nePks": [
                        "string",
                        "string",
                        "string"
                      ]
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lastXDays",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scheduleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/job/historical/{jobId}": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "historicalJobsGetById",
        "description": "The parameters and request body are for method: historicalJobsGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "assocId": {
                      "type": "number"
                    },
                    "config": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "endTime": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "jobCategory": {
                      "type": "string"
                    },
                    "jobType": {
                      "type": "number"
                    },
                    "startTime": {
                      "type": "number"
                    },
                    "status": {
                      "type": "number"
                    },
                    "statusText": {
                      "type": "number"
                    },
                    "targetAppliance": {
                      "type": "object",
                      "properties": {
                        "groupPks": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "nePks": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "assocId": 3,
                  "config": "string",
                  "description": "string",
                  "endTime": 6,
                  "id": 9,
                  "jobCategory": "string",
                  "jobType": 7,
                  "startTime": 6,
                  "status": 6,
                  "statusText": 7,
                  "targetAppliance": {
                    "groupPks": [
                      "string",
                      "string"
                    ],
                    "nePks": [
                      "string"
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/job/{jobId}": {
      "delete": {
        "tags": [
          "Gms"
        ],
        "operationId": "scheduledJobDelete",
        "description": "The parameters and request body are for method: scheduledJobDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "scheduledJob2Get",
        "description": "The parameters and request body are for method: scheduledJob2Get. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Gms"
        ],
        "operationId": "scheduledJobModify",
        "description": "The parameters and request body are for method: scheduledJobModify. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "scheduledJob2Post"
            }
          }
        }
      }
    },
    "/gms/job/{jobId}/stop": {
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "stopJob",
        "description": "The parameters and request body are for method: stopJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/menuCustomization": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getAllMenuItems",
        "description": "The parameters and request body are for method: getAllMenuItems. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "menuTypeName": {
                      "type": "object",
                      "properties": {
                        "defaultMenuType": {
                          "type": "boolean"
                        },
                        "menuTypeItems": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "users": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "menuTypeName": {
                    "defaultMenuType": true,
                    "menuTypeItems": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "users": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "addMenuType",
        "description": "The parameters and request body are for method: addMenuType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "newMenuType"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Gms"
        ],
        "operationId": "updateMenuTypeItems",
        "description": "The parameters and request body are for method: updateMenuTypeItems. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "usersUpdate"
            }
          }
        }
      }
    },
    "/gms/menuCustomization/{menuTypeName}": {
      "delete": {
        "tags": [
          "Gms"
        ],
        "operationId": "deleteExistingMenuType",
        "description": "The parameters and request body are for method: deleteExistingMenuType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "menuTypeName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "menuTypeName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/overlays/association": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getAllOverlayApplianceAssociations",
        "description": "The parameters and request body are for method: getAllOverlayApplianceAssociations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "1": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "2": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "1": [
                    "string",
                    "string"
                  ],
                  "2": [
                    "string",
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "addOverlayApplianceAssociations",
        "description": "The parameters and request body are for method: addOverlayApplianceAssociations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "associations"
            }
          }
        }
      }
    },
    "/gms/overlays/association/remove": {
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "removeAppliancesFromOverlays",
        "description": "The parameters and request body are for method: removeAppliancesFromOverlays. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "appliancesToRemove"
            }
          }
        }
      }
    },
    "/gms/overlays/association/{overlayId}": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getAppliancesForOverlay",
        "description": "The parameters and request body are for method: getAppliancesForOverlay. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "1": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "1": [
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "overlayId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "overlayId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/overlays/association/{overlayId}/{nePk}": {
      "delete": {
        "tags": [
          "Gms"
        ],
        "operationId": "deleteOverlayApplianceAssociation",
        "description": "The parameters and request body are for method: deleteOverlayApplianceAssociation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "overlayId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "overlayId",
              "type": "string"
            }
          },
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/overlays/config": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getAllOverlays",
        "description": "The parameters and request body are for method: getAllOverlays. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "bondingPolicy": {
                        "type": "number"
                      },
                      "boostTraffic": {
                        "type": "boolean"
                      },
                      "brownoutThresholds": {
                        "type": "object",
                        "properties": {
                          "jitter": {
                            "type": "number"
                          },
                          "latency": {
                            "type": "number"
                          },
                          "loss": {
                            "type": "number"
                          }
                        }
                      },
                      "hubInternetPolicies": {
                        "type": "object",
                        "properties": {
                          "<nePk>": {
                            "type": "object",
                            "properties": {
                              "internetPolicy": {
                                "type": "object",
                                "properties": {
                                  "localBreakout": {
                                    "type": "object",
                                    "properties": {
                                      "backup": {
                                        "type": "array",
                                        "items": {
                                          "type": "string"
                                        }
                                      },
                                      "primary": {
                                        "type": "array",
                                        "items": {
                                          "type": "string"
                                        }
                                      }
                                    }
                                  },
                                  "policyList": {
                                    "type": "array",
                                    "items": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "id": {
                        "type": "string"
                      },
                      "internetPolicy": {
                        "type": "object",
                        "properties": {
                          "localBreakout": {
                            "type": "object",
                            "properties": {
                              "backup": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "primary": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "policyList": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "lanDscp": {
                        "type": "string"
                      },
                      "match": {
                        "type": "object",
                        "properties": {
                          "acl": {
                            "type": "string"
                          },
                          "interfaceLabel": {
                            "type": "string"
                          },
                          "overlayAcl": {
                            "type": "string"
                          }
                        }
                      },
                      "name": {
                        "type": "string"
                      },
                      "overlayFallbackOption": {
                        "type": "number"
                      },
                      "topology": {
                        "type": "object",
                        "properties": {
                          "externalHubs": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "hubs": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "topologyType": {
                            "type": "number"
                          },
                          "useRegions": {
                            "type": "boolean"
                          }
                        }
                      },
                      "trafficClass": {
                        "type": "string"
                      },
                      "tunnelUsagePolicy": {
                        "type": "string"
                      },
                      "useBackupOnBrownout": {
                        "type": "boolean"
                      },
                      "wanDscp": {
                        "type": "string"
                      },
                      "wanPorts": {
                        "type": "object",
                        "properties": {
                          "backup": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "crossConnect": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "primary": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "bondingPolicy": 9,
                    "boostTraffic": true,
                    "brownoutThresholds": {
                      "jitter": 3,
                      "latency": 6,
                      "loss": 3
                    },
                    "hubInternetPolicies": {
                      "<nePk>": {
                        "internetPolicy": {
                          "localBreakout": {
                            "backup": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ],
                            "primary": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ]
                          },
                          "policyList": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        }
                      }
                    },
                    "id": "string",
                    "internetPolicy": {
                      "localBreakout": {
                        "backup": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "primary": [
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      "policyList": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "lanDscp": "string",
                    "match": {
                      "acl": "string",
                      "interfaceLabel": "string",
                      "overlayAcl": "string"
                    },
                    "name": "string",
                    "overlayFallbackOption": 6,
                    "topology": {
                      "externalHubs": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "hubs": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "topologyType": 7,
                      "useRegions": true
                    },
                    "trafficClass": "string",
                    "tunnelUsagePolicy": "string",
                    "useBackupOnBrownout": false,
                    "wanDscp": "string",
                    "wanPorts": {
                      "backup": [
                        "string",
                        "string",
                        "string"
                      ],
                      "crossConnect": [
                        "string",
                        "string"
                      ],
                      "primary": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    }
                  },
                  {
                    "bondingPolicy": 4,
                    "boostTraffic": false,
                    "brownoutThresholds": {
                      "jitter": 7,
                      "latency": 2,
                      "loss": 6
                    },
                    "hubInternetPolicies": {
                      "<nePk>": {
                        "internetPolicy": {
                          "localBreakout": {
                            "backup": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ],
                            "primary": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ]
                          },
                          "policyList": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        }
                      }
                    },
                    "id": "string",
                    "internetPolicy": {
                      "localBreakout": {
                        "backup": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "primary": [
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      "policyList": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "lanDscp": "string",
                    "match": {
                      "acl": "string",
                      "interfaceLabel": "string",
                      "overlayAcl": "string"
                    },
                    "name": "string",
                    "overlayFallbackOption": 7,
                    "topology": {
                      "externalHubs": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "hubs": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "topologyType": 4,
                      "useRegions": false
                    },
                    "trafficClass": "string",
                    "tunnelUsagePolicy": "string",
                    "useBackupOnBrownout": false,
                    "wanDscp": "string",
                    "wanPorts": {
                      "backup": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "crossConnect": [
                        "string",
                        "string",
                        "string"
                      ],
                      "primary": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    }
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "addNewOverlay",
        "description": "The parameters and request body are for method: addNewOverlay. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "newOverlay"
            }
          }
        }
      }
    },
    "/gms/overlays/config/maxNumOfOverlays": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getMaxNumberOfOverlays",
        "description": "The parameters and request body are for method: getMaxNumberOfOverlays. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "max": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "max": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/overlays/config/regions": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getAllRegionalOverlays",
        "description": "The parameters and request body are for method: getAllRegionalOverlays. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<overlayId>": {
                      "type": "object",
                      "properties": {
                        "<regionId>": {
                          "type": "object",
                          "properties": {
                            "bondingPolicy": {
                              "type": "number"
                            },
                            "boostTraffic": {
                              "type": "boolean"
                            },
                            "brownoutThresholds": {
                              "type": "object",
                              "properties": {
                                "jitter": {
                                  "type": "number"
                                },
                                "latency": {
                                  "type": "number"
                                },
                                "loss": {
                                  "type": "number"
                                }
                              }
                            },
                            "hubInternetPolicies": {
                              "type": "object",
                              "properties": {
                                "<nePk>": {
                                  "type": "object",
                                  "properties": {
                                    "internetPolicy": {
                                      "type": "object",
                                      "properties": {
                                        "localBreakout": {
                                          "type": "object",
                                          "properties": {
                                            "backup": {
                                              "type": "array",
                                              "items": {
                                                "type": "string"
                                              }
                                            },
                                            "primary": {
                                              "type": "array",
                                              "items": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        },
                                        "policyList": {
                                          "type": "array",
                                          "items": {
                                            "type": "string"
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "id": {
                              "type": "string"
                            },
                            "internetPolicy": {
                              "type": "object",
                              "properties": {
                                "localBreakout": {
                                  "type": "object",
                                  "properties": {
                                    "backup": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    },
                                    "primary": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                },
                                "policyList": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "lanDscp": {
                              "type": "string"
                            },
                            "match": {
                              "type": "object",
                              "properties": {
                                "acl": {
                                  "type": "string"
                                },
                                "interfaceLabel": {
                                  "type": "string"
                                },
                                "overlayAcl": {
                                  "type": "string"
                                }
                              }
                            },
                            "name": {
                              "type": "string"
                            },
                            "overlayFallbackOption": {
                              "type": "number"
                            },
                            "topology": {
                              "type": "object",
                              "properties": {
                                "externalHubs": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "hubs": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "topologyType": {
                                  "type": "number"
                                },
                                "useRegions": {
                                  "type": "boolean"
                                }
                              }
                            },
                            "trafficClass": {
                              "type": "string"
                            },
                            "tunnelUsagePolicy": {
                              "type": "string"
                            },
                            "useBackupOnBrownout": {
                              "type": "boolean"
                            },
                            "wanDscp": {
                              "type": "string"
                            },
                            "wanPorts": {
                              "type": "object",
                              "properties": {
                                "backup": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "crossConnect": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "primary": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<overlayId>": {
                    "<regionId>": {
                      "bondingPolicy": 1,
                      "boostTraffic": false,
                      "brownoutThresholds": {
                        "jitter": 4,
                        "latency": 4,
                        "loss": 7
                      },
                      "hubInternetPolicies": {
                        "<nePk>": {
                          "internetPolicy": {
                            "localBreakout": {
                              "backup": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "primary": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ]
                            },
                            "policyList": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ]
                          }
                        }
                      },
                      "id": "string",
                      "internetPolicy": {
                        "localBreakout": {
                          "backup": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "primary": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        },
                        "policyList": [
                          "string"
                        ]
                      },
                      "lanDscp": "string",
                      "match": {
                        "acl": "string",
                        "interfaceLabel": "string",
                        "overlayAcl": "string"
                      },
                      "name": "string",
                      "overlayFallbackOption": 3,
                      "topology": {
                        "externalHubs": [
                          "string",
                          "string"
                        ],
                        "hubs": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "topologyType": 2,
                        "useRegions": true
                      },
                      "trafficClass": "string",
                      "tunnelUsagePolicy": "string",
                      "useBackupOnBrownout": false,
                      "wanDscp": "string",
                      "wanPorts": {
                        "backup": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "crossConnect": [
                          "string",
                          "string",
                          "string"
                        ],
                        "primary": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "postAllRegionalOverlays",
        "description": "The parameters and request body are for method: postAllRegionalOverlays. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "allOverlays"
            }
          }
        }
      }
    },
    "/gms/overlays/config/regions/{overlayId}/{regionId}": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getRegionalOverlay",
        "description": "The parameters and request body are for method: getRegionalOverlay. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "bondingPolicy": {
                      "type": "number"
                    },
                    "boostTraffic": {
                      "type": "boolean"
                    },
                    "brownoutThresholds": {
                      "type": "object",
                      "properties": {
                        "jitter": {
                          "type": "number"
                        },
                        "latency": {
                          "type": "number"
                        },
                        "loss": {
                          "type": "number"
                        }
                      }
                    },
                    "hubInternetPolicies": {
                      "type": "object",
                      "properties": {
                        "<nePk>": {
                          "type": "object",
                          "properties": {
                            "internetPolicy": {
                              "type": "object",
                              "properties": {
                                "localBreakout": {
                                  "type": "object",
                                  "properties": {
                                    "backup": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    },
                                    "primary": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                },
                                "policyList": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "id": {
                      "type": "string"
                    },
                    "internetPolicy": {
                      "type": "object",
                      "properties": {
                        "localBreakout": {
                          "type": "object",
                          "properties": {
                            "backup": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "primary": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "policyList": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "lanDscp": {
                      "type": "string"
                    },
                    "match": {
                      "type": "object",
                      "properties": {
                        "acl": {
                          "type": "string"
                        },
                        "interfaceLabel": {
                          "type": "string"
                        },
                        "overlayAcl": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "overlayFallbackOption": {
                      "type": "number"
                    },
                    "topology": {
                      "type": "object",
                      "properties": {
                        "externalHubs": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "hubs": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "topologyType": {
                          "type": "number"
                        },
                        "useRegions": {
                          "type": "boolean"
                        }
                      }
                    },
                    "trafficClass": {
                      "type": "string"
                    },
                    "tunnelUsagePolicy": {
                      "type": "string"
                    },
                    "useBackupOnBrownout": {
                      "type": "boolean"
                    },
                    "wanDscp": {
                      "type": "string"
                    },
                    "wanPorts": {
                      "type": "object",
                      "properties": {
                        "backup": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "crossConnect": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "primary": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "bondingPolicy": 6,
                  "boostTraffic": true,
                  "brownoutThresholds": {
                    "jitter": 10,
                    "latency": 3,
                    "loss": 7
                  },
                  "hubInternetPolicies": {
                    "<nePk>": {
                      "internetPolicy": {
                        "localBreakout": {
                          "backup": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "primary": [
                            "string",
                            "string"
                          ]
                        },
                        "policyList": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      }
                    }
                  },
                  "id": "string",
                  "internetPolicy": {
                    "localBreakout": {
                      "backup": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "primary": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "policyList": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  },
                  "lanDscp": "string",
                  "match": {
                    "acl": "string",
                    "interfaceLabel": "string",
                    "overlayAcl": "string"
                  },
                  "name": "string",
                  "overlayFallbackOption": 10,
                  "topology": {
                    "externalHubs": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "hubs": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "topologyType": 1,
                    "useRegions": false
                  },
                  "trafficClass": "string",
                  "tunnelUsagePolicy": "string",
                  "useBackupOnBrownout": false,
                  "wanDscp": "string",
                  "wanPorts": {
                    "backup": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "crossConnect": [
                      "string",
                      "string"
                    ],
                    "primary": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "overlayId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "overlayId",
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "regionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Gms"
        ],
        "operationId": "modifyRegionalOverlay",
        "description": "The parameters and request body are for method: modifyRegionalOverlay. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "overlayId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "overlayId",
              "type": "string"
            }
          },
          {
            "name": "regionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "regionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "overlayConfig"
            }
          }
        }
      }
    },
    "/gms/overlays/config/{overlayId}": {
      "delete": {
        "tags": [
          "Gms"
        ],
        "operationId": "deleteExistingOverlay",
        "description": "The parameters and request body are for method: deleteExistingOverlay. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "overlayId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "overlayId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getOverlay",
        "description": "The parameters and request body are for method: getOverlay. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "bondingPolicy": {
                      "type": "number"
                    },
                    "boostTraffic": {
                      "type": "boolean"
                    },
                    "brownoutThresholds": {
                      "type": "object",
                      "properties": {
                        "jitter": {
                          "type": "number"
                        },
                        "latency": {
                          "type": "number"
                        },
                        "loss": {
                          "type": "number"
                        }
                      }
                    },
                    "hubInternetPolicies": {
                      "type": "object",
                      "properties": {
                        "<nePk>": {
                          "type": "object",
                          "properties": {
                            "internetPolicy": {
                              "type": "object",
                              "properties": {
                                "localBreakout": {
                                  "type": "object",
                                  "properties": {
                                    "backup": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    },
                                    "primary": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                },
                                "policyList": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "id": {
                      "type": "string"
                    },
                    "internetPolicy": {
                      "type": "object",
                      "properties": {
                        "localBreakout": {
                          "type": "object",
                          "properties": {
                            "backup": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "primary": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "policyList": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "lanDscp": {
                      "type": "string"
                    },
                    "match": {
                      "type": "object",
                      "properties": {
                        "acl": {
                          "type": "string"
                        },
                        "interfaceLabel": {
                          "type": "string"
                        },
                        "overlayAcl": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "overlayFallbackOption": {
                      "type": "number"
                    },
                    "topology": {
                      "type": "object",
                      "properties": {
                        "externalHubs": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "hubs": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "topologyType": {
                          "type": "number"
                        },
                        "useRegions": {
                          "type": "boolean"
                        }
                      }
                    },
                    "trafficClass": {
                      "type": "string"
                    },
                    "tunnelUsagePolicy": {
                      "type": "string"
                    },
                    "useBackupOnBrownout": {
                      "type": "boolean"
                    },
                    "wanDscp": {
                      "type": "string"
                    },
                    "wanPorts": {
                      "type": "object",
                      "properties": {
                        "backup": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "crossConnect": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "primary": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "bondingPolicy": 9,
                  "boostTraffic": false,
                  "brownoutThresholds": {
                    "jitter": 6,
                    "latency": 1,
                    "loss": 2
                  },
                  "hubInternetPolicies": {
                    "<nePk>": {
                      "internetPolicy": {
                        "localBreakout": {
                          "backup": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "primary": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        },
                        "policyList": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      }
                    }
                  },
                  "id": "string",
                  "internetPolicy": {
                    "localBreakout": {
                      "backup": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "primary": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "policyList": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  },
                  "lanDscp": "string",
                  "match": {
                    "acl": "string",
                    "interfaceLabel": "string",
                    "overlayAcl": "string"
                  },
                  "name": "string",
                  "overlayFallbackOption": 10,
                  "topology": {
                    "externalHubs": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "hubs": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "topologyType": 10,
                    "useRegions": false
                  },
                  "trafficClass": "string",
                  "tunnelUsagePolicy": "string",
                  "useBackupOnBrownout": false,
                  "wanDscp": "string",
                  "wanPorts": {
                    "backup": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "crossConnect": [
                      "string",
                      "string"
                    ],
                    "primary": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "overlayId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "overlayId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Gms"
        ],
        "operationId": "updateExistingOverlay",
        "description": "The parameters and request body are for method: updateExistingOverlay. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "overlayId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "overlayId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "updatedOverlay"
            }
          }
        }
      }
    },
    "/gms/overlays/priority": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getOverlayPriorityMap",
        "description": "The parameters and request body are for method: getOverlayPriorityMap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "1": {
                      "type": "number"
                    },
                    "2": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "1": 3,
                  "2": 2
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "saveOverlayPriority",
        "description": "The parameters and request body are for method: saveOverlayPriority. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "overlayPriority"
            }
          }
        }
      }
    },
    "/gms/scheduleTimezone": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getScheduleTimezone",
        "description": "The parameters and request body are for method: getScheduleTimezone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "defaultTimezone": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "defaultTimezone": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "updateScheduleTimezone",
        "description": "The parameters and request body are for method: updateScheduleTimezone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "defaultTimezone": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "defaultTimezone": "defaultTimezone"
              }
            }
          }
        }
      }
    },
    "/gms/services": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getServices",
        "description": "The parameters and request body are for method: getServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "service_1": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        }
                      }
                    },
                    "service_2": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "service_1": {
                    "name": "string"
                  },
                  "service_2": {
                    "name": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "saveServices",
        "description": "The parameters and request body are for method: saveServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "newServices"
            }
          }
        }
      }
    },
    "/gms/sessionTimeout": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "sessionTimeout",
        "description": "The parameters and request body are for method: sessionTimeout. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "configData": {
                      "type": "object",
                      "properties": {
                        "autoLogout": {
                          "type": "number"
                        },
                        "maxSession": {
                          "type": "number"
                        }
                      }
                    },
                    "resourceBase": {
                      "type": "string"
                    },
                    "resourceKey": {
                      "type": "string"
                    },
                    "version": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "configData": {
                    "autoLogout": 8,
                    "maxSession": 1
                  },
                  "resourceBase": "string",
                  "resourceKey": "string",
                  "version": 6
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Gms"
        ],
        "operationId": "putGmsSessionTimeout",
        "description": "The parameters and request body are for method: putGmsSessionTimeout. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "sessionDetail"
            }
          }
        }
      }
    },
    "/gms/statsCollection": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "statsCollection",
        "description": "The parameters and request body are for method: statsCollection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Application": {
                      "type": "boolean"
                    },
                    "Dns": {
                      "type": "boolean"
                    },
                    "Drc": {
                      "type": "boolean"
                    },
                    "Drops": {
                      "type": "boolean"
                    },
                    "Dscp": {
                      "type": "boolean"
                    },
                    "Flow": {
                      "type": "boolean"
                    },
                    "Interface": {
                      "type": "boolean"
                    },
                    "Jitter": {
                      "type": "boolean"
                    },
                    "Port": {
                      "type": "boolean"
                    },
                    "Shaper": {
                      "type": "boolean"
                    },
                    "TopTalkers": {
                      "type": "boolean"
                    },
                    "Tunnel": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "Application": true,
                  "Dns": true,
                  "Drc": false,
                  "Drops": true,
                  "Dscp": true,
                  "Flow": false,
                  "Interface": true,
                  "Jitter": true,
                  "Port": false,
                  "Shaper": true,
                  "TopTalkers": false,
                  "Tunnel": true
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "postGmsStatsCollection",
        "description": "The parameters and request body are for method: postGmsStatsCollection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "statsCollection"
            }
          }
        }
      }
    },
    "/gms/statsCollection/default": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "statsCollectionDefault",
        "description": "The parameters and request body are for method: statsCollectionDefault. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Application": {
                      "type": "boolean"
                    },
                    "Dns": {
                      "type": "boolean"
                    },
                    "Drc": {
                      "type": "boolean"
                    },
                    "Drops": {
                      "type": "boolean"
                    },
                    "Dscp": {
                      "type": "boolean"
                    },
                    "Flow": {
                      "type": "boolean"
                    },
                    "Interface": {
                      "type": "boolean"
                    },
                    "Jitter": {
                      "type": "boolean"
                    },
                    "Port": {
                      "type": "boolean"
                    },
                    "Shaper": {
                      "type": "boolean"
                    },
                    "TopTalkers": {
                      "type": "boolean"
                    },
                    "Tunnel": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "Application": true,
                  "Dns": true,
                  "Drc": false,
                  "Drops": false,
                  "Dscp": true,
                  "Flow": false,
                  "Interface": true,
                  "Jitter": false,
                  "Port": false,
                  "Shaper": false,
                  "TopTalkers": false,
                  "Tunnel": false
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/thirdPartyServices": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getThirdPartyServices",
        "description": "The parameters and request body are for method: getThirdPartyServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<service_id>": {
                      "type": "object",
                      "properties": {
                        "enabled": {
                          "type": "boolean"
                        },
                        "img": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "peerName": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<service_id>": {
                    "enabled": false,
                    "img": "string",
                    "name": "string",
                    "peerName": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/topologyConfig": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getDefaultTopologyConfig",
        "description": "The parameters and request body are for method: getDefaultTopologyConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "key": {
                      "type": "object",
                      "properties": {
                        "dynamic": {
                          "type": "boolean"
                        },
                        "image": {
                          "type": "string"
                        },
                        "panx": {
                          "type": "string"
                        },
                        "pany": {
                          "type": "string"
                        },
                        "zoomLevel": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "key": {
                    "dynamic": true,
                    "image": "string",
                    "panx": "string",
                    "pany": "string",
                    "zoomLevel": 1
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "updateTopologyConfig",
        "description": "The parameters and request body are for method: updateTopologyConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "request"
            }
          }
        }
      }
    },
    "/gms/topologyConfig/map": {
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "saveMapImage",
        "description": "The parameters and request body are for method: saveMapImage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "defaultParam"
            }
          }
        }
      }
    },
    "/gms/topologyConfig/{username}": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getUserTopologyConfig",
        "description": "The parameters and request body are for method: getUserTopologyConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "key": {
                      "type": "object",
                      "properties": {
                        "dynamic": {
                          "type": "boolean"
                        },
                        "image": {
                          "type": "string"
                        },
                        "panx": {
                          "type": "string"
                        },
                        "pany": {
                          "type": "string"
                        },
                        "zoomLevel": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "key": {
                    "dynamic": false,
                    "image": "string",
                    "panx": "string",
                    "pany": "string",
                    "zoomLevel": 9
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "saveTopologyConfig",
        "description": "The parameters and request body are for method: saveTopologyConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "request"
            }
          }
        }
      }
    },
    "/gms/tunnelGroups/association": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getAllTunnelGroupApplianceAssociations",
        "description": "The parameters and request body are for method: getAllTunnelGroupApplianceAssociations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "1": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "2": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "1": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "2": [
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "addTunnelGroupApplianceAssociations",
        "description": "The parameters and request body are for method: addTunnelGroupApplianceAssociations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "associations"
            }
          }
        }
      }
    },
    "/gms/tunnelGroups/association/{tunnelGroupId}": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getAppliancesForTunnelGroup",
        "description": "The parameters and request body are for method: getAppliancesForTunnelGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "1": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "1": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tunnelGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tunnelGroupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/tunnelGroups/association/{tunnelGroupId}/{nePk}": {
      "delete": {
        "tags": [
          "Gms"
        ],
        "operationId": "deleteTunnelGroupApplianceAssociation",
        "description": "The parameters and request body are for method: deleteTunnelGroupApplianceAssociation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tunnelGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tunnelGroupId",
              "type": "string"
            }
          },
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gms/tunnelGroups/config": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getAllTunnelGroups",
        "description": "The parameters and request body are for method: getAllTunnelGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "crossConnect": {
                        "type": "boolean"
                      },
                      "id": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "topology": {
                        "type": "object",
                        "properties": {
                          "externalHubs": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "hubs": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "topologyType": {
                            "type": "number"
                          },
                          "useRegions": {
                            "type": "boolean"
                          }
                        }
                      },
                      "useAllAvailableInterfaces": {
                        "type": "boolean"
                      },
                      "wanPorts": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "crossConnect": false,
                    "id": "string",
                    "name": "string",
                    "topology": {
                      "externalHubs": [
                        "string",
                        "string",
                        "string"
                      ],
                      "hubs": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "topologyType": 7,
                      "useRegions": true
                    },
                    "useAllAvailableInterfaces": true,
                    "wanPorts": [
                      "string",
                      "string",
                      "string"
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "addNewTunnelGroup",
        "description": "The parameters and request body are for method: addNewTunnelGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "newTunnelGroup"
            }
          }
        }
      }
    },
    "/gms/tunnelGroups/config/{id}": {
      "delete": {
        "tags": [
          "Gms"
        ],
        "operationId": "deleteExistingTunnelGroup",
        "description": "The parameters and request body are for method: deleteExistingTunnelGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getTunnelGroup",
        "description": "The parameters and request body are for method: getTunnelGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "crossConnect": {
                      "type": "boolean"
                    },
                    "id": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "topology": {
                      "type": "object",
                      "properties": {
                        "externalHubs": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "hubs": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "topologyType": {
                          "type": "number"
                        },
                        "useRegions": {
                          "type": "boolean"
                        }
                      }
                    },
                    "useAllAvailableInterfaces": {
                      "type": "boolean"
                    },
                    "wanPorts": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "crossConnect": true,
                  "id": "string",
                  "name": "string",
                  "topology": {
                    "externalHubs": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "hubs": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "topologyType": 2,
                    "useRegions": false
                  },
                  "useAllAvailableInterfaces": true,
                  "wanPorts": [
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Gms"
        ],
        "operationId": "updateExistingTunnelGroup",
        "description": "The parameters and request body are for method: updateExistingTunnelGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "updatedTunnelGroup"
            }
          }
        }
      }
    },
    "/gms/tunnelGroups/properties": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "getTunnelGroupProperties",
        "description": "The parameters and request body are for method: getTunnelGroupProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "enable": {
                      "type": "boolean"
                    },
                    "tunnelGroupPaused": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "enable": false,
                  "tunnelGroupPaused": false
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Gms"
        ],
        "operationId": "setTunnelGroupProperties",
        "description": "The parameters and request body are for method: setTunnelGroupProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "tunnelGroupProperties"
            }
          }
        }
      }
    },
    "/gms/versions": {
      "get": {
        "tags": [
          "Gms"
        ],
        "operationId": "versionInfo",
        "description": "The parameters and request body are for method: versionInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "current": {
                      "type": "string"
                    },
                    "installed": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "current": "string",
                  "installed": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gmsConfig": {
      "get": {
        "tags": [
          "GmsConfig"
        ],
        "operationId": "gmsConfig",
        "description": "The parameters and request body are for method: gmsConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "configData": {
                        "type": "object"
                      },
                      "resourceBase": {
                        "type": "string"
                      },
                      "resourceKey": {
                        "type": "string"
                      },
                      "version": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "configData": {},
                    "resourceBase": "string",
                    "resourceKey": "string",
                    "version": 7
                  },
                  {
                    "configData": {},
                    "resourceBase": "string",
                    "resourceKey": "string",
                    "version": 6
                  },
                  {
                    "configData": {},
                    "resourceBase": "string",
                    "resourceKey": "string",
                    "version": 5
                  },
                  {
                    "configData": {},
                    "resourceBase": "string",
                    "resourceKey": "string",
                    "version": 5
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "GmsConfig"
        ],
        "operationId": "postGmsConfig",
        "description": "The parameters and request body are for method: postGmsConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "gmsConfigCreation"
            }
          }
        }
      }
    },
    "/gmsConfig/{base}": {
      "delete": {
        "tags": [
          "GmsConfig"
        ],
        "operationId": "deleteGmsConfigBase",
        "description": "The parameters and request body are for method: deleteGmsConfigBase. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "base",
            "in": "path",
            "required": true,
            "schema": {
              "title": "base",
              "type": "string"
            }
          },
          {
            "name": "resourceKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "GmsConfig"
        ],
        "operationId": "getGmsConfigBase",
        "description": "The parameters and request body are for method: getGmsConfigBase. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "configData": {
                        "type": "object"
                      },
                      "resourceBase": {
                        "type": "string"
                      },
                      "resourceKey": {
                        "type": "string"
                      },
                      "version": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "configData": {},
                    "resourceBase": "string",
                    "resourceKey": "string",
                    "version": 1
                  },
                  {
                    "configData": {},
                    "resourceBase": "string",
                    "resourceKey": "string",
                    "version": 6
                  },
                  {
                    "configData": {},
                    "resourceBase": "string",
                    "resourceKey": "string",
                    "version": 7
                  },
                  {
                    "configData": {},
                    "resourceBase": "string",
                    "resourceKey": "string",
                    "version": 8
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "base",
            "in": "path",
            "required": true,
            "schema": {
              "title": "base",
              "type": "string"
            }
          },
          {
            "name": "resourceKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "GmsConfig"
        ],
        "operationId": "putGmsConfigBase",
        "description": "The parameters and request body are for method: putGmsConfigBase. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "base",
            "in": "path",
            "required": true,
            "schema": {
              "title": "base",
              "type": "string"
            }
          },
          {
            "name": "resourceKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "gmsConfigUpdate"
            }
          }
        }
      }
    },
    "/gmsHostname": {
      "get": {
        "tags": [
          "GmsHostname"
        ],
        "operationId": "hostnameByGet",
        "description": "The parameters and request body are for method: hostnameByGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "gms_hostname": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "gms_hostname": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gmsLicense": {
      "get": {
        "tags": [
          "GmsLicense"
        ],
        "operationId": "licenseByGet",
        "description": "The parameters and request body are for method: licenseByGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "availableAppliances": {
                      "type": "number"
                    },
                    "code": {
                      "type": "number"
                    },
                    "daysToExpiration": {
                      "type": "number"
                    },
                    "expirationDate": {
                      "type": "string"
                    },
                    "licenseKey": {
                      "type": "string"
                    },
                    "maxAppliances": {
                      "type": "number"
                    },
                    "message": {
                      "type": "string"
                    },
                    "serialNumber": {
                      "type": "string"
                    },
                    "usedAppliances": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "availableAppliances": 1,
                  "code": 2,
                  "daysToExpiration": 2,
                  "expirationDate": "string",
                  "licenseKey": "string",
                  "maxAppliances": 4,
                  "message": "string",
                  "serialNumber": "string",
                  "usedAppliances": 7
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "GmsLicense"
        ],
        "operationId": "licenseByPut",
        "description": "The parameters and request body are for method: licenseByPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "availableAppliances": {
                      "type": "number"
                    },
                    "code": {
                      "type": "number"
                    },
                    "daysToExpiration": {
                      "type": "number"
                    },
                    "expirationDate": {
                      "type": "string"
                    },
                    "licenseKey": {
                      "type": "string"
                    },
                    "maxAppliances": {
                      "type": "number"
                    },
                    "message": {
                      "type": "string"
                    },
                    "rc": {
                      "type": "number"
                    },
                    "serialNumber": {
                      "type": "string"
                    },
                    "usedAppliances": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "availableAppliances": 6,
                  "code": 10,
                  "daysToExpiration": 7,
                  "expirationDate": "string",
                  "licenseKey": "string",
                  "maxAppliances": 8,
                  "message": "string",
                  "rc": 3,
                  "serialNumber": "string",
                  "usedAppliances": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "licenseKey"
            }
          }
        }
      }
    },
    "/gmsLicense/validation": {
      "get": {
        "tags": [
          "GmsLicense"
        ],
        "operationId": "validateKey",
        "description": "The parameters and request body are for method: validateKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "number"
                    },
                    "licenseKey": {
                      "type": "string"
                    },
                    "maxAppliances": {
                      "type": "number"
                    },
                    "message": {
                      "type": "string"
                    },
                    "serialNumber": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "code": 1,
                  "licenseKey": "string",
                  "maxAppliances": 3,
                  "message": "string",
                  "serialNumber": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "licenseKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gmsOperatingSystem": {
      "get": {
        "tags": [
          "GmsOperatingSystem"
        ],
        "operationId": "osInfo",
        "description": "The parameters and request body are for method: osInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gmsRemoteAuth": {
      "get": {
        "tags": [
          "GmsRemoteAuth"
        ],
        "operationId": "gmsRemoteAuthGet",
        "description": "The parameters and request body are for method: gmsRemoteAuthGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "authOrder": {
                      "type": "number"
                    },
                    "authOrderStr": {
                      "type": "string"
                    },
                    "netReadPrivilege": {
                      "type": "number"
                    },
                    "netReadWritePrivilege": {
                      "type": "number"
                    },
                    "primaryHost": {
                      "type": "string"
                    },
                    "primaryPort": {
                      "type": "string"
                    },
                    "primaryRadiusKey": {
                      "type": "string"
                    },
                    "protocol": {
                      "type": "number"
                    },
                    "protocolStr": {
                      "type": "string"
                    },
                    "radiusType": {
                      "type": "string"
                    },
                    "secondaryHost": {
                      "type": "string"
                    },
                    "secondaryPort": {
                      "type": "string"
                    },
                    "secondaryRadiusKey": {
                      "type": "string"
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "authOrder": 1,
                  "authOrderStr": "string",
                  "netReadPrivilege": 1,
                  "netReadWritePrivilege": 10,
                  "primaryHost": "string",
                  "primaryPort": "string",
                  "primaryRadiusKey": "string",
                  "protocol": 4,
                  "protocolStr": "string",
                  "radiusType": "string",
                  "secondaryHost": "string",
                  "secondaryPort": "string",
                  "secondaryRadiusKey": "string",
                  "type": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "GmsRemoteAuth"
        ],
        "operationId": "gmsRemoteAuthPost",
        "description": "The parameters and request body are for method: gmsRemoteAuthPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "remoteAuthData"
            }
          }
        }
      }
    },
    "/gmsSMTP": {
      "delete": {
        "tags": [
          "GmsSMTP"
        ],
        "operationId": "sMTP",
        "description": "The parameters and request body are for method: sMTP. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "GmsSMTP"
        ],
        "operationId": "getGmsSMTP",
        "description": "The parameters and request body are for method: getGmsSMTP. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "smtp": {
                      "type": "object",
                      "properties": {
                        "emailAuthentication": {
                          "type": "boolean"
                        },
                        "emailSender": {
                          "type": "string"
                        },
                        "emailSsl": {
                          "type": "boolean"
                        },
                        "password": {
                          "type": "string"
                        },
                        "requireEmailVerification": {
                          "type": "boolean"
                        },
                        "server": {
                          "type": "string"
                        },
                        "smtpPort": {
                          "type": "number"
                        },
                        "userID": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "smtp": {
                    "emailAuthentication": false,
                    "emailSender": "string",
                    "emailSsl": false,
                    "password": "string",
                    "requireEmailVerification": true,
                    "server": "string",
                    "smtpPort": 7,
                    "userID": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "GmsSMTP"
        ],
        "operationId": "sMTPPost",
        "description": "The parameters and request body are for method: sMTPPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "sMTPDetails"
            }
          }
        }
      }
    },
    "/gmsSMTP/delUnverifiedEmails": {
      "post": {
        "tags": [
          "GmsSMTP"
        ],
        "operationId": "delUnverifiedEmails",
        "description": "The parameters and request body are for method: delUnverifiedEmails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "emails": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "emails": "emails"
              }
            }
          }
        }
      }
    },
    "/gmsSMTP/sendVerificationEmail": {
      "post": {
        "tags": [
          "GmsSMTP"
        ],
        "operationId": "sendVerificationEmail",
        "description": "The parameters and request body are for method: sendVerificationEmail. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "address",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gmsSMTP/testEmail": {
      "post": {
        "tags": [
          "GmsSMTP"
        ],
        "operationId": "sMTPTestMail",
        "description": "The parameters and request body are for method: sMTPTestMail. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "sMTPDetails"
            }
          }
        }
      }
    },
    "/gmsSMTP/unverifiedEmails": {
      "get": {
        "tags": [
          "GmsSMTP"
        ],
        "operationId": "listUnverifiedEmails",
        "description": "The parameters and request body are for method: listUnverifiedEmails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string",
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gmsSMTP/verifyAddress": {
      "get": {
        "tags": [
          "GmsSMTP"
        ],
        "operationId": "verifyEmailAddress",
        "description": "The parameters and request body are for method: verifyEmailAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gmsserver/briefInfo": {
      "get": {
        "tags": [
          "Gmsserver"
        ],
        "operationId": "gmsBriefInfo",
        "description": "The parameters and request body are for method: gmsBriefInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hostName": {
                      "type": "string"
                    },
                    "ip": {
                      "type": "string"
                    },
                    "time": {
                      "type": "string"
                    },
                    "uptime": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "hostName": "string",
                  "ip": "string",
                  "time": "string",
                  "uptime": "string",
                  "version": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gmsserver/hello": {
      "get": {
        "tags": [
          "Gmsserver"
        ],
        "operationId": "hello",
        "description": "The parameters and request body are for method: hello. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gmsserver/info": {
      "get": {
        "tags": [
          "Gmsserver"
        ],
        "operationId": "gmsServerInfo",
        "description": "The parameters and request body are for method: gmsServerInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "host": {
                      "type": "string"
                    },
                    "domain": {
                      "type": "string"
                    },
                    "freeDiskSpace": {
                      "type": "string"
                    },
                    "hostName": {
                      "type": "string"
                    },
                    "hwRev": {
                      "type": "string"
                    },
                    "inContainerMode": {
                      "type": "boolean"
                    },
                    "loadAverage": {
                      "type": "number"
                    },
                    "memSize": {
                      "type": "number"
                    },
                    "model": {
                      "type": "string"
                    },
                    "numActiveUsers": {
                      "type": "number"
                    },
                    "numCpus": {
                      "type": "number"
                    },
                    "osRev": {
                      "type": "string"
                    },
                    "release": {
                      "type": "string"
                    },
                    "role": {
                      "type": "number"
                    },
                    "serialNumber": {
                      "type": "string"
                    },
                    "time": {
                      "type": "number"
                    },
                    "uptime": {
                      "type": "string"
                    },
                    "usedDiskSpace": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "host": "string",
                  "domain": "string",
                  "freeDiskSpace": "string",
                  "hostName": "string",
                  "hwRev": "string",
                  "inContainerMode": true,
                  "loadAverage": 10,
                  "memSize": 7,
                  "model": "string",
                  "numActiveUsers": 9,
                  "numCpus": 10,
                  "osRev": "string",
                  "release": "string",
                  "role": 8,
                  "serialNumber": "string",
                  "time": 5,
                  "uptime": "string",
                  "usedDiskSpace": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gmsserver/ping": {
      "get": {
        "tags": [
          "Gmsserver"
        ],
        "operationId": "gmsPingInfo",
        "description": "The parameters and request body are for method: gmsPingInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hostName": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    },
                    "time": {
                      "type": "number"
                    },
                    "timeStr": {
                      "type": "string"
                    },
                    "uptime": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "hostName": "string",
                  "message": "string",
                  "time": 7,
                  "timeStr": "string",
                  "uptime": "string",
                  "version": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/haGroups": {
      "get": {
        "tags": [
          "HaGroups"
        ],
        "operationId": "haGroupsGet",
        "description": "The parameters and request body are for method: haGroupsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<indexNumber>": {
                      "type": "object",
                      "properties": {
                        "appliances": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "nePk": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "mask": {
                          "type": "number"
                        },
                        "subnet": {
                          "type": "string"
                        },
                        "vlanStart": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<indexNumber>": {
                    "appliances": [
                      {
                        "nePk": "string"
                      },
                      {
                        "nePk": "string"
                      },
                      {
                        "nePk": "string"
                      },
                      {
                        "nePk": "string"
                      },
                      {
                        "nePk": "string"
                      },
                      {
                        "nePk": "string"
                      },
                      {
                        "nePk": "string"
                      },
                      {
                        "nePk": "string"
                      }
                    ],
                    "mask": 5,
                    "subnet": "string",
                    "vlanStart": 6
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "HaGroups"
        ],
        "operationId": "haGroupsPost",
        "description": "The parameters and request body are for method: haGroupsPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "haGroups"
            }
          }
        }
      }
    },
    "/health": {
      "post": {
        "tags": [
          "Health"
        ],
        "operationId": "healthSummary",
        "description": "The parameters and request body are for method: healthSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "appliance-id": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "blank": {
                            "type": "boolean"
                          },
                          "configChange": {
                            "type": "boolean"
                          },
                          "reboot": {
                            "type": "boolean"
                          },
                          "status": {
                            "type": "string"
                          },
                          "time": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "appliance-id": [
                    {
                      "blank": true,
                      "configChange": true,
                      "reboot": true,
                      "status": "MAJOR",
                      "time": 6
                    },
                    {
                      "blank": false,
                      "configChange": false,
                      "reboot": true,
                      "status": "MAJOR",
                      "time": 8
                    },
                    {
                      "blank": false,
                      "configChange": false,
                      "reboot": false,
                      "status": "MAJOR",
                      "time": 6
                    },
                    {
                      "blank": false,
                      "configChange": false,
                      "reboot": true,
                      "status": "MAJOR",
                      "time": 2
                    },
                    {
                      "blank": true,
                      "configChange": true,
                      "reboot": false,
                      "status": "HEALTHY",
                      "time": 10
                    },
                    {
                      "blank": true,
                      "configChange": true,
                      "reboot": false,
                      "status": "MINOR",
                      "time": 8
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "healthSummaryGetPostBody"
            }
          }
        }
      }
    },
    "/health/alarmPeriodSummary": {
      "get": {
        "tags": [
          "Health"
        ],
        "operationId": "getHealthAlarmPeriodSummary",
        "description": "The parameters and request body are for method: getHealthAlarmPeriodSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "alarmCountsInPeriod": {
                      "type": "object",
                      "properties": {
                        "CRITICAL": {
                          "type": "number"
                        },
                        "MAJOR": {
                          "type": "number"
                        },
                        "MINOR": {
                          "type": "number"
                        },
                        "WARNING": {
                          "type": "number"
                        }
                      }
                    },
                    "critical": {
                      "type": "object",
                      "properties": {
                        "description": {
                          "type": "string"
                        },
                        "sequenceId": {
                          "type": "number"
                        },
                        "time": {
                          "type": "number"
                        }
                      }
                    },
                    "major": {
                      "type": "object",
                      "properties": {
                        "description": {
                          "type": "string"
                        },
                        "sequenceId": {
                          "type": "number"
                        },
                        "time": {
                          "type": "number"
                        }
                      }
                    },
                    "minor": {
                      "type": "object",
                      "properties": {
                        "description": {
                          "type": "string"
                        },
                        "sequenceId": {
                          "type": "number"
                        },
                        "time": {
                          "type": "number"
                        }
                      }
                    },
                    "warning": {
                      "type": "object",
                      "properties": {
                        "description": {
                          "type": "string"
                        },
                        "sequenceId": {
                          "type": "number"
                        },
                        "time": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "alarmCountsInPeriod": {
                    "CRITICAL": 8,
                    "MAJOR": 8,
                    "MINOR": 1,
                    "WARNING": 1
                  },
                  "critical": {
                    "description": "string",
                    "sequenceId": 8,
                    "time": 5
                  },
                  "major": {
                    "description": "string",
                    "sequenceId": 10,
                    "time": 3
                  },
                  "minor": {
                    "description": "string",
                    "sequenceId": 10,
                    "time": 9
                  },
                  "warning": {
                    "description": "string",
                    "sequenceId": 2,
                    "time": 1
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "from",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "to",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applianceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/health/jitterPeriodSummary": {
      "get": {
        "tags": [
          "Health"
        ],
        "operationId": "jitterPeriodSummary",
        "description": "The parameters and request body are for method: jitterPeriodSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "criticalMins": {
                      "type": "number"
                    },
                    "healthStatus": {
                      "type": "string"
                    },
                    "majorMins": {
                      "type": "number"
                    },
                    "max": {
                      "type": "number"
                    },
                    "normalMins": {
                      "type": "number"
                    },
                    "tunnelId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "criticalMins": 7,
                  "healthStatus": "WARNING",
                  "majorMins": 1,
                  "max": 4,
                  "normalMins": 1,
                  "tunnelId": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "time",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlayId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applianceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/health/latencyPeriodSummary": {
      "get": {
        "tags": [
          "Health"
        ],
        "operationId": "latencyPeriodSummary",
        "description": "The parameters and request body are for method: latencyPeriodSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "criticalMins": {
                      "type": "number"
                    },
                    "healthStatus": {
                      "type": "string"
                    },
                    "majorMins": {
                      "type": "number"
                    },
                    "max": {
                      "type": "number"
                    },
                    "normalMins": {
                      "type": "number"
                    },
                    "tunnelId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "criticalMins": 6,
                  "healthStatus": "WARNING",
                  "majorMins": 6,
                  "max": 2,
                  "normalMins": 1,
                  "tunnelId": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "time",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlayId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applianceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/health/lossPeriodSummary": {
      "get": {
        "tags": [
          "Health"
        ],
        "operationId": "lossPeriodSummary",
        "description": "The parameters and request body are for method: lossPeriodSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "criticalMins": {
                      "type": "number"
                    },
                    "healthStatus": {
                      "type": "string"
                    },
                    "majorMins": {
                      "type": "number"
                    },
                    "maxLossPercentage": {
                      "type": "number"
                    },
                    "normalMins": {
                      "type": "number"
                    },
                    "tunnelId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "criticalMins": 4,
                  "healthStatus": "CRITICAL",
                  "majorMins": 10,
                  "maxLossPercentage": 2,
                  "normalMins": 2,
                  "tunnelId": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "time",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlayId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applianceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/health/mosPeriodSummary": {
      "get": {
        "tags": [
          "Health"
        ],
        "operationId": "mosPeriodSummary",
        "description": "The parameters and request body are for method: mosPeriodSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "criticalMins": {
                      "type": "number"
                    },
                    "healthStatus": {
                      "type": "string"
                    },
                    "majorMins": {
                      "type": "number"
                    },
                    "max": {
                      "type": "number"
                    },
                    "normalMins": {
                      "type": "number"
                    },
                    "tunnelId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "criticalMins": 8,
                  "healthStatus": "HEALTHY",
                  "majorMins": 1,
                  "max": 10,
                  "normalMins": 2,
                  "tunnelId": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "time",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlayId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applianceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/hostname/{nePk}": {
      "post": {
        "tags": [
          "Hostname"
        ],
        "operationId": "applyHostname",
        "description": "The parameters and request body are for method: applyHostname. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "hostName"
            }
          }
        }
      }
    },
    "/idle/clear": {
      "get": {
        "tags": [
          "Idle"
        ],
        "operationId": "idleTime",
        "description": "The parameters and request body are for method: idleTime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/idle/increment": {
      "get": {
        "tags": [
          "Idle"
        ],
        "operationId": "getIdleIncrement",
        "description": "The parameters and request body are for method: getIdleIncrement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "isTimeout": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "isTimeout": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ikelessSeedStatus": {
      "get": {
        "tags": [
          "IkelessSeedStatus"
        ],
        "operationId": "ikeless",
        "description": "The parameters and request body are for method: ikeless. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<nePk>": {
                      "type": "object",
                      "properties": {
                        "activationStatus": {
                          "type": "boolean"
                        },
                        "arbitrary": {
                          "type": "number"
                        },
                        "hasCurrentSeed": {
                          "type": "boolean"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<nePk>": {
                    "activationStatus": false,
                    "arbitrary": 6,
                    "hasCurrentSeed": false
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/interfaceLabels/{nePk}": {
      "post": {
        "tags": [
          "InterfaceLabels"
        ],
        "operationId": "applyLabelsToAppliance",
        "description": "The parameters and request body are for method: applyLabelsToAppliance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/interfaceState/{neId}": {
      "get": {
        "tags": [
          "InterfaceState"
        ],
        "operationId": "interfaceState",
        "description": "The parameters and request body are for method: interfaceState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "availMACs": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "ifInfo": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "macIfs": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "scalars": {
                      "type": "object"
                    },
                    "sysConfig": {
                      "type": "object",
                      "properties": {
                        "bonding": {
                          "type": "boolean"
                        },
                        "mode": {
                          "type": "string"
                        },
                        "submode": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "availMACs": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "ifInfo": [
                    {},
                    {},
                    {},
                    {}
                  ],
                  "macIfs": [
                    "string"
                  ],
                  "scalars": {},
                  "sysConfig": {
                    "bonding": true,
                    "mode": "string",
                    "submode": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          },
          {
            "name": "cached",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/license/nx": {
      "get": {
        "tags": [
          "License"
        ],
        "operationId": "licensing",
        "description": "The parameters and request body are for method: licensing. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "applianceId": {
                        "type": "string"
                      },
                      "hostname": {
                        "type": "string"
                      },
                      "licenseType": {
                        "type": "string"
                      },
                      "model": {
                        "type": "string"
                      },
                      "saasEnabled": {
                        "type": "boolean"
                      },
                      "serialNum": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "applianceId": "string",
                    "hostname": "string",
                    "licenseType": "string",
                    "model": "string",
                    "saasEnabled": false,
                    "serialNum": "string"
                  },
                  {
                    "applianceId": "string",
                    "hostname": "string",
                    "licenseType": "string",
                    "model": "string",
                    "saasEnabled": false,
                    "serialNum": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/license/portal/appliance": {
      "get": {
        "tags": [
          "License"
        ],
        "operationId": "getLicensePortalAppliance",
        "description": "The parameters and request body are for method: getLicensePortalAppliance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "applianceId": {
                        "type": "string"
                      },
                      "enabled": {
                        "type": "boolean"
                      },
                      "hostname": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string"
                      },
                      "isPortalLicensed": {
                        "type": "boolean"
                      },
                      "licenseRequest": {
                        "type": "object",
                        "properties": {
                          "fx": {
                            "type": "object",
                            "properties": {
                              "boost": {
                                "type": "object",
                                "properties": {
                                  "bandwidth": {
                                    "type": "number"
                                  },
                                  "enable": {
                                    "type": "boolean"
                                  }
                                }
                              },
                              "mini": {
                                "type": "object",
                                "properties": {
                                  "enable": {
                                    "type": "boolean"
                                  }
                                }
                              },
                              "plus": {
                                "type": "object",
                                "properties": {
                                  "enable": {
                                    "type": "boolean"
                                  }
                                }
                              },
                              "tier": {
                                "type": "object",
                                "properties": {
                                  "bandwidth": {
                                    "type": "number"
                                  },
                                  "display": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "licenses": {
                        "type": "object",
                        "properties": {
                          "fx": {
                            "type": "object",
                            "properties": {
                              "base": {
                                "type": "object",
                                "properties": {
                                  "enable": {
                                    "type": "boolean"
                                  }
                                }
                              },
                              "boost": {
                                "type": "object",
                                "properties": {
                                  "bandwidth": {
                                    "type": "number"
                                  },
                                  "enable": {
                                    "type": "boolean"
                                  }
                                }
                              },
                              "mini": {
                                "type": "object",
                                "properties": {
                                  "enable": {
                                    "type": "boolean"
                                  }
                                }
                              },
                              "plus": {
                                "type": "object",
                                "properties": {
                                  "enable": {
                                    "type": "boolean"
                                  }
                                }
                              },
                              "tier": {
                                "type": "object",
                                "properties": {
                                  "bandwidth": {
                                    "type": "number"
                                  },
                                  "display": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "model": {
                        "type": "string"
                      },
                      "portalLicenseType": {
                        "type": "number"
                      },
                      "saasEnabled": {
                        "type": "boolean"
                      },
                      "serial": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "applianceId": "string",
                    "enabled": false,
                    "hostname": "string",
                    "id": "string",
                    "isPortalLicensed": false,
                    "licenseRequest": {
                      "fx": {
                        "boost": {
                          "bandwidth": 3,
                          "enable": true
                        },
                        "mini": {
                          "enable": false
                        },
                        "plus": {
                          "enable": false
                        },
                        "tier": {
                          "bandwidth": 1,
                          "display": "string"
                        }
                      }
                    },
                    "licenses": {
                      "fx": {
                        "base": {
                          "enable": true
                        },
                        "boost": {
                          "bandwidth": 2,
                          "enable": true
                        },
                        "mini": {
                          "enable": false
                        },
                        "plus": {
                          "enable": true
                        },
                        "tier": {
                          "bandwidth": 6,
                          "display": "string"
                        }
                      }
                    },
                    "model": "string",
                    "portalLicenseType": 3,
                    "saasEnabled": false,
                    "serial": "string"
                  },
                  {
                    "applianceId": "string",
                    "enabled": false,
                    "hostname": "string",
                    "id": "string",
                    "isPortalLicensed": true,
                    "licenseRequest": {
                      "fx": {
                        "boost": {
                          "bandwidth": 4,
                          "enable": true
                        },
                        "mini": {
                          "enable": false
                        },
                        "plus": {
                          "enable": true
                        },
                        "tier": {
                          "bandwidth": 5,
                          "display": "string"
                        }
                      }
                    },
                    "licenses": {
                      "fx": {
                        "base": {
                          "enable": false
                        },
                        "boost": {
                          "bandwidth": 8,
                          "enable": false
                        },
                        "mini": {
                          "enable": false
                        },
                        "plus": {
                          "enable": true
                        },
                        "tier": {
                          "bandwidth": 1,
                          "display": "string"
                        }
                      }
                    },
                    "model": "string",
                    "portalLicenseType": 7,
                    "saasEnabled": false,
                    "serial": "string"
                  },
                  {
                    "applianceId": "string",
                    "enabled": true,
                    "hostname": "string",
                    "id": "string",
                    "isPortalLicensed": false,
                    "licenseRequest": {
                      "fx": {
                        "boost": {
                          "bandwidth": 2,
                          "enable": false
                        },
                        "mini": {
                          "enable": false
                        },
                        "plus": {
                          "enable": true
                        },
                        "tier": {
                          "bandwidth": 9,
                          "display": "string"
                        }
                      }
                    },
                    "licenses": {
                      "fx": {
                        "base": {
                          "enable": false
                        },
                        "boost": {
                          "bandwidth": 5,
                          "enable": true
                        },
                        "mini": {
                          "enable": false
                        },
                        "plus": {
                          "enable": false
                        },
                        "tier": {
                          "bandwidth": 1,
                          "display": "string"
                        }
                      }
                    },
                    "model": "string",
                    "portalLicenseType": 10,
                    "saasEnabled": false,
                    "serial": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/license/portal/appliance/grant/{nePk}": {
      "post": {
        "tags": [
          "License"
        ],
        "operationId": "grant",
        "description": "The parameters and request body are for method: grant. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/license/portal/appliance/license/token/{nePk}": {
      "delete": {
        "tags": [
          "License"
        ],
        "operationId": "deleteLicenseToken",
        "description": "The parameters and request body are for method: deleteLicenseToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/license/portal/appliance/revoke/{nePk}": {
      "post": {
        "tags": [
          "License"
        ],
        "operationId": "postLicensePortalApplianceRevokeNePk",
        "description": "The parameters and request body are for method: postLicensePortalApplianceRevokeNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/license/portal/ec/{nePk}": {
      "post": {
        "tags": [
          "License"
        ],
        "operationId": "postLicensePortalEcNePk",
        "description": "The parameters and request body are for method: postLicensePortalEcNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "license": {
                      "type": "object",
                      "properties": {
                        "boost": {
                          "type": "object",
                          "properties": {
                            "bandwidth": {
                              "type": "number"
                            },
                            "enable": {
                              "type": "boolean"
                            }
                          }
                        },
                        "mini": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            }
                          }
                        },
                        "plus": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            }
                          }
                        },
                        "tier": {
                          "type": "object",
                          "properties": {
                            "bandwidth": {
                              "type": "number"
                            },
                            "display": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "license": {
                    "boost": {
                      "bandwidth": 9,
                      "enable": false
                    },
                    "mini": {
                      "enable": false
                    },
                    "plus": {
                      "enable": true
                    },
                    "tier": {
                      "bandwidth": 7,
                      "display": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceInfo"
            }
          }
        }
      }
    },
    "/license/portal/summary": {
      "get": {
        "tags": [
          "License"
        ],
        "operationId": "getLicensePortalSummary",
        "description": "The parameters and request body are for method: getLicensePortalSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "licenseState": {
                      "type": "object",
                      "properties": {
                        "fx": {
                          "type": "object",
                          "properties": {
                            "numBase": {
                              "type": "number"
                            },
                            "numBoost": {
                              "type": "number"
                            },
                            "numPlus": {
                              "type": "number"
                            },
                            "numTier": {
                              "type": "object",
                              "properties": {
                                "<tier>": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "licenses": {
                      "type": "object",
                      "properties": {
                        "accountKey": {
                          "type": "object",
                          "properties": {
                            "key": {
                              "type": "string"
                            }
                          }
                        },
                        "cpx": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "expire": {
                              "type": "number"
                            }
                          }
                        },
                        "ecsp": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            }
                          }
                        },
                        "fx": {
                          "type": "object",
                          "properties": {
                            "base": {
                              "type": "number"
                            },
                            "boost": {
                              "type": "number"
                            },
                            "boostExpire": {
                              "type": "number"
                            },
                            "enable": {
                              "type": "boolean"
                            },
                            "expire": {
                              "type": "number"
                            },
                            "mini": {
                              "type": "number"
                            },
                            "plus": {
                              "type": "number"
                            },
                            "tier": {
                              "type": "object",
                              "properties": {
                                "<tier>": {
                                  "type": "object",
                                  "properties": {
                                    "count": {
                                      "type": "number"
                                    },
                                    "display": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "metered": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "expire": {
                              "type": "number"
                            }
                          }
                        },
                        "saas": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "expire": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "licenseState": {
                    "fx": {
                      "numBase": 9,
                      "numBoost": 10,
                      "numPlus": 1,
                      "numTier": {
                        "<tier>": 1
                      }
                    }
                  },
                  "licenses": {
                    "accountKey": {
                      "key": "string"
                    },
                    "cpx": {
                      "enable": false,
                      "expire": 3
                    },
                    "ecsp": {
                      "enable": true
                    },
                    "fx": {
                      "base": 8,
                      "boost": 6,
                      "boostExpire": 10,
                      "enable": false,
                      "expire": 9,
                      "mini": 8,
                      "plus": 1,
                      "tier": {
                        "<tier>": {
                          "count": 7,
                          "display": "string"
                        }
                      }
                    },
                    "metered": {
                      "enable": false,
                      "expire": 10
                    },
                    "saas": {
                      "enable": true,
                      "expire": 4
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/license/vx": {
      "get": {
        "tags": [
          "License"
        ],
        "operationId": "getLicenseVx",
        "description": "The parameters and request body are for method: getLicenseVx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "applianceId": {
                        "type": "string"
                      },
                      "hostname": {
                        "type": "string"
                      },
                      "licenseExpirationDate": {
                        "type": "number"
                      },
                      "licenseStartDate": {
                        "type": "number"
                      },
                      "licenseType": {
                        "type": "string"
                      },
                      "model": {
                        "type": "string"
                      },
                      "saasEnabled": {
                        "type": "boolean"
                      },
                      "serialNum": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "applianceId": "string",
                    "hostname": "string",
                    "licenseExpirationDate": 10,
                    "licenseStartDate": 9,
                    "licenseType": "string",
                    "model": "string",
                    "saasEnabled": false,
                    "serialNum": "string"
                  },
                  {
                    "applianceId": "string",
                    "hostname": "string",
                    "licenseExpirationDate": 9,
                    "licenseStartDate": 6,
                    "licenseType": "string",
                    "model": "string",
                    "saasEnabled": false,
                    "serialNum": "string"
                  },
                  {
                    "applianceId": "string",
                    "hostname": "string",
                    "licenseExpirationDate": 3,
                    "licenseStartDate": 6,
                    "licenseType": "string",
                    "model": "string",
                    "saasEnabled": true,
                    "serialNum": "string"
                  },
                  {
                    "applianceId": "string",
                    "hostname": "string",
                    "licenseExpirationDate": 6,
                    "licenseStartDate": 8,
                    "licenseType": "string",
                    "model": "string",
                    "saasEnabled": false,
                    "serialNum": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/linkIntegrityTest/run": {
      "post": {
        "tags": [
          "LinkIntegrityTest"
        ],
        "operationId": "linkIntegrityTestRun",
        "description": "The parameters and request body are for method: linkIntegrityTestRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "linkIntegrityTestRun"
            }
          }
        }
      }
    },
    "/linkIntegrityTest/status/{neId}": {
      "get": {
        "tags": [
          "LinkIntegrityTest"
        ],
        "operationId": "linkIntegrityStatus",
        "description": "The parameters and request body are for method: linkIntegrityStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "active": {
                      "type": "boolean"
                    },
                    "result": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "active": true,
                  "result": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/location/addressToLocation": {
      "get": {
        "tags": [
          "Location"
        ],
        "operationId": "addressLookup",
        "description": "The parameters and request body are for method: addressLookup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "address_components": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "long_name": {
                              "type": "string"
                            },
                            "short_name": {
                              "type": "string"
                            },
                            "types": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "formatted_address": {
                        "type": "string"
                      },
                      "geometry": {
                        "type": "object",
                        "properties": {
                          "bounds": {
                            "type": "object",
                            "properties": {
                              "northeast": {
                                "type": "object",
                                "properties": {
                                  "lat": {
                                    "type": "number"
                                  },
                                  "lng": {
                                    "type": "number"
                                  }
                                }
                              },
                              "southwest": {
                                "type": "object",
                                "properties": {
                                  "lat": {
                                    "type": "number"
                                  },
                                  "lng": {
                                    "type": "number"
                                  }
                                }
                              }
                            }
                          },
                          "location": {
                            "type": "object",
                            "properties": {
                              "lat": {
                                "type": "number"
                              },
                              "lng": {
                                "type": "number"
                              }
                            }
                          },
                          "location_type": {
                            "type": "string"
                          },
                          "viewport": {
                            "type": "object",
                            "properties": {
                              "northeast": {
                                "type": "object",
                                "properties": {
                                  "lat": {
                                    "type": "number"
                                  },
                                  "lng": {
                                    "type": "number"
                                  }
                                }
                              },
                              "southwest": {
                                "type": "object",
                                "properties": {
                                  "lat": {
                                    "type": "number"
                                  },
                                  "lng": {
                                    "type": "number"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "place_id": {
                        "type": "string"
                      },
                      "types": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "address_components": [
                      {
                        "long_name": "string",
                        "short_name": "string",
                        "types": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      }
                    ],
                    "formatted_address": "string",
                    "geometry": {
                      "bounds": {
                        "northeast": {
                          "lat": 7,
                          "lng": 6
                        },
                        "southwest": {
                          "lat": 2,
                          "lng": 8
                        }
                      },
                      "location": {
                        "lat": 5,
                        "lng": 6
                      },
                      "location_type": "string",
                      "viewport": {
                        "northeast": {
                          "lat": 1,
                          "lng": 9
                        },
                        "southwest": {
                          "lat": 9,
                          "lng": 5
                        }
                      }
                    },
                    "place_id": "string",
                    "types": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  },
                  {
                    "address_components": [
                      {
                        "long_name": "string",
                        "short_name": "string",
                        "types": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "long_name": "string",
                        "short_name": "string",
                        "types": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "long_name": "string",
                        "short_name": "string",
                        "types": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      {
                        "long_name": "string",
                        "short_name": "string",
                        "types": [
                          "string"
                        ]
                      },
                      {
                        "long_name": "string",
                        "short_name": "string",
                        "types": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      }
                    ],
                    "formatted_address": "string",
                    "geometry": {
                      "bounds": {
                        "northeast": {
                          "lat": 6,
                          "lng": 4
                        },
                        "southwest": {
                          "lat": 9,
                          "lng": 1
                        }
                      },
                      "location": {
                        "lat": 2,
                        "lng": 9
                      },
                      "location_type": "string",
                      "viewport": {
                        "northeast": {
                          "lat": 1,
                          "lng": 1
                        },
                        "southwest": {
                          "lat": 1,
                          "lng": 5
                        }
                      }
                    },
                    "place_id": "string",
                    "types": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/logging/{neId}": {
      "get": {
        "tags": [
          "Logging"
        ],
        "operationId": "getLoggingSettings",
        "description": "The parameters and request body are for method: getLoggingSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "config": {
                      "type": "object",
                      "properties": {
                        "members": {
                          "type": "object",
                          "properties": {
                            "auditlog": {
                              "type": "string"
                            },
                            "flow": {
                              "type": "string"
                            },
                            "keep_number": {
                              "type": "number"
                            },
                            "min_priority": {
                              "type": "string"
                            },
                            "system": {
                              "type": "string"
                            },
                            "threshold_size": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "remote": {
                      "type": "object",
                      "properties": {
                        "elements": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ip": {
                                "type": "string"
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "fac": {
                                    "type": "string"
                                  },
                                  "min_severity": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "config": {
                    "members": {
                      "auditlog": "string",
                      "flow": "string",
                      "keep_number": 6,
                      "min_priority": "string",
                      "system": "string",
                      "threshold_size": 3
                    }
                  },
                  "remote": {
                    "elements": [
                      {
                        "ip": "string",
                        "self": {
                          "fac": "string",
                          "min_severity": "string"
                        }
                      },
                      {
                        "ip": "string",
                        "self": {
                          "fac": "string",
                          "min_severity": "string"
                        }
                      },
                      {
                        "ip": "string",
                        "self": {
                          "fac": "string",
                          "min_severity": "string"
                        }
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          },
          {
            "name": "cached",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/loginSessions": {
      "get": {
        "tags": [
          "LoginSessions"
        ],
        "operationId": "sessions",
        "description": "The parameters and request body are for method: sessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lastInteractionTime": {
                        "type": "number"
                      },
                      "loggedInTime": {
                        "type": "number"
                      },
                      "role": {
                        "type": "string"
                      },
                      "userName": {
                        "type": "string"
                      },
                      "webClient": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "lastInteractionTime": 6,
                    "loggedInTime": 1,
                    "role": "string",
                    "userName": "string",
                    "webClient": false
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/maintenanceMode": {
      "get": {
        "tags": [
          "MaintenanceMode"
        ],
        "operationId": "getMaintenanceMode",
        "description": "The parameters and request body are for method: getMaintenanceMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pauseOrchestration": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "suppressAlarm": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "pauseOrchestration": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "suppressAlarm": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "MaintenanceMode"
        ],
        "operationId": "setMaintenanceMode",
        "description": "The parameters and request body are for method: setMaintenanceMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "maintenanceModePostBody"
            }
          }
        }
      }
    },
    "/maps/deleteUploadedMap": {
      "post": {
        "tags": [
          "Maps"
        ],
        "operationId": "deleteUploadedMap",
        "description": "The parameters and request body are for method: deleteUploadedMap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "imageName": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "imageName": "imageName"
              }
            }
          }
        }
      }
    },
    "/maps/getUploadedMaps": {
      "get": {
        "tags": [
          "Maps"
        ],
        "operationId": "getUploadedMaps",
        "description": "The parameters and request body are for method: getUploadedMaps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/multicast/config/{neId}": {
      "get": {
        "tags": [
          "Multicast"
        ],
        "operationId": "multicastConfigGet",
        "description": "The parameters and request body are for method: multicastConfigGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "igmp": {
                      "type": "object",
                      "properties": {
                        "<interface>": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    },
                    "pim": {
                      "type": "object",
                      "properties": {
                        "<interface>": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    },
                    "rp": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "igmp": {
                    "<interface>": {
                      "enable": false
                    }
                  },
                  "pim": {
                    "<interface>": {
                      "enable": false
                    }
                  },
                  "rp": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/multicast/enable/{neId}": {
      "get": {
        "tags": [
          "Multicast"
        ],
        "operationId": "multicastEnableGet",
        "description": "The parameters and request body are for method: multicastEnableGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "enable": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "enable": true
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/multicast/state/interfaces/{neId}": {
      "get": {
        "tags": [
          "Multicast"
        ],
        "operationId": "multicastInterfaceStateGet",
        "description": "The parameters and request body are for method: multicastInterfaceStateGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "DRIP": {
                      "type": "string"
                    },
                    "DRPriority": {
                      "type": "string"
                    },
                    "generationID": {
                      "type": "string"
                    },
                    "interface": {
                      "type": "string"
                    },
                    "interfaceIP": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "DRIP": "string",
                  "DRPriority": "string",
                  "generationID": "string",
                  "interface": "string",
                  "interfaceIP": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/multicast/state/neighbors/{neId}": {
      "get": {
        "tags": [
          "Multicast"
        ],
        "operationId": "multicastNeighborStateGet",
        "description": "The parameters and request body are for method: multicastNeighborStateGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "interface": {
                      "type": "string"
                    },
                    "neighborDRPriority": {
                      "type": "string"
                    },
                    "neighborGenerationID": {
                      "type": "string"
                    },
                    "neighborIP": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "interface": "string",
                  "neighborDRPriority": "string",
                  "neighborGenerationID": "string",
                  "neighborIP": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/multicast/state/routes/{neId}": {
      "get": {
        "tags": [
          "Multicast"
        ],
        "operationId": "multicastRouteStateGet",
        "description": "The parameters and request body are for method: multicastRouteStateGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "group": {
                      "type": "string"
                    },
                    "inIntf": {
                      "type": "string"
                    },
                    "outIntfList": {
                      "type": "string"
                    },
                    "source": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "group": "string",
                  "inIntf": "string",
                  "outIntfList": "string",
                  "source": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nat/{neId}": {
      "get": {
        "tags": [
          "Nat"
        ],
        "operationId": "getAllNat",
        "description": "The parameters and request body are for method: getAllNat. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "maps": {
                      "type": "object",
                      "properties": {
                        "prio": {
                          "type": "object",
                          "properties": {
                            "<priorityNumber>": {
                              "type": "object",
                              "properties": {
                                "comment": {
                                  "type": "string"
                                },
                                "dir": {
                                  "type": "string"
                                },
                                "gms_marked": {
                                  "type": "boolean"
                                },
                                "match": {
                                  "type": "object",
                                  "properties": {
                                    "dst_subnet": {
                                      "type": "string"
                                    },
                                    "intf": {
                                      "type": "string"
                                    },
                                    "src_subnet": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "set": {
                                  "type": "object",
                                  "properties": {
                                    "trans_dst": {
                                      "type": "string"
                                    },
                                    "trans_src": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "natPools": {
                      "type": "object",
                      "properties": {
                        "<NATPool Id>": {
                          "type": "object",
                          "properties": {
                            "comment": {
                              "type": "string"
                            },
                            "dir": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "pat": {
                              "type": "number"
                            },
                            "subnet": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "maps": {
                    "prio": {
                      "<priorityNumber>": {
                        "comment": "string",
                        "dir": "string",
                        "gms_marked": true,
                        "match": {
                          "dst_subnet": "string",
                          "intf": "string",
                          "src_subnet": "string"
                        },
                        "set": {
                          "trans_dst": "string",
                          "trans_src": "string"
                        }
                      }
                    }
                  },
                  "natPools": {
                    "<NATPool Id>": {
                      "comment": "string",
                      "dir": "string",
                      "name": "string",
                      "pat": 1,
                      "subnet": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nat/{neId}/maps": {
      "get": {
        "tags": [
          "Nat"
        ],
        "operationId": "branchNatMapsGet",
        "description": "The parameters and request body are for method: branchNatMapsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "map1": {
                      "type": "object",
                      "properties": {
                        "prio": {
                          "type": "object",
                          "properties": {
                            "<priorityNumber>": {
                              "type": "object",
                              "properties": {
                                "comment": {
                                  "type": "string"
                                },
                                "dir": {
                                  "type": "string"
                                },
                                "gms_marked": {
                                  "type": "boolean"
                                },
                                "match": {
                                  "type": "object",
                                  "properties": {
                                    "dst_subnet": {
                                      "type": "string"
                                    },
                                    "intf": {
                                      "type": "string"
                                    },
                                    "src_subnet": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "set": {
                                  "type": "object",
                                  "properties": {
                                    "trans_dst": {
                                      "type": "string"
                                    },
                                    "trans_src": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "map1": {
                    "prio": {
                      "<priorityNumber>": {
                        "comment": "string",
                        "dir": "string",
                        "gms_marked": false,
                        "match": {
                          "dst_subnet": "string",
                          "intf": "string",
                          "src_subnet": "string"
                        },
                        "set": {
                          "trans_dst": "string",
                          "trans_src": "string"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nat/{neId}/natPools": {
      "get": {
        "tags": [
          "Nat"
        ],
        "operationId": "getAllNatPools",
        "description": "The parameters and request body are for method: getAllNatPools. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<NATPool Id>": {
                      "type": "object",
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "dir": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "pat": {
                          "type": "number"
                        },
                        "subnet": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<NATPool Id>": {
                    "comment": "string",
                    "dir": "string",
                    "name": "string",
                    "pat": 5,
                    "subnet": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/netFlow/{neId}": {
      "get": {
        "tags": [
          "NetFlow"
        ],
        "operationId": "getNetFlowData",
        "description": "The parameters and request body are for method: getNetFlowData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "active_timeout": {
                      "type": "number"
                    },
                    "collector_type1": {
                      "type": "string"
                    },
                    "collector_type2": {
                      "type": "string"
                    },
                    "enable": {
                      "type": "boolean"
                    },
                    "if_lan_rx": {
                      "type": "boolean"
                    },
                    "if_lan_tx": {
                      "type": "boolean"
                    },
                    "if_wan_rx": {
                      "type": "boolean"
                    },
                    "if_wan_tx": {
                      "type": "boolean"
                    },
                    "ipaddr1": {
                      "type": "string"
                    },
                    "ipaddr2": {
                      "type": "string"
                    },
                    "ipfix_tmplt_rfrsh_t": {
                      "type": "number"
                    },
                    "port1": {
                      "type": "number"
                    },
                    "port2": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "active_timeout": 5,
                  "collector_type1": "string",
                  "collector_type2": "string",
                  "enable": false,
                  "if_lan_rx": false,
                  "if_lan_tx": true,
                  "if_wan_rx": true,
                  "if_wan_tx": true,
                  "ipaddr1": "string",
                  "ipaddr2": "string",
                  "ipfix_tmplt_rfrsh_t": 3,
                  "port1": 2,
                  "port2": 3
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          },
          {
            "name": "cached",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/networkMemory": {
      "post": {
        "tags": [
          "NetworkMemory"
        ],
        "operationId": "eraseNmPost",
        "description": "The parameters and request body are for method: eraseNmPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceKeys"
            }
          }
        }
      }
    },
    "/notification": {
      "delete": {
        "tags": [
          "Notification"
        ],
        "operationId": "delNotification",
        "description": "The parameters and request body are for method: delNotification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Notification"
        ],
        "operationId": "getNotification",
        "description": "The parameters and request body are for method: getNotification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "configData": {
                        "type": "object",
                        "properties": {
                          "author": {
                            "type": "string"
                          },
                          "message": {
                            "type": "string"
                          }
                        }
                      },
                      "resourceBase": {
                        "type": "string"
                      },
                      "resourceKey": {
                        "type": "string"
                      },
                      "version": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "configData": {
                      "author": "string",
                      "message": "string"
                    },
                    "resourceBase": "string",
                    "resourceKey": "string",
                    "version": 1
                  },
                  {
                    "configData": {
                      "author": "string",
                      "message": "string"
                    },
                    "resourceBase": "string",
                    "resourceKey": "string",
                    "version": 1
                  },
                  {
                    "configData": {
                      "author": "string",
                      "message": "string"
                    },
                    "resourceBase": "string",
                    "resourceKey": "string",
                    "version": 5
                  },
                  {
                    "configData": {
                      "author": "string",
                      "message": "string"
                    },
                    "resourceBase": "string",
                    "resourceKey": "string",
                    "version": 9
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Notification"
        ],
        "operationId": "postNotification",
        "description": "The parameters and request body are for method: postNotification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "notificationConfig"
            }
          }
        }
      }
    },
    "/ospf/config/interfaces/{neId}": {
      "get": {
        "tags": [
          "Ospf"
        ],
        "operationId": "getInterfaceConfigDta",
        "description": "The parameters and request body are for method: getInterfaceConfigDta. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<NameOfTheInterface1>": {
                      "type": "object",
                      "properties": {
                        "adminStatus": {
                          "type": "boolean"
                        },
                        "area": {
                          "type": "string"
                        },
                        "authKey": {
                          "type": "string"
                        },
                        "authType": {
                          "type": "string"
                        },
                        "comment": {
                          "type": "string"
                        },
                        "cost": {
                          "type": "number"
                        },
                        "deadInterval": {
                          "type": "number"
                        },
                        "helloInterval": {
                          "type": "number"
                        },
                        "md5Key": {
                          "type": "number"
                        },
                        "md5Password": {
                          "type": "string"
                        },
                        "priority": {
                          "type": "number"
                        }
                      }
                    },
                    "NameOfTheInterface2>": {
                      "type": "object",
                      "properties": {
                        "adminStatus": {
                          "type": "boolean"
                        },
                        "area": {
                          "type": "string"
                        },
                        "authKey": {
                          "type": "string"
                        },
                        "authType": {
                          "type": "string"
                        },
                        "comment": {
                          "type": "string"
                        },
                        "cost": {
                          "type": "number"
                        },
                        "deadInterval": {
                          "type": "number"
                        },
                        "helloInterval": {
                          "type": "number"
                        },
                        "md5Key": {
                          "type": "number"
                        },
                        "md5Password": {
                          "type": "string"
                        },
                        "priority": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<NameOfTheInterface1>": {
                    "adminStatus": true,
                    "area": "string",
                    "authKey": "string",
                    "authType": "string",
                    "comment": "string",
                    "cost": 10,
                    "deadInterval": 8,
                    "helloInterval": 2,
                    "md5Key": 4,
                    "md5Password": "string",
                    "priority": 7
                  },
                  "NameOfTheInterface2>": {
                    "adminStatus": true,
                    "area": "string",
                    "authKey": "string",
                    "authType": "string",
                    "comment": "string",
                    "cost": 7,
                    "deadInterval": 6,
                    "helloInterval": 9,
                    "md5Key": 5,
                    "md5Password": "string",
                    "priority": 9
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ospf/config/system/{neId}": {
      "get": {
        "tags": [
          "Ospf"
        ],
        "operationId": "getOSPFSystemConfig",
        "description": "The parameters and request body are for method: getOSPFSystemConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "bgpRedistMetric": {
                      "type": "number"
                    },
                    "bgpRedistMetricType": {
                      "type": "number"
                    },
                    "bgpRedistTag": {
                      "type": "number"
                    },
                    "enable": {
                      "type": "boolean"
                    },
                    "localRedistMetric": {
                      "type": "number"
                    },
                    "localRedistMetricType": {
                      "type": "number"
                    },
                    "localRedistTag": {
                      "type": "number"
                    },
                    "redistBgp": {
                      "type": "boolean"
                    },
                    "redistLocal": {
                      "type": "boolean"
                    },
                    "redistSubnetShare": {
                      "type": "boolean"
                    },
                    "routerId": {
                      "type": "string"
                    },
                    "subnetShareRedistMetric": {
                      "type": "number"
                    },
                    "subnetShareRedistMetricType": {
                      "type": "number"
                    },
                    "subnetShareRedistTag": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "bgpRedistMetric": 5,
                  "bgpRedistMetricType": 9,
                  "bgpRedistTag": 9,
                  "enable": false,
                  "localRedistMetric": 8,
                  "localRedistMetricType": 5,
                  "localRedistTag": 4,
                  "redistBgp": true,
                  "redistLocal": false,
                  "redistSubnetShare": false,
                  "routerId": "string",
                  "subnetShareRedistMetric": 7,
                  "subnetShareRedistMetricType": 2,
                  "subnetShareRedistTag": 8
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ospf/state/interfaces/{neId}": {
      "get": {
        "tags": [
          "Ospf"
        ],
        "operationId": "oSPFInterfaceStateObj",
        "description": "The parameters and request body are for method: oSPFInterfaceStateObj. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "interfaceState": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "activeNeighbors": {
                            "type": "number"
                          },
                          "admin_status": {
                            "type": "string"
                          },
                          "area": {
                            "type": "string"
                          },
                          "bkup_desig_rtr": {
                            "type": "string"
                          },
                          "dead_interval": {
                            "type": "number"
                          },
                          "desig_rtr": {
                            "type": "string"
                          },
                          "hello_interval": {
                            "type": "number"
                          },
                          "if_max_bandwidth": {
                            "type": "number"
                          },
                          "ifname": {
                            "type": "string"
                          },
                          "interface_state": {
                            "type": "string"
                          },
                          "ip_addr": {
                            "type": "string"
                          },
                          "lsa_refresh_intvl": {
                            "type": "number"
                          },
                          "ospf_if_type": {
                            "type": "string"
                          },
                          "rtr_priority": {
                            "type": "number"
                          },
                          "totalNeighbors": {
                            "type": "number"
                          },
                          "transmit_delay": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "interfaceState": [
                    {
                      "activeNeighbors": 1,
                      "admin_status": "string",
                      "area": "string",
                      "bkup_desig_rtr": "string",
                      "dead_interval": 2,
                      "desig_rtr": "string",
                      "hello_interval": 6,
                      "if_max_bandwidth": 2,
                      "ifname": "string",
                      "interface_state": "string",
                      "ip_addr": "string",
                      "lsa_refresh_intvl": 10,
                      "ospf_if_type": "string",
                      "rtr_priority": 1,
                      "totalNeighbors": 1,
                      "transmit_delay": 9
                    },
                    {
                      "activeNeighbors": 3,
                      "admin_status": "string",
                      "area": "string",
                      "bkup_desig_rtr": "string",
                      "dead_interval": 1,
                      "desig_rtr": "string",
                      "hello_interval": 7,
                      "if_max_bandwidth": 3,
                      "ifname": "string",
                      "interface_state": "string",
                      "ip_addr": "string",
                      "lsa_refresh_intvl": 8,
                      "ospf_if_type": "string",
                      "rtr_priority": 4,
                      "totalNeighbors": 9,
                      "transmit_delay": 4
                    },
                    {
                      "activeNeighbors": 7,
                      "admin_status": "string",
                      "area": "string",
                      "bkup_desig_rtr": "string",
                      "dead_interval": 8,
                      "desig_rtr": "string",
                      "hello_interval": 7,
                      "if_max_bandwidth": 2,
                      "ifname": "string",
                      "interface_state": "string",
                      "ip_addr": "string",
                      "lsa_refresh_intvl": 6,
                      "ospf_if_type": "string",
                      "rtr_priority": 5,
                      "totalNeighbors": 8,
                      "transmit_delay": 8
                    },
                    {
                      "activeNeighbors": 7,
                      "admin_status": "string",
                      "area": "string",
                      "bkup_desig_rtr": "string",
                      "dead_interval": 5,
                      "desig_rtr": "string",
                      "hello_interval": 4,
                      "if_max_bandwidth": 8,
                      "ifname": "string",
                      "interface_state": "string",
                      "ip_addr": "string",
                      "lsa_refresh_intvl": 3,
                      "ospf_if_type": "string",
                      "rtr_priority": 7,
                      "totalNeighbors": 7,
                      "transmit_delay": 6
                    },
                    {
                      "activeNeighbors": 1,
                      "admin_status": "string",
                      "area": "string",
                      "bkup_desig_rtr": "string",
                      "dead_interval": 5,
                      "desig_rtr": "string",
                      "hello_interval": 3,
                      "if_max_bandwidth": 6,
                      "ifname": "string",
                      "interface_state": "string",
                      "ip_addr": "string",
                      "lsa_refresh_intvl": 10,
                      "ospf_if_type": "string",
                      "rtr_priority": 2,
                      "totalNeighbors": 7,
                      "transmit_delay": 4
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ospf/state/neighbors/{neId}": {
      "get": {
        "tags": [
          "Ospf"
        ],
        "operationId": "oSPFNeighborsStateObj",
        "description": "The parameters and request body are for method: oSPFNeighborsStateObj. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "interfaceState": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "admin_status": {
                            "type": "string"
                          },
                          "area": {
                            "type": "string"
                          },
                          "dead_time": {
                            "type": "number"
                          },
                          "desig_rtr_state": {
                            "type": "string"
                          },
                          "hello_suppressed": {
                            "type": "boolean"
                          },
                          "interfaceName": {
                            "type": "string"
                          },
                          "ip_addr": {
                            "type": "string"
                          },
                          "local_if_addr": {
                            "type": "string"
                          },
                          "neighbor_state": {
                            "type": "string"
                          },
                          "oper_status": {
                            "type": "string"
                          },
                          "priority": {
                            "type": "number"
                          },
                          "router_id": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "interfaceState": [
                    {
                      "admin_status": "string",
                      "area": "string",
                      "dead_time": 6,
                      "desig_rtr_state": "string",
                      "hello_suppressed": false,
                      "interfaceName": "string",
                      "ip_addr": "string",
                      "local_if_addr": "string",
                      "neighbor_state": "string",
                      "oper_status": "string",
                      "priority": 10,
                      "router_id": "string"
                    },
                    {
                      "admin_status": "string",
                      "area": "string",
                      "dead_time": 1,
                      "desig_rtr_state": "string",
                      "hello_suppressed": true,
                      "interfaceName": "string",
                      "ip_addr": "string",
                      "local_if_addr": "string",
                      "neighbor_state": "string",
                      "oper_status": "string",
                      "priority": 8,
                      "router_id": "string"
                    },
                    {
                      "admin_status": "string",
                      "area": "string",
                      "dead_time": 9,
                      "desig_rtr_state": "string",
                      "hello_suppressed": true,
                      "interfaceName": "string",
                      "ip_addr": "string",
                      "local_if_addr": "string",
                      "neighbor_state": "string",
                      "oper_status": "string",
                      "priority": 3,
                      "router_id": "string"
                    },
                    {
                      "admin_status": "string",
                      "area": "string",
                      "dead_time": 2,
                      "desig_rtr_state": "string",
                      "hello_suppressed": true,
                      "interfaceName": "string",
                      "ip_addr": "string",
                      "local_if_addr": "string",
                      "neighbor_state": "string",
                      "oper_status": "string",
                      "priority": 10,
                      "router_id": "string"
                    },
                    {
                      "admin_status": "string",
                      "area": "string",
                      "dead_time": 9,
                      "desig_rtr_state": "string",
                      "hello_suppressed": true,
                      "interfaceName": "string",
                      "ip_addr": "string",
                      "local_if_addr": "string",
                      "neighbor_state": "string",
                      "oper_status": "string",
                      "priority": 10,
                      "router_id": "string"
                    },
                    {
                      "admin_status": "string",
                      "area": "string",
                      "dead_time": 9,
                      "desig_rtr_state": "string",
                      "hello_suppressed": false,
                      "interfaceName": "string",
                      "ip_addr": "string",
                      "local_if_addr": "string",
                      "neighbor_state": "string",
                      "oper_status": "string",
                      "priority": 5,
                      "router_id": "string"
                    },
                    {
                      "admin_status": "string",
                      "area": "string",
                      "dead_time": 7,
                      "desig_rtr_state": "string",
                      "hello_suppressed": true,
                      "interfaceName": "string",
                      "ip_addr": "string",
                      "local_if_addr": "string",
                      "neighbor_state": "string",
                      "oper_status": "string",
                      "priority": 10,
                      "router_id": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ospf/state/system/{neId}": {
      "get": {
        "tags": [
          "Ospf"
        ],
        "operationId": "oSPFStateObj",
        "description": "The parameters and request body are for method: oSPFStateObj. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "extnl_lsa_cnt": {
                      "type": "number"
                    },
                    "extnl_lsa_refresh_intvl": {
                      "type": "number"
                    },
                    "hold_ls_intvl": {
                      "type": "number"
                    },
                    "max_ls_intvl": {
                      "type": "number"
                    },
                    "min_lsa_arrival": {
                      "type": "number"
                    },
                    "min_lsa_interval": {
                      "type": "number"
                    },
                    "num_learned_extnl_ospf": {
                      "type": "number"
                    },
                    "num_nbrs": {
                      "type": "number"
                    },
                    "originated_new_lsas": {
                      "type": "number"
                    },
                    "ospf_enabled": {
                      "type": "boolean"
                    },
                    "pm_admin_state": {
                      "type": "string"
                    },
                    "proto_version": {
                      "type": "number"
                    },
                    "redist_bgp": {
                      "type": "boolean"
                    },
                    "redist_bgp_metric": {
                      "type": "number"
                    },
                    "redist_bgp_route_tag": {
                      "type": "number"
                    },
                    "redist_bgp_route_type": {
                      "type": "number"
                    },
                    "redist_local": {
                      "type": "boolean"
                    },
                    "redist_local_metric": {
                      "type": "number"
                    },
                    "redist_local_route_tag": {
                      "type": "number"
                    },
                    "redist_local_route_type": {
                      "type": "number"
                    },
                    "redist_subshared": {
                      "type": "boolean"
                    },
                    "redist_subshared_metric": {
                      "type": "number"
                    },
                    "redist_subshared_route_tag": {
                      "type": "number"
                    },
                    "redist_subshared_route_type": {
                      "type": "number"
                    },
                    "route_calc_max_delay": {
                      "type": "number"
                    },
                    "router_id": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "extnl_lsa_cnt": 8,
                  "extnl_lsa_refresh_intvl": 8,
                  "hold_ls_intvl": 7,
                  "max_ls_intvl": 9,
                  "min_lsa_arrival": 3,
                  "min_lsa_interval": 4,
                  "num_learned_extnl_ospf": 10,
                  "num_nbrs": 4,
                  "originated_new_lsas": 6,
                  "ospf_enabled": true,
                  "pm_admin_state": "string",
                  "proto_version": 4,
                  "redist_bgp": false,
                  "redist_bgp_metric": 5,
                  "redist_bgp_route_tag": 7,
                  "redist_bgp_route_type": 9,
                  "redist_local": false,
                  "redist_local_metric": 7,
                  "redist_local_route_tag": 4,
                  "redist_local_route_type": 10,
                  "redist_subshared": true,
                  "redist_subshared_metric": 7,
                  "redist_subshared_route_tag": 10,
                  "redist_subshared_route_type": 1,
                  "route_calc_max_delay": 9,
                  "router_id": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/overlayManagerProperties": {
      "get": {
        "tags": [
          "OverlayManagerProperties"
        ],
        "operationId": "getOverlayMngProps",
        "description": "The parameters and request body are for method: getOverlayMngProps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "autoReclassifyValues": {
                      "type": "number"
                    },
                    "enable": {
                      "type": "boolean"
                    },
                    "enableAutoSaveOnVXOA": {
                      "type": "boolean"
                    },
                    "enableTemplateApply": {
                      "type": "boolean"
                    },
                    "ipsecPresharedKey": {
                      "type": "string"
                    },
                    "overlayPaused": {
                      "type": "boolean"
                    },
                    "pollingInterval": {
                      "type": "number"
                    },
                    "resetAllFlows": {
                      "type": "boolean"
                    },
                    "settings": {
                      "type": "object",
                      "properties": {
                        "<Wan Label Id>": {
                          "type": "object",
                          "properties": {
                            "admin": {
                              "type": "string"
                            },
                            "authenticationAlgorithm": {
                              "type": "string"
                            },
                            "autoMaxBandwidthEnabled": {
                              "type": "boolean"
                            },
                            "autoMtu": {
                              "type": "boolean"
                            },
                            "dhgroup": {
                              "type": "string"
                            },
                            "dpdDelay": {
                              "type": "number"
                            },
                            "dpdRetry": {
                              "type": "number"
                            },
                            "dscp": {
                              "type": "string"
                            },
                            "encryptionAlgorithm": {
                              "type": "string"
                            },
                            "exchangeMode": {
                              "type": "string"
                            },
                            "fastfailWaitBase": {
                              "type": "number"
                            },
                            "fastfailWaitRtt": {
                              "type": "number"
                            },
                            "fecMaxRatio": {
                              "type": "number"
                            },
                            "fecMinRatio": {
                              "type": "number"
                            },
                            "idStr": {
                              "type": "string"
                            },
                            "idType": {
                              "type": "string"
                            },
                            "ikeAuthenticationAlgorithm": {
                              "type": "string"
                            },
                            "ikeEncryptionAlgorithm": {
                              "type": "string"
                            },
                            "ikeLifetime": {
                              "type": "number"
                            },
                            "ipsecAntiReplayWindow": {
                              "type": "string"
                            },
                            "jitter": {
                              "type": "number"
                            },
                            "latency": {
                              "type": "number"
                            },
                            "lifebytes": {
                              "type": "number"
                            },
                            "lifetime": {
                              "type": "number"
                            },
                            "lossVal": {
                              "type": "number"
                            },
                            "mode": {
                              "type": "string"
                            },
                            "mtu": {
                              "type": "number"
                            },
                            "pfs": {
                              "type": "boolean"
                            },
                            "pfsgroup": {
                              "type": "string"
                            },
                            "reorderWait": {
                              "type": "number"
                            },
                            "retryCount": {
                              "type": "number"
                            },
                            "selectedFastfail": {
                              "type": "number"
                            },
                            "selectedFec": {
                              "type": "string"
                            },
                            "udpDestinationPort": {
                              "type": "number"
                            },
                            "udpFlows": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "tunnelMode": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "autoReclassifyValues": 5,
                  "enable": false,
                  "enableAutoSaveOnVXOA": true,
                  "enableTemplateApply": true,
                  "ipsecPresharedKey": "string",
                  "overlayPaused": true,
                  "pollingInterval": 4,
                  "resetAllFlows": true,
                  "settings": {
                    "<Wan Label Id>": {
                      "admin": "string",
                      "authenticationAlgorithm": "string",
                      "autoMaxBandwidthEnabled": false,
                      "autoMtu": false,
                      "dhgroup": "string",
                      "dpdDelay": 3,
                      "dpdRetry": 6,
                      "dscp": "string",
                      "encryptionAlgorithm": "string",
                      "exchangeMode": "string",
                      "fastfailWaitBase": 7,
                      "fastfailWaitRtt": 7,
                      "fecMaxRatio": 3,
                      "fecMinRatio": 3,
                      "idStr": "string",
                      "idType": "string",
                      "ikeAuthenticationAlgorithm": "string",
                      "ikeEncryptionAlgorithm": "string",
                      "ikeLifetime": 9,
                      "ipsecAntiReplayWindow": "string",
                      "jitter": 7,
                      "latency": 1,
                      "lifebytes": 4,
                      "lifetime": 6,
                      "lossVal": 1,
                      "mode": "string",
                      "mtu": 2,
                      "pfs": true,
                      "pfsgroup": "string",
                      "reorderWait": 7,
                      "retryCount": 4,
                      "selectedFastfail": 10,
                      "selectedFec": "string",
                      "udpDestinationPort": 7,
                      "udpFlows": 8
                    }
                  },
                  "tunnelMode": "ipsec"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "OverlayManagerProperties"
        ],
        "operationId": "setOverlayMngProps",
        "description": "The parameters and request body are for method: setOverlayMngProps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "overlayManagerProperties"
            }
          }
        }
      }
    },
    "/portForwarding/{neId}": {
      "get": {
        "tags": [
          "PortForwarding"
        ],
        "operationId": "portForwardingGet",
        "description": "The parameters and request body are for method: portForwardingGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "comment": {
                        "type": "string"
                      },
                      "destPort": {
                        "type": "string"
                      },
                      "destSubnet": {
                        "type": "string"
                      },
                      "gms_marked": {
                        "type": "boolean"
                      },
                      "protocol": {
                        "type": "string"
                      },
                      "srcSubnet": {
                        "type": "string"
                      },
                      "targetIp": {
                        "type": "string"
                      },
                      "targetPort": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "comment": "string",
                    "destPort": "string",
                    "destSubnet": "string",
                    "gms_marked": false,
                    "protocol": "string",
                    "srcSubnet": "string",
                    "targetIp": "string",
                    "targetPort": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/portProfiles/config": {
      "get": {
        "tags": [
          "PortProfiles"
        ],
        "operationId": "portProfilesGet",
        "description": "The parameters and request body are for method: portProfilesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "config": {
                        "type": "object",
                        "properties": {
                          "dhcpFailover": {
                            "type": "object"
                          },
                          "dpRoutes": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "intf": {
                                  "type": "string"
                                },
                                "metric": {
                                  "type": "number"
                                },
                                "nexthop": {
                                  "type": "string"
                                },
                                "prefix": {
                                  "type": "string"
                                },
                                "type": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "modeIfs": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "applianceIPs": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "behindNAT": {
                                        "type": "string"
                                      },
                                      "brifs": {
                                        "type": "object",
                                        "properties": {
                                          "(ifname)": {
                                            "type": "object",
                                            "properties": {
                                              "comment": {
                                                "type": "string"
                                              },
                                              "harden": {
                                                "type": "string"
                                              },
                                              "label": {
                                                "type": "string"
                                              },
                                              "lanSide": {
                                                "type": "boolean"
                                              },
                                              "wanSide": {
                                                "type": "boolean"
                                              }
                                            }
                                          }
                                        }
                                      },
                                      "comment": {
                                        "type": "string"
                                      },
                                      "dhcp": {
                                        "type": "boolean"
                                      },
                                      "dhcpd": {
                                        "type": "object",
                                        "properties": {
                                          "relay": {
                                            "type": "object",
                                            "properties": {
                                              "dhcpserver": {
                                                "type": "array",
                                                "items": {
                                                  "type": "string"
                                                }
                                              },
                                              "option82": {
                                                "type": "boolean"
                                              },
                                              "option82_policy": {
                                                "type": "string"
                                              }
                                            }
                                          },
                                          "server": {
                                            "type": "object",
                                            "properties": {
                                              "host": {
                                                "type": "object",
                                                "properties": {
                                                  "(hostName)": {
                                                    "type": "object",
                                                    "properties": {
                                                      "ip": {
                                                        "type": "string"
                                                      },
                                                      "mac": {
                                                        "type": "string"
                                                      }
                                                    }
                                                  }
                                                }
                                              },
                                              "defaultLease": {
                                                "type": "number"
                                              },
                                              "dns": {
                                                "type": "array",
                                                "items": {
                                                  "type": "string"
                                                }
                                              },
                                              "failover": {
                                                "type": "boolean"
                                              },
                                              "gw": {
                                                "type": "array",
                                                "items": {
                                                  "type": "string"
                                                }
                                              },
                                              "ipEnd": {
                                                "type": "string"
                                              },
                                              "ipStart": {
                                                "type": "string"
                                              },
                                              "maxLease": {
                                                "type": "number"
                                              },
                                              "netbios": {
                                                "type": "array",
                                                "items": {
                                                  "type": "string"
                                                }
                                              },
                                              "netbiosNodeType": {
                                                "type": "string"
                                              },
                                              "ntpd": {
                                                "type": "array",
                                                "items": {
                                                  "type": "string"
                                                }
                                              },
                                              "options": {
                                                "type": "object",
                                                "properties": {
                                                  "(dhcpOptionId)": {
                                                    "type": "string"
                                                  }
                                                }
                                              },
                                              "prefix": {
                                                "type": "string"
                                              }
                                            }
                                          },
                                          "type": {
                                            "type": "string"
                                          }
                                        }
                                      },
                                      "harden": {
                                        "type": "string"
                                      },
                                      "ip": {
                                        "type": "string"
                                      },
                                      "label": {
                                        "type": "string"
                                      },
                                      "lanSide": {
                                        "type": "boolean"
                                      },
                                      "mask": {
                                        "type": "number"
                                      },
                                      "maxBW": {
                                        "type": "object",
                                        "properties": {
                                          "inbound": {
                                            "type": "number"
                                          },
                                          "outbound": {
                                            "type": "number"
                                          }
                                        }
                                      },
                                      "subif": {
                                        "type": "string"
                                      },
                                      "vlan": {
                                        "type": "string"
                                      },
                                      "wanNexthop": {
                                        "type": "string"
                                      },
                                      "wanSide": {
                                        "type": "boolean"
                                      },
                                      "zone": {
                                        "type": "number"
                                      }
                                    }
                                  }
                                },
                                "devNum": {
                                  "type": "string"
                                },
                                "ifName": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "sysConfig": {
                            "type": "object",
                            "properties": {
                              "bonding": {
                                "type": "boolean"
                              },
                              "haIf": {
                                "type": "string"
                              },
                              "inline": {
                                "type": "boolean"
                              },
                              "licence": {
                                "type": "object",
                                "properties": {
                                  "(licenseType)": {
                                    "type": "object"
                                  },
                                  "ecBoost": {
                                    "type": "boolean"
                                  },
                                  "ecBoostBW": {
                                    "type": "number"
                                  },
                                  "ecMini": {
                                    "type": "boolean"
                                  },
                                  "ecPlus": {
                                    "type": "boolean"
                                  },
                                  "ecTier": {
                                    "type": "string"
                                  },
                                  "ecTierBW": {
                                    "type": "number"
                                  }
                                }
                              },
                              "maxBW": {
                                "type": "number"
                              },
                              "maxInBW": {
                                "type": "number"
                              },
                              "maxInBWEnabled": {
                                "type": "boolean"
                              },
                              "mode": {
                                "type": "string"
                              },
                              "propagateLinkDown": {
                                "type": "boolean"
                              },
                              "singleBridge": {
                                "type": "boolean"
                              },
                              "tenG": {
                                "type": "boolean"
                              },
                              "useMgmt0": {
                                "type": "boolean"
                              },
                              "zones": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      },
                      "id": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "config": {
                      "dhcpFailover": {},
                      "dpRoutes": [
                        {
                          "intf": "string",
                          "metric": 10,
                          "nexthop": "string",
                          "prefix": "string",
                          "type": "string"
                        },
                        {
                          "intf": "string",
                          "metric": 9,
                          "nexthop": "string",
                          "prefix": "string",
                          "type": "string"
                        },
                        {
                          "intf": "string",
                          "metric": 7,
                          "nexthop": "string",
                          "prefix": "string",
                          "type": "string"
                        },
                        {
                          "intf": "string",
                          "metric": 6,
                          "nexthop": "string",
                          "prefix": "string",
                          "type": "string"
                        },
                        {
                          "intf": "string",
                          "metric": 3,
                          "nexthop": "string",
                          "prefix": "string",
                          "type": "string"
                        },
                        {
                          "intf": "string",
                          "metric": 7,
                          "nexthop": "string",
                          "prefix": "string",
                          "type": "string"
                        },
                        {
                          "intf": "string",
                          "metric": 2,
                          "nexthop": "string",
                          "prefix": "string",
                          "type": "string"
                        }
                      ],
                      "modeIfs": [
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 3,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 1,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 2,
                              "maxBW": {
                                "inbound": 4,
                                "outbound": 4
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 10
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 3,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 3,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 4,
                              "maxBW": {
                                "inbound": 5,
                                "outbound": 2
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 5
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 9,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 4,
                                  "netbios": [
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 2,
                              "maxBW": {
                                "inbound": 3,
                                "outbound": 10
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 2
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 5,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 2,
                              "maxBW": {
                                "inbound": 7,
                                "outbound": 7
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 3
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 10,
                                  "netbios": [
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 2,
                              "maxBW": {
                                "inbound": 7,
                                "outbound": 2
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 6
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 9,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 5,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 4,
                              "maxBW": {
                                "inbound": 9,
                                "outbound": 4
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 9
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 9,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 9,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 9,
                              "maxBW": {
                                "inbound": 2,
                                "outbound": 5
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 7
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 9,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 7,
                              "maxBW": {
                                "inbound": 7,
                                "outbound": 1
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 4
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 5,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 2,
                              "maxBW": {
                                "inbound": 2,
                                "outbound": 8
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 9
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        },
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 4,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 2,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 7,
                              "maxBW": {
                                "inbound": 1,
                                "outbound": 7
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 8
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        }
                      ],
                      "sysConfig": {
                        "bonding": true,
                        "haIf": "string",
                        "inline": false,
                        "licence": {
                          "(licenseType)": {},
                          "ecBoost": true,
                          "ecBoostBW": 9,
                          "ecMini": false,
                          "ecPlus": false,
                          "ecTier": "string",
                          "ecTierBW": 10
                        },
                        "maxBW": 9,
                        "maxInBW": 7,
                        "maxInBWEnabled": true,
                        "mode": "router",
                        "propagateLinkDown": false,
                        "singleBridge": false,
                        "tenG": false,
                        "useMgmt0": false,
                        "zones": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      }
                    },
                    "id": "string",
                    "name": "string"
                  },
                  {
                    "config": {
                      "dhcpFailover": {},
                      "dpRoutes": [
                        {
                          "intf": "string",
                          "metric": 3,
                          "nexthop": "string",
                          "prefix": "string",
                          "type": "string"
                        }
                      ],
                      "modeIfs": [
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 2,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 4,
                                  "netbios": [
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 1,
                              "maxBW": {
                                "inbound": 4,
                                "outbound": 8
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 8
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        },
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 2,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 10,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 4,
                              "maxBW": {
                                "inbound": 5,
                                "outbound": 3
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 4
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 4,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 6,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 2,
                              "maxBW": {
                                "inbound": 6,
                                "outbound": 10
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 8
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 6,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 6,
                              "maxBW": {
                                "inbound": 10,
                                "outbound": 4
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 1
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 5,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 3,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 1,
                              "maxBW": {
                                "inbound": 1,
                                "outbound": 4
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 8
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 5,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 4,
                              "maxBW": {
                                "inbound": 6,
                                "outbound": 1
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 5
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 3,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 7,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 8,
                              "maxBW": {
                                "inbound": 7,
                                "outbound": 6
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 7
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 4,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 9,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 1,
                              "maxBW": {
                                "inbound": 5,
                                "outbound": 5
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 10
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        },
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 8,
                                  "dns": [
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 2,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 4,
                              "maxBW": {
                                "inbound": 6,
                                "outbound": 7
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 7
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 10,
                                  "dns": [
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 5,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 1,
                              "maxBW": {
                                "inbound": 10,
                                "outbound": 6
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 3
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        },
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 1,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 2,
                                  "netbios": [
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 2,
                              "maxBW": {
                                "inbound": 8,
                                "outbound": 3
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 5
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 3,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 9,
                                  "netbios": [
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 5,
                              "maxBW": {
                                "inbound": 5,
                                "outbound": 5
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 4
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 9,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 10,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 8,
                              "maxBW": {
                                "inbound": 3,
                                "outbound": 8
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 5
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 1,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 10,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 5,
                              "maxBW": {
                                "inbound": 10,
                                "outbound": 7
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 6
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 9,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 3,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 4,
                              "maxBW": {
                                "inbound": 7,
                                "outbound": 1
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 7
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        },
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 1,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 8,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 6,
                              "maxBW": {
                                "inbound": 1,
                                "outbound": 3
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 3
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 8,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 1,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 3,
                              "maxBW": {
                                "inbound": 3,
                                "outbound": 3
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 8
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 10,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 6,
                              "maxBW": {
                                "inbound": 4,
                                "outbound": 5
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 1
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 1,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 4,
                                  "netbios": [
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 2,
                              "maxBW": {
                                "inbound": 3,
                                "outbound": 5
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 5
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 9,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 7,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 5,
                              "maxBW": {
                                "inbound": 8,
                                "outbound": 9
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 3
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 3,
                                  "dns": [
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 9,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 9,
                              "maxBW": {
                                "inbound": 8,
                                "outbound": 6
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 7
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 2,
                                  "netbios": [
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 8,
                              "maxBW": {
                                "inbound": 5,
                                "outbound": 3
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 1
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        },
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 3,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 1,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 8,
                              "maxBW": {
                                "inbound": 6,
                                "outbound": 6
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 6
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        },
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 1,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 10,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 9,
                              "maxBW": {
                                "inbound": 1,
                                "outbound": 10
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 9
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 3,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 2,
                              "maxBW": {
                                "inbound": 6,
                                "outbound": 2
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 10
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 9,
                                  "dns": [
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 2,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 5,
                              "maxBW": {
                                "inbound": 2,
                                "outbound": 9
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 10
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 8,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 3,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 7,
                              "maxBW": {
                                "inbound": 9,
                                "outbound": 9
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 4
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 2,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 9,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 8,
                              "maxBW": {
                                "inbound": 2,
                                "outbound": 10
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 10
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 3,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 3,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 8,
                              "maxBW": {
                                "inbound": 10,
                                "outbound": 3
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 9
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 6,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 3,
                              "maxBW": {
                                "inbound": 10,
                                "outbound": 3
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 4
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 5,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 8,
                                  "netbios": [
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 1,
                              "maxBW": {
                                "inbound": 3,
                                "outbound": 4
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 2
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 4,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 8,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 8,
                              "maxBW": {
                                "inbound": 4,
                                "outbound": 7
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 8
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        },
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 1,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 2,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 4,
                              "maxBW": {
                                "inbound": 2,
                                "outbound": 8
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 2
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 9,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 7,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 6,
                              "maxBW": {
                                "inbound": 10,
                                "outbound": 6
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 4
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 3,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 5,
                              "maxBW": {
                                "inbound": 5,
                                "outbound": 1
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 3
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 10,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 2,
                              "maxBW": {
                                "inbound": 6,
                                "outbound": 2
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 9
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 3,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 4,
                              "maxBW": {
                                "inbound": 1,
                                "outbound": 4
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 3
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 10,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 4,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 8,
                              "maxBW": {
                                "inbound": 5,
                                "outbound": 1
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 9
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 3,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 5,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 6,
                              "maxBW": {
                                "inbound": 2,
                                "outbound": 9
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 5
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 5,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 5,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 4,
                              "maxBW": {
                                "inbound": 4,
                                "outbound": 9
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 2
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 1,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 6,
                              "maxBW": {
                                "inbound": 6,
                                "outbound": 9
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 7
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        }
                      ],
                      "sysConfig": {
                        "bonding": false,
                        "haIf": "string",
                        "inline": true,
                        "licence": {
                          "(licenseType)": {},
                          "ecBoost": false,
                          "ecBoostBW": 8,
                          "ecMini": false,
                          "ecPlus": false,
                          "ecTier": "string",
                          "ecTierBW": 1
                        },
                        "maxBW": 9,
                        "maxInBW": 6,
                        "maxInBWEnabled": true,
                        "mode": "bridge",
                        "propagateLinkDown": true,
                        "singleBridge": true,
                        "tenG": true,
                        "useMgmt0": false,
                        "zones": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      }
                    },
                    "id": "string",
                    "name": "string"
                  },
                  {
                    "config": {
                      "dhcpFailover": {},
                      "dpRoutes": [
                        {
                          "intf": "string",
                          "metric": 6,
                          "nexthop": "string",
                          "prefix": "string",
                          "type": "string"
                        },
                        {
                          "intf": "string",
                          "metric": 9,
                          "nexthop": "string",
                          "prefix": "string",
                          "type": "string"
                        }
                      ],
                      "modeIfs": [
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 7,
                                  "netbios": [
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 1,
                              "maxBW": {
                                "inbound": 2,
                                "outbound": 6
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 8
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 6,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 7,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 4,
                              "maxBW": {
                                "inbound": 9,
                                "outbound": 10
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 4
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 1,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 1,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 6,
                              "maxBW": {
                                "inbound": 2,
                                "outbound": 10
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 10
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 10,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 4,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 3,
                              "maxBW": {
                                "inbound": 3,
                                "outbound": 5
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 3
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 1,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 2,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 9,
                              "maxBW": {
                                "inbound": 2,
                                "outbound": 8
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 2
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 10,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 8,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 8,
                              "maxBW": {
                                "inbound": 8,
                                "outbound": 3
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 4
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 10,
                                  "dns": [
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 8,
                                  "netbios": [
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 1,
                              "maxBW": {
                                "inbound": 3,
                                "outbound": 9
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 1
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 1,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 3,
                              "maxBW": {
                                "inbound": 5,
                                "outbound": 1
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 6
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 9,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 6,
                                  "netbios": [
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 1,
                              "maxBW": {
                                "inbound": 3,
                                "outbound": 2
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 2
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 9,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 10,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 10,
                              "maxBW": {
                                "inbound": 10,
                                "outbound": 10
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 2
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        },
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 2,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 9,
                              "maxBW": {
                                "inbound": 1,
                                "outbound": 8
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 1
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        },
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 5,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 8,
                                  "netbios": [
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 9,
                              "maxBW": {
                                "inbound": 8,
                                "outbound": 3
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 10
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 3,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 7,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 9,
                              "maxBW": {
                                "inbound": 1,
                                "outbound": 6
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 10
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 3,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 7,
                                  "netbios": [
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 8,
                              "maxBW": {
                                "inbound": 4,
                                "outbound": 10
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 8
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 6,
                                  "dns": [
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 4,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 8,
                              "maxBW": {
                                "inbound": 10,
                                "outbound": 6
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 5
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 6,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 1,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 2,
                              "maxBW": {
                                "inbound": 4,
                                "outbound": 10
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 9
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 9,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 10,
                                  "netbios": [
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 1,
                              "maxBW": {
                                "inbound": 4,
                                "outbound": 7
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 2
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        },
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 4,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 7,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 6,
                              "maxBW": {
                                "inbound": 7,
                                "outbound": 3
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 9
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 6,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 5,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 3,
                              "maxBW": {
                                "inbound": 1,
                                "outbound": 10
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 1
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 5,
                                  "dns": [
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 4,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 2,
                              "maxBW": {
                                "inbound": 8,
                                "outbound": 1
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 6
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 2,
                                  "dns": [
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 1,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 4,
                              "maxBW": {
                                "inbound": 4,
                                "outbound": 6
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 5
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        },
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 4,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 4,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 6,
                              "maxBW": {
                                "inbound": 8,
                                "outbound": 9
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 7
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 5,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 8,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 7,
                              "maxBW": {
                                "inbound": 5,
                                "outbound": 8
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 2
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 6,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 5,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 10,
                              "maxBW": {
                                "inbound": 9,
                                "outbound": 10
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 10
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        },
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 1,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 1,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 8,
                              "maxBW": {
                                "inbound": 1,
                                "outbound": 8
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 3
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 9,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 4,
                              "maxBW": {
                                "inbound": 4,
                                "outbound": 7
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 2
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 7,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 1,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 7,
                              "maxBW": {
                                "inbound": 10,
                                "outbound": 8
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 5
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 9,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 7,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 8,
                              "maxBW": {
                                "inbound": 2,
                                "outbound": 6
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 9
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 4,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 10,
                                  "netbios": [
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 3,
                              "maxBW": {
                                "inbound": 4,
                                "outbound": 7
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 8
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 10,
                                  "dns": [
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 5,
                                  "netbios": [
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 5,
                              "maxBW": {
                                "inbound": 10,
                                "outbound": 4
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 5
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 1,
                                  "dns": [
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 3,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 9,
                              "maxBW": {
                                "inbound": 7,
                                "outbound": 10
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 2
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 8,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 5,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 3,
                              "maxBW": {
                                "inbound": 4,
                                "outbound": 3
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 2
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 9,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 6,
                                  "netbios": [
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 7,
                              "maxBW": {
                                "inbound": 8,
                                "outbound": 5
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 4
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 3,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 2,
                                  "netbios": [
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 3,
                              "maxBW": {
                                "inbound": 6,
                                "outbound": 3
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 7
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        },
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 1,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": false,
                                  "gw": [
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 7,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 7,
                              "maxBW": {
                                "inbound": 9,
                                "outbound": 10
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 5
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 5,
                                  "dns": [
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 8,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 1,
                              "maxBW": {
                                "inbound": 3,
                                "outbound": 4
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 4
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 2,
                                  "dns": [
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 7,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 7,
                              "maxBW": {
                                "inbound": 7,
                                "outbound": 8
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 6
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 1,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 3,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 8,
                              "maxBW": {
                                "inbound": 3,
                                "outbound": 3
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 1
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        },
                        {
                          "applianceIPs": [
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": false,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 9,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 7,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 4,
                              "maxBW": {
                                "inbound": 1,
                                "outbound": 6
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 9
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": false,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 3,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 3,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": false,
                              "mask": 5,
                              "maxBW": {
                                "inbound": 4,
                                "outbound": 5
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 5
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 10,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 7,
                                  "netbios": [
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 1,
                              "maxBW": {
                                "inbound": 9,
                                "outbound": 2
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 9
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": true
                                }
                              },
                              "comment": "string",
                              "dhcp": true,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 9,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 7,
                                  "netbios": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 3,
                              "maxBW": {
                                "inbound": 8,
                                "outbound": 8
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": false,
                              "zone": 3
                            },
                            {
                              "behindNAT": "string",
                              "brifs": {
                                "(ifname)": {
                                  "comment": "string",
                                  "harden": "string",
                                  "label": "string",
                                  "lanSide": true,
                                  "wanSide": false
                                }
                              },
                              "comment": "string",
                              "dhcp": false,
                              "dhcpd": {
                                "relay": {
                                  "dhcpserver": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "option82": true,
                                  "option82_policy": "string"
                                },
                                "server": {
                                  "host": {
                                    "(hostName)": {
                                      "ip": "string",
                                      "mac": "string"
                                    }
                                  },
                                  "defaultLease": 10,
                                  "dns": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "failover": true,
                                  "gw": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ],
                                  "ipEnd": "string",
                                  "ipStart": "string",
                                  "maxLease": 8,
                                  "netbios": [
                                    "string"
                                  ],
                                  "netbiosNodeType": "string",
                                  "ntpd": [
                                    "string",
                                    "string"
                                  ],
                                  "options": {
                                    "(dhcpOptionId)": "string"
                                  },
                                  "prefix": "string"
                                },
                                "type": "string"
                              },
                              "harden": "string",
                              "ip": "string",
                              "label": "string",
                              "lanSide": true,
                              "mask": 7,
                              "maxBW": {
                                "inbound": 3,
                                "outbound": 6
                              },
                              "subif": "string",
                              "vlan": "string",
                              "wanNexthop": "string",
                              "wanSide": true,
                              "zone": 8
                            }
                          ],
                          "devNum": "string",
                          "ifName": "string"
                        }
                      ],
                      "sysConfig": {
                        "bonding": false,
                        "haIf": "string",
                        "inline": false,
                        "licence": {
                          "(licenseType)": {},
                          "ecBoost": true,
                          "ecBoostBW": 9,
                          "ecMini": false,
                          "ecPlus": false,
                          "ecTier": "string",
                          "ecTierBW": 4
                        },
                        "maxBW": 2,
                        "maxInBW": 7,
                        "maxInBWEnabled": true,
                        "mode": "router",
                        "propagateLinkDown": false,
                        "singleBridge": false,
                        "tenG": true,
                        "useMgmt0": true,
                        "zones": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      }
                    },
                    "id": "string",
                    "name": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "PortProfiles"
        ],
        "operationId": "portProfilesPost",
        "description": "The parameters and request body are for method: portProfilesPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "portProfilesPost"
            }
          }
        }
      }
    },
    "/portProfiles/config/{portProfileId}": {
      "delete": {
        "tags": [
          "PortProfiles"
        ],
        "operationId": "portProfilesDelete",
        "description": "The parameters and request body are for method: portProfilesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "portProfileId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "portProfileId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "PortProfiles"
        ],
        "operationId": "getPortProfilesConfigPortProfileId",
        "description": "The parameters and request body are for method: getPortProfilesConfigPortProfileId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dhcpFailover": {
                      "type": "object"
                    },
                    "dpRoutes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "intf": {
                            "type": "string"
                          },
                          "metric": {
                            "type": "number"
                          },
                          "nexthop": {
                            "type": "string"
                          },
                          "prefix": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "modeIfs": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "applianceIPs": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "behindNAT": {
                                  "type": "string"
                                },
                                "brifs": {
                                  "type": "object",
                                  "properties": {
                                    "(ifname)": {
                                      "type": "object",
                                      "properties": {
                                        "comment": {
                                          "type": "string"
                                        },
                                        "harden": {
                                          "type": "string"
                                        },
                                        "label": {
                                          "type": "string"
                                        },
                                        "lanSide": {
                                          "type": "boolean"
                                        },
                                        "wanSide": {
                                          "type": "boolean"
                                        }
                                      }
                                    }
                                  }
                                },
                                "comment": {
                                  "type": "string"
                                },
                                "dhcp": {
                                  "type": "boolean"
                                },
                                "dhcpd": {
                                  "type": "object",
                                  "properties": {
                                    "relay": {
                                      "type": "object",
                                      "properties": {
                                        "dhcpserver": {
                                          "type": "array",
                                          "items": {
                                            "type": "string"
                                          }
                                        },
                                        "option82": {
                                          "type": "boolean"
                                        },
                                        "option82_policy": {
                                          "type": "string"
                                        }
                                      }
                                    },
                                    "server": {
                                      "type": "object",
                                      "properties": {
                                        "host": {
                                          "type": "object",
                                          "properties": {
                                            "(hostName)": {
                                              "type": "object",
                                              "properties": {
                                                "ip": {
                                                  "type": "string"
                                                },
                                                "mac": {
                                                  "type": "string"
                                                }
                                              }
                                            }
                                          }
                                        },
                                        "defaultLease": {
                                          "type": "number"
                                        },
                                        "dns": {
                                          "type": "array",
                                          "items": {
                                            "type": "string"
                                          }
                                        },
                                        "failover": {
                                          "type": "boolean"
                                        },
                                        "gw": {
                                          "type": "array",
                                          "items": {
                                            "type": "string"
                                          }
                                        },
                                        "ipEnd": {
                                          "type": "string"
                                        },
                                        "ipStart": {
                                          "type": "string"
                                        },
                                        "maxLease": {
                                          "type": "number"
                                        },
                                        "netbios": {
                                          "type": "array",
                                          "items": {
                                            "type": "string"
                                          }
                                        },
                                        "netbiosNodeType": {
                                          "type": "string"
                                        },
                                        "ntpd": {
                                          "type": "array",
                                          "items": {
                                            "type": "string"
                                          }
                                        },
                                        "options": {
                                          "type": "object",
                                          "properties": {
                                            "(dhcpOptionId)": {
                                              "type": "string"
                                            }
                                          }
                                        },
                                        "prefix": {
                                          "type": "string"
                                        }
                                      }
                                    },
                                    "type": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "harden": {
                                  "type": "string"
                                },
                                "ip": {
                                  "type": "string"
                                },
                                "label": {
                                  "type": "string"
                                },
                                "lanSide": {
                                  "type": "boolean"
                                },
                                "mask": {
                                  "type": "number"
                                },
                                "maxBW": {
                                  "type": "object",
                                  "properties": {
                                    "inbound": {
                                      "type": "number"
                                    },
                                    "outbound": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "subif": {
                                  "type": "string"
                                },
                                "vlan": {
                                  "type": "string"
                                },
                                "wanNexthop": {
                                  "type": "string"
                                },
                                "wanSide": {
                                  "type": "boolean"
                                },
                                "zone": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "devNum": {
                            "type": "string"
                          },
                          "ifName": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "sysConfig": {
                      "type": "object",
                      "properties": {
                        "bonding": {
                          "type": "boolean"
                        },
                        "haIf": {
                          "type": "string"
                        },
                        "inline": {
                          "type": "boolean"
                        },
                        "licence": {
                          "type": "object",
                          "properties": {
                            "(licenseType)": {
                              "type": "object"
                            },
                            "ecBoost": {
                              "type": "boolean"
                            },
                            "ecBoostBW": {
                              "type": "number"
                            },
                            "ecMini": {
                              "type": "boolean"
                            },
                            "ecPlus": {
                              "type": "boolean"
                            },
                            "ecTier": {
                              "type": "string"
                            },
                            "ecTierBW": {
                              "type": "number"
                            }
                          }
                        },
                        "maxBW": {
                          "type": "number"
                        },
                        "maxInBW": {
                          "type": "number"
                        },
                        "maxInBWEnabled": {
                          "type": "boolean"
                        },
                        "mode": {
                          "type": "string"
                        },
                        "propagateLinkDown": {
                          "type": "boolean"
                        },
                        "singleBridge": {
                          "type": "boolean"
                        },
                        "tenG": {
                          "type": "boolean"
                        },
                        "useMgmt0": {
                          "type": "boolean"
                        },
                        "zones": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "dhcpFailover": {},
                  "dpRoutes": [
                    {
                      "intf": "string",
                      "metric": 7,
                      "nexthop": "string",
                      "prefix": "string",
                      "type": "string"
                    },
                    {
                      "intf": "string",
                      "metric": 4,
                      "nexthop": "string",
                      "prefix": "string",
                      "type": "string"
                    }
                  ],
                  "modeIfs": [
                    {
                      "applianceIPs": [
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": false,
                              "wanSide": false
                            }
                          },
                          "comment": "string",
                          "dhcp": false,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "option82": false,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 3,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": false,
                              "gw": [
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 9,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": "string",
                          "ip": "string",
                          "label": "string",
                          "lanSide": true,
                          "mask": 10,
                          "maxBW": {
                            "inbound": 3,
                            "outbound": 6
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": false,
                          "zone": 5
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": false,
                              "wanSide": true
                            }
                          },
                          "comment": "string",
                          "dhcp": true,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string"
                              ],
                              "option82": false,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 4,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": true,
                              "gw": [
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 6,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": "string",
                          "ip": "string",
                          "label": "string",
                          "lanSide": false,
                          "mask": 2,
                          "maxBW": {
                            "inbound": 3,
                            "outbound": 10
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": true,
                          "zone": 3
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": false,
                              "wanSide": false
                            }
                          },
                          "comment": "string",
                          "dhcp": false,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "option82": false,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 6,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": true,
                              "gw": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 6,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": "string",
                          "ip": "string",
                          "label": "string",
                          "lanSide": false,
                          "mask": 2,
                          "maxBW": {
                            "inbound": 1,
                            "outbound": 3
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": true,
                          "zone": 10
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": false,
                              "wanSide": true
                            }
                          },
                          "comment": "string",
                          "dhcp": false,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "option82": true,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 2,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": false,
                              "gw": [
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 6,
                              "netbios": [
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": "string",
                          "ip": "string",
                          "label": "string",
                          "lanSide": false,
                          "mask": 10,
                          "maxBW": {
                            "inbound": 5,
                            "outbound": 10
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": false,
                          "zone": 4
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": false,
                              "wanSide": false
                            }
                          },
                          "comment": "string",
                          "dhcp": false,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string",
                                "string"
                              ],
                              "option82": false,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 10,
                              "dns": [
                                "string",
                                "string"
                              ],
                              "failover": false,
                              "gw": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 1,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": "string",
                          "ip": "string",
                          "label": "string",
                          "lanSide": true,
                          "mask": 1,
                          "maxBW": {
                            "inbound": 5,
                            "outbound": 4
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": false,
                          "zone": 3
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": true,
                              "wanSide": false
                            }
                          },
                          "comment": "string",
                          "dhcp": true,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "option82": true,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 1,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": true,
                              "gw": [
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 3,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": "string",
                          "ip": "string",
                          "label": "string",
                          "lanSide": false,
                          "mask": 5,
                          "maxBW": {
                            "inbound": 9,
                            "outbound": 3
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": true,
                          "zone": 4
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": true,
                              "wanSide": false
                            }
                          },
                          "comment": "string",
                          "dhcp": true,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string",
                                "string"
                              ],
                              "option82": true,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 10,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": true,
                              "gw": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 10,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": "string",
                          "ip": "string",
                          "label": "string",
                          "lanSide": false,
                          "mask": 8,
                          "maxBW": {
                            "inbound": 1,
                            "outbound": 7
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": true,
                          "zone": 2
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": true,
                              "wanSide": true
                            }
                          },
                          "comment": "string",
                          "dhcp": false,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "option82": false,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 6,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": true,
                              "gw": [
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 6,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": "string",
                          "ip": "string",
                          "label": "string",
                          "lanSide": true,
                          "mask": 7,
                          "maxBW": {
                            "inbound": 4,
                            "outbound": 2
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": true,
                          "zone": 10
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": true,
                              "wanSide": true
                            }
                          },
                          "comment": "string",
                          "dhcp": true,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string"
                              ],
                              "option82": false,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 9,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": true,
                              "gw": [
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 4,
                              "netbios": [
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": "string",
                          "ip": "string",
                          "label": "string",
                          "lanSide": true,
                          "mask": 6,
                          "maxBW": {
                            "inbound": 8,
                            "outbound": 2
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": true,
                          "zone": 5
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": false,
                              "wanSide": false
                            }
                          },
                          "comment": "string",
                          "dhcp": true,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string"
                              ],
                              "option82": false,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 8,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": true,
                              "gw": [
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 10,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": "string",
                          "ip": "string",
                          "label": "string",
                          "lanSide": true,
                          "mask": 9,
                          "maxBW": {
                            "inbound": 1,
                            "outbound": 2
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": false,
                          "zone": 9
                        }
                      ],
                      "devNum": "string",
                      "ifName": "string"
                    },
                    {
                      "applianceIPs": [
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": true,
                              "wanSide": false
                            }
                          },
                          "comment": "string",
                          "dhcp": true,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "option82": false,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 2,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": false,
                              "gw": [
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 7,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": "string",
                          "ip": "string",
                          "label": "string",
                          "lanSide": true,
                          "mask": 1,
                          "maxBW": {
                            "inbound": 6,
                            "outbound": 9
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": false,
                          "zone": 1
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": true,
                              "wanSide": false
                            }
                          },
                          "comment": "string",
                          "dhcp": false,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "option82": true,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 10,
                              "dns": [
                                "string",
                                "string"
                              ],
                              "failover": true,
                              "gw": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 3,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": "string",
                          "ip": "string",
                          "label": "string",
                          "lanSide": true,
                          "mask": 8,
                          "maxBW": {
                            "inbound": 3,
                            "outbound": 9
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": false,
                          "zone": 8
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": false,
                              "wanSide": false
                            }
                          },
                          "comment": "string",
                          "dhcp": true,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "option82": true,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 9,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": true,
                              "gw": [
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 4,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": "string",
                          "ip": "string",
                          "label": "string",
                          "lanSide": true,
                          "mask": 8,
                          "maxBW": {
                            "inbound": 10,
                            "outbound": 8
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": true,
                          "zone": 3
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": true,
                              "wanSide": false
                            }
                          },
                          "comment": "string",
                          "dhcp": true,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string"
                              ],
                              "option82": true,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 6,
                              "dns": [
                                "string"
                              ],
                              "failover": false,
                              "gw": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 7,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": "string",
                          "ip": "string",
                          "label": "string",
                          "lanSide": true,
                          "mask": 2,
                          "maxBW": {
                            "inbound": 3,
                            "outbound": 2
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": false,
                          "zone": 8
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": false,
                              "wanSide": true
                            }
                          },
                          "comment": "string",
                          "dhcp": true,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string"
                              ],
                              "option82": false,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 1,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": false,
                              "gw": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 2,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": "string",
                          "ip": "string",
                          "label": "string",
                          "lanSide": false,
                          "mask": 10,
                          "maxBW": {
                            "inbound": 5,
                            "outbound": 4
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": false,
                          "zone": 3
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": true,
                              "wanSide": false
                            }
                          },
                          "comment": "string",
                          "dhcp": false,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "option82": true,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 6,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": false,
                              "gw": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 8,
                              "netbios": [
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": "string",
                          "ip": "string",
                          "label": "string",
                          "lanSide": true,
                          "mask": 4,
                          "maxBW": {
                            "inbound": 7,
                            "outbound": 6
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": true,
                          "zone": 5
                        },
                        {
                          "behindNAT": "string",
                          "brifs": {
                            "(ifname)": {
                              "comment": "string",
                              "harden": "string",
                              "label": "string",
                              "lanSide": true,
                              "wanSide": false
                            }
                          },
                          "comment": "string",
                          "dhcp": true,
                          "dhcpd": {
                            "relay": {
                              "dhcpserver": [
                                "string",
                                "string"
                              ],
                              "option82": true,
                              "option82_policy": "string"
                            },
                            "server": {
                              "host": {
                                "(hostName)": {
                                  "ip": "string",
                                  "mac": "string"
                                }
                              },
                              "defaultLease": 2,
                              "dns": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "failover": true,
                              "gw": [
                                "string",
                                "string"
                              ],
                              "ipEnd": "string",
                              "ipStart": "string",
                              "maxLease": 1,
                              "netbios": [
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "netbiosNodeType": "string",
                              "ntpd": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ],
                              "options": {
                                "(dhcpOptionId)": "string"
                              },
                              "prefix": "string"
                            },
                            "type": "string"
                          },
                          "harden": "string",
                          "ip": "string",
                          "label": "string",
                          "lanSide": false,
                          "mask": 1,
                          "maxBW": {
                            "inbound": 6,
                            "outbound": 7
                          },
                          "subif": "string",
                          "vlan": "string",
                          "wanNexthop": "string",
                          "wanSide": true,
                          "zone": 6
                        }
                      ],
                      "devNum": "string",
                      "ifName": "string"
                    }
                  ],
                  "sysConfig": {
                    "bonding": false,
                    "haIf": "string",
                    "inline": false,
                    "licence": {
                      "(licenseType)": {},
                      "ecBoost": true,
                      "ecBoostBW": 4,
                      "ecMini": false,
                      "ecPlus": true,
                      "ecTier": "string",
                      "ecTierBW": 5
                    },
                    "maxBW": 3,
                    "maxInBW": 2,
                    "maxInBWEnabled": false,
                    "mode": "router",
                    "propagateLinkDown": true,
                    "singleBridge": false,
                    "tenG": false,
                    "useMgmt0": true,
                    "zones": [
                      "string",
                      "string",
                      "string"
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "portProfileId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "portProfileId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "PortProfiles"
        ],
        "operationId": "portProfilesPut",
        "description": "The parameters and request body are for method: portProfilesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "portProfileId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "portProfileId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "portProfilesPost"
            }
          }
        }
      }
    },
    "/portProfiles/isLabelInUse": {
      "get": {
        "tags": [
          "PortProfiles"
        ],
        "operationId": "portProfilesLabelInUseGet",
        "description": "The parameters and request body are for method: portProfilesLabelInUseGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "inUse": {
                      "type": "boolean"
                    },
                    "portProfileIds": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "inUse": false,
                  "portProfileIds": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/rbac/asset": {
      "get": {
        "tags": [
          "Rbac"
        ],
        "operationId": "getAllApplianceAccessGroups",
        "description": "The parameters and request body are for method: getAllApplianceAccessGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<applianceAccessGroupName1>": {
                      "type": "object",
                      "properties": {
                        "applianceGroups": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "applianceRegions": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "<applianceAccessGroupName2>": {
                      "type": "object",
                      "properties": {
                        "applianceGroups": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "applianceRegions": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<applianceAccessGroupName1>": {
                    "applianceGroups": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "applianceRegions": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  },
                  "<applianceAccessGroupName2>": {
                    "applianceGroups": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "applianceRegions": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "assigned",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Rbac"
        ],
        "operationId": "createOrUpdateApplianceAccessGroup",
        "description": "The parameters and request body are for method: createOrUpdateApplianceAccessGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/rbac/asset/{applianceAccessGroupName}": {
      "delete": {
        "tags": [
          "Rbac"
        ],
        "operationId": "deleteApplianceAccessGroupByName",
        "description": "The parameters and request body are for method: deleteApplianceAccessGroupByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applianceAccessGroupName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applianceAccessGroupName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Rbac"
        ],
        "operationId": "getApplianceAccessGroupByName",
        "description": "The parameters and request body are for method: getApplianceAccessGroupByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "applianceGroups": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "applianceRegions": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "applianceGroups": [
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "applianceRegions": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applianceAccessGroupName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applianceAccessGroupName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/rbac/assignment": {
      "get": {
        "tags": [
          "Rbac"
        ],
        "operationId": "getAllRbacAssignments",
        "description": "The parameters and request body are for method: getAllRbacAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "roles": {
                        "type": "string"
                      },
                      "username": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "asset": "string",
                    "roles": "string",
                    "username": "string"
                  },
                  {
                    "asset": "string",
                    "roles": "string",
                    "username": "string"
                  },
                  {
                    "asset": "string",
                    "roles": "string",
                    "username": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Rbac"
        ],
        "operationId": "createOrUpdateRbacAssignment",
        "description": "The parameters and request body are for method: createOrUpdateRbacAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/rbac/assignment/{username}": {
      "delete": {
        "tags": [
          "Rbac"
        ],
        "operationId": "deleteRbacAssignment",
        "description": "The parameters and request body are for method: deleteRbacAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Rbac"
        ],
        "operationId": "getRbacAssignmentByUsername",
        "description": "The parameters and request body are for method: getRbacAssignmentByUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "asset": {
                      "type": "string"
                    },
                    "roles": {
                      "type": "string"
                    },
                    "username": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "asset": "string",
                  "roles": "string",
                  "username": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/rbac/role": {
      "get": {
        "tags": [
          "Rbac"
        ],
        "operationId": "getAllRoles",
        "description": "The parameters and request body are for method: getAllRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<rolename>": {
                      "type": "object",
                      "properties": {
                        "menuTypeItems": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "net_read": {
                          "type": "boolean"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<rolename>": {
                    "menuTypeItems": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "net_read": false
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Rbac"
        ],
        "operationId": "saveRole",
        "description": "The parameters and request body are for method: saveRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/rbac/role/menuAssigned": {
      "get": {
        "tags": [
          "Rbac"
        ],
        "operationId": "getAssignedMenus",
        "description": "The parameters and request body are for method: getAssignedMenus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "net_read": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "net_read_write": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "net_read": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "net_read_write": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/rbac/role/{roleName}": {
      "delete": {
        "tags": [
          "Rbac"
        ],
        "operationId": "deleteRoleByRoleName",
        "description": "The parameters and request body are for method: deleteRoleByRoleName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Rbac"
        ],
        "operationId": "getRoleByRoleName",
        "description": "The parameters and request body are for method: getRoleByRoleName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "menuTypeItems": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "net_read": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "menuTypeItems": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "net_read": true
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reachability/appliance/{neId}": {
      "get": {
        "tags": [
          "Reachability"
        ],
        "operationId": "reachabilityFromAppliance",
        "description": "The parameters and request body are for method: reachabilityFromAppliance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "neIP": {
                      "type": "object",
                      "properties": {
                        "https": {
                          "type": "string"
                        },
                        "rest": {
                          "type": "string"
                        },
                        "ssh": {
                          "type": "string"
                        },
                        "webSocket": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "neIP": {
                    "https": "string",
                    "rest": "string",
                    "ssh": "string",
                    "webSocket": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reachability/gms/{neId}": {
      "get": {
        "tags": [
          "Reachability"
        ],
        "operationId": "reachabilityFromGMS",
        "description": "The parameters and request body are for method: reachabilityFromGMS. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "actualWebProtocolType": {
                      "type": "string"
                    },
                    "hostName": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    },
                    "neId": {
                      "type": "string"
                    },
                    "state": {
                      "type": "number"
                    },
                    "unsavedChanges": {
                      "type": "number"
                    },
                    "userName": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "actualWebProtocolType": "string",
                  "hostName": "string",
                  "id": "string",
                  "neId": "string",
                  "state": 5,
                  "unsavedChanges": 3,
                  "userName": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/realtimeStats/{nePk}": {
      "post": {
        "tags": [
          "RealtimeStats"
        ],
        "operationId": "realtimeStats",
        "description": "The parameters and request body are for method: realtimeStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/regions": {
      "get": {
        "tags": [
          "Regions"
        ],
        "operationId": "regionGet",
        "description": "The parameters and request body are for method: regionGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "regionId": {
                      "type": "number"
                    },
                    "regionName": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "regionId": 9,
                  "regionName": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Regions"
        ],
        "operationId": "regionPost",
        "description": "The parameters and request body are for method: regionPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/regions/appliances": {
      "get": {
        "tags": [
          "Regions"
        ],
        "operationId": "regionAssociationGET",
        "description": "The parameters and request body are for method: regionAssociationGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Regions"
        ],
        "operationId": "regionAssociationPost",
        "description": "The parameters and request body are for method: regionAssociationPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/regions/appliances/nePk/{nePK}": {
      "get": {
        "tags": [
          "Regions"
        ],
        "operationId": "getRegionsAppliancesNePkNePK",
        "description": "The parameters and request body are for method: getRegionsAppliancesNePkNePK. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nePk": {
                      "type": "string"
                    },
                    "regionId": {
                      "type": "number"
                    },
                    "regionName": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "nePk": "string",
                  "regionId": 10,
                  "regionName": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePK",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePK",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/regions/appliances/regionId/{regionId}": {
      "get": {
        "tags": [
          "Regions"
        ],
        "operationId": "getRegionsAppliancesRegionIdRegionId",
        "description": "The parameters and request body are for method: getRegionsAppliancesRegionIdRegionId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nePk": {
                      "type": "string"
                    },
                    "regionId": {
                      "type": "number"
                    },
                    "regionName": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "nePk": "string",
                  "regionId": 5,
                  "regionName": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "regionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "regionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/regions/appliances/{nePK}": {
      "put": {
        "tags": [
          "Regions"
        ],
        "operationId": "regionAssociationPut",
        "description": "The parameters and request body are for method: regionAssociationPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePK",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePK",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/regions/{regionId}": {
      "delete": {
        "tags": [
          "Regions"
        ],
        "operationId": "regionDelete",
        "description": "The parameters and request body are for method: regionDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "regionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "regionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Regions"
        ],
        "operationId": "regionSingleGet",
        "description": "The parameters and request body are for method: regionSingleGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "regionId": {
                      "type": "number"
                    },
                    "regionName": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "regionId": 8,
                  "regionName": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "regionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "regionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Regions"
        ],
        "operationId": "regionPut",
        "description": "The parameters and request body are for method: regionPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "regionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "regionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/release": {
      "get": {
        "tags": [
          "Release"
        ],
        "operationId": "releases",
        "description": "The parameters and request body are for method: releases. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "gmsbuilds": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "description": {
                            "type": "string"
                          },
                          "product": {
                            "type": "string"
                          },
                          "releaseDate": {
                            "type": "number"
                          },
                          "releaseType": {
                            "type": "string"
                          },
                          "version": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "vxoabuilds": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "description": {
                            "type": "string"
                          },
                          "product": {
                            "type": "string"
                          },
                          "releaseDate": {
                            "type": "number"
                          },
                          "releaseType": {
                            "type": "string"
                          },
                          "version": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "gmsbuilds": [
                    {
                      "description": "string",
                      "product": "string",
                      "releaseDate": 6,
                      "releaseType": "string",
                      "version": "string"
                    }
                  ],
                  "vxoabuilds": [
                    {
                      "description": "string",
                      "product": "string",
                      "releaseDate": 6,
                      "releaseType": "string",
                      "version": "string"
                    },
                    {
                      "description": "string",
                      "product": "string",
                      "releaseDate": 7,
                      "releaseType": "string",
                      "version": "string"
                    },
                    {
                      "description": "string",
                      "product": "string",
                      "releaseDate": 1,
                      "releaseType": "string",
                      "version": "string"
                    },
                    {
                      "description": "string",
                      "product": "string",
                      "releaseDate": 7,
                      "releaseType": "string",
                      "version": "string"
                    },
                    {
                      "description": "string",
                      "product": "string",
                      "releaseDate": 10,
                      "releaseType": "string",
                      "version": "string"
                    },
                    {
                      "description": "string",
                      "product": "string",
                      "releaseDate": 6,
                      "releaseType": "string",
                      "version": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/release/notifications": {
      "get": {
        "tags": [
          "Release"
        ],
        "operationId": "releaseNotifications",
        "description": "The parameters and request body are for method: releaseNotifications. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "description": {
                        "type": "string"
                      },
                      "nextTime": {
                        "type": "number"
                      },
                      "product": {
                        "type": "number"
                      },
                      "version": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "description": "string",
                    "nextTime": 4,
                    "product": 5,
                    "version": "string"
                  },
                  {
                    "description": "string",
                    "nextTime": 7,
                    "product": 4,
                    "version": "string"
                  },
                  {
                    "description": "string",
                    "nextTime": 6,
                    "product": 2,
                    "version": "string"
                  },
                  {
                    "description": "string",
                    "nextTime": 9,
                    "product": 7,
                    "version": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/release/notifications/delay/{version}": {
      "post": {
        "tags": [
          "Release"
        ],
        "operationId": "delayReleaseNotification",
        "description": "The parameters and request body are for method: delayReleaseNotification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "version",
            "in": "path",
            "required": true,
            "schema": {
              "title": "version",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "delayRequest"
            }
          }
        }
      }
    },
    "/release/notifications/dismiss/{version}": {
      "post": {
        "tags": [
          "Release"
        ],
        "operationId": "dismissReleaseNotification",
        "description": "The parameters and request body are for method: dismissReleaseNotification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "version",
            "in": "path",
            "required": true,
            "schema": {
              "title": "version",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/remoteLogReceiver": {
      "get": {
        "tags": [
          "RemoteLogReceiver"
        ],
        "operationId": "remoteLogReceiverGet",
        "description": "The parameters and request body are for method: remoteLogReceiverGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "RemoteLogReceiver"
        ],
        "operationId": "remoteLogReceiverAdd",
        "description": "The parameters and request body are for method: remoteLogReceiverAdd. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RemoteLogReceiver"
        ],
        "operationId": "remoteLogReceiverPut",
        "description": "The parameters and request body are for method: remoteLogReceiverPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "requestBody": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "requestBody": "requestBody"
              }
            }
          }
        }
      }
    },
    "/remoteLogReceiver/{receiverId}": {
      "delete": {
        "tags": [
          "RemoteLogReceiver"
        ],
        "operationId": "remoteLogReceiverDelete",
        "description": "The parameters and request body are for method: remoteLogReceiverDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "receiverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "receiverId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/remoteLogReceiver/{receiverId}/subscribe": {
      "post": {
        "tags": [
          "RemoteLogReceiver"
        ],
        "operationId": "remoteLogReceiverSubscribe",
        "description": "The parameters and request body are for method: remoteLogReceiverSubscribe. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "receiverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "receiverId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "fetchingParam"
            }
          }
        }
      }
    },
    "/resolver/{neId}": {
      "get": {
        "tags": [
          "Resolver"
        ],
        "operationId": "dns",
        "description": "The parameters and request body are for method: dns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "domain_search": {
                      "type": "object",
                      "properties": {
                        "1": {
                          "type": "object",
                          "properties": {
                            "domainname": {
                              "type": "string"
                            },
                            "self": {
                              "type": "number"
                            }
                          }
                        },
                        "2": {
                          "type": "object",
                          "properties": {
                            "domainname": {
                              "type": "string"
                            },
                            "self": {
                              "type": "number"
                            }
                          }
                        },
                        "3": {
                          "type": "object",
                          "properties": {
                            "domainname": {
                              "type": "string"
                            },
                            "self": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "nameserver": {
                      "type": "object",
                      "properties": {
                        "1": {
                          "type": "object",
                          "properties": {
                            "address": {
                              "type": "string"
                            },
                            "self": {
                              "type": "number"
                            }
                          }
                        },
                        "2": {
                          "type": "object",
                          "properties": {
                            "address": {
                              "type": "string"
                            },
                            "self": {
                              "type": "number"
                            }
                          }
                        },
                        "3": {
                          "type": "object",
                          "properties": {
                            "address": {
                              "type": "string"
                            },
                            "self": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "domain_search": {
                    "1": {
                      "domainname": "string",
                      "self": 8
                    },
                    "2": {
                      "domainname": "string",
                      "self": 1
                    },
                    "3": {
                      "domainname": "string",
                      "self": 1
                    }
                  },
                  "nameserver": {
                    "1": {
                      "address": "string",
                      "self": 2
                    },
                    "2": {
                      "address": "string",
                      "self": 8
                    },
                    "3": {
                      "address": "string",
                      "self": 1
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/restApiConfig": {
      "get": {
        "tags": [
          "RestApiConfig"
        ],
        "operationId": "restApiConfigGet",
        "description": "The parameters and request body are for method: restApiConfigGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "communicateWithApplianceViaPortal": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "communicateWithApplianceViaPortal": true
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "RestApiConfig"
        ],
        "operationId": "restApiConfigPost",
        "description": "The parameters and request body are for method: restApiConfigPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "restApiConfigPost"
            }
          }
        }
      }
    },
    "/restRequestTimeStats/summary": {
      "get": {
        "tags": [
          "RestRequestTimeStats"
        ],
        "operationId": "getRestRequestTimeStatsSummary",
        "description": "The parameters and request body are for method: getRestRequestTimeStatsSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "avgRestRequestTime": {
                        "type": "number"
                      },
                      "channel": {
                        "type": "number"
                      },
                      "maxRestRequestTime": {
                        "type": "number"
                      },
                      "method": {
                        "type": "string"
                      },
                      "minRestRequestTime": {
                        "type": "number"
                      },
                      "nePk": {
                        "type": "string"
                      },
                      "queryTime": {
                        "type": "number"
                      },
                      "resourceBase": {
                        "type": "string"
                      },
                      "timedout": {
                        "type": "boolean"
                      },
                      "timeouts": {
                        "type": "number"
                      },
                      "timestamp": {
                        "type": "number"
                      },
                      "totalRequests": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "avgRestRequestTime": 7,
                    "channel": 3,
                    "maxRestRequestTime": 5,
                    "method": "string",
                    "minRestRequestTime": 5,
                    "nePk": "string",
                    "queryTime": 4,
                    "resourceBase": "string",
                    "timedout": true,
                    "timeouts": 2,
                    "timestamp": 7,
                    "totalRequests": 7
                  },
                  {
                    "avgRestRequestTime": 1,
                    "channel": 8,
                    "maxRestRequestTime": 9,
                    "method": "string",
                    "minRestRequestTime": 10,
                    "nePk": "string",
                    "queryTime": 2,
                    "resourceBase": "string",
                    "timedout": true,
                    "timeouts": 2,
                    "timestamp": 2,
                    "totalRequests": 7
                  },
                  {
                    "avgRestRequestTime": 2,
                    "channel": 6,
                    "maxRestRequestTime": 10,
                    "method": "string",
                    "minRestRequestTime": 7,
                    "nePk": "string",
                    "queryTime": 9,
                    "resourceBase": "string",
                    "timedout": false,
                    "timeouts": 6,
                    "timestamp": 4,
                    "totalRequests": 9
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "portalWS",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "timedout",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "from",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "to",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/restRequestTimeStats/{nePk}/%2F{resource}/{portalWS}/{method}": {
      "get": {
        "tags": [
          "RestRequestTimeStats"
        ],
        "operationId": "getRestRequestTimeStatsDetails",
        "description": "The parameters and request body are for method: getRestRequestTimeStatsDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "avgRestRequestTime": {
                        "type": "number"
                      },
                      "channel": {
                        "type": "number"
                      },
                      "maxRestRequestTime": {
                        "type": "number"
                      },
                      "method": {
                        "type": "string"
                      },
                      "minRestRequestTime": {
                        "type": "number"
                      },
                      "nePk": {
                        "type": "string"
                      },
                      "queryTime": {
                        "type": "number"
                      },
                      "resourceUrl": {
                        "type": "string"
                      },
                      "timedout": {
                        "type": "boolean"
                      },
                      "timeouts": {
                        "type": "number"
                      },
                      "timestamp": {
                        "type": "number"
                      },
                      "totalRequests": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "avgRestRequestTime": 9,
                    "channel": 4,
                    "maxRestRequestTime": 10,
                    "method": "string",
                    "minRestRequestTime": 1,
                    "nePk": "string",
                    "queryTime": 3,
                    "resourceUrl": "string",
                    "timedout": true,
                    "timeouts": 9,
                    "timestamp": 2,
                    "totalRequests": 6
                  },
                  {
                    "avgRestRequestTime": 10,
                    "channel": 3,
                    "maxRestRequestTime": 10,
                    "method": "string",
                    "minRestRequestTime": 5,
                    "nePk": "string",
                    "queryTime": 1,
                    "resourceUrl": "string",
                    "timedout": false,
                    "timeouts": 7,
                    "timestamp": 1,
                    "totalRequests": 10
                  },
                  {
                    "avgRestRequestTime": 8,
                    "channel": 7,
                    "maxRestRequestTime": 2,
                    "method": "string",
                    "minRestRequestTime": 5,
                    "nePk": "string",
                    "queryTime": 3,
                    "resourceUrl": "string",
                    "timedout": false,
                    "timeouts": 10,
                    "timestamp": 7,
                    "totalRequests": 3
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "resource",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resource",
              "type": "string"
            }
          },
          {
            "name": "portalWS",
            "in": "path",
            "required": true,
            "schema": {
              "title": "portalWS",
              "type": "boolean"
            }
          },
          {
            "name": "method",
            "in": "path",
            "required": true,
            "schema": {
              "title": "method",
              "type": "string"
            }
          },
          {
            "name": "from",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "to",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/rmaWizard/apply/{nePk}": {
      "post": {
        "tags": [
          "RmaWizard"
        ],
        "operationId": "applyRmaWizard",
        "description": "The parameters and request body are for method: applyRmaWizard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "backup": {
                      "type": "object",
                      "properties": {
                        "backupTime": {
                          "type": "number"
                        },
                        "comment": {
                          "type": "string"
                        },
                        "fileName": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "runningConfig": {
                          "type": "string"
                        },
                        "swVersion": {
                          "type": "string"
                        }
                      }
                    },
                    "discoveredAppliance": {
                      "type": "object",
                      "properties": {
                        "applianceInfo": {
                          "type": "object",
                          "properties": {
                            "group": {
                              "type": "string"
                            },
                            "hostname": {
                              "type": "string"
                            },
                            "ip": {
                              "type": "string"
                            },
                            "isLicenseRequired": {
                              "type": "string"
                            },
                            "model": {
                              "type": "string"
                            },
                            "portalLicenseType": {
                              "type": "string"
                            },
                            "reachabilityStatus": {
                              "type": "number"
                            },
                            "serial": {
                              "type": "string"
                            },
                            "site": {
                              "type": "string"
                            },
                            "softwareVersion": {
                              "type": "string"
                            }
                          }
                        },
                        "approved": {
                          "type": "boolean"
                        },
                        "approvedTime": {
                          "type": "number"
                        },
                        "denied": {
                          "type": "boolean"
                        },
                        "deniedTime": {
                          "type": "number"
                        },
                        "discoveredFrom": {
                          "type": "number"
                        },
                        "discoveredTime": {
                          "type": "number"
                        },
                        "dynamicUuid": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "portalObjectId": {
                          "type": "string"
                        },
                        "userId": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        }
                      }
                    },
                    "existingAppliance": {
                      "type": "object",
                      "properties": {
                        "IP": {
                          "type": "string"
                        },
                        "applianceId": {
                          "type": "number"
                        },
                        "bypass": {
                          "type": "boolean"
                        },
                        "discoveredFrom": {
                          "type": "number"
                        },
                        "dynamicUuid": {
                          "type": "string"
                        },
                        "groupId": {
                          "type": "string"
                        },
                        "hardwareRevision": {
                          "type": "string"
                        },
                        "hasUnsavedChanges": {
                          "type": "boolean"
                        },
                        "hostName": {
                          "type": "string"
                        },
                        "id": {
                          "type": "string"
                        },
                        "ip": {
                          "type": "string"
                        },
                        "latitude": {
                          "type": "number"
                        },
                        "longitude": {
                          "type": "number"
                        },
                        "mode": {
                          "type": "string"
                        },
                        "model": {
                          "type": "string"
                        },
                        "nePk": {
                          "type": "string"
                        },
                        "networkRole": {
                          "type": "string"
                        },
                        "password": {
                          "type": "string"
                        },
                        "portalObjectId": {
                          "type": "string"
                        },
                        "reachabilityChannel": {
                          "type": "number"
                        },
                        "rebootRequired": {
                          "type": "boolean"
                        },
                        "serial": {
                          "type": "string"
                        },
                        "site": {
                          "type": "string"
                        },
                        "sitePriority": {
                          "type": "number"
                        },
                        "softwareVersion": {
                          "type": "string"
                        },
                        "startupTime": {
                          "type": "number"
                        },
                        "state": {
                          "type": "number"
                        },
                        "systemBandwidth": {
                          "type": "number"
                        },
                        "userName": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "webProtocol": {
                          "type": "string"
                        },
                        "webProtocolType": {
                          "type": "number"
                        }
                      }
                    },
                    "selectedImage": {
                      "type": "object",
                      "properties": {
                        "NxImage.buildDate": {
                          "type": "string"
                        },
                        "NxImage.fileName": {
                          "type": "string"
                        },
                        "NxImage.version": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "backup": {
                    "backupTime": 4,
                    "comment": "string",
                    "fileName": "string",
                    "id": 2,
                    "runningConfig": "string",
                    "swVersion": "string"
                  },
                  "discoveredAppliance": {
                    "applianceInfo": {
                      "group": "string",
                      "hostname": "string",
                      "ip": "string",
                      "isLicenseRequired": "string",
                      "model": "string",
                      "portalLicenseType": "string",
                      "reachabilityStatus": 6,
                      "serial": "string",
                      "site": "string",
                      "softwareVersion": "string"
                    },
                    "approved": false,
                    "approvedTime": 1,
                    "denied": true,
                    "deniedTime": 7,
                    "discoveredFrom": 7,
                    "discoveredTime": 8,
                    "dynamicUuid": "string",
                    "id": 3,
                    "portalObjectId": "string",
                    "userId": "string",
                    "uuid": "string"
                  },
                  "existingAppliance": {
                    "IP": "string",
                    "applianceId": 10,
                    "bypass": true,
                    "discoveredFrom": 9,
                    "dynamicUuid": "string",
                    "groupId": "string",
                    "hardwareRevision": "string",
                    "hasUnsavedChanges": true,
                    "hostName": "string",
                    "id": "string",
                    "ip": "string",
                    "latitude": 2,
                    "longitude": 2,
                    "mode": "string",
                    "model": "string",
                    "nePk": "string",
                    "networkRole": "string",
                    "password": "string",
                    "portalObjectId": "string",
                    "reachabilityChannel": 5,
                    "rebootRequired": true,
                    "serial": "string",
                    "site": "string",
                    "sitePriority": 3,
                    "softwareVersion": "string",
                    "startupTime": 2,
                    "state": 8,
                    "systemBandwidth": 1,
                    "userName": "string",
                    "uuid": "string",
                    "webProtocol": "string",
                    "webProtocolType": 9
                  },
                  "selectedImage": {
                    "NxImage.buildDate": "string",
                    "NxImage.fileName": "string",
                    "NxImage.version": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applyRmaWizard"
            }
          }
        }
      }
    },
    "/saMap/{nePk}": {
      "get": {
        "tags": [
          "SaMap"
        ],
        "operationId": "samap",
        "description": "The parameters and request body are for method: samap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entries": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "action": {
                            "type": "object",
                            "properties": {
                              "bind_to_device": {
                                "type": "string"
                              },
                              "bypass": {
                                "type": "string"
                              },
                              "drop": {
                                "type": "string"
                              },
                              "passthrough": {
                                "type": "string"
                              },
                              "src_ip_based_routing": {
                                "type": "string"
                              }
                            }
                          },
                          "comment": {
                            "type": "string"
                          },
                          "matchCriteria": {
                            "type": "object",
                            "properties": {
                              "application": {
                                "type": "string"
                              },
                              "bind_to_device_traffic": {
                                "type": "string"
                              },
                              "dst_ip": {
                                "type": "string"
                              },
                              "dst_port": {
                                "type": "string"
                              },
                              "protocol": {
                                "type": "string"
                              },
                              "src_ip": {
                                "type": "string"
                              },
                              "src_port": {
                                "type": "string"
                              }
                            }
                          },
                          "priority": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "mapName": {
                      "type": "string"
                    },
                    "numOfEntries": {
                      "type": "string"
                    },
                    "state": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "entries": [
                    {
                      "action": {
                        "bind_to_device": "string",
                        "bypass": "string",
                        "drop": "string",
                        "passthrough": "string",
                        "src_ip_based_routing": "string"
                      },
                      "comment": "string",
                      "matchCriteria": {
                        "application": "string",
                        "bind_to_device_traffic": "string",
                        "dst_ip": "string",
                        "dst_port": "string",
                        "protocol": "udp",
                        "src_ip": "string",
                        "src_port": "string"
                      },
                      "priority": "string"
                    },
                    {
                      "action": {
                        "bind_to_device": "string",
                        "bypass": "string",
                        "drop": "string",
                        "passthrough": "string",
                        "src_ip_based_routing": "string"
                      },
                      "comment": "string",
                      "matchCriteria": {
                        "application": "string",
                        "bind_to_device_traffic": "string",
                        "dst_ip": "string",
                        "dst_port": "string",
                        "protocol": "ip",
                        "src_ip": "string",
                        "src_port": "string"
                      },
                      "priority": "string"
                    },
                    {
                      "action": {
                        "bind_to_device": "string",
                        "bypass": "string",
                        "drop": "string",
                        "passthrough": "string",
                        "src_ip_based_routing": "string"
                      },
                      "comment": "string",
                      "matchCriteria": {
                        "application": "string",
                        "bind_to_device_traffic": "string",
                        "dst_ip": "string",
                        "dst_port": "string",
                        "protocol": "tcp",
                        "src_ip": "string",
                        "src_port": "string"
                      },
                      "priority": "string"
                    }
                  ],
                  "mapName": "string",
                  "numOfEntries": "string",
                  "state": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/securityMaps/{neId}": {
      "get": {
        "tags": [
          "SecurityMaps"
        ],
        "operationId": "securityMaps",
        "description": "The parameters and request body are for method: securityMaps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "map1": {
                      "type": "object",
                      "properties": {
                        "<zoneFromId_zoneToId>": {
                          "type": "object",
                          "properties": {
                            "prio": {
                              "type": "object",
                              "properties": {
                                "<priorityNumber>": {
                                  "type": "object",
                                  "properties": {
                                    "comment": {
                                      "type": "string"
                                    },
                                    "gms_marked": {
                                      "type": "boolean"
                                    },
                                    "match": {
                                      "type": "object"
                                    },
                                    "misc": {
                                      "type": "object"
                                    },
                                    "self": {
                                      "type": "object"
                                    },
                                    "set": {
                                      "type": "object"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "map1": {
                    "<zoneFromId_zoneToId>": {
                      "prio": {
                        "<priorityNumber>": {
                          "comment": "string",
                          "gms_marked": true,
                          "match": {},
                          "misc": {},
                          "self": null,
                          "set": {}
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/session/activeSessions": {
      "get": {
        "tags": [
          "Session"
        ],
        "operationId": "getSessionActiveSessions",
        "description": "The parameters and request body are for method: getSessionActiveSessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "idle_time": {
                        "type": "number"
                      },
                      "login_time": {
                        "type": "number"
                      },
                      "remote_host": {
                        "type": "string"
                      },
                      "type": {
                        "type": "string"
                      },
                      "username": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "idle_time": 3,
                    "login_time": 4,
                    "remote_host": "string",
                    "type": "string",
                    "username": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/snmp/{nePk}": {
      "get": {
        "tags": [
          "Snmp"
        ],
        "operationId": "snmpGet",
        "description": "The parameters and request body are for method: snmpGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "access": {
                      "type": "object",
                      "properties": {
                        "rocommunity": {
                          "type": "string"
                        }
                      }
                    },
                    "auto_launch": {
                      "type": "boolean"
                    },
                    "listen": {
                      "type": "object",
                      "properties": {
                        "enable": {
                          "type": "boolean"
                        }
                      }
                    },
                    "syscontact": {
                      "type": "string"
                    },
                    "sysdescr": {
                      "type": "string"
                    },
                    "syslocation": {
                      "type": "string"
                    },
                    "traps": {
                      "type": "object",
                      "properties": {
                        "enable": {
                          "type": "boolean"
                        },
                        "trap_community": {
                          "type": "string"
                        }
                      }
                    },
                    "v3": {
                      "type": "object",
                      "properties": {
                        "users": {
                          "type": "object",
                          "properties": {
                            "admin": {
                              "type": "object",
                              "properties": {
                                "auth_key": {
                                  "type": "string"
                                },
                                "enable": {
                                  "type": "boolean"
                                },
                                "hash_type": {
                                  "type": "string"
                                },
                                "privacy_key": {
                                  "type": "string"
                                },
                                "privacy_type": {
                                  "type": "string"
                                },
                                "self": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "access": {
                    "rocommunity": "string"
                  },
                  "auto_launch": false,
                  "listen": {
                    "enable": false
                  },
                  "syscontact": "string",
                  "sysdescr": "string",
                  "syslocation": "string",
                  "traps": {
                    "enable": false,
                    "trap_community": "string"
                  },
                  "v3": {
                    "users": {
                      "admin": {
                        "auth_key": "string",
                        "enable": true,
                        "hash_type": "string",
                        "privacy_key": "string",
                        "privacy_type": "string",
                        "self": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/account/key/changeCount": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "spPortalAccountKeyChangeCount",
        "description": "The parameters and request body are for method: spPortalAccountKeyChangeCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "count": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/account/key/changeStatus": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "spPortalAccountKeyChangeStatus",
        "description": "The parameters and request body are for method: spPortalAccountKeyChangeStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "committedToPortalTimestamp": {
                      "type": "number"
                    },
                    "generateTimestamp": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "committedToPortalTimestamp": 4,
                  "generateTimestamp": 2
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/account/key/generate": {
      "put": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "spPortalAccountKeyGeneratePut",
        "description": "The parameters and request body are for method: spPortalAccountKeyGeneratePut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accountKey": {
                      "type": "string"
                    },
                    "oldAccountKey": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "accountKey": "string",
                  "oldAccountKey": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/account/license/appliance/ecsp/assign": {
      "post": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "spPortalECSPLicenseAssign",
        "description": "The parameters and request body are for method: spPortalECSPLicenseAssign. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "spPortalECSPLicenseAssign"
            }
          }
        }
      }
    },
    "/spPortal/account/license/appliance/ecsp/status": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "spPortalECSPLicensesGet",
        "description": "The parameters and request body are for method: spPortalECSPLicensesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_id": {
                        "type": "string"
                      },
                      "account": {
                        "type": "string"
                      },
                      "appliance": {
                        "type": "string"
                      },
                      "bandwidth": {
                        "type": "number"
                      },
                      "boostBandwidth": {
                        "type": "number"
                      },
                      "desc": {
                        "type": "string"
                      },
                      "endDate": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "numOverlays": {
                        "type": "number"
                      },
                      "quantity": {
                        "type": "number"
                      },
                      "salesforceId": {
                        "type": "string"
                      },
                      "salesforceSerial": {
                        "type": "string"
                      },
                      "startDate": {
                        "type": "number"
                      },
                      "subAccount": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_id": "string",
                    "account": "string",
                    "appliance": "string",
                    "bandwidth": 6,
                    "boostBandwidth": 5,
                    "desc": "string",
                    "endDate": 10,
                    "name": "string",
                    "numOverlays": 6,
                    "quantity": 7,
                    "salesforceId": "string",
                    "salesforceSerial": "string",
                    "startDate": 1,
                    "subAccount": "string"
                  },
                  {
                    "_id": "string",
                    "account": "string",
                    "appliance": "string",
                    "bandwidth": 10,
                    "boostBandwidth": 9,
                    "desc": "string",
                    "endDate": 9,
                    "name": "string",
                    "numOverlays": 10,
                    "quantity": 6,
                    "salesforceId": "string",
                    "salesforceSerial": "string",
                    "startDate": 8,
                    "subAccount": "string"
                  },
                  {
                    "_id": "string",
                    "account": "string",
                    "appliance": "string",
                    "bandwidth": 7,
                    "boostBandwidth": 5,
                    "desc": "string",
                    "endDate": 2,
                    "name": "string",
                    "numOverlays": 2,
                    "quantity": 8,
                    "salesforceId": "string",
                    "salesforceSerial": "string",
                    "startDate": 6,
                    "subAccount": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/account/license/appliance/ecsp/unassign": {
      "post": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "spPortalECSPLicenseUnassign",
        "description": "The parameters and request body are for method: spPortalECSPLicenseUnassign. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "spPortalECSPLicenseUnassign"
            }
          }
        }
      }
    },
    "/spPortal/account/license/feature": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "spPortalAccountLicenseFeatureGet",
        "description": "The parameters and request body are for method: spPortalAccountLicenseFeatureGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "displayName": {
                        "type": "string"
                      },
                      "expire": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "displayName": "string",
                    "expire": 10,
                    "name": "string"
                  },
                  {
                    "displayName": "string",
                    "expire": 8,
                    "name": "string"
                  },
                  {
                    "displayName": "string",
                    "expire": 10,
                    "name": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/account/license/type": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "spPortalAccountLicenseTypeGet",
        "description": "The parameters and request body are for method: spPortalAccountLicenseTypeGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "displayName": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "displayName": "string",
                  "name": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/account/oldKey": {
      "delete": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "spPortalDeleteOldKey",
        "description": "The parameters and request body are for method: spPortalDeleteOldKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/applianceWSStatus/{}": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "checkApplianceReachabilityUsingWSGet",
        "description": "The parameters and request body are for method: checkApplianceReachabilityUsingWSGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "directWS": {
                      "type": "object",
                      "properties": {
                        "err": {
                          "type": "string"
                        },
                        "reachable": {
                          "type": "boolean"
                        }
                      }
                    },
                    "portalWS": {
                      "type": "object",
                      "properties": {
                        "err": {
                          "type": "string"
                        },
                        "reachable": {
                          "type": "boolean"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "directWS": {
                    "err": "string",
                    "reachable": true
                  },
                  "portalWS": {
                    "err": "string",
                    "reachable": true
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/applicationTags": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "appGroupTmpGet",
        "description": "The parameters and request body are for method: appGroupTmpGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/applicationTags/info": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "appGroupTmpHashCodeGet",
        "description": "The parameters and request body are for method: appGroupTmpHashCodeGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hashVal": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "hashVal": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/compoundClassification": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "compoundTmpGet",
        "description": "The parameters and request body are for method: compoundTmpGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id#": {
                      "type": "object",
                      "properties": {
                        "confidence": {
                          "type": "number"
                        },
                        "description": {
                          "type": "string"
                        },
                        "disabled": {
                          "type": "boolean"
                        },
                        "dscp": {
                          "type": "string"
                        },
                        "dst_dns": {
                          "type": "string"
                        },
                        "dst_geo": {
                          "type": "string"
                        },
                        "dst_ip": {
                          "type": "string"
                        },
                        "dst_port": {
                          "type": "string"
                        },
                        "dst_service": {
                          "type": "string"
                        },
                        "either_dns": {
                          "type": "string"
                        },
                        "either_geo": {
                          "type": "string"
                        },
                        "either_ip": {
                          "type": "string"
                        },
                        "either_port": {
                          "type": "string"
                        },
                        "either_service": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "name": {
                          "type": "string"
                        },
                        "protocol": {
                          "type": "string"
                        },
                        "src_dns": {
                          "type": "string"
                        },
                        "src_geo": {
                          "type": "string"
                        },
                        "src_ip": {
                          "type": "string"
                        },
                        "src_port": {
                          "type": "string"
                        },
                        "src_service": {
                          "type": "string"
                        },
                        "vlan": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "id#": {
                    "confidence": 8,
                    "description": "string",
                    "disabled": false,
                    "dscp": "string",
                    "dst_dns": "string",
                    "dst_geo": "string",
                    "dst_ip": "string",
                    "dst_port": "string",
                    "dst_service": "string",
                    "either_dns": "string",
                    "either_geo": "string",
                    "either_ip": "string",
                    "either_port": "string",
                    "either_service": "string",
                    "id": 1,
                    "name": "string",
                    "protocol": "string",
                    "src_dns": "string",
                    "src_geo": "string",
                    "src_ip": "string",
                    "src_port": "string",
                    "src_service": "string",
                    "vlan": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/compoundClassification/info": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "compoundTmpHashCodeGet",
        "description": "The parameters and request body are for method: compoundTmpHashCodeGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hashVal": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "hashVal": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/config": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "spPortalConfigGet",
        "description": "The parameters and request body are for method: spPortalConfigGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "host": {
                      "type": "string"
                    },
                    "port": {
                      "type": "number"
                    },
                    "registration": {
                      "type": "object",
                      "properties": {
                        "account": {
                          "type": "string"
                        },
                        "accountId": {
                          "type": "string"
                        },
                        "group": {
                          "type": "string"
                        },
                        "key": {
                          "type": "string"
                        },
                        "oldKey": {
                          "type": "string"
                        },
                        "site": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "host": "string",
                  "port": 2,
                  "registration": {
                    "account": "string",
                    "accountId": "string",
                    "group": "string",
                    "key": "string",
                    "oldKey": "string",
                    "site": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "spPortalConfigPost",
        "description": "The parameters and request body are for method: spPortalConfigPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "spPortalConfig"
            }
          }
        }
      }
    },
    "/spPortal/connectivity": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "connectivityGet",
        "description": "The parameters and request body are for method: connectivityGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "portal": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "portal": 3
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/createCaseWithPortal": {
      "post": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "spPortalCreateCasePost",
        "description": "The parameters and request body are for method: spPortalCreateCasePost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "spPortalCreateCaseWithPortal"
            }
          }
        }
      }
    },
    "/spPortal/dnsClassification": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "dnsTmpGet",
        "description": "The parameters and request body are for method: dnsTmpGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "domain": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "priority": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "domain": "string",
                    "name": "string",
                    "priority": 9
                  },
                  {
                    "domain": "string",
                    "name": "string",
                    "priority": 10
                  },
                  {
                    "domain": "string",
                    "name": "string",
                    "priority": 9
                  },
                  {
                    "domain": "string",
                    "name": "string",
                    "priority": 7
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/dnsClassification/info": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "dnsTmpHashCodeGet",
        "description": "The parameters and request body are for method: dnsTmpHashCodeGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hashVal": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "hashVal": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/internetDb/geoLocateIp": {
      "post": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "geoLocationPost",
        "description": "The parameters and request body are for method: geoLocationPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<ip>": {
                      "type": "object",
                      "properties": {
                        "city": {
                          "type": "string"
                        },
                        "country": {
                          "type": "string"
                        },
                        "countryCode": {
                          "type": "string"
                        },
                        "ip": {
                          "type": "number"
                        },
                        "isp": {
                          "type": "string"
                        },
                        "latitude": {
                          "type": "number"
                        },
                        "longitude": {
                          "type": "number"
                        },
                        "org": {
                          "type": "string"
                        },
                        "postalCode": {
                          "type": "number"
                        },
                        "rangeIpEnd": {
                          "type": "number"
                        },
                        "rangeIpStart": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<ip>": {
                    "city": "string",
                    "country": "string",
                    "countryCode": "string",
                    "ip": 10,
                    "isp": "string",
                    "latitude": 4,
                    "longitude": 4,
                    "org": "string",
                    "postalCode": 10,
                    "rangeIpEnd": 10,
                    "rangeIpStart": 7
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "geoLocationPostBody": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "geoLocationPostBody": "geoLocationPostBody"
              }
            }
          }
        }
      }
    },
    "/spPortal/internetDb/geoLocateIp/{}": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "geoLocationGet",
        "description": "The parameters and request body are for method: geoLocationGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<ip>": {
                      "type": "object",
                      "properties": {
                        "city": {
                          "type": "string"
                        },
                        "country": {
                          "type": "string"
                        },
                        "countryCode": {
                          "type": "string"
                        },
                        "ip": {
                          "type": "number"
                        },
                        "isp": {
                          "type": "string"
                        },
                        "latitude": {
                          "type": "number"
                        },
                        "longitude": {
                          "type": "number"
                        },
                        "org": {
                          "type": "string"
                        },
                        "postalCode": {
                          "type": "number"
                        },
                        "rangeIpEnd": {
                          "type": "number"
                        },
                        "rangeIpStart": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<ip>": {
                    "city": "string",
                    "country": "string",
                    "countryCode": "string",
                    "ip": 7,
                    "isp": "string",
                    "latitude": 3,
                    "longitude": 4,
                    "org": "string",
                    "postalCode": 10,
                    "rangeIpEnd": 6,
                    "rangeIpStart": 8
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/internetDb/ipIntelligence": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "ipIntelligenceTmpGet",
        "description": "The parameters and request body are for method: ipIntelligenceTmpGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "country_code": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "ip_end": {
                        "type": "number"
                      },
                      "ip_start": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "org": {
                        "type": "string"
                      },
                      "priority": {
                        "type": "number"
                      },
                      "saas_id": {
                        "type": "number"
                      },
                      "search": {
                        "type": "string"
                      },
                      "service_id": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "country": "string",
                    "country_code": "string",
                    "description": "string",
                    "ip_end": 8,
                    "ip_start": 4,
                    "name": "string",
                    "org": "string",
                    "priority": 1,
                    "saas_id": 8,
                    "search": "string",
                    "service_id": 5
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "start",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/internetDb/ipIntelligence/info": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "ipIntelligenceTmpTimeGet",
        "description": "The parameters and request body are for method: ipIntelligenceTmpTimeGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lastUpdateTime": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "lastUpdateTime": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/internetDb/ipIntelligence/search": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "getSpPortalInternetDbIpIntelligenceSearch",
        "description": "The parameters and request body are for method: getSpPortalInternetDbIpIntelligenceSearch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "country_code": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "ip_end": {
                        "type": "number"
                      },
                      "ip_start": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "org": {
                        "type": "string"
                      },
                      "priority": {
                        "type": "number"
                      },
                      "saas_id": {
                        "type": "number"
                      },
                      "search": {
                        "type": "string"
                      },
                      "service_id": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "country": "string",
                    "country_code": "string",
                    "description": "string",
                    "ip_end": 6,
                    "ip_start": 7,
                    "name": "string",
                    "org": "string",
                    "priority": 4,
                    "saas_id": 1,
                    "search": "string",
                    "service_id": 4
                  },
                  {
                    "country": "string",
                    "country_code": "string",
                    "description": "string",
                    "ip_end": 1,
                    "ip_start": 10,
                    "name": "string",
                    "org": "string",
                    "priority": 9,
                    "saas_id": 6,
                    "search": "string",
                    "service_id": 10
                  },
                  {
                    "country": "string",
                    "country_code": "string",
                    "description": "string",
                    "ip_end": 1,
                    "ip_start": 6,
                    "name": "string",
                    "org": "string",
                    "priority": 8,
                    "saas_id": 1,
                    "search": "string",
                    "service_id": 7
                  },
                  {
                    "country": "string",
                    "country_code": "string",
                    "description": "string",
                    "ip_end": 3,
                    "ip_start": 5,
                    "name": "string",
                    "org": "string",
                    "priority": 5,
                    "saas_id": 4,
                    "search": "string",
                    "service_id": 5
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/internetDb/ipIntelligence/total": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "ipIntelligenceTmpTotal",
        "description": "The parameters and request body are for method: ipIntelligenceTmpTotal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/internetDb/serviceIdToSaasId": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "serviceIdToSaasIdGet",
        "description": "The parameters and request body are for method: serviceIdToSaasIdGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "serviceId": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "serviceId": [
                    "string",
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "matchAny",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "org",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/internetDb/serviceIdToSaasId/count": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "serviceIdToSaasIdCountGet",
        "description": "The parameters and request body are for method: serviceIdToSaasIdCountGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "count": 7
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/internetDb/serviceIdToSaasId/countries": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "serviceIdToSaasIdCountriesGet",
        "description": "The parameters and request body are for method: serviceIdToSaasIdCountriesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "country": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "country": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/internetDb/serviceIdToSaasId/saasApps": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "serviceIdToSaasIdSaasAppGet",
        "description": "The parameters and request body are for method: serviceIdToSaasIdSaasAppGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/ipProtocolNumbers": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "ipProtocolNumbersGet",
        "description": "The parameters and request body are for method: ipProtocolNumbersGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {},
                  {},
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/meterFlowClassification": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "meterFlowTmpGet",
        "description": "The parameters and request body are for method: meterFlowTmpGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "flowType": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "mid": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "priority": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "flowType": [
                    {
                      "mid": 10,
                      "name": "string",
                      "priority": 6
                    },
                    {
                      "mid": 4,
                      "name": "string",
                      "priority": 10
                    },
                    {
                      "mid": 5,
                      "name": "string",
                      "priority": 2
                    },
                    {
                      "mid": 6,
                      "name": "string",
                      "priority": 4
                    },
                    {
                      "mid": 8,
                      "name": "string",
                      "priority": 5
                    },
                    {
                      "mid": 1,
                      "name": "string",
                      "priority": 1
                    },
                    {
                      "mid": 2,
                      "name": "string",
                      "priority": 9
                    },
                    {
                      "mid": 5,
                      "name": "string",
                      "priority": 3
                    },
                    {
                      "mid": 2,
                      "name": "string",
                      "priority": 3
                    },
                    {
                      "mid": 8,
                      "name": "string",
                      "priority": 8
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/meterFlowClassification/info": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "meterFlowTmpHashCodeGet",
        "description": "The parameters and request body are for method: meterFlowTmpHashCodeGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hashVal": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "hashVal": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/portProtocolClassification": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "portProtocolTmpGet",
        "description": "The parameters and request body are for method: portProtocolTmpGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "applicationTags": {
                      "type": "object"
                    },
                    "portProtocolWithPriority": {
                      "type": "object",
                      "properties": {
                        "portNumber": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "description": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "port": {
                                "type": "string"
                              },
                              "priority": {
                                "type": "number"
                              },
                              "protocol": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "applicationTags": {},
                  "portProtocolWithPriority": {
                    "portNumber": [
                      {
                        "description": "string",
                        "name": "string",
                        "port": "string",
                        "priority": 6,
                        "protocol": 8
                      },
                      {
                        "description": "string",
                        "name": "string",
                        "port": "string",
                        "priority": 3,
                        "protocol": 1
                      },
                      {
                        "description": "string",
                        "name": "string",
                        "port": "string",
                        "priority": 9,
                        "protocol": 7
                      },
                      {
                        "description": "string",
                        "name": "string",
                        "port": "string",
                        "priority": 4,
                        "protocol": 7
                      },
                      {
                        "description": "string",
                        "name": "string",
                        "port": "string",
                        "priority": 5,
                        "protocol": 4
                      },
                      {
                        "description": "string",
                        "name": "string",
                        "port": "string",
                        "priority": 8,
                        "protocol": 7
                      },
                      {
                        "description": "string",
                        "name": "string",
                        "port": "string",
                        "priority": 4,
                        "protocol": 1
                      },
                      {
                        "description": "string",
                        "name": "string",
                        "port": "string",
                        "priority": 3,
                        "protocol": 8
                      },
                      {
                        "description": "string",
                        "name": "string",
                        "port": "string",
                        "priority": 9,
                        "protocol": 6
                      },
                      {
                        "description": "string",
                        "name": "string",
                        "port": "string",
                        "priority": 7,
                        "protocol": 5
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/portProtocolClassification/info": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "portProtocolTmpHashCodeGet",
        "description": "The parameters and request body are for method: portProtocolTmpHashCodeGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hashVal": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "hashVal": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/registration": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "gmsPortalRegistrationGet",
        "description": "The parameters and request body are for method: gmsPortalRegistrationGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accountKey": {
                      "type": "string"
                    },
                    "accountName": {
                      "type": "string"
                    },
                    "emails": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "group": {
                      "type": "string"
                    },
                    "pendingPoll": {
                      "type": "boolean"
                    },
                    "registered": {
                      "type": "boolean"
                    },
                    "site": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "accountKey": "string",
                  "accountName": "string",
                  "emails": [
                    "string",
                    "string"
                  ],
                  "enabled": false,
                  "group": "string",
                  "pendingPoll": false,
                  "registered": false,
                  "site": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "gmsPortalRegistrationPost",
        "description": "The parameters and request body are for method: gmsPortalRegistrationPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accountKey": {
                      "type": "string"
                    },
                    "accountName": {
                      "type": "string"
                    },
                    "emails": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "group": {
                      "type": "string"
                    },
                    "pendingPoll": {
                      "type": "boolean"
                    },
                    "registered": {
                      "type": "boolean"
                    },
                    "site": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "accountKey": "string",
                  "accountName": "string",
                  "emails": [
                    "string",
                    "string",
                    "string"
                  ],
                  "enabled": true,
                  "group": "string",
                  "pendingPoll": false,
                  "registered": true,
                  "site": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/saasClassification": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "saasTmpGet",
        "description": "The parameters and request body are for method: saasTmpGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id#": {
                      "type": "object",
                      "properties": {
                        "app_name": {
                          "type": "string"
                        },
                        "client_enabled": {
                          "type": "boolean"
                        },
                        "domain": {
                          "type": "object"
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "ports": {
                          "type": "string"
                        },
                        "rtt_threshold": {
                          "type": "number"
                        },
                        "self": {
                          "type": "string"
                        },
                        "ssl_enabled": {
                          "type": "boolean"
                        },
                        "user_modified": {
                          "type": "boolean"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "id#": {
                    "app_name": "string",
                    "client_enabled": false,
                    "domain": {},
                    "enabled": false,
                    "ports": "string",
                    "rtt_threshold": 1,
                    "self": "string",
                    "ssl_enabled": true,
                    "user_modified": false
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/saasClassification/info": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "saasTmpHashCodeGet",
        "description": "The parameters and request body are for method: saasTmpHashCodeGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hashVal": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "hashVal": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/status": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "spPortalStatusGet",
        "description": "The parameters and request body are for method: spPortalStatusGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<serviceName>": {
                      "type": "object",
                      "properties": {
                        "enabled": {
                          "type": "boolean"
                        },
                        "inProgress": {
                          "type": "boolean"
                        },
                        "state": {
                          "type": "object",
                          "properties": {
                            "fail": {
                              "type": "number"
                            },
                            "lastFail": {
                              "type": "number"
                            },
                            "lastOk": {
                              "type": "number"
                            },
                            "ok": {
                              "type": "number"
                            },
                            "pollFailInterval": {
                              "type": "number"
                            },
                            "pollInterval": {
                              "type": "number"
                            },
                            "tickCount": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<serviceName>": {
                    "enabled": true,
                    "inProgress": false,
                    "state": {
                      "fail": 7,
                      "lastFail": 5,
                      "lastOk": 10,
                      "ok": 4,
                      "pollFailInterval": 8,
                      "pollInterval": 8,
                      "tickCount": 2
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/tcpUdpPorts": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "tcpUdpPortsGet",
        "description": "The parameters and request body are for method: tcpUdpPortsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/topSites": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "topSitesGet",
        "description": "The parameters and request body are for method: topSitesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/trafficBehavior": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "tbTmpGet",
        "description": "The parameters and request body are for method: tbTmpGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "TB_CONFIG": {
                      "type": "object"
                    },
                    "TB_NAME": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "TB_CONFIG": {},
                  "TB_NAME": {}
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/spPortal/trafficBehavior/info": {
      "get": {
        "tags": [
          "SpPortal"
        ],
        "operationId": "tbTmpHashCodeGet",
        "description": "The parameters and request body are for method: tbTmpHashCodeGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hashVal": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "hashVal": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ssl/{neId}": {
      "get": {
        "tags": [
          "Ssl"
        ],
        "operationId": "sslCertsGet",
        "description": "The parameters and request body are for method: sslCertsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "config": {
                      "type": "object",
                      "properties": {
                        "host": {
                          "type": "object",
                          "properties": {
                            "Unique key that identify the cert": {
                              "type": "object",
                              "properties": {
                                "cert": {
                                  "type": "string"
                                },
                                "key": {
                                  "type": "string"
                                },
                                "self": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "state": {
                      "type": "object",
                      "properties": {
                        "host": {
                          "type": "object",
                          "properties": {
                            "Unique key that identify the cert": {
                              "type": "object",
                              "properties": {
                                "builtin": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string"
                                },
                                "issuer": {
                                  "type": "string"
                                },
                                "key_type": {
                                  "type": "string"
                                },
                                "method": {
                                  "type": "string"
                                },
                                "pretty": {
                                  "type": "string"
                                },
                                "self": {
                                  "type": "string"
                                },
                                "serial": {
                                  "type": "string"
                                },
                                "subject": {
                                  "type": "string"
                                },
                                "valid_from": {
                                  "type": "string"
                                },
                                "valid_to": {
                                  "type": "string"
                                },
                                "verified": {
                                  "type": "boolean"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "config": {
                    "host": {
                      "Unique key that identify the cert": {
                        "cert": "string",
                        "key": "string",
                        "self": "string"
                      }
                    }
                  },
                  "state": {
                    "host": {
                      "Unique key that identify the cert": {
                        "builtin": "string",
                        "id": "string",
                        "issuer": "string",
                        "key_type": "string",
                        "method": "string",
                        "pretty": "string",
                        "self": "string",
                        "serial": "string",
                        "subject": "string",
                        "valid_from": "string",
                        "valid_to": "string",
                        "verified": false
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sslCACertificate/getText": {
      "post": {
        "tags": [
          "SslCACertificate"
        ],
        "operationId": "sslCACertGetTextPost",
        "description": "The parameters and request body are for method: sslCACertGetTextPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "sslCACertsFile"
            }
          }
        }
      }
    },
    "/sslCACertificate/validation": {
      "post": {
        "tags": [
          "SslCACertificate"
        ],
        "operationId": "sslCACertValidation",
        "description": "The parameters and request body are for method: sslCACertValidation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "sslCACertValidation"
            }
          }
        }
      }
    },
    "/sslCACertificate/{neId}": {
      "get": {
        "tags": [
          "SslCACertificate"
        ],
        "operationId": "sslCACerts",
        "description": "The parameters and request body are for method: sslCACerts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "auth": {
                      "type": "object",
                      "properties": {
                        "Unique key that identify the cert": {
                          "type": "object",
                          "properties": {
                            "builtin": {
                              "type": "string"
                            },
                            "id": {
                              "type": "string"
                            },
                            "issuer": {
                              "type": "string"
                            },
                            "key_type": {
                              "type": "string"
                            },
                            "method": {
                              "type": "string"
                            },
                            "pretty": {
                              "type": "string"
                            },
                            "self": {
                              "type": "string"
                            },
                            "serial": {
                              "type": "string"
                            },
                            "subject": {
                              "type": "string"
                            },
                            "valid_from": {
                              "type": "string"
                            },
                            "valid_to": {
                              "type": "string"
                            },
                            "verified": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "auth": {
                    "Unique key that identify the cert": {
                      "builtin": "string",
                      "id": "string",
                      "issuer": "string",
                      "key_type": "string",
                      "method": "string",
                      "pretty": "string",
                      "self": "string",
                      "serial": "string",
                      "subject": "string",
                      "valid_from": "string",
                      "valid_to": "string",
                      "verified": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sslCertificate/getInfo": {
      "post": {
        "tags": [
          "SslCertificate"
        ],
        "operationId": "sslCertGetInfoPost",
        "description": "The parameters and request body are for method: sslCertGetInfoPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "sslCertGetInfoPost"
            }
          }
        }
      }
    },
    "/sslCertificate/getText": {
      "post": {
        "tags": [
          "SslCertificate"
        ],
        "operationId": "sslCertGetTextPost",
        "description": "The parameters and request body are for method: sslCertGetTextPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "sslCertGetTextPost"
            }
          }
        }
      }
    },
    "/sslSubstituteCertificate/validation": {
      "post": {
        "tags": [
          "SslSubstituteCertificate"
        ],
        "operationId": "sslSubstituteCertValidation",
        "description": "The parameters and request body are for method: sslSubstituteCertValidation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "sslSubstituteCertValidation"
            }
          }
        }
      }
    },
    "/sslSubstituteCertificate/{id}": {
      "get": {
        "tags": [
          "SslSubstituteCertificate"
        ],
        "operationId": "sslSubstituteCertGet",
        "description": "The parameters and request body are for method: sslSubstituteCertGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "enable": {
                      "type": "object",
                      "properties": {
                        "config": {
                          "type": "object",
                          "properties": {
                            "builtin_signing": {
                              "type": "boolean"
                            },
                            "cert-substitution": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    },
                    "sslcert": {
                      "type": "object",
                      "properties": {
                        "signing": {
                          "type": "object",
                          "properties": {
                            "Unique key that identify the cert": {
                              "type": "object",
                              "properties": {
                                "builtin": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string"
                                },
                                "issuer": {
                                  "type": "string"
                                },
                                "key_type": {
                                  "type": "string"
                                },
                                "method": {
                                  "type": "string"
                                },
                                "pretty": {
                                  "type": "string"
                                },
                                "self": {
                                  "type": "string"
                                },
                                "serial": {
                                  "type": "string"
                                },
                                "subject": {
                                  "type": "string"
                                },
                                "valid_from": {
                                  "type": "string"
                                },
                                "valid_to": {
                                  "type": "string"
                                },
                                "verified": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "enable": {
                    "config": {
                      "builtin_signing": true,
                      "cert-substitution": false
                    }
                  },
                  "sslcert": {
                    "signing": {
                      "Unique key that identify the cert": {
                        "builtin": "string",
                        "id": "string",
                        "issuer": "string",
                        "key_type": "string",
                        "method": "string",
                        "pretty": "string",
                        "self": "string",
                        "serial": "string",
                        "subject": "string",
                        "valid_from": "string",
                        "valid_to": "string",
                        "verified": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/aggregate/appliance": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsAggregateTunnel",
        "description": "The parameters and request body are for method: statsAggregateTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<trafficType>": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "object",
                          "properties": {
                            "AVG_BW_PCT_UTIL_AVG": {
                              "type": "number"
                            },
                            "AVG_LATENCY_AVG": {
                              "type": "number"
                            },
                            "HOSTNAME": {
                              "type": "string"
                            },
                            "IP": {
                              "type": "string"
                            },
                            "LATENCY_MIN_FROM_PEAK": {
                              "type": "number"
                            },
                            "MAX_BW_PCT_UTIL_MAX": {
                              "type": "number"
                            },
                            "MAX_COMP_L2W": {
                              "type": "number"
                            },
                            "MAX_COMP_L2WMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_L2W": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_L2WMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_W2L": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_W2LMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_W2L": {
                              "type": "number"
                            },
                            "MAX_COMP_W2LMAX": {
                              "type": "number"
                            },
                            "MAX_CREATED_MAX": {
                              "type": "number"
                            },
                            "MAX_DELETED_MAX": {
                              "type": "number"
                            },
                            "MAX_LATENCY_MAX": {
                              "type": "number"
                            },
                            "MAX_LRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_LRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_LTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_LTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_NON_TCP_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_HDR_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_HDR_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_PCT_LOSS": {
                              "type": "number"
                            },
                            "MAX_POST_PCT_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_POCMAX": {
                              "type": "number"
                            },
                            "MAX_PRE_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_LOSS": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_POC": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_POCMAX": {
                              "type": "number"
                            },
                            "MAX_PRE_POCMAX": {
                              "type": "number"
                            },
                            "MAX_TCP_ACC_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_TCP_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_TIMESTAMP": {
                              "type": "number"
                            },
                            "MAX_WRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_WRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_WTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_WTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MIN_LATENCY_MIN": {
                              "type": "number"
                            },
                            "MIN_TIMESTAMP": {
                              "type": "number"
                            },
                            "POST_PCT_POCMAX": {
                              "type": "number"
                            },
                            "SUM_CREATED": {
                              "type": "number"
                            },
                            "SUM_DELETED": {
                              "type": "number"
                            },
                            "SUM_LRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_LRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_LTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_LTX_PKTS": {
                              "type": "number"
                            },
                            "SUM_NON_TCP_FLOWS": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_HDR_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_HDR_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_PKTS": {
                              "type": "number"
                            },
                            "SUM_POST_LOSS": {
                              "type": "number"
                            },
                            "SUM_POST_PCT_POC": {
                              "type": "number"
                            },
                            "SUM_POST_POC": {
                              "type": "number"
                            },
                            "SUM_PRE_LOSS": {
                              "type": "number"
                            },
                            "SUM_PRE_POC": {
                              "type": "number"
                            },
                            "SUM_TCP_ACC_FLOWS": {
                              "type": "number"
                            },
                            "SUM_TCP_FLOWS": {
                              "type": "number"
                            },
                            "SUM_WRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_WRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_WTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_WTX_PKTS": {
                              "type": "number"
                            },
                            "nePk": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<trafficType>": {
                    "<nePk/IP>": {
                      "AVG_BW_PCT_UTIL_AVG": 2,
                      "AVG_LATENCY_AVG": 6,
                      "HOSTNAME": "string",
                      "IP": "string",
                      "LATENCY_MIN_FROM_PEAK": 7,
                      "MAX_BW_PCT_UTIL_MAX": 1,
                      "MAX_COMP_L2W": 10,
                      "MAX_COMP_L2WMAX": 6,
                      "MAX_COMP_NOOHEAD_L2W": 8,
                      "MAX_COMP_NOOHEAD_L2WMAX": 2,
                      "MAX_COMP_NOOHEAD_W2L": 2,
                      "MAX_COMP_NOOHEAD_W2LMAX": 3,
                      "MAX_COMP_W2L": 3,
                      "MAX_COMP_W2LMAX": 3,
                      "MAX_CREATED_MAX": 5,
                      "MAX_DELETED_MAX": 7,
                      "MAX_LATENCY_MAX": 2,
                      "MAX_LRX_BYTES_MAX": 1,
                      "MAX_LRX_PKTS_MAX": 2,
                      "MAX_LTX_BYTES_MAX": 1,
                      "MAX_LTX_PKTS_MAX": 4,
                      "MAX_NON_TCP_FLOWS_MAX": 6,
                      "MAX_OHEAD_WRX_BYTES_MAX": 10,
                      "MAX_OHEAD_WRX_HDR_BYTES_MAX": 10,
                      "MAX_OHEAD_WRX_PKTS_MAX": 5,
                      "MAX_OHEAD_WTX_BYTES_MAX": 9,
                      "MAX_OHEAD_WTX_HDR_BYTES_MAX": 8,
                      "MAX_OHEAD_WTX_PKTS_MAX": 10,
                      "MAX_POST_LOSS_MAX": 1,
                      "MAX_POST_PCT_LOSS": 1,
                      "MAX_POST_PCT_LOSS_MAX": 9,
                      "MAX_POST_POCMAX": 6,
                      "MAX_PRE_LOSS_MAX": 9,
                      "MAX_PRE_PCT_LOSS": 9,
                      "MAX_PRE_PCT_LOSS_MAX": 6,
                      "MAX_PRE_PCT_POC": 1,
                      "MAX_PRE_PCT_POCMAX": 5,
                      "MAX_PRE_POCMAX": 5,
                      "MAX_TCP_ACC_FLOWS_MAX": 6,
                      "MAX_TCP_FLOWS_MAX": 9,
                      "MAX_TIMESTAMP": 10,
                      "MAX_WRX_BYTES_MAX": 5,
                      "MAX_WRX_PKTS_MAX": 5,
                      "MAX_WTX_BYTES_MAX": 4,
                      "MAX_WTX_PKTS_MAX": 8,
                      "MIN_LATENCY_MIN": 2,
                      "MIN_TIMESTAMP": 4,
                      "POST_PCT_POCMAX": 4,
                      "SUM_CREATED": 1,
                      "SUM_DELETED": 7,
                      "SUM_LRX_BYTES": 4,
                      "SUM_LRX_PKTS": 2,
                      "SUM_LTX_BYTES": 2,
                      "SUM_LTX_PKTS": 6,
                      "SUM_NON_TCP_FLOWS": 3,
                      "SUM_OHEAD_WRX_BYTES": 3,
                      "SUM_OHEAD_WRX_HDR_BYTES": 3,
                      "SUM_OHEAD_WRX_PKTS": 6,
                      "SUM_OHEAD_WTX_BYTES": 7,
                      "SUM_OHEAD_WTX_HDR_BYTES": 8,
                      "SUM_OHEAD_WTX_PKTS": 7,
                      "SUM_POST_LOSS": 9,
                      "SUM_POST_PCT_POC": 8,
                      "SUM_POST_POC": 9,
                      "SUM_PRE_LOSS": 2,
                      "SUM_PRE_POC": 8,
                      "SUM_TCP_ACC_FLOWS": 4,
                      "SUM_TCP_FLOWS": 2,
                      "SUM_WRX_BYTES": 10,
                      "SUM_WRX_PKTS": 7,
                      "SUM_WTX_BYTES": 7,
                      "SUM_WTX_PKTS": 1,
                      "nePk": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metric",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsAggregateAppliance",
        "description": "The parameters and request body are for method: postStatsAggregateAppliance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<trafficType>": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "object",
                          "properties": {
                            "AVG_BW_PCT_UTIL_AVG": {
                              "type": "number"
                            },
                            "AVG_LATENCY_AVG": {
                              "type": "number"
                            },
                            "HOSTNAME": {
                              "type": "string"
                            },
                            "IP": {
                              "type": "string"
                            },
                            "LATENCY_MIN_FROM_PEAK": {
                              "type": "number"
                            },
                            "MAX_BW_PCT_UTIL_MAX": {
                              "type": "number"
                            },
                            "MAX_COMP_L2W": {
                              "type": "number"
                            },
                            "MAX_COMP_L2WMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_L2W": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_L2WMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_W2L": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_W2LMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_W2L": {
                              "type": "number"
                            },
                            "MAX_COMP_W2LMAX": {
                              "type": "number"
                            },
                            "MAX_CREATED_MAX": {
                              "type": "number"
                            },
                            "MAX_DELETED_MAX": {
                              "type": "number"
                            },
                            "MAX_LATENCY_MAX": {
                              "type": "number"
                            },
                            "MAX_LRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_LRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_LTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_LTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_NON_TCP_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_HDR_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_HDR_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_PCT_LOSS": {
                              "type": "number"
                            },
                            "MAX_POST_PCT_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_POCMAX": {
                              "type": "number"
                            },
                            "MAX_PRE_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_LOSS": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_POC": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_POCMAX": {
                              "type": "number"
                            },
                            "MAX_PRE_POCMAX": {
                              "type": "number"
                            },
                            "MAX_TCP_ACC_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_TCP_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_TIMESTAMP": {
                              "type": "number"
                            },
                            "MAX_WRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_WRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_WTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_WTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MIN_LATENCY_MIN": {
                              "type": "number"
                            },
                            "MIN_TIMESTAMP": {
                              "type": "number"
                            },
                            "POST_PCT_POCMAX": {
                              "type": "number"
                            },
                            "SUM_CREATED": {
                              "type": "number"
                            },
                            "SUM_DELETED": {
                              "type": "number"
                            },
                            "SUM_LRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_LRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_LTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_LTX_PKTS": {
                              "type": "number"
                            },
                            "SUM_NON_TCP_FLOWS": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_HDR_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_HDR_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_PKTS": {
                              "type": "number"
                            },
                            "SUM_POST_LOSS": {
                              "type": "number"
                            },
                            "SUM_POST_PCT_POC": {
                              "type": "number"
                            },
                            "SUM_POST_POC": {
                              "type": "number"
                            },
                            "SUM_PRE_LOSS": {
                              "type": "number"
                            },
                            "SUM_PRE_POC": {
                              "type": "number"
                            },
                            "SUM_TCP_ACC_FLOWS": {
                              "type": "number"
                            },
                            "SUM_TCP_FLOWS": {
                              "type": "number"
                            },
                            "SUM_WRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_WRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_WTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_WTX_PKTS": {
                              "type": "number"
                            },
                            "nePk": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<trafficType>": {
                    "<nePk/IP>": {
                      "AVG_BW_PCT_UTIL_AVG": 1,
                      "AVG_LATENCY_AVG": 3,
                      "HOSTNAME": "string",
                      "IP": "string",
                      "LATENCY_MIN_FROM_PEAK": 4,
                      "MAX_BW_PCT_UTIL_MAX": 4,
                      "MAX_COMP_L2W": 3,
                      "MAX_COMP_L2WMAX": 3,
                      "MAX_COMP_NOOHEAD_L2W": 5,
                      "MAX_COMP_NOOHEAD_L2WMAX": 10,
                      "MAX_COMP_NOOHEAD_W2L": 7,
                      "MAX_COMP_NOOHEAD_W2LMAX": 7,
                      "MAX_COMP_W2L": 1,
                      "MAX_COMP_W2LMAX": 2,
                      "MAX_CREATED_MAX": 6,
                      "MAX_DELETED_MAX": 9,
                      "MAX_LATENCY_MAX": 7,
                      "MAX_LRX_BYTES_MAX": 7,
                      "MAX_LRX_PKTS_MAX": 3,
                      "MAX_LTX_BYTES_MAX": 5,
                      "MAX_LTX_PKTS_MAX": 6,
                      "MAX_NON_TCP_FLOWS_MAX": 8,
                      "MAX_OHEAD_WRX_BYTES_MAX": 8,
                      "MAX_OHEAD_WRX_HDR_BYTES_MAX": 8,
                      "MAX_OHEAD_WRX_PKTS_MAX": 9,
                      "MAX_OHEAD_WTX_BYTES_MAX": 7,
                      "MAX_OHEAD_WTX_HDR_BYTES_MAX": 4,
                      "MAX_OHEAD_WTX_PKTS_MAX": 8,
                      "MAX_POST_LOSS_MAX": 9,
                      "MAX_POST_PCT_LOSS": 10,
                      "MAX_POST_PCT_LOSS_MAX": 8,
                      "MAX_POST_POCMAX": 9,
                      "MAX_PRE_LOSS_MAX": 8,
                      "MAX_PRE_PCT_LOSS": 4,
                      "MAX_PRE_PCT_LOSS_MAX": 5,
                      "MAX_PRE_PCT_POC": 10,
                      "MAX_PRE_PCT_POCMAX": 10,
                      "MAX_PRE_POCMAX": 4,
                      "MAX_TCP_ACC_FLOWS_MAX": 1,
                      "MAX_TCP_FLOWS_MAX": 8,
                      "MAX_TIMESTAMP": 2,
                      "MAX_WRX_BYTES_MAX": 7,
                      "MAX_WRX_PKTS_MAX": 4,
                      "MAX_WTX_BYTES_MAX": 8,
                      "MAX_WTX_PKTS_MAX": 5,
                      "MIN_LATENCY_MIN": 2,
                      "MIN_TIMESTAMP": 5,
                      "POST_PCT_POCMAX": 2,
                      "SUM_CREATED": 7,
                      "SUM_DELETED": 8,
                      "SUM_LRX_BYTES": 5,
                      "SUM_LRX_PKTS": 2,
                      "SUM_LTX_BYTES": 4,
                      "SUM_LTX_PKTS": 2,
                      "SUM_NON_TCP_FLOWS": 8,
                      "SUM_OHEAD_WRX_BYTES": 5,
                      "SUM_OHEAD_WRX_HDR_BYTES": 9,
                      "SUM_OHEAD_WRX_PKTS": 4,
                      "SUM_OHEAD_WTX_BYTES": 10,
                      "SUM_OHEAD_WTX_HDR_BYTES": 5,
                      "SUM_OHEAD_WTX_PKTS": 3,
                      "SUM_POST_LOSS": 5,
                      "SUM_POST_PCT_POC": 1,
                      "SUM_POST_POC": 1,
                      "SUM_PRE_LOSS": 1,
                      "SUM_PRE_POC": 9,
                      "SUM_TCP_ACC_FLOWS": 3,
                      "SUM_TCP_FLOWS": 2,
                      "SUM_WRX_BYTES": 4,
                      "SUM_WRX_PKTS": 10,
                      "SUM_WTX_BYTES": 9,
                      "SUM_WTX_PKTS": 5,
                      "nePk": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metric",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/appliance/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateApplianceNePk",
        "description": "The parameters and request body are for method: getStatsAggregateApplianceNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<trafficType>": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "object",
                          "properties": {
                            "AVG_BW_PCT_UTIL_AVG": {
                              "type": "number"
                            },
                            "AVG_LATENCY_AVG": {
                              "type": "number"
                            },
                            "HOSTNAME": {
                              "type": "string"
                            },
                            "IP": {
                              "type": "string"
                            },
                            "LATENCY_MIN_FROM_PEAK": {
                              "type": "number"
                            },
                            "MAX_BW_PCT_UTIL_MAX": {
                              "type": "number"
                            },
                            "MAX_COMP_L2W": {
                              "type": "number"
                            },
                            "MAX_COMP_L2WMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_L2W": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_L2WMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_W2L": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_W2LMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_W2L": {
                              "type": "number"
                            },
                            "MAX_COMP_W2LMAX": {
                              "type": "number"
                            },
                            "MAX_CREATED_MAX": {
                              "type": "number"
                            },
                            "MAX_DELETED_MAX": {
                              "type": "number"
                            },
                            "MAX_LATENCY_MAX": {
                              "type": "number"
                            },
                            "MAX_LRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_LRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_LTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_LTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_NON_TCP_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_HDR_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_HDR_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_PCT_LOSS": {
                              "type": "number"
                            },
                            "MAX_POST_PCT_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_POCMAX": {
                              "type": "number"
                            },
                            "MAX_PRE_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_LOSS": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_POC": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_POCMAX": {
                              "type": "number"
                            },
                            "MAX_PRE_POCMAX": {
                              "type": "number"
                            },
                            "MAX_TCP_ACC_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_TCP_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_TIMESTAMP": {
                              "type": "number"
                            },
                            "MAX_WRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_WRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_WTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_WTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MIN_LATENCY_MIN": {
                              "type": "number"
                            },
                            "MIN_TIMESTAMP": {
                              "type": "number"
                            },
                            "POST_PCT_POCMAX": {
                              "type": "number"
                            },
                            "SUM_CREATED": {
                              "type": "number"
                            },
                            "SUM_DELETED": {
                              "type": "number"
                            },
                            "SUM_LRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_LRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_LTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_LTX_PKTS": {
                              "type": "number"
                            },
                            "SUM_NON_TCP_FLOWS": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_HDR_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_HDR_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_PKTS": {
                              "type": "number"
                            },
                            "SUM_POST_LOSS": {
                              "type": "number"
                            },
                            "SUM_POST_PCT_POC": {
                              "type": "number"
                            },
                            "SUM_POST_POC": {
                              "type": "number"
                            },
                            "SUM_PRE_LOSS": {
                              "type": "number"
                            },
                            "SUM_PRE_POC": {
                              "type": "number"
                            },
                            "SUM_TCP_ACC_FLOWS": {
                              "type": "number"
                            },
                            "SUM_TCP_FLOWS": {
                              "type": "number"
                            },
                            "SUM_WRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_WRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_WTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_WTX_PKTS": {
                              "type": "number"
                            },
                            "nePk": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<trafficType>": {
                    "<nePk/IP>": {
                      "AVG_BW_PCT_UTIL_AVG": 6,
                      "AVG_LATENCY_AVG": 4,
                      "HOSTNAME": "string",
                      "IP": "string",
                      "LATENCY_MIN_FROM_PEAK": 4,
                      "MAX_BW_PCT_UTIL_MAX": 9,
                      "MAX_COMP_L2W": 1,
                      "MAX_COMP_L2WMAX": 8,
                      "MAX_COMP_NOOHEAD_L2W": 3,
                      "MAX_COMP_NOOHEAD_L2WMAX": 10,
                      "MAX_COMP_NOOHEAD_W2L": 8,
                      "MAX_COMP_NOOHEAD_W2LMAX": 5,
                      "MAX_COMP_W2L": 9,
                      "MAX_COMP_W2LMAX": 6,
                      "MAX_CREATED_MAX": 10,
                      "MAX_DELETED_MAX": 3,
                      "MAX_LATENCY_MAX": 6,
                      "MAX_LRX_BYTES_MAX": 7,
                      "MAX_LRX_PKTS_MAX": 3,
                      "MAX_LTX_BYTES_MAX": 2,
                      "MAX_LTX_PKTS_MAX": 5,
                      "MAX_NON_TCP_FLOWS_MAX": 1,
                      "MAX_OHEAD_WRX_BYTES_MAX": 2,
                      "MAX_OHEAD_WRX_HDR_BYTES_MAX": 9,
                      "MAX_OHEAD_WRX_PKTS_MAX": 6,
                      "MAX_OHEAD_WTX_BYTES_MAX": 7,
                      "MAX_OHEAD_WTX_HDR_BYTES_MAX": 2,
                      "MAX_OHEAD_WTX_PKTS_MAX": 5,
                      "MAX_POST_LOSS_MAX": 4,
                      "MAX_POST_PCT_LOSS": 3,
                      "MAX_POST_PCT_LOSS_MAX": 8,
                      "MAX_POST_POCMAX": 8,
                      "MAX_PRE_LOSS_MAX": 10,
                      "MAX_PRE_PCT_LOSS": 2,
                      "MAX_PRE_PCT_LOSS_MAX": 4,
                      "MAX_PRE_PCT_POC": 6,
                      "MAX_PRE_PCT_POCMAX": 3,
                      "MAX_PRE_POCMAX": 8,
                      "MAX_TCP_ACC_FLOWS_MAX": 5,
                      "MAX_TCP_FLOWS_MAX": 6,
                      "MAX_TIMESTAMP": 5,
                      "MAX_WRX_BYTES_MAX": 5,
                      "MAX_WRX_PKTS_MAX": 9,
                      "MAX_WTX_BYTES_MAX": 7,
                      "MAX_WTX_PKTS_MAX": 8,
                      "MIN_LATENCY_MIN": 1,
                      "MIN_TIMESTAMP": 4,
                      "POST_PCT_POCMAX": 9,
                      "SUM_CREATED": 10,
                      "SUM_DELETED": 4,
                      "SUM_LRX_BYTES": 6,
                      "SUM_LRX_PKTS": 2,
                      "SUM_LTX_BYTES": 2,
                      "SUM_LTX_PKTS": 9,
                      "SUM_NON_TCP_FLOWS": 5,
                      "SUM_OHEAD_WRX_BYTES": 7,
                      "SUM_OHEAD_WRX_HDR_BYTES": 2,
                      "SUM_OHEAD_WRX_PKTS": 5,
                      "SUM_OHEAD_WTX_BYTES": 8,
                      "SUM_OHEAD_WTX_HDR_BYTES": 4,
                      "SUM_OHEAD_WTX_PKTS": 5,
                      "SUM_POST_LOSS": 4,
                      "SUM_POST_PCT_POC": 6,
                      "SUM_POST_POC": 1,
                      "SUM_PRE_LOSS": 8,
                      "SUM_PRE_POC": 10,
                      "SUM_TCP_ACC_FLOWS": 7,
                      "SUM_TCP_FLOWS": 3,
                      "SUM_WRX_BYTES": 2,
                      "SUM_WRX_PKTS": 3,
                      "SUM_WTX_BYTES": 3,
                      "SUM_WTX_PKTS": 7,
                      "nePk": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metric",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/aggregate/application": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsAggregateApplication",
        "description": "The parameters and request body are for method: statsAggregateApplication. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<Traffic Type>": {
                      "type": "object",
                      "properties": {
                        "<Application Name>": {
                          "type": "object",
                          "properties": {
                            "<nePk/IP>": {
                              "type": "object",
                              "properties": {
                                "APPNAME": {
                                  "type": "string"
                                },
                                "HOSTNAME": {
                                  "type": "string"
                                },
                                "IP": {
                                  "type": "string"
                                },
                                "MAX_COMP_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_TIMESTAMP": {
                                  "type": "number"
                                },
                                "MAX_WRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MIN_TIMESTAMP": {
                                  "type": "number"
                                },
                                "SUM_LRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_LTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LTX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WTX_PKTS": {
                                  "type": "number"
                                },
                                "TRAFFIC_TYPE": {
                                  "type": "number"
                                },
                                "nePk": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<Traffic Type>": {
                    "<Application Name>": {
                      "<nePk/IP>": {
                        "APPNAME": "string",
                        "HOSTNAME": "string",
                        "IP": "string",
                        "MAX_COMP_L2W": 4,
                        "MAX_COMP_L2WMAX": 1,
                        "MAX_COMP_NOOHEAD_L2W": 4,
                        "MAX_COMP_NOOHEAD_L2WMAX": 10,
                        "MAX_COMP_NOOHEAD_W2L": 9,
                        "MAX_COMP_NOOHEAD_W2LMAX": 10,
                        "MAX_COMP_W2L": 5,
                        "MAX_COMP_W2LMAX": 4,
                        "MAX_LRX_BYTES_MAX": 10,
                        "MAX_LRX_PKTS_MAX": 1,
                        "MAX_LTX_BYTES_MAX": 5,
                        "MAX_LTX_PKTS_MAX": 2,
                        "MAX_TIMESTAMP": 5,
                        "MAX_WRX_BYTES_MAX": 9,
                        "MAX_WRX_PKTS_MAX": 5,
                        "MAX_WTX_BYTES_MAX": 5,
                        "MAX_WTX_PKTS_MAX": 5,
                        "MIN_TIMESTAMP": 10,
                        "SUM_LRX_BYTES": 7,
                        "SUM_LRX_PKTS": 2,
                        "SUM_LTX_BYTES": 4,
                        "SUM_LTX_PKTS": 2,
                        "SUM_WRX_BYTES": 3,
                        "SUM_WRX_PKTS": 4,
                        "SUM_WTX_BYTES": 2,
                        "SUM_WTX_PKTS": 2,
                        "TRAFFIC_TYPE": 2,
                        "nePk": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metric",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsAggregateApplication",
        "description": "The parameters and request body are for method: postStatsAggregateApplication. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<Traffic Type>": {
                      "type": "object",
                      "properties": {
                        "<Application Name>": {
                          "type": "object",
                          "properties": {
                            "<nePk/IP>": {
                              "type": "object",
                              "properties": {
                                "APPNAME": {
                                  "type": "string"
                                },
                                "HOSTNAME": {
                                  "type": "string"
                                },
                                "IP": {
                                  "type": "string"
                                },
                                "MAX_COMP_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_TIMESTAMP": {
                                  "type": "number"
                                },
                                "MAX_WRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MIN_TIMESTAMP": {
                                  "type": "number"
                                },
                                "SUM_LRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_LTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LTX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WTX_PKTS": {
                                  "type": "number"
                                },
                                "TRAFFIC_TYPE": {
                                  "type": "number"
                                },
                                "nePk": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<Traffic Type>": {
                    "<Application Name>": {
                      "<nePk/IP>": {
                        "APPNAME": "string",
                        "HOSTNAME": "string",
                        "IP": "string",
                        "MAX_COMP_L2W": 7,
                        "MAX_COMP_L2WMAX": 10,
                        "MAX_COMP_NOOHEAD_L2W": 7,
                        "MAX_COMP_NOOHEAD_L2WMAX": 1,
                        "MAX_COMP_NOOHEAD_W2L": 4,
                        "MAX_COMP_NOOHEAD_W2LMAX": 4,
                        "MAX_COMP_W2L": 6,
                        "MAX_COMP_W2LMAX": 3,
                        "MAX_LRX_BYTES_MAX": 10,
                        "MAX_LRX_PKTS_MAX": 2,
                        "MAX_LTX_BYTES_MAX": 1,
                        "MAX_LTX_PKTS_MAX": 5,
                        "MAX_TIMESTAMP": 2,
                        "MAX_WRX_BYTES_MAX": 8,
                        "MAX_WRX_PKTS_MAX": 6,
                        "MAX_WTX_BYTES_MAX": 6,
                        "MAX_WTX_PKTS_MAX": 4,
                        "MIN_TIMESTAMP": 4,
                        "SUM_LRX_BYTES": 4,
                        "SUM_LRX_PKTS": 9,
                        "SUM_LTX_BYTES": 4,
                        "SUM_LTX_PKTS": 4,
                        "SUM_WRX_BYTES": 1,
                        "SUM_WRX_PKTS": 7,
                        "SUM_WTX_BYTES": 8,
                        "SUM_WTX_PKTS": 2,
                        "TRAFFIC_TYPE": 3,
                        "nePk": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metric",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/application/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateApplicationNePk",
        "description": "The parameters and request body are for method: getStatsAggregateApplicationNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<Traffic Type>": {
                      "type": "object",
                      "properties": {
                        "<Application Name>": {
                          "type": "object",
                          "properties": {
                            "<nePk/IP>": {
                              "type": "object",
                              "properties": {
                                "APPNAME": {
                                  "type": "string"
                                },
                                "HOSTNAME": {
                                  "type": "string"
                                },
                                "IP": {
                                  "type": "string"
                                },
                                "MAX_COMP_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_TIMESTAMP": {
                                  "type": "number"
                                },
                                "MAX_WRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MIN_TIMESTAMP": {
                                  "type": "number"
                                },
                                "SUM_LRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_LTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LTX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WTX_PKTS": {
                                  "type": "number"
                                },
                                "TRAFFIC_TYPE": {
                                  "type": "number"
                                },
                                "nePk": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<Traffic Type>": {
                    "<Application Name>": {
                      "<nePk/IP>": {
                        "APPNAME": "string",
                        "HOSTNAME": "string",
                        "IP": "string",
                        "MAX_COMP_L2W": 8,
                        "MAX_COMP_L2WMAX": 5,
                        "MAX_COMP_NOOHEAD_L2W": 9,
                        "MAX_COMP_NOOHEAD_L2WMAX": 5,
                        "MAX_COMP_NOOHEAD_W2L": 1,
                        "MAX_COMP_NOOHEAD_W2LMAX": 3,
                        "MAX_COMP_W2L": 3,
                        "MAX_COMP_W2LMAX": 3,
                        "MAX_LRX_BYTES_MAX": 1,
                        "MAX_LRX_PKTS_MAX": 8,
                        "MAX_LTX_BYTES_MAX": 10,
                        "MAX_LTX_PKTS_MAX": 6,
                        "MAX_TIMESTAMP": 5,
                        "MAX_WRX_BYTES_MAX": 1,
                        "MAX_WRX_PKTS_MAX": 10,
                        "MAX_WTX_BYTES_MAX": 3,
                        "MAX_WTX_PKTS_MAX": 10,
                        "MIN_TIMESTAMP": 10,
                        "SUM_LRX_BYTES": 3,
                        "SUM_LRX_PKTS": 6,
                        "SUM_LTX_BYTES": 9,
                        "SUM_LTX_PKTS": 5,
                        "SUM_WRX_BYTES": 7,
                        "SUM_WRX_PKTS": 5,
                        "SUM_WTX_BYTES": 3,
                        "SUM_WTX_PKTS": 8,
                        "TRAFFIC_TYPE": 10,
                        "nePk": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metric",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/aggregate/application2": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateApplication2",
        "description": "The parameters and request body are for method: getStatsAggregateApplication2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "APPNAME": {
                        "type": "string"
                      },
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "MAX_TIMESTAMP": {
                        "type": "number"
                      },
                      "MIN_TIMESTAMP": {
                        "type": "number"
                      },
                      "SUM_LRX_BYTES": {
                        "type": "number"
                      },
                      "SUM_LRX_PKTS": {
                        "type": "number"
                      },
                      "SUM_LTX_BYTES": {
                        "type": "number"
                      },
                      "SUM_LTX_PKTS": {
                        "type": "number"
                      },
                      "SUM_WRX_BYTES": {
                        "type": "number"
                      },
                      "SUM_WRX_PKTS": {
                        "type": "number"
                      },
                      "SUM_WTX_BYTES": {
                        "type": "number"
                      },
                      "SUM_WTX_PKTS": {
                        "type": "number"
                      },
                      "nePk": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "APPNAME": "string",
                    "HOSTNAME": "string",
                    "MAX_TIMESTAMP": 2,
                    "MIN_TIMESTAMP": 9,
                    "SUM_LRX_BYTES": 5,
                    "SUM_LRX_PKTS": 4,
                    "SUM_LTX_BYTES": 9,
                    "SUM_LTX_PKTS": 2,
                    "SUM_WRX_BYTES": 9,
                    "SUM_WRX_PKTS": 7,
                    "SUM_WTX_BYTES": 3,
                    "SUM_WTX_PKTS": 3,
                    "nePk": "string"
                  },
                  {
                    "APPNAME": "string",
                    "HOSTNAME": "string",
                    "MAX_TIMESTAMP": 6,
                    "MIN_TIMESTAMP": 9,
                    "SUM_LRX_BYTES": 1,
                    "SUM_LRX_PKTS": 4,
                    "SUM_LTX_BYTES": 4,
                    "SUM_LTX_PKTS": 9,
                    "SUM_WRX_BYTES": 10,
                    "SUM_WRX_PKTS": 3,
                    "SUM_WTX_BYTES": 3,
                    "SUM_WTX_PKTS": 7,
                    "nePk": "string"
                  },
                  {
                    "APPNAME": "string",
                    "HOSTNAME": "string",
                    "MAX_TIMESTAMP": 4,
                    "MIN_TIMESTAMP": 3,
                    "SUM_LRX_BYTES": 1,
                    "SUM_LRX_PKTS": 9,
                    "SUM_LTX_BYTES": 5,
                    "SUM_LTX_PKTS": 7,
                    "SUM_WRX_BYTES": 8,
                    "SUM_WRX_PKTS": 7,
                    "SUM_WTX_BYTES": 1,
                    "SUM_WTX_PKTS": 4,
                    "nePk": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsAggregateApplication2",
        "description": "The parameters and request body are for method: postStatsAggregateApplication2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "APPNAME": {
                        "type": "string"
                      },
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "MAX_TIMESTAMP": {
                        "type": "number"
                      },
                      "MIN_TIMESTAMP": {
                        "type": "number"
                      },
                      "SUM_LRX_BYTES": {
                        "type": "number"
                      },
                      "SUM_LRX_PKTS": {
                        "type": "number"
                      },
                      "SUM_LTX_BYTES": {
                        "type": "number"
                      },
                      "SUM_LTX_PKTS": {
                        "type": "number"
                      },
                      "SUM_WRX_BYTES": {
                        "type": "number"
                      },
                      "SUM_WRX_PKTS": {
                        "type": "number"
                      },
                      "SUM_WTX_BYTES": {
                        "type": "number"
                      },
                      "SUM_WTX_PKTS": {
                        "type": "number"
                      },
                      "nePk": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "APPNAME": "string",
                    "HOSTNAME": "string",
                    "MAX_TIMESTAMP": 2,
                    "MIN_TIMESTAMP": 10,
                    "SUM_LRX_BYTES": 1,
                    "SUM_LRX_PKTS": 5,
                    "SUM_LTX_BYTES": 9,
                    "SUM_LTX_PKTS": 6,
                    "SUM_WRX_BYTES": 10,
                    "SUM_WRX_PKTS": 2,
                    "SUM_WTX_BYTES": 7,
                    "SUM_WTX_PKTS": 4,
                    "nePk": "string"
                  },
                  {
                    "APPNAME": "string",
                    "HOSTNAME": "string",
                    "MAX_TIMESTAMP": 10,
                    "MIN_TIMESTAMP": 9,
                    "SUM_LRX_BYTES": 5,
                    "SUM_LRX_PKTS": 9,
                    "SUM_LTX_BYTES": 8,
                    "SUM_LTX_PKTS": 3,
                    "SUM_WRX_BYTES": 8,
                    "SUM_WRX_PKTS": 5,
                    "SUM_WTX_BYTES": 1,
                    "SUM_WTX_PKTS": 9,
                    "nePk": "string"
                  },
                  {
                    "APPNAME": "string",
                    "HOSTNAME": "string",
                    "MAX_TIMESTAMP": 3,
                    "MIN_TIMESTAMP": 4,
                    "SUM_LRX_BYTES": 1,
                    "SUM_LRX_PKTS": 6,
                    "SUM_LTX_BYTES": 8,
                    "SUM_LTX_PKTS": 10,
                    "SUM_WRX_BYTES": 4,
                    "SUM_WRX_PKTS": 1,
                    "SUM_WTX_BYTES": 3,
                    "SUM_WTX_PKTS": 5,
                    "nePk": "string"
                  },
                  {
                    "APPNAME": "string",
                    "HOSTNAME": "string",
                    "MAX_TIMESTAMP": 8,
                    "MIN_TIMESTAMP": 6,
                    "SUM_LRX_BYTES": 2,
                    "SUM_LRX_PKTS": 4,
                    "SUM_LTX_BYTES": 7,
                    "SUM_LTX_PKTS": 9,
                    "SUM_WRX_BYTES": 6,
                    "SUM_WRX_PKTS": 7,
                    "SUM_WTX_BYTES": 3,
                    "SUM_WTX_PKTS": 10,
                    "nePk": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/application2/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateApplication2NePk",
        "description": "The parameters and request body are for method: getStatsAggregateApplication2NePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "APPNAME": {
                        "type": "string"
                      },
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "MAX_TIMESTAMP": {
                        "type": "number"
                      },
                      "MIN_TIMESTAMP": {
                        "type": "number"
                      },
                      "SUM_LRX_BYTES": {
                        "type": "number"
                      },
                      "SUM_LRX_PKTS": {
                        "type": "number"
                      },
                      "SUM_LTX_BYTES": {
                        "type": "number"
                      },
                      "SUM_LTX_PKTS": {
                        "type": "number"
                      },
                      "SUM_WRX_BYTES": {
                        "type": "number"
                      },
                      "SUM_WRX_PKTS": {
                        "type": "number"
                      },
                      "SUM_WTX_BYTES": {
                        "type": "number"
                      },
                      "SUM_WTX_PKTS": {
                        "type": "number"
                      },
                      "nePk": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "APPNAME": "string",
                    "HOSTNAME": "string",
                    "MAX_TIMESTAMP": 9,
                    "MIN_TIMESTAMP": 4,
                    "SUM_LRX_BYTES": 4,
                    "SUM_LRX_PKTS": 2,
                    "SUM_LTX_BYTES": 2,
                    "SUM_LTX_PKTS": 4,
                    "SUM_WRX_BYTES": 10,
                    "SUM_WRX_PKTS": 3,
                    "SUM_WTX_BYTES": 8,
                    "SUM_WTX_PKTS": 4,
                    "nePk": "string"
                  },
                  {
                    "APPNAME": "string",
                    "HOSTNAME": "string",
                    "MAX_TIMESTAMP": 2,
                    "MIN_TIMESTAMP": 1,
                    "SUM_LRX_BYTES": 3,
                    "SUM_LRX_PKTS": 1,
                    "SUM_LTX_BYTES": 2,
                    "SUM_LTX_PKTS": 8,
                    "SUM_WRX_BYTES": 8,
                    "SUM_WRX_PKTS": 10,
                    "SUM_WTX_BYTES": 10,
                    "SUM_WTX_PKTS": 9,
                    "nePk": "string"
                  },
                  {
                    "APPNAME": "string",
                    "HOSTNAME": "string",
                    "MAX_TIMESTAMP": 5,
                    "MIN_TIMESTAMP": 9,
                    "SUM_LRX_BYTES": 3,
                    "SUM_LRX_PKTS": 2,
                    "SUM_LTX_BYTES": 6,
                    "SUM_LTX_PKTS": 10,
                    "SUM_WRX_BYTES": 5,
                    "SUM_WRX_PKTS": 4,
                    "SUM_WTX_BYTES": 5,
                    "SUM_WTX_PKTS": 2,
                    "nePk": "string"
                  },
                  {
                    "APPNAME": "string",
                    "HOSTNAME": "string",
                    "MAX_TIMESTAMP": 5,
                    "MIN_TIMESTAMP": 3,
                    "SUM_LRX_BYTES": 6,
                    "SUM_LRX_PKTS": 8,
                    "SUM_LTX_BYTES": 6,
                    "SUM_LTX_PKTS": 1,
                    "SUM_WRX_BYTES": 10,
                    "SUM_WRX_PKTS": 5,
                    "SUM_WTX_BYTES": 9,
                    "SUM_WTX_PKTS": 8,
                    "nePk": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/aggregate/boost": {
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "boostAggregateStats",
        "description": "The parameters and request body are for method: boostAggregateStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/boost/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateBoostNePk",
        "description": "The parameters and request body are for method: getStatsAggregateBoostNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string"
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlay",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/aggregate/dns": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "dNSStatsAggregate",
        "description": "The parameters and request body are for method: dNSStatsAggregate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "CALC_DNS": {
                        "type": "string"
                      },
                      "COUNT": {
                        "type": "number"
                      },
                      "COUNTRY": {
                        "type": "string"
                      },
                      "DNS": {
                        "type": "string"
                      },
                      "FLOWS_CREATED": {
                        "type": "number"
                      },
                      "FLOWS_DELETED": {
                        "type": "number"
                      },
                      "FLOW_COUNT": {
                        "type": "number"
                      },
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "IPADDR": {
                        "type": "string"
                      },
                      "IS_SOURCE": {
                        "type": "number"
                      },
                      "LANRX_BYTES": {
                        "type": "number"
                      },
                      "LANRX_PKTS": {
                        "type": "number"
                      },
                      "LANTX_BYTES": {
                        "type": "number"
                      },
                      "LANTX_PKTS": {
                        "type": "number"
                      },
                      "MAX_TIME": {
                        "type": "number"
                      },
                      "MIN_TIME": {
                        "type": "number"
                      },
                      "NEPK": {
                        "type": "string"
                      },
                      "NE_IPADDR": {
                        "type": "string"
                      },
                      "SERVICE_ID": {
                        "type": "number"
                      },
                      "SPLIT_TYPE": {
                        "type": "number"
                      },
                      "WANRX_BYTES": {
                        "type": "number"
                      },
                      "WANRX_PKTS": {
                        "type": "number"
                      },
                      "WANTX_BYTES": {
                        "type": "number"
                      },
                      "WANTX_PKTS": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "CALC_DNS": "string",
                    "COUNT": 9,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 4,
                    "FLOWS_DELETED": 7,
                    "FLOW_COUNT": 2,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 8,
                    "LANRX_BYTES": 1,
                    "LANRX_PKTS": 1,
                    "LANTX_BYTES": 10,
                    "LANTX_PKTS": 6,
                    "MAX_TIME": 9,
                    "MIN_TIME": 8,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 8,
                    "SPLIT_TYPE": 3,
                    "WANRX_BYTES": 10,
                    "WANRX_PKTS": 2,
                    "WANTX_BYTES": 9,
                    "WANTX_PKTS": 8
                  },
                  {
                    "CALC_DNS": "string",
                    "COUNT": 9,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 9,
                    "FLOWS_DELETED": 2,
                    "FLOW_COUNT": 6,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 5,
                    "LANRX_BYTES": 7,
                    "LANRX_PKTS": 5,
                    "LANTX_BYTES": 2,
                    "LANTX_PKTS": 3,
                    "MAX_TIME": 5,
                    "MIN_TIME": 6,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 8,
                    "SPLIT_TYPE": 5,
                    "WANRX_BYTES": 1,
                    "WANRX_PKTS": 2,
                    "WANTX_BYTES": 10,
                    "WANTX_PKTS": 10
                  },
                  {
                    "CALC_DNS": "string",
                    "COUNT": 9,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 8,
                    "FLOWS_DELETED": 9,
                    "FLOW_COUNT": 5,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 10,
                    "LANRX_BYTES": 1,
                    "LANRX_PKTS": 1,
                    "LANTX_BYTES": 2,
                    "LANTX_PKTS": 3,
                    "MAX_TIME": 4,
                    "MIN_TIME": 2,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 9,
                    "SPLIT_TYPE": 3,
                    "WANRX_BYTES": 8,
                    "WANRX_PKTS": 2,
                    "WANTX_BYTES": 1,
                    "WANTX_PKTS": 4
                  },
                  {
                    "CALC_DNS": "string",
                    "COUNT": 7,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 2,
                    "FLOWS_DELETED": 6,
                    "FLOW_COUNT": 1,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 7,
                    "LANRX_BYTES": 4,
                    "LANRX_PKTS": 3,
                    "LANTX_BYTES": 10,
                    "LANTX_PKTS": 4,
                    "MAX_TIME": 6,
                    "MIN_TIME": 8,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 8,
                    "SPLIT_TYPE": 5,
                    "WANRX_BYTES": 1,
                    "WANRX_PKTS": 8,
                    "WANTX_BYTES": 5,
                    "WANTX_PKTS": 6
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isSource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "splitType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "splitByNe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupBySubDomains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsAggregateDns",
        "description": "The parameters and request body are for method: statsAggregateDns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "CALC_DNS": {
                        "type": "string"
                      },
                      "COUNT": {
                        "type": "number"
                      },
                      "COUNTRY": {
                        "type": "string"
                      },
                      "DNS": {
                        "type": "string"
                      },
                      "FLOWS_CREATED": {
                        "type": "number"
                      },
                      "FLOWS_DELETED": {
                        "type": "number"
                      },
                      "FLOW_COUNT": {
                        "type": "number"
                      },
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "IPADDR": {
                        "type": "string"
                      },
                      "IS_SOURCE": {
                        "type": "number"
                      },
                      "LANRX_BYTES": {
                        "type": "number"
                      },
                      "LANRX_PKTS": {
                        "type": "number"
                      },
                      "LANTX_BYTES": {
                        "type": "number"
                      },
                      "LANTX_PKTS": {
                        "type": "number"
                      },
                      "MAX_TIME": {
                        "type": "number"
                      },
                      "MIN_TIME": {
                        "type": "number"
                      },
                      "NEPK": {
                        "type": "string"
                      },
                      "NE_IPADDR": {
                        "type": "string"
                      },
                      "SERVICE_ID": {
                        "type": "number"
                      },
                      "SPLIT_TYPE": {
                        "type": "number"
                      },
                      "WANRX_BYTES": {
                        "type": "number"
                      },
                      "WANRX_PKTS": {
                        "type": "number"
                      },
                      "WANTX_BYTES": {
                        "type": "number"
                      },
                      "WANTX_PKTS": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "CALC_DNS": "string",
                    "COUNT": 3,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 9,
                    "FLOWS_DELETED": 10,
                    "FLOW_COUNT": 1,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 4,
                    "LANRX_BYTES": 7,
                    "LANRX_PKTS": 3,
                    "LANTX_BYTES": 7,
                    "LANTX_PKTS": 9,
                    "MAX_TIME": 9,
                    "MIN_TIME": 9,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 7,
                    "SPLIT_TYPE": 7,
                    "WANRX_BYTES": 4,
                    "WANRX_PKTS": 7,
                    "WANTX_BYTES": 9,
                    "WANTX_PKTS": 3
                  },
                  {
                    "CALC_DNS": "string",
                    "COUNT": 9,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 10,
                    "FLOWS_DELETED": 10,
                    "FLOW_COUNT": 10,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 5,
                    "LANRX_BYTES": 3,
                    "LANRX_PKTS": 4,
                    "LANTX_BYTES": 10,
                    "LANTX_PKTS": 9,
                    "MAX_TIME": 5,
                    "MIN_TIME": 3,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 8,
                    "SPLIT_TYPE": 10,
                    "WANRX_BYTES": 1,
                    "WANRX_PKTS": 9,
                    "WANTX_BYTES": 9,
                    "WANTX_PKTS": 7
                  },
                  {
                    "CALC_DNS": "string",
                    "COUNT": 1,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 6,
                    "FLOWS_DELETED": 9,
                    "FLOW_COUNT": 6,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 3,
                    "LANRX_BYTES": 7,
                    "LANRX_PKTS": 7,
                    "LANTX_BYTES": 3,
                    "LANTX_PKTS": 3,
                    "MAX_TIME": 8,
                    "MIN_TIME": 7,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 1,
                    "SPLIT_TYPE": 7,
                    "WANRX_BYTES": 10,
                    "WANRX_PKTS": 7,
                    "WANTX_BYTES": 6,
                    "WANTX_PKTS": 2
                  },
                  {
                    "CALC_DNS": "string",
                    "COUNT": 3,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 9,
                    "FLOWS_DELETED": 10,
                    "FLOW_COUNT": 4,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 7,
                    "LANRX_BYTES": 5,
                    "LANRX_PKTS": 7,
                    "LANTX_BYTES": 3,
                    "LANTX_PKTS": 9,
                    "MAX_TIME": 6,
                    "MIN_TIME": 7,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 9,
                    "SPLIT_TYPE": 9,
                    "WANRX_BYTES": 7,
                    "WANRX_PKTS": 7,
                    "WANTX_BYTES": 5,
                    "WANTX_PKTS": 8
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isSource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "splitType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "splitByNe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupBySubDomains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/dns/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateDnsNePk",
        "description": "The parameters and request body are for method: getStatsAggregateDnsNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "CALC_DNS": {
                        "type": "string"
                      },
                      "COUNT": {
                        "type": "number"
                      },
                      "COUNTRY": {
                        "type": "string"
                      },
                      "DNS": {
                        "type": "string"
                      },
                      "FLOWS_CREATED": {
                        "type": "number"
                      },
                      "FLOWS_DELETED": {
                        "type": "number"
                      },
                      "FLOW_COUNT": {
                        "type": "number"
                      },
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "IPADDR": {
                        "type": "string"
                      },
                      "IS_SOURCE": {
                        "type": "number"
                      },
                      "LANRX_BYTES": {
                        "type": "number"
                      },
                      "LANRX_PKTS": {
                        "type": "number"
                      },
                      "LANTX_BYTES": {
                        "type": "number"
                      },
                      "LANTX_PKTS": {
                        "type": "number"
                      },
                      "MAX_TIME": {
                        "type": "number"
                      },
                      "MIN_TIME": {
                        "type": "number"
                      },
                      "NEPK": {
                        "type": "string"
                      },
                      "NE_IPADDR": {
                        "type": "string"
                      },
                      "SERVICE_ID": {
                        "type": "number"
                      },
                      "SPLIT_TYPE": {
                        "type": "number"
                      },
                      "WANRX_BYTES": {
                        "type": "number"
                      },
                      "WANRX_PKTS": {
                        "type": "number"
                      },
                      "WANTX_BYTES": {
                        "type": "number"
                      },
                      "WANTX_PKTS": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "CALC_DNS": "string",
                    "COUNT": 7,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 3,
                    "FLOWS_DELETED": 6,
                    "FLOW_COUNT": 10,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 5,
                    "LANRX_BYTES": 9,
                    "LANRX_PKTS": 10,
                    "LANTX_BYTES": 2,
                    "LANTX_PKTS": 1,
                    "MAX_TIME": 8,
                    "MIN_TIME": 4,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 8,
                    "SPLIT_TYPE": 9,
                    "WANRX_BYTES": 6,
                    "WANRX_PKTS": 9,
                    "WANTX_BYTES": 10,
                    "WANTX_PKTS": 7
                  },
                  {
                    "CALC_DNS": "string",
                    "COUNT": 10,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 7,
                    "FLOWS_DELETED": 2,
                    "FLOW_COUNT": 4,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 7,
                    "LANRX_BYTES": 5,
                    "LANRX_PKTS": 1,
                    "LANTX_BYTES": 1,
                    "LANTX_PKTS": 1,
                    "MAX_TIME": 8,
                    "MIN_TIME": 3,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 7,
                    "SPLIT_TYPE": 4,
                    "WANRX_BYTES": 2,
                    "WANRX_PKTS": 3,
                    "WANTX_BYTES": 7,
                    "WANTX_PKTS": 10
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isSource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "splitType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "splitByNe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupBySubDomains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/aggregate/drc": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsAggregateDrcTunnel",
        "description": "The parameters and request body are for method: statsAggregateDrcTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "AVG_ERC_MAX_RX": {
                        "type": "number"
                      },
                      "AVG_ERC_MAX_RX_TS": {
                        "type": "number"
                      },
                      "AVG_ERC_MAX_TX": {
                        "type": "number"
                      },
                      "AVG_ERC_MAX_TX_TS": {
                        "type": "number"
                      },
                      "AVG_ERC_MIN_RX": {
                        "type": "number"
                      },
                      "AVG_ERC_MIN_RX_TS": {
                        "type": "number"
                      },
                      "AVG_ERC_MIN_TX": {
                        "type": "number"
                      },
                      "AVG_ERC_MIN_TX_TS": {
                        "type": "number"
                      },
                      "MAX_ERC_MAX_RX": {
                        "type": "number"
                      },
                      "MAX_ERC_MAX_RX_TS": {
                        "type": "number"
                      },
                      "MAX_ERC_MAX_TX": {
                        "type": "number"
                      },
                      "MAX_ERC_MAX_TX_TS": {
                        "type": "number"
                      },
                      "MAX_ERC_MIN_RX": {
                        "type": "number"
                      },
                      "MAX_ERC_MIN_RX_TS": {
                        "type": "number"
                      },
                      "MAX_ERC_MIN_TX": {
                        "type": "number"
                      },
                      "MAX_ERC_MIN_TX_TS": {
                        "type": "number"
                      },
                      "MAX_TIMESTAMP": {
                        "type": "number"
                      },
                      "MIN_ERC_MAX_RX": {
                        "type": "number"
                      },
                      "MIN_ERC_MAX_RX_TS": {
                        "type": "number"
                      },
                      "MIN_ERC_MAX_TX": {
                        "type": "number"
                      },
                      "MIN_ERC_MAX_TX_TS": {
                        "type": "number"
                      },
                      "MIN_ERC_MIN_RX": {
                        "type": "number"
                      },
                      "MIN_ERC_MIN_RX_TS": {
                        "type": "number"
                      },
                      "MIN_ERC_MIN_TX": {
                        "type": "number"
                      },
                      "MIN_ERC_MIN_TX_TS": {
                        "type": "number"
                      },
                      "MIN_TIMESTAMP": {
                        "type": "number"
                      },
                      "PEAK_THROUGHPUT": {
                        "type": "number"
                      },
                      "SUM_ERC_MAX_RX": {
                        "type": "number"
                      },
                      "SUM_ERC_MAX_RX_TS": {
                        "type": "number"
                      },
                      "SUM_ERC_MAX_TX": {
                        "type": "number"
                      },
                      "SUM_ERC_MAX_TX_TS": {
                        "type": "number"
                      },
                      "SUM_ERC_MIN_RX": {
                        "type": "number"
                      },
                      "SUM_ERC_MIN_RX_TS": {
                        "type": "number"
                      },
                      "SUM_ERC_MIN_TX": {
                        "type": "number"
                      },
                      "SUM_ERC_MIN_TX_TS": {
                        "type": "number"
                      },
                      "TUNNEL": {
                        "type": "string"
                      },
                      "isPassThrough": {
                        "type": "boolean"
                      },
                      "nePk": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "AVG_ERC_MAX_RX": 6,
                    "AVG_ERC_MAX_RX_TS": 4,
                    "AVG_ERC_MAX_TX": 9,
                    "AVG_ERC_MAX_TX_TS": 9,
                    "AVG_ERC_MIN_RX": 10,
                    "AVG_ERC_MIN_RX_TS": 6,
                    "AVG_ERC_MIN_TX": 9,
                    "AVG_ERC_MIN_TX_TS": 10,
                    "MAX_ERC_MAX_RX": 3,
                    "MAX_ERC_MAX_RX_TS": 3,
                    "MAX_ERC_MAX_TX": 8,
                    "MAX_ERC_MAX_TX_TS": 7,
                    "MAX_ERC_MIN_RX": 10,
                    "MAX_ERC_MIN_RX_TS": 5,
                    "MAX_ERC_MIN_TX": 1,
                    "MAX_ERC_MIN_TX_TS": 9,
                    "MAX_TIMESTAMP": 1,
                    "MIN_ERC_MAX_RX": 7,
                    "MIN_ERC_MAX_RX_TS": 3,
                    "MIN_ERC_MAX_TX": 3,
                    "MIN_ERC_MAX_TX_TS": 10,
                    "MIN_ERC_MIN_RX": 3,
                    "MIN_ERC_MIN_RX_TS": 3,
                    "MIN_ERC_MIN_TX": 2,
                    "MIN_ERC_MIN_TX_TS": 3,
                    "MIN_TIMESTAMP": 10,
                    "PEAK_THROUGHPUT": 10,
                    "SUM_ERC_MAX_RX": 6,
                    "SUM_ERC_MAX_RX_TS": 8,
                    "SUM_ERC_MAX_TX": 9,
                    "SUM_ERC_MAX_TX_TS": 6,
                    "SUM_ERC_MIN_RX": 6,
                    "SUM_ERC_MIN_RX_TS": 4,
                    "SUM_ERC_MIN_TX": 1,
                    "SUM_ERC_MIN_TX_TS": 10,
                    "TUNNEL": "string",
                    "isPassThrough": false,
                    "nePk": "string"
                  },
                  {
                    "AVG_ERC_MAX_RX": 1,
                    "AVG_ERC_MAX_RX_TS": 7,
                    "AVG_ERC_MAX_TX": 1,
                    "AVG_ERC_MAX_TX_TS": 3,
                    "AVG_ERC_MIN_RX": 7,
                    "AVG_ERC_MIN_RX_TS": 5,
                    "AVG_ERC_MIN_TX": 2,
                    "AVG_ERC_MIN_TX_TS": 3,
                    "MAX_ERC_MAX_RX": 1,
                    "MAX_ERC_MAX_RX_TS": 9,
                    "MAX_ERC_MAX_TX": 4,
                    "MAX_ERC_MAX_TX_TS": 5,
                    "MAX_ERC_MIN_RX": 7,
                    "MAX_ERC_MIN_RX_TS": 10,
                    "MAX_ERC_MIN_TX": 1,
                    "MAX_ERC_MIN_TX_TS": 10,
                    "MAX_TIMESTAMP": 7,
                    "MIN_ERC_MAX_RX": 4,
                    "MIN_ERC_MAX_RX_TS": 3,
                    "MIN_ERC_MAX_TX": 9,
                    "MIN_ERC_MAX_TX_TS": 6,
                    "MIN_ERC_MIN_RX": 10,
                    "MIN_ERC_MIN_RX_TS": 6,
                    "MIN_ERC_MIN_TX": 10,
                    "MIN_ERC_MIN_TX_TS": 4,
                    "MIN_TIMESTAMP": 7,
                    "PEAK_THROUGHPUT": 5,
                    "SUM_ERC_MAX_RX": 1,
                    "SUM_ERC_MAX_RX_TS": 3,
                    "SUM_ERC_MAX_TX": 3,
                    "SUM_ERC_MAX_TX_TS": 7,
                    "SUM_ERC_MIN_RX": 3,
                    "SUM_ERC_MIN_RX_TS": 4,
                    "SUM_ERC_MIN_TX": 7,
                    "SUM_ERC_MIN_TX_TS": 9,
                    "TUNNEL": "string",
                    "isPassThrough": true,
                    "nePk": "string"
                  },
                  {
                    "AVG_ERC_MAX_RX": 6,
                    "AVG_ERC_MAX_RX_TS": 1,
                    "AVG_ERC_MAX_TX": 10,
                    "AVG_ERC_MAX_TX_TS": 4,
                    "AVG_ERC_MIN_RX": 6,
                    "AVG_ERC_MIN_RX_TS": 4,
                    "AVG_ERC_MIN_TX": 2,
                    "AVG_ERC_MIN_TX_TS": 8,
                    "MAX_ERC_MAX_RX": 8,
                    "MAX_ERC_MAX_RX_TS": 2,
                    "MAX_ERC_MAX_TX": 9,
                    "MAX_ERC_MAX_TX_TS": 3,
                    "MAX_ERC_MIN_RX": 4,
                    "MAX_ERC_MIN_RX_TS": 8,
                    "MAX_ERC_MIN_TX": 3,
                    "MAX_ERC_MIN_TX_TS": 2,
                    "MAX_TIMESTAMP": 5,
                    "MIN_ERC_MAX_RX": 3,
                    "MIN_ERC_MAX_RX_TS": 1,
                    "MIN_ERC_MAX_TX": 4,
                    "MIN_ERC_MAX_TX_TS": 4,
                    "MIN_ERC_MIN_RX": 1,
                    "MIN_ERC_MIN_RX_TS": 5,
                    "MIN_ERC_MIN_TX": 5,
                    "MIN_ERC_MIN_TX_TS": 7,
                    "MIN_TIMESTAMP": 2,
                    "PEAK_THROUGHPUT": 9,
                    "SUM_ERC_MAX_RX": 5,
                    "SUM_ERC_MAX_RX_TS": 4,
                    "SUM_ERC_MAX_TX": 10,
                    "SUM_ERC_MAX_TX_TS": 4,
                    "SUM_ERC_MIN_RX": 1,
                    "SUM_ERC_MIN_RX_TS": 2,
                    "SUM_ERC_MIN_TX": 5,
                    "SUM_ERC_MIN_TX_TS": 6,
                    "TUNNEL": "string",
                    "isPassThrough": false,
                    "nePk": "string"
                  },
                  {
                    "AVG_ERC_MAX_RX": 3,
                    "AVG_ERC_MAX_RX_TS": 4,
                    "AVG_ERC_MAX_TX": 7,
                    "AVG_ERC_MAX_TX_TS": 5,
                    "AVG_ERC_MIN_RX": 1,
                    "AVG_ERC_MIN_RX_TS": 5,
                    "AVG_ERC_MIN_TX": 1,
                    "AVG_ERC_MIN_TX_TS": 5,
                    "MAX_ERC_MAX_RX": 9,
                    "MAX_ERC_MAX_RX_TS": 4,
                    "MAX_ERC_MAX_TX": 3,
                    "MAX_ERC_MAX_TX_TS": 6,
                    "MAX_ERC_MIN_RX": 4,
                    "MAX_ERC_MIN_RX_TS": 9,
                    "MAX_ERC_MIN_TX": 2,
                    "MAX_ERC_MIN_TX_TS": 4,
                    "MAX_TIMESTAMP": 10,
                    "MIN_ERC_MAX_RX": 8,
                    "MIN_ERC_MAX_RX_TS": 5,
                    "MIN_ERC_MAX_TX": 1,
                    "MIN_ERC_MAX_TX_TS": 3,
                    "MIN_ERC_MIN_RX": 7,
                    "MIN_ERC_MIN_RX_TS": 5,
                    "MIN_ERC_MIN_TX": 8,
                    "MIN_ERC_MIN_TX_TS": 3,
                    "MIN_TIMESTAMP": 5,
                    "PEAK_THROUGHPUT": 1,
                    "SUM_ERC_MAX_RX": 6,
                    "SUM_ERC_MAX_RX_TS": 4,
                    "SUM_ERC_MAX_TX": 6,
                    "SUM_ERC_MAX_TX_TS": 5,
                    "SUM_ERC_MIN_RX": 5,
                    "SUM_ERC_MIN_RX_TS": 7,
                    "SUM_ERC_MIN_TX": 5,
                    "SUM_ERC_MIN_TX_TS": 4,
                    "TUNNEL": "string",
                    "isPassThrough": false,
                    "nePk": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlay",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsDrcAggregateTunnel",
        "description": "The parameters and request body are for method: statsDrcAggregateTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "AVG_ERC_MAX_RX": {
                        "type": "number"
                      },
                      "AVG_ERC_MAX_RX_TS": {
                        "type": "number"
                      },
                      "AVG_ERC_MAX_TX": {
                        "type": "number"
                      },
                      "AVG_ERC_MAX_TX_TS": {
                        "type": "number"
                      },
                      "AVG_ERC_MIN_RX": {
                        "type": "number"
                      },
                      "AVG_ERC_MIN_RX_TS": {
                        "type": "number"
                      },
                      "AVG_ERC_MIN_TX": {
                        "type": "number"
                      },
                      "AVG_ERC_MIN_TX_TS": {
                        "type": "number"
                      },
                      "MAX_ERC_MAX_RX": {
                        "type": "number"
                      },
                      "MAX_ERC_MAX_RX_TS": {
                        "type": "number"
                      },
                      "MAX_ERC_MAX_TX": {
                        "type": "number"
                      },
                      "MAX_ERC_MAX_TX_TS": {
                        "type": "number"
                      },
                      "MAX_ERC_MIN_RX": {
                        "type": "number"
                      },
                      "MAX_ERC_MIN_RX_TS": {
                        "type": "number"
                      },
                      "MAX_ERC_MIN_TX": {
                        "type": "number"
                      },
                      "MAX_ERC_MIN_TX_TS": {
                        "type": "number"
                      },
                      "MAX_TIMESTAMP": {
                        "type": "number"
                      },
                      "MIN_ERC_MAX_RX": {
                        "type": "number"
                      },
                      "MIN_ERC_MAX_RX_TS": {
                        "type": "number"
                      },
                      "MIN_ERC_MAX_TX": {
                        "type": "number"
                      },
                      "MIN_ERC_MAX_TX_TS": {
                        "type": "number"
                      },
                      "MIN_ERC_MIN_RX": {
                        "type": "number"
                      },
                      "MIN_ERC_MIN_RX_TS": {
                        "type": "number"
                      },
                      "MIN_ERC_MIN_TX": {
                        "type": "number"
                      },
                      "MIN_ERC_MIN_TX_TS": {
                        "type": "number"
                      },
                      "MIN_TIMESTAMP": {
                        "type": "number"
                      },
                      "PEAK_THROUGHPUT": {
                        "type": "number"
                      },
                      "SUM_ERC_MAX_RX": {
                        "type": "number"
                      },
                      "SUM_ERC_MAX_RX_TS": {
                        "type": "number"
                      },
                      "SUM_ERC_MAX_TX": {
                        "type": "number"
                      },
                      "SUM_ERC_MAX_TX_TS": {
                        "type": "number"
                      },
                      "SUM_ERC_MIN_RX": {
                        "type": "number"
                      },
                      "SUM_ERC_MIN_RX_TS": {
                        "type": "number"
                      },
                      "SUM_ERC_MIN_TX": {
                        "type": "number"
                      },
                      "SUM_ERC_MIN_TX_TS": {
                        "type": "number"
                      },
                      "TUNNEL": {
                        "type": "string"
                      },
                      "isPassThrough": {
                        "type": "boolean"
                      },
                      "nePk": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "AVG_ERC_MAX_RX": 3,
                    "AVG_ERC_MAX_RX_TS": 7,
                    "AVG_ERC_MAX_TX": 3,
                    "AVG_ERC_MAX_TX_TS": 7,
                    "AVG_ERC_MIN_RX": 2,
                    "AVG_ERC_MIN_RX_TS": 4,
                    "AVG_ERC_MIN_TX": 10,
                    "AVG_ERC_MIN_TX_TS": 6,
                    "MAX_ERC_MAX_RX": 10,
                    "MAX_ERC_MAX_RX_TS": 2,
                    "MAX_ERC_MAX_TX": 2,
                    "MAX_ERC_MAX_TX_TS": 6,
                    "MAX_ERC_MIN_RX": 1,
                    "MAX_ERC_MIN_RX_TS": 2,
                    "MAX_ERC_MIN_TX": 3,
                    "MAX_ERC_MIN_TX_TS": 6,
                    "MAX_TIMESTAMP": 5,
                    "MIN_ERC_MAX_RX": 3,
                    "MIN_ERC_MAX_RX_TS": 1,
                    "MIN_ERC_MAX_TX": 7,
                    "MIN_ERC_MAX_TX_TS": 6,
                    "MIN_ERC_MIN_RX": 8,
                    "MIN_ERC_MIN_RX_TS": 8,
                    "MIN_ERC_MIN_TX": 7,
                    "MIN_ERC_MIN_TX_TS": 2,
                    "MIN_TIMESTAMP": 2,
                    "PEAK_THROUGHPUT": 5,
                    "SUM_ERC_MAX_RX": 8,
                    "SUM_ERC_MAX_RX_TS": 8,
                    "SUM_ERC_MAX_TX": 2,
                    "SUM_ERC_MAX_TX_TS": 7,
                    "SUM_ERC_MIN_RX": 6,
                    "SUM_ERC_MIN_RX_TS": 1,
                    "SUM_ERC_MIN_TX": 4,
                    "SUM_ERC_MIN_TX_TS": 3,
                    "TUNNEL": "string",
                    "isPassThrough": true,
                    "nePk": "string"
                  },
                  {
                    "AVG_ERC_MAX_RX": 6,
                    "AVG_ERC_MAX_RX_TS": 3,
                    "AVG_ERC_MAX_TX": 2,
                    "AVG_ERC_MAX_TX_TS": 10,
                    "AVG_ERC_MIN_RX": 2,
                    "AVG_ERC_MIN_RX_TS": 8,
                    "AVG_ERC_MIN_TX": 3,
                    "AVG_ERC_MIN_TX_TS": 4,
                    "MAX_ERC_MAX_RX": 5,
                    "MAX_ERC_MAX_RX_TS": 9,
                    "MAX_ERC_MAX_TX": 10,
                    "MAX_ERC_MAX_TX_TS": 10,
                    "MAX_ERC_MIN_RX": 2,
                    "MAX_ERC_MIN_RX_TS": 6,
                    "MAX_ERC_MIN_TX": 5,
                    "MAX_ERC_MIN_TX_TS": 8,
                    "MAX_TIMESTAMP": 3,
                    "MIN_ERC_MAX_RX": 4,
                    "MIN_ERC_MAX_RX_TS": 1,
                    "MIN_ERC_MAX_TX": 10,
                    "MIN_ERC_MAX_TX_TS": 6,
                    "MIN_ERC_MIN_RX": 6,
                    "MIN_ERC_MIN_RX_TS": 4,
                    "MIN_ERC_MIN_TX": 8,
                    "MIN_ERC_MIN_TX_TS": 10,
                    "MIN_TIMESTAMP": 2,
                    "PEAK_THROUGHPUT": 6,
                    "SUM_ERC_MAX_RX": 5,
                    "SUM_ERC_MAX_RX_TS": 2,
                    "SUM_ERC_MAX_TX": 3,
                    "SUM_ERC_MAX_TX_TS": 9,
                    "SUM_ERC_MIN_RX": 8,
                    "SUM_ERC_MIN_RX_TS": 8,
                    "SUM_ERC_MIN_TX": 2,
                    "SUM_ERC_MIN_TX_TS": 7,
                    "TUNNEL": "string",
                    "isPassThrough": false,
                    "nePk": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlay",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/drc/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateDrcNePk",
        "description": "The parameters and request body are for method: getStatsAggregateDrcNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "AVG_ERC_MAX_RX": {
                        "type": "number"
                      },
                      "AVG_ERC_MAX_RX_TS": {
                        "type": "number"
                      },
                      "AVG_ERC_MAX_TX": {
                        "type": "number"
                      },
                      "AVG_ERC_MAX_TX_TS": {
                        "type": "number"
                      },
                      "AVG_ERC_MIN_RX": {
                        "type": "number"
                      },
                      "AVG_ERC_MIN_RX_TS": {
                        "type": "number"
                      },
                      "AVG_ERC_MIN_TX": {
                        "type": "number"
                      },
                      "AVG_ERC_MIN_TX_TS": {
                        "type": "number"
                      },
                      "MAX_ERC_MAX_RX": {
                        "type": "number"
                      },
                      "MAX_ERC_MAX_RX_TS": {
                        "type": "number"
                      },
                      "MAX_ERC_MAX_TX": {
                        "type": "number"
                      },
                      "MAX_ERC_MAX_TX_TS": {
                        "type": "number"
                      },
                      "MAX_ERC_MIN_RX": {
                        "type": "number"
                      },
                      "MAX_ERC_MIN_RX_TS": {
                        "type": "number"
                      },
                      "MAX_ERC_MIN_TX": {
                        "type": "number"
                      },
                      "MAX_ERC_MIN_TX_TS": {
                        "type": "number"
                      },
                      "MAX_TIMESTAMP": {
                        "type": "number"
                      },
                      "MIN_ERC_MAX_RX": {
                        "type": "number"
                      },
                      "MIN_ERC_MAX_RX_TS": {
                        "type": "number"
                      },
                      "MIN_ERC_MAX_TX": {
                        "type": "number"
                      },
                      "MIN_ERC_MAX_TX_TS": {
                        "type": "number"
                      },
                      "MIN_ERC_MIN_RX": {
                        "type": "number"
                      },
                      "MIN_ERC_MIN_RX_TS": {
                        "type": "number"
                      },
                      "MIN_ERC_MIN_TX": {
                        "type": "number"
                      },
                      "MIN_ERC_MIN_TX_TS": {
                        "type": "number"
                      },
                      "MIN_TIMESTAMP": {
                        "type": "number"
                      },
                      "PEAK_THROUGHPUT": {
                        "type": "number"
                      },
                      "SUM_ERC_MAX_RX": {
                        "type": "number"
                      },
                      "SUM_ERC_MAX_RX_TS": {
                        "type": "number"
                      },
                      "SUM_ERC_MAX_TX": {
                        "type": "number"
                      },
                      "SUM_ERC_MAX_TX_TS": {
                        "type": "number"
                      },
                      "SUM_ERC_MIN_RX": {
                        "type": "number"
                      },
                      "SUM_ERC_MIN_RX_TS": {
                        "type": "number"
                      },
                      "SUM_ERC_MIN_TX": {
                        "type": "number"
                      },
                      "SUM_ERC_MIN_TX_TS": {
                        "type": "number"
                      },
                      "TUNNEL": {
                        "type": "string"
                      },
                      "isPassThrough": {
                        "type": "boolean"
                      },
                      "nePk": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "AVG_ERC_MAX_RX": 6,
                    "AVG_ERC_MAX_RX_TS": 5,
                    "AVG_ERC_MAX_TX": 7,
                    "AVG_ERC_MAX_TX_TS": 4,
                    "AVG_ERC_MIN_RX": 5,
                    "AVG_ERC_MIN_RX_TS": 7,
                    "AVG_ERC_MIN_TX": 1,
                    "AVG_ERC_MIN_TX_TS": 1,
                    "MAX_ERC_MAX_RX": 7,
                    "MAX_ERC_MAX_RX_TS": 9,
                    "MAX_ERC_MAX_TX": 10,
                    "MAX_ERC_MAX_TX_TS": 5,
                    "MAX_ERC_MIN_RX": 4,
                    "MAX_ERC_MIN_RX_TS": 3,
                    "MAX_ERC_MIN_TX": 2,
                    "MAX_ERC_MIN_TX_TS": 8,
                    "MAX_TIMESTAMP": 8,
                    "MIN_ERC_MAX_RX": 7,
                    "MIN_ERC_MAX_RX_TS": 7,
                    "MIN_ERC_MAX_TX": 6,
                    "MIN_ERC_MAX_TX_TS": 5,
                    "MIN_ERC_MIN_RX": 1,
                    "MIN_ERC_MIN_RX_TS": 1,
                    "MIN_ERC_MIN_TX": 6,
                    "MIN_ERC_MIN_TX_TS": 10,
                    "MIN_TIMESTAMP": 3,
                    "PEAK_THROUGHPUT": 1,
                    "SUM_ERC_MAX_RX": 5,
                    "SUM_ERC_MAX_RX_TS": 3,
                    "SUM_ERC_MAX_TX": 4,
                    "SUM_ERC_MAX_TX_TS": 5,
                    "SUM_ERC_MIN_RX": 10,
                    "SUM_ERC_MIN_RX_TS": 3,
                    "SUM_ERC_MIN_TX": 5,
                    "SUM_ERC_MIN_TX_TS": 8,
                    "TUNNEL": "string",
                    "isPassThrough": true,
                    "nePk": "string"
                  },
                  {
                    "AVG_ERC_MAX_RX": 7,
                    "AVG_ERC_MAX_RX_TS": 6,
                    "AVG_ERC_MAX_TX": 4,
                    "AVG_ERC_MAX_TX_TS": 9,
                    "AVG_ERC_MIN_RX": 8,
                    "AVG_ERC_MIN_RX_TS": 9,
                    "AVG_ERC_MIN_TX": 4,
                    "AVG_ERC_MIN_TX_TS": 4,
                    "MAX_ERC_MAX_RX": 10,
                    "MAX_ERC_MAX_RX_TS": 4,
                    "MAX_ERC_MAX_TX": 4,
                    "MAX_ERC_MAX_TX_TS": 8,
                    "MAX_ERC_MIN_RX": 9,
                    "MAX_ERC_MIN_RX_TS": 7,
                    "MAX_ERC_MIN_TX": 9,
                    "MAX_ERC_MIN_TX_TS": 10,
                    "MAX_TIMESTAMP": 10,
                    "MIN_ERC_MAX_RX": 1,
                    "MIN_ERC_MAX_RX_TS": 8,
                    "MIN_ERC_MAX_TX": 8,
                    "MIN_ERC_MAX_TX_TS": 6,
                    "MIN_ERC_MIN_RX": 4,
                    "MIN_ERC_MIN_RX_TS": 6,
                    "MIN_ERC_MIN_TX": 7,
                    "MIN_ERC_MIN_TX_TS": 2,
                    "MIN_TIMESTAMP": 4,
                    "PEAK_THROUGHPUT": 7,
                    "SUM_ERC_MAX_RX": 1,
                    "SUM_ERC_MAX_RX_TS": 10,
                    "SUM_ERC_MAX_TX": 6,
                    "SUM_ERC_MAX_TX_TS": 10,
                    "SUM_ERC_MIN_RX": 5,
                    "SUM_ERC_MIN_RX_TS": 8,
                    "SUM_ERC_MIN_TX": 7,
                    "SUM_ERC_MIN_TX_TS": 8,
                    "TUNNEL": "string",
                    "isPassThrough": false,
                    "nePk": "string"
                  },
                  {
                    "AVG_ERC_MAX_RX": 3,
                    "AVG_ERC_MAX_RX_TS": 8,
                    "AVG_ERC_MAX_TX": 6,
                    "AVG_ERC_MAX_TX_TS": 5,
                    "AVG_ERC_MIN_RX": 9,
                    "AVG_ERC_MIN_RX_TS": 10,
                    "AVG_ERC_MIN_TX": 2,
                    "AVG_ERC_MIN_TX_TS": 2,
                    "MAX_ERC_MAX_RX": 1,
                    "MAX_ERC_MAX_RX_TS": 7,
                    "MAX_ERC_MAX_TX": 2,
                    "MAX_ERC_MAX_TX_TS": 7,
                    "MAX_ERC_MIN_RX": 6,
                    "MAX_ERC_MIN_RX_TS": 7,
                    "MAX_ERC_MIN_TX": 3,
                    "MAX_ERC_MIN_TX_TS": 5,
                    "MAX_TIMESTAMP": 7,
                    "MIN_ERC_MAX_RX": 5,
                    "MIN_ERC_MAX_RX_TS": 2,
                    "MIN_ERC_MAX_TX": 6,
                    "MIN_ERC_MAX_TX_TS": 7,
                    "MIN_ERC_MIN_RX": 5,
                    "MIN_ERC_MIN_RX_TS": 2,
                    "MIN_ERC_MIN_TX": 7,
                    "MIN_ERC_MIN_TX_TS": 6,
                    "MIN_TIMESTAMP": 9,
                    "PEAK_THROUGHPUT": 10,
                    "SUM_ERC_MAX_RX": 10,
                    "SUM_ERC_MAX_RX_TS": 7,
                    "SUM_ERC_MAX_TX": 8,
                    "SUM_ERC_MAX_TX_TS": 3,
                    "SUM_ERC_MIN_RX": 5,
                    "SUM_ERC_MIN_RX_TS": 9,
                    "SUM_ERC_MIN_TX": 2,
                    "SUM_ERC_MIN_TX_TS": 3,
                    "TUNNEL": "string",
                    "isPassThrough": true,
                    "nePk": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlay",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/aggregate/dscp": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsAggregateDscp",
        "description": "The parameters and request body are for method: statsAggregateDscp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<Traffic Type>": {
                      "type": "object",
                      "properties": {
                        "<DSCP>": {
                          "type": "object",
                          "properties": {
                            "<nePk/IP>": {
                              "type": "object",
                              "properties": {
                                "DSCP": {
                                  "type": "number"
                                },
                                "HOSTNAME": {
                                  "type": "string"
                                },
                                "IP": {
                                  "type": "string"
                                },
                                "MAX_COMP_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_TIMESTAMP": {
                                  "type": "number"
                                },
                                "MAX_WRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MIN_TIMESTAMP": {
                                  "type": "number"
                                },
                                "SUM_LRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_LTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LTX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WTX_PKTS": {
                                  "type": "number"
                                },
                                "TRAFFIC_TYPE": {
                                  "type": "number"
                                },
                                "nePk": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<Traffic Type>": {
                    "<DSCP>": {
                      "<nePk/IP>": {
                        "DSCP": 3,
                        "HOSTNAME": "string",
                        "IP": "string",
                        "MAX_COMP_L2W": 4,
                        "MAX_COMP_L2WMAX": 8,
                        "MAX_COMP_NOOHEAD_L2W": 7,
                        "MAX_COMP_NOOHEAD_L2WMAX": 8,
                        "MAX_COMP_NOOHEAD_W2L": 6,
                        "MAX_COMP_NOOHEAD_W2LMAX": 8,
                        "MAX_COMP_W2L": 7,
                        "MAX_COMP_W2LMAX": 6,
                        "MAX_LRX_BYTES_MAX": 3,
                        "MAX_LRX_PKTS_MAX": 10,
                        "MAX_LTX_BYTES_MAX": 3,
                        "MAX_LTX_PKTS_MAX": 1,
                        "MAX_TIMESTAMP": 3,
                        "MAX_WRX_BYTES_MAX": 5,
                        "MAX_WRX_PKTS_MAX": 9,
                        "MAX_WTX_BYTES_MAX": 7,
                        "MAX_WTX_PKTS_MAX": 3,
                        "MIN_TIMESTAMP": 8,
                        "SUM_LRX_BYTES": 2,
                        "SUM_LRX_PKTS": 5,
                        "SUM_LTX_BYTES": 7,
                        "SUM_LTX_PKTS": 1,
                        "SUM_WRX_BYTES": 1,
                        "SUM_WRX_PKTS": 1,
                        "SUM_WTX_BYTES": 5,
                        "SUM_WTX_PKTS": 8,
                        "TRAFFIC_TYPE": 3,
                        "nePk": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dscp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metric",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsAggregateDscp",
        "description": "The parameters and request body are for method: postStatsAggregateDscp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<Traffic Type>": {
                      "type": "object",
                      "properties": {
                        "<DSCP>": {
                          "type": "object",
                          "properties": {
                            "<nePk/IP>": {
                              "type": "object",
                              "properties": {
                                "DSCP": {
                                  "type": "number"
                                },
                                "HOSTNAME": {
                                  "type": "string"
                                },
                                "IP": {
                                  "type": "string"
                                },
                                "MAX_COMP_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_TIMESTAMP": {
                                  "type": "number"
                                },
                                "MAX_WRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MIN_TIMESTAMP": {
                                  "type": "number"
                                },
                                "SUM_LRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_LTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LTX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WTX_PKTS": {
                                  "type": "number"
                                },
                                "TRAFFIC_TYPE": {
                                  "type": "number"
                                },
                                "nePk": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<Traffic Type>": {
                    "<DSCP>": {
                      "<nePk/IP>": {
                        "DSCP": 2,
                        "HOSTNAME": "string",
                        "IP": "string",
                        "MAX_COMP_L2W": 7,
                        "MAX_COMP_L2WMAX": 9,
                        "MAX_COMP_NOOHEAD_L2W": 6,
                        "MAX_COMP_NOOHEAD_L2WMAX": 4,
                        "MAX_COMP_NOOHEAD_W2L": 7,
                        "MAX_COMP_NOOHEAD_W2LMAX": 7,
                        "MAX_COMP_W2L": 6,
                        "MAX_COMP_W2LMAX": 4,
                        "MAX_LRX_BYTES_MAX": 2,
                        "MAX_LRX_PKTS_MAX": 6,
                        "MAX_LTX_BYTES_MAX": 3,
                        "MAX_LTX_PKTS_MAX": 9,
                        "MAX_TIMESTAMP": 9,
                        "MAX_WRX_BYTES_MAX": 3,
                        "MAX_WRX_PKTS_MAX": 1,
                        "MAX_WTX_BYTES_MAX": 6,
                        "MAX_WTX_PKTS_MAX": 1,
                        "MIN_TIMESTAMP": 6,
                        "SUM_LRX_BYTES": 7,
                        "SUM_LRX_PKTS": 9,
                        "SUM_LTX_BYTES": 1,
                        "SUM_LTX_PKTS": 7,
                        "SUM_WRX_BYTES": 2,
                        "SUM_WRX_PKTS": 2,
                        "SUM_WTX_BYTES": 5,
                        "SUM_WTX_PKTS": 7,
                        "TRAFFIC_TYPE": 2,
                        "nePk": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dscp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metric",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/dscp/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateDscpNePk",
        "description": "The parameters and request body are for method: getStatsAggregateDscpNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<Traffic Type>": {
                      "type": "object",
                      "properties": {
                        "<DSCP>": {
                          "type": "object",
                          "properties": {
                            "<nePk/IP>": {
                              "type": "object",
                              "properties": {
                                "DSCP": {
                                  "type": "number"
                                },
                                "HOSTNAME": {
                                  "type": "string"
                                },
                                "IP": {
                                  "type": "string"
                                },
                                "MAX_COMP_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_TIMESTAMP": {
                                  "type": "number"
                                },
                                "MAX_WRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MIN_TIMESTAMP": {
                                  "type": "number"
                                },
                                "SUM_LRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_LTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LTX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WTX_PKTS": {
                                  "type": "number"
                                },
                                "TRAFFIC_TYPE": {
                                  "type": "number"
                                },
                                "nePk": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<Traffic Type>": {
                    "<DSCP>": {
                      "<nePk/IP>": {
                        "DSCP": 2,
                        "HOSTNAME": "string",
                        "IP": "string",
                        "MAX_COMP_L2W": 3,
                        "MAX_COMP_L2WMAX": 1,
                        "MAX_COMP_NOOHEAD_L2W": 4,
                        "MAX_COMP_NOOHEAD_L2WMAX": 8,
                        "MAX_COMP_NOOHEAD_W2L": 1,
                        "MAX_COMP_NOOHEAD_W2LMAX": 9,
                        "MAX_COMP_W2L": 7,
                        "MAX_COMP_W2LMAX": 8,
                        "MAX_LRX_BYTES_MAX": 9,
                        "MAX_LRX_PKTS_MAX": 5,
                        "MAX_LTX_BYTES_MAX": 9,
                        "MAX_LTX_PKTS_MAX": 9,
                        "MAX_TIMESTAMP": 1,
                        "MAX_WRX_BYTES_MAX": 3,
                        "MAX_WRX_PKTS_MAX": 3,
                        "MAX_WTX_BYTES_MAX": 5,
                        "MAX_WTX_PKTS_MAX": 1,
                        "MIN_TIMESTAMP": 2,
                        "SUM_LRX_BYTES": 8,
                        "SUM_LRX_PKTS": 7,
                        "SUM_LTX_BYTES": 8,
                        "SUM_LTX_PKTS": 5,
                        "SUM_WRX_BYTES": 8,
                        "SUM_WRX_PKTS": 3,
                        "SUM_WTX_BYTES": 9,
                        "SUM_WTX_PKTS": 3,
                        "TRAFFIC_TYPE": 9,
                        "nePk": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficClass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dscp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metric",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/aggregate/flow": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsAggregateFlow",
        "description": "The parameters and request body are for method: statsAggregateFlow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<Traffic Type>": {
                      "type": "object",
                      "properties": {
                        "<Flow Type>": {
                          "type": "object",
                          "properties": {
                            "<nePk/IP>": {
                              "type": "object",
                              "properties": {
                                "FLOW_TYPE": {
                                  "type": "number"
                                },
                                "HOSTNAME": {
                                  "type": "string"
                                },
                                "IP": {
                                  "type": "string"
                                },
                                "MAX_COMP_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_CREATED_MAX": {
                                  "type": "number"
                                },
                                "MAX_DELETED_MAX": {
                                  "type": "number"
                                },
                                "MAX_FLOW_EXT_PEAK": {
                                  "type": "number"
                                },
                                "MAX_FLOW_MAX": {
                                  "type": "number"
                                },
                                "MAX_FLOW_PEAK": {
                                  "type": "number"
                                },
                                "MAX_LRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_TIMESTAMP": {
                                  "type": "number"
                                },
                                "MAX_WRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MIN_TIMESTAMP": {
                                  "type": "number"
                                },
                                "SUM_CREATED": {
                                  "type": "number"
                                },
                                "SUM_DELETED": {
                                  "type": "number"
                                },
                                "SUM_EXT": {
                                  "type": "number"
                                },
                                "SUM_LRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_LTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LTX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WTX_PKTS": {
                                  "type": "number"
                                },
                                "TRAFFIC_TYPE": {
                                  "type": "number"
                                },
                                "nePk": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<Traffic Type>": {
                    "<Flow Type>": {
                      "<nePk/IP>": {
                        "FLOW_TYPE": 3,
                        "HOSTNAME": "string",
                        "IP": "string",
                        "MAX_COMP_L2W": 2,
                        "MAX_COMP_L2WMAX": 3,
                        "MAX_COMP_NOOHEAD_L2W": 6,
                        "MAX_COMP_NOOHEAD_L2WMAX": 10,
                        "MAX_COMP_NOOHEAD_W2L": 6,
                        "MAX_COMP_NOOHEAD_W2LMAX": 4,
                        "MAX_COMP_W2L": 10,
                        "MAX_COMP_W2LMAX": 10,
                        "MAX_CREATED_MAX": 10,
                        "MAX_DELETED_MAX": 7,
                        "MAX_FLOW_EXT_PEAK": 1,
                        "MAX_FLOW_MAX": 3,
                        "MAX_FLOW_PEAK": 9,
                        "MAX_LRX_BYTES_MAX": 7,
                        "MAX_LRX_PKTS_MAX": 6,
                        "MAX_LTX_BYTES_MAX": 8,
                        "MAX_LTX_PKTS_MAX": 8,
                        "MAX_TIMESTAMP": 7,
                        "MAX_WRX_BYTES_MAX": 8,
                        "MAX_WRX_PKTS_MAX": 5,
                        "MAX_WTX_BYTES_MAX": 3,
                        "MAX_WTX_PKTS_MAX": 7,
                        "MIN_TIMESTAMP": 5,
                        "SUM_CREATED": 7,
                        "SUM_DELETED": 5,
                        "SUM_EXT": 1,
                        "SUM_LRX_BYTES": 9,
                        "SUM_LRX_PKTS": 4,
                        "SUM_LTX_BYTES": 8,
                        "SUM_LTX_PKTS": 9,
                        "SUM_WRX_BYTES": 2,
                        "SUM_WRX_PKTS": 6,
                        "SUM_WTX_BYTES": 8,
                        "SUM_WTX_PKTS": 7,
                        "TRAFFIC_TYPE": 8,
                        "nePk": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "flow",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsAggregateFlow",
        "description": "The parameters and request body are for method: postStatsAggregateFlow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<Traffic Type>": {
                      "type": "object",
                      "properties": {
                        "<Flow Type>": {
                          "type": "object",
                          "properties": {
                            "<nePk/IP>": {
                              "type": "object",
                              "properties": {
                                "FLOW_TYPE": {
                                  "type": "number"
                                },
                                "HOSTNAME": {
                                  "type": "string"
                                },
                                "IP": {
                                  "type": "string"
                                },
                                "MAX_COMP_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_CREATED_MAX": {
                                  "type": "number"
                                },
                                "MAX_DELETED_MAX": {
                                  "type": "number"
                                },
                                "MAX_FLOW_EXT_PEAK": {
                                  "type": "number"
                                },
                                "MAX_FLOW_MAX": {
                                  "type": "number"
                                },
                                "MAX_FLOW_PEAK": {
                                  "type": "number"
                                },
                                "MAX_LRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_TIMESTAMP": {
                                  "type": "number"
                                },
                                "MAX_WRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MIN_TIMESTAMP": {
                                  "type": "number"
                                },
                                "SUM_CREATED": {
                                  "type": "number"
                                },
                                "SUM_DELETED": {
                                  "type": "number"
                                },
                                "SUM_EXT": {
                                  "type": "number"
                                },
                                "SUM_LRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_LTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LTX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WTX_PKTS": {
                                  "type": "number"
                                },
                                "TRAFFIC_TYPE": {
                                  "type": "number"
                                },
                                "nePk": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<Traffic Type>": {
                    "<Flow Type>": {
                      "<nePk/IP>": {
                        "FLOW_TYPE": 4,
                        "HOSTNAME": "string",
                        "IP": "string",
                        "MAX_COMP_L2W": 9,
                        "MAX_COMP_L2WMAX": 5,
                        "MAX_COMP_NOOHEAD_L2W": 2,
                        "MAX_COMP_NOOHEAD_L2WMAX": 6,
                        "MAX_COMP_NOOHEAD_W2L": 7,
                        "MAX_COMP_NOOHEAD_W2LMAX": 5,
                        "MAX_COMP_W2L": 5,
                        "MAX_COMP_W2LMAX": 5,
                        "MAX_CREATED_MAX": 5,
                        "MAX_DELETED_MAX": 2,
                        "MAX_FLOW_EXT_PEAK": 8,
                        "MAX_FLOW_MAX": 7,
                        "MAX_FLOW_PEAK": 4,
                        "MAX_LRX_BYTES_MAX": 6,
                        "MAX_LRX_PKTS_MAX": 6,
                        "MAX_LTX_BYTES_MAX": 7,
                        "MAX_LTX_PKTS_MAX": 9,
                        "MAX_TIMESTAMP": 4,
                        "MAX_WRX_BYTES_MAX": 9,
                        "MAX_WRX_PKTS_MAX": 1,
                        "MAX_WTX_BYTES_MAX": 5,
                        "MAX_WTX_PKTS_MAX": 6,
                        "MIN_TIMESTAMP": 1,
                        "SUM_CREATED": 5,
                        "SUM_DELETED": 7,
                        "SUM_EXT": 9,
                        "SUM_LRX_BYTES": 10,
                        "SUM_LRX_PKTS": 1,
                        "SUM_LTX_BYTES": 3,
                        "SUM_LTX_PKTS": 7,
                        "SUM_WRX_BYTES": 9,
                        "SUM_WRX_PKTS": 2,
                        "SUM_WTX_BYTES": 9,
                        "SUM_WTX_PKTS": 10,
                        "TRAFFIC_TYPE": 1,
                        "nePk": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "flow",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/flow/active": {
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "getActiveFlowCounts",
        "description": "The parameters and request body are for method: getActiveFlowCounts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<nePk>": {
                      "type": "object",
                      "properties": {
                        "NON_TCP_COUNT": {
                          "type": "number"
                        },
                        "TCP_ACCELERATED_COUNT": {
                          "type": "number"
                        },
                        "TCP_NOT_ACCELERATED_COUNT": {
                          "type": "number"
                        },
                        "TIMESTAMP": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<nePk>": {
                    "NON_TCP_COUNT": 2,
                    "TCP_ACCELERATED_COUNT": 6,
                    "TCP_NOT_ACCELERATED_COUNT": 4,
                    "TIMESTAMP": 8
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/flow/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateFlowNePk",
        "description": "The parameters and request body are for method: getStatsAggregateFlowNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<Traffic Type>": {
                      "type": "object",
                      "properties": {
                        "<Flow Type>": {
                          "type": "object",
                          "properties": {
                            "<nePk/IP>": {
                              "type": "object",
                              "properties": {
                                "FLOW_TYPE": {
                                  "type": "number"
                                },
                                "HOSTNAME": {
                                  "type": "string"
                                },
                                "IP": {
                                  "type": "string"
                                },
                                "MAX_COMP_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_CREATED_MAX": {
                                  "type": "number"
                                },
                                "MAX_DELETED_MAX": {
                                  "type": "number"
                                },
                                "MAX_FLOW_EXT_PEAK": {
                                  "type": "number"
                                },
                                "MAX_FLOW_MAX": {
                                  "type": "number"
                                },
                                "MAX_FLOW_PEAK": {
                                  "type": "number"
                                },
                                "MAX_LRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_TIMESTAMP": {
                                  "type": "number"
                                },
                                "MAX_WRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MIN_TIMESTAMP": {
                                  "type": "number"
                                },
                                "SUM_CREATED": {
                                  "type": "number"
                                },
                                "SUM_DELETED": {
                                  "type": "number"
                                },
                                "SUM_EXT": {
                                  "type": "number"
                                },
                                "SUM_LRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_LTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LTX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WTX_PKTS": {
                                  "type": "number"
                                },
                                "TRAFFIC_TYPE": {
                                  "type": "number"
                                },
                                "nePk": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<Traffic Type>": {
                    "<Flow Type>": {
                      "<nePk/IP>": {
                        "FLOW_TYPE": 4,
                        "HOSTNAME": "string",
                        "IP": "string",
                        "MAX_COMP_L2W": 1,
                        "MAX_COMP_L2WMAX": 8,
                        "MAX_COMP_NOOHEAD_L2W": 3,
                        "MAX_COMP_NOOHEAD_L2WMAX": 8,
                        "MAX_COMP_NOOHEAD_W2L": 9,
                        "MAX_COMP_NOOHEAD_W2LMAX": 2,
                        "MAX_COMP_W2L": 6,
                        "MAX_COMP_W2LMAX": 8,
                        "MAX_CREATED_MAX": 9,
                        "MAX_DELETED_MAX": 10,
                        "MAX_FLOW_EXT_PEAK": 8,
                        "MAX_FLOW_MAX": 3,
                        "MAX_FLOW_PEAK": 1,
                        "MAX_LRX_BYTES_MAX": 3,
                        "MAX_LRX_PKTS_MAX": 8,
                        "MAX_LTX_BYTES_MAX": 3,
                        "MAX_LTX_PKTS_MAX": 5,
                        "MAX_TIMESTAMP": 7,
                        "MAX_WRX_BYTES_MAX": 7,
                        "MAX_WRX_PKTS_MAX": 6,
                        "MAX_WTX_BYTES_MAX": 2,
                        "MAX_WTX_PKTS_MAX": 9,
                        "MIN_TIMESTAMP": 5,
                        "SUM_CREATED": 2,
                        "SUM_DELETED": 4,
                        "SUM_EXT": 6,
                        "SUM_LRX_BYTES": 8,
                        "SUM_LRX_PKTS": 9,
                        "SUM_LTX_BYTES": 10,
                        "SUM_LTX_PKTS": 7,
                        "SUM_WRX_BYTES": 2,
                        "SUM_WRX_PKTS": 10,
                        "SUM_WTX_BYTES": 3,
                        "SUM_WTX_PKTS": 5,
                        "TRAFFIC_TYPE": 6,
                        "nePk": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficClass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "flow",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/aggregate/interface": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "interfaceAggregateStats",
        "description": "The parameters and request body are for method: interfaceAggregateStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "INTERFACE": {
                        "type": "string"
                      },
                      "IP": {
                        "type": "string"
                      },
                      "MAX_FWDROPS_RX_BYTES_MAX": {
                        "type": "number"
                      },
                      "MAX_FWDROPS_RX_PKTS_MAX": {
                        "type": "number"
                      },
                      "MAX_FWDROPS_TX_BYTES_MAX": {
                        "type": "number"
                      },
                      "MAX_FWDROPS_TX_PKTS_MAX": {
                        "type": "number"
                      },
                      "MAX_OHEAD_RX_BYTES_MAX": {
                        "type": "number"
                      },
                      "MAX_OHEAD_RX_PKTS_MAX": {
                        "type": "number"
                      },
                      "MAX_OHEAD_TX_BYTES_MAX": {
                        "type": "number"
                      },
                      "MAX_OHEAD_TX_PKTS_MAX": {
                        "type": "number"
                      },
                      "MAX_RX_BYTES_MAX": {
                        "type": "number"
                      },
                      "MAX_RX_PKTS_MAX": {
                        "type": "number"
                      },
                      "MAX_TIMESTAMP": {
                        "type": "number"
                      },
                      "MAX_TX_BYTES_MAX": {
                        "type": "number"
                      },
                      "MAX_TX_PKTS_MAX": {
                        "type": "number"
                      },
                      "MIN_TIMESTAMP": {
                        "type": "number"
                      },
                      "SUM_FWDROPS_RX_BYTES": {
                        "type": "number"
                      },
                      "SUM_FWDROPS_RX_PKTS": {
                        "type": "number"
                      },
                      "SUM_FWDROPS_TX_BYTES": {
                        "type": "number"
                      },
                      "SUM_FWDROPS_TX_PKTS": {
                        "type": "number"
                      },
                      "SUM_OHEAD_RX_BYTES": {
                        "type": "number"
                      },
                      "SUM_OHEAD_RX_PKTS": {
                        "type": "number"
                      },
                      "SUM_OHEAD_TX_BYTES": {
                        "type": "number"
                      },
                      "SUM_OHEAD_TX_PKTS": {
                        "type": "number"
                      },
                      "SUM_RX_BYTES": {
                        "type": "number"
                      },
                      "SUM_RX_PKTS": {
                        "type": "number"
                      },
                      "SUM_TX_BYTES": {
                        "type": "number"
                      },
                      "SUM_TX_PKTS": {
                        "type": "number"
                      },
                      "TRAFFIC_TYPE": {
                        "type": "number"
                      },
                      "nePk": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "HOSTNAME": "string",
                    "INTERFACE": "string",
                    "IP": "string",
                    "MAX_FWDROPS_RX_BYTES_MAX": 5,
                    "MAX_FWDROPS_RX_PKTS_MAX": 9,
                    "MAX_FWDROPS_TX_BYTES_MAX": 7,
                    "MAX_FWDROPS_TX_PKTS_MAX": 4,
                    "MAX_OHEAD_RX_BYTES_MAX": 1,
                    "MAX_OHEAD_RX_PKTS_MAX": 5,
                    "MAX_OHEAD_TX_BYTES_MAX": 2,
                    "MAX_OHEAD_TX_PKTS_MAX": 2,
                    "MAX_RX_BYTES_MAX": 8,
                    "MAX_RX_PKTS_MAX": 1,
                    "MAX_TIMESTAMP": 9,
                    "MAX_TX_BYTES_MAX": 1,
                    "MAX_TX_PKTS_MAX": 1,
                    "MIN_TIMESTAMP": 4,
                    "SUM_FWDROPS_RX_BYTES": 4,
                    "SUM_FWDROPS_RX_PKTS": 1,
                    "SUM_FWDROPS_TX_BYTES": 2,
                    "SUM_FWDROPS_TX_PKTS": 9,
                    "SUM_OHEAD_RX_BYTES": 2,
                    "SUM_OHEAD_RX_PKTS": 9,
                    "SUM_OHEAD_TX_BYTES": 7,
                    "SUM_OHEAD_TX_PKTS": 5,
                    "SUM_RX_BYTES": 2,
                    "SUM_RX_PKTS": 4,
                    "SUM_TX_BYTES": 1,
                    "SUM_TX_PKTS": 3,
                    "TRAFFIC_TYPE": 6,
                    "nePk": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsAggregateInterface",
        "description": "The parameters and request body are for method: postStatsAggregateInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "INTERFACE": {
                        "type": "string"
                      },
                      "IP": {
                        "type": "string"
                      },
                      "MAX_FWDROPS_RX_BYTES_MAX": {
                        "type": "number"
                      },
                      "MAX_FWDROPS_RX_PKTS_MAX": {
                        "type": "number"
                      },
                      "MAX_FWDROPS_TX_BYTES_MAX": {
                        "type": "number"
                      },
                      "MAX_FWDROPS_TX_PKTS_MAX": {
                        "type": "number"
                      },
                      "MAX_OHEAD_RX_BYTES_MAX": {
                        "type": "number"
                      },
                      "MAX_OHEAD_RX_PKTS_MAX": {
                        "type": "number"
                      },
                      "MAX_OHEAD_TX_BYTES_MAX": {
                        "type": "number"
                      },
                      "MAX_OHEAD_TX_PKTS_MAX": {
                        "type": "number"
                      },
                      "MAX_RX_BYTES_MAX": {
                        "type": "number"
                      },
                      "MAX_RX_PKTS_MAX": {
                        "type": "number"
                      },
                      "MAX_TIMESTAMP": {
                        "type": "number"
                      },
                      "MAX_TX_BYTES_MAX": {
                        "type": "number"
                      },
                      "MAX_TX_PKTS_MAX": {
                        "type": "number"
                      },
                      "MIN_TIMESTAMP": {
                        "type": "number"
                      },
                      "SUM_FWDROPS_RX_BYTES": {
                        "type": "number"
                      },
                      "SUM_FWDROPS_RX_PKTS": {
                        "type": "number"
                      },
                      "SUM_FWDROPS_TX_BYTES": {
                        "type": "number"
                      },
                      "SUM_FWDROPS_TX_PKTS": {
                        "type": "number"
                      },
                      "SUM_OHEAD_RX_BYTES": {
                        "type": "number"
                      },
                      "SUM_OHEAD_RX_PKTS": {
                        "type": "number"
                      },
                      "SUM_OHEAD_TX_BYTES": {
                        "type": "number"
                      },
                      "SUM_OHEAD_TX_PKTS": {
                        "type": "number"
                      },
                      "SUM_RX_BYTES": {
                        "type": "number"
                      },
                      "SUM_RX_PKTS": {
                        "type": "number"
                      },
                      "SUM_TX_BYTES": {
                        "type": "number"
                      },
                      "SUM_TX_PKTS": {
                        "type": "number"
                      },
                      "TRAFFIC_TYPE": {
                        "type": "number"
                      },
                      "nePk": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "HOSTNAME": "string",
                    "INTERFACE": "string",
                    "IP": "string",
                    "MAX_FWDROPS_RX_BYTES_MAX": 9,
                    "MAX_FWDROPS_RX_PKTS_MAX": 6,
                    "MAX_FWDROPS_TX_BYTES_MAX": 9,
                    "MAX_FWDROPS_TX_PKTS_MAX": 3,
                    "MAX_OHEAD_RX_BYTES_MAX": 3,
                    "MAX_OHEAD_RX_PKTS_MAX": 4,
                    "MAX_OHEAD_TX_BYTES_MAX": 3,
                    "MAX_OHEAD_TX_PKTS_MAX": 2,
                    "MAX_RX_BYTES_MAX": 6,
                    "MAX_RX_PKTS_MAX": 3,
                    "MAX_TIMESTAMP": 5,
                    "MAX_TX_BYTES_MAX": 5,
                    "MAX_TX_PKTS_MAX": 10,
                    "MIN_TIMESTAMP": 6,
                    "SUM_FWDROPS_RX_BYTES": 9,
                    "SUM_FWDROPS_RX_PKTS": 1,
                    "SUM_FWDROPS_TX_BYTES": 8,
                    "SUM_FWDROPS_TX_PKTS": 4,
                    "SUM_OHEAD_RX_BYTES": 9,
                    "SUM_OHEAD_RX_PKTS": 3,
                    "SUM_OHEAD_TX_BYTES": 10,
                    "SUM_OHEAD_TX_PKTS": 2,
                    "SUM_RX_BYTES": 2,
                    "SUM_RX_PKTS": 2,
                    "SUM_TX_BYTES": 1,
                    "SUM_TX_PKTS": 4,
                    "TRAFFIC_TYPE": 8,
                    "nePk": "string"
                  },
                  {
                    "HOSTNAME": "string",
                    "INTERFACE": "string",
                    "IP": "string",
                    "MAX_FWDROPS_RX_BYTES_MAX": 6,
                    "MAX_FWDROPS_RX_PKTS_MAX": 10,
                    "MAX_FWDROPS_TX_BYTES_MAX": 10,
                    "MAX_FWDROPS_TX_PKTS_MAX": 4,
                    "MAX_OHEAD_RX_BYTES_MAX": 3,
                    "MAX_OHEAD_RX_PKTS_MAX": 3,
                    "MAX_OHEAD_TX_BYTES_MAX": 7,
                    "MAX_OHEAD_TX_PKTS_MAX": 2,
                    "MAX_RX_BYTES_MAX": 4,
                    "MAX_RX_PKTS_MAX": 1,
                    "MAX_TIMESTAMP": 9,
                    "MAX_TX_BYTES_MAX": 6,
                    "MAX_TX_PKTS_MAX": 3,
                    "MIN_TIMESTAMP": 1,
                    "SUM_FWDROPS_RX_BYTES": 6,
                    "SUM_FWDROPS_RX_PKTS": 8,
                    "SUM_FWDROPS_TX_BYTES": 3,
                    "SUM_FWDROPS_TX_PKTS": 10,
                    "SUM_OHEAD_RX_BYTES": 5,
                    "SUM_OHEAD_RX_PKTS": 4,
                    "SUM_OHEAD_TX_BYTES": 10,
                    "SUM_OHEAD_TX_PKTS": 7,
                    "SUM_RX_BYTES": 3,
                    "SUM_RX_PKTS": 1,
                    "SUM_TX_BYTES": 8,
                    "SUM_TX_PKTS": 5,
                    "TRAFFIC_TYPE": 9,
                    "nePk": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/interfaceOverlay": {
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "interfaceOverlayTransportAggregateStats",
        "description": "The parameters and request body are for method: interfaceOverlayTransportAggregateStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "INTERFACE": {
                        "type": "string"
                      },
                      "ISWANSIDE": {
                        "type": "boolean"
                      },
                      "LABELID": {
                        "type": "number"
                      },
                      "LABELNAME": {
                        "type": "string"
                      },
                      "MAX_OHEAD_RX_BYTES_MAX": {
                        "type": "number"
                      },
                      "MAX_OHEAD_RX_PKTS_MAX": {
                        "type": "number"
                      },
                      "MAX_OHEAD_TX_BYTES_MAX": {
                        "type": "number"
                      },
                      "MAX_OHEAD_TX_PKTS_MAX": {
                        "type": "number"
                      },
                      "MAX_RX_BYTES_MAX": {
                        "type": "number"
                      },
                      "MAX_RX_PKTS_MAX": {
                        "type": "number"
                      },
                      "MAX_TIMESTAMP": {
                        "type": "number"
                      },
                      "MAX_TX_BYTES_MAX": {
                        "type": "number"
                      },
                      "MAX_TX_PKTS_MAX": {
                        "type": "number"
                      },
                      "MIN_TIMESTAMP": {
                        "type": "number"
                      },
                      "OVERLAY_ID": {
                        "type": "number"
                      },
                      "SUM_OHEAD_RX_BYTES": {
                        "type": "number"
                      },
                      "SUM_OHEAD_RX_PKTS": {
                        "type": "number"
                      },
                      "SUM_OHEAD_TX_BYTES": {
                        "type": "number"
                      },
                      "SUM_OHEAD_TX_PKTS": {
                        "type": "number"
                      },
                      "SUM_RX_BYTES": {
                        "type": "number"
                      },
                      "SUM_RX_PKTS": {
                        "type": "number"
                      },
                      "SUM_TX_BYTES": {
                        "type": "number"
                      },
                      "SUM_TX_PKTS": {
                        "type": "number"
                      },
                      "TUNNEL_TYPE": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "INTERFACE": "string",
                    "ISWANSIDE": false,
                    "LABELID": 6,
                    "LABELNAME": "string",
                    "MAX_OHEAD_RX_BYTES_MAX": 7,
                    "MAX_OHEAD_RX_PKTS_MAX": 7,
                    "MAX_OHEAD_TX_BYTES_MAX": 3,
                    "MAX_OHEAD_TX_PKTS_MAX": 10,
                    "MAX_RX_BYTES_MAX": 7,
                    "MAX_RX_PKTS_MAX": 9,
                    "MAX_TIMESTAMP": 7,
                    "MAX_TX_BYTES_MAX": 6,
                    "MAX_TX_PKTS_MAX": 3,
                    "MIN_TIMESTAMP": 6,
                    "OVERLAY_ID": 6,
                    "SUM_OHEAD_RX_BYTES": 6,
                    "SUM_OHEAD_RX_PKTS": 2,
                    "SUM_OHEAD_TX_BYTES": 2,
                    "SUM_OHEAD_TX_PKTS": 2,
                    "SUM_RX_BYTES": 7,
                    "SUM_RX_PKTS": 10,
                    "SUM_TX_BYTES": 7,
                    "SUM_TX_PKTS": 7,
                    "TUNNEL_TYPE": 8
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlay",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/jitter": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "jitterStatsAggregate",
        "description": "The parameters and request body are for method: jitterStatsAggregate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlay",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsAggregateJitter",
        "description": "The parameters and request body are for method: statsAggregateJitter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "AVG_JITTER": {
                        "type": "number"
                      },
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "IP": {
                        "type": "string"
                      },
                      "MAX_JITTER": {
                        "type": "number"
                      },
                      "MAX_TIMESTAMP": {
                        "type": "number"
                      },
                      "MIN_TIMESTAMP": {
                        "type": "number"
                      },
                      "TUNNEL": {
                        "type": "string"
                      },
                      "nePk": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "AVG_JITTER": 9,
                    "HOSTNAME": "string",
                    "IP": "string",
                    "MAX_JITTER": 3,
                    "MAX_TIMESTAMP": 5,
                    "MIN_TIMESTAMP": 1,
                    "TUNNEL": "string",
                    "nePk": "string"
                  },
                  {
                    "AVG_JITTER": 3,
                    "HOSTNAME": "string",
                    "IP": "string",
                    "MAX_JITTER": 4,
                    "MAX_TIMESTAMP": 8,
                    "MIN_TIMESTAMP": 8,
                    "TUNNEL": "string",
                    "nePk": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlay",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/jitter/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateJitterNePk",
        "description": "The parameters and request body are for method: getStatsAggregateJitterNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string",
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlay",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/aggregate/mos": {
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "mosAggregateStats",
        "description": "The parameters and request body are for method: mosAggregateStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ALIAS": {
                        "type": "string"
                      },
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "IP": {
                        "type": "string"
                      },
                      "TUNNEL": {
                        "type": "string"
                      },
                      "destNePk": {
                        "type": "string"
                      },
                      "destTunnelAlias": {
                        "type": "string"
                      },
                      "destTunnelId": {
                        "type": "string"
                      },
                      "isPassThrough": {
                        "type": "boolean"
                      },
                      "min_mos": {
                        "type": "number"
                      },
                      "min_mos_ts": {
                        "type": "number"
                      },
                      "mos": {
                        "type": "number"
                      },
                      "nePk": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "ALIAS": "string",
                    "HOSTNAME": "string",
                    "IP": "string",
                    "TUNNEL": "string",
                    "destNePk": "string",
                    "destTunnelAlias": "string",
                    "destTunnelId": "string",
                    "isPassThrough": false,
                    "min_mos": 8,
                    "min_mos_ts": 2,
                    "mos": 7,
                    "nePk": "string"
                  },
                  {
                    "ALIAS": "string",
                    "HOSTNAME": "string",
                    "IP": "string",
                    "TUNNEL": "string",
                    "destNePk": "string",
                    "destTunnelAlias": "string",
                    "destTunnelId": "string",
                    "isPassThrough": false,
                    "min_mos": 1,
                    "min_mos_ts": 1,
                    "mos": 4,
                    "nePk": "string"
                  },
                  {
                    "ALIAS": "string",
                    "HOSTNAME": "string",
                    "IP": "string",
                    "TUNNEL": "string",
                    "destNePk": "string",
                    "destTunnelAlias": "string",
                    "destTunnelId": "string",
                    "isPassThrough": true,
                    "min_mos": 6,
                    "min_mos_ts": 6,
                    "mos": 5,
                    "nePk": "string"
                  },
                  {
                    "ALIAS": "string",
                    "HOSTNAME": "string",
                    "IP": "string",
                    "TUNNEL": "string",
                    "destNePk": "string",
                    "destTunnelAlias": "string",
                    "destTunnelId": "string",
                    "isPassThrough": true,
                    "min_mos": 8,
                    "min_mos_ts": 6,
                    "mos": 6,
                    "nePk": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlay",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/mos/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateMosNePk",
        "description": "The parameters and request body are for method: getStatsAggregateMosNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ALIAS": {
                        "type": "string"
                      },
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "IP": {
                        "type": "string"
                      },
                      "TUNNEL": {
                        "type": "string"
                      },
                      "destNePk": {
                        "type": "string"
                      },
                      "destTunnelAlias": {
                        "type": "string"
                      },
                      "destTunnelId": {
                        "type": "string"
                      },
                      "isPassThrough": {
                        "type": "boolean"
                      },
                      "min_mos": {
                        "type": "number"
                      },
                      "min_mos_ts": {
                        "type": "number"
                      },
                      "mos": {
                        "type": "number"
                      },
                      "nePk": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "ALIAS": "string",
                    "HOSTNAME": "string",
                    "IP": "string",
                    "TUNNEL": "string",
                    "destNePk": "string",
                    "destTunnelAlias": "string",
                    "destTunnelId": "string",
                    "isPassThrough": false,
                    "min_mos": 5,
                    "min_mos_ts": 1,
                    "mos": 8,
                    "nePk": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlay",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/aggregate/ports": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "portStatsAggregate",
        "description": "The parameters and request body are for method: portStatsAggregate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string"
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isSource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isKnown",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "protocol",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "port",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "splitByNe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastHour",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsAggregatePorts",
        "description": "The parameters and request body are for method: statsAggregatePorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string",
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isSource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isKnown",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "protocol",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "port",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "splitByNe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastHour",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/ports/{}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregatePortsNePk",
        "description": "The parameters and request body are for method: getStatsAggregatePortsNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string"
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isSource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isKnown",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "protocol",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "port",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "splitByNe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastHour",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/aggregate/securityPolicy": {
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "securityPolicyAggregateStats",
        "description": "The parameters and request body are for method: securityPolicyAggregateStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "IP": {
                        "type": "string"
                      },
                      "MAX_TIMESTAMP": {
                        "type": "number"
                      },
                      "MIN_TIMESTAMP": {
                        "type": "number"
                      },
                      "flows_allowed": {
                        "type": "number"
                      },
                      "flows_dropped": {
                        "type": "number"
                      },
                      "fromZone": {
                        "type": "string"
                      },
                      "nePk": {
                        "type": "string"
                      },
                      "policy_drop_bytes": {
                        "type": "number"
                      },
                      "policy_drop_pkts": {
                        "type": "number"
                      },
                      "routing_drop_bytes": {
                        "type": "number"
                      },
                      "routing_drop_pkts": {
                        "type": "number"
                      },
                      "rx_bytes": {
                        "type": "number"
                      },
                      "rx_pkts": {
                        "type": "number"
                      },
                      "toZone": {
                        "type": "string"
                      },
                      "tx_bytes": {
                        "type": "number"
                      },
                      "tx_pkts": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "HOSTNAME": "string",
                    "IP": "string",
                    "MAX_TIMESTAMP": 4,
                    "MIN_TIMESTAMP": 3,
                    "flows_allowed": 5,
                    "flows_dropped": 1,
                    "fromZone": "string",
                    "nePk": "string",
                    "policy_drop_bytes": 2,
                    "policy_drop_pkts": 6,
                    "routing_drop_bytes": 6,
                    "routing_drop_pkts": 7,
                    "rx_bytes": 5,
                    "rx_pkts": 1,
                    "toZone": "string",
                    "tx_bytes": 6,
                    "tx_pkts": 8
                  },
                  {
                    "HOSTNAME": "string",
                    "IP": "string",
                    "MAX_TIMESTAMP": 7,
                    "MIN_TIMESTAMP": 8,
                    "flows_allowed": 7,
                    "flows_dropped": 5,
                    "fromZone": "string",
                    "nePk": "string",
                    "policy_drop_bytes": 4,
                    "policy_drop_pkts": 9,
                    "routing_drop_bytes": 5,
                    "routing_drop_pkts": 2,
                    "rx_bytes": 5,
                    "rx_pkts": 5,
                    "toZone": "string",
                    "tx_bytes": 9,
                    "tx_pkts": 7
                  },
                  {
                    "HOSTNAME": "string",
                    "IP": "string",
                    "MAX_TIMESTAMP": 5,
                    "MIN_TIMESTAMP": 5,
                    "flows_allowed": 5,
                    "flows_dropped": 10,
                    "fromZone": "string",
                    "nePk": "string",
                    "policy_drop_bytes": 10,
                    "policy_drop_pkts": 1,
                    "routing_drop_bytes": 2,
                    "routing_drop_pkts": 7,
                    "rx_bytes": 1,
                    "rx_pkts": 1,
                    "toZone": "string",
                    "tx_bytes": 7,
                    "tx_pkts": 8
                  },
                  {
                    "HOSTNAME": "string",
                    "IP": "string",
                    "MAX_TIMESTAMP": 9,
                    "MIN_TIMESTAMP": 6,
                    "flows_allowed": 5,
                    "flows_dropped": 6,
                    "fromZone": "string",
                    "nePk": "string",
                    "policy_drop_bytes": 3,
                    "policy_drop_pkts": 10,
                    "routing_drop_bytes": 9,
                    "routing_drop_pkts": 4,
                    "rx_bytes": 7,
                    "rx_pkts": 7,
                    "toZone": "string",
                    "tx_bytes": 2,
                    "tx_pkts": 3
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/securityPolicy/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateSecurityPolicyNePk",
        "description": "The parameters and request body are for method: getStatsAggregateSecurityPolicyNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "IP": {
                        "type": "string"
                      },
                      "MAX_TIMESTAMP": {
                        "type": "number"
                      },
                      "MIN_TIMESTAMP": {
                        "type": "number"
                      },
                      "flows_allowed": {
                        "type": "number"
                      },
                      "flows_dropped": {
                        "type": "number"
                      },
                      "fromZone": {
                        "type": "string"
                      },
                      "nePk": {
                        "type": "string"
                      },
                      "policy_drop_bytes": {
                        "type": "number"
                      },
                      "policy_drop_pkts": {
                        "type": "number"
                      },
                      "routing_drop_bytes": {
                        "type": "number"
                      },
                      "routing_drop_pkts": {
                        "type": "number"
                      },
                      "rx_bytes": {
                        "type": "number"
                      },
                      "rx_pkts": {
                        "type": "number"
                      },
                      "toZone": {
                        "type": "string"
                      },
                      "tx_bytes": {
                        "type": "number"
                      },
                      "tx_pkts": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "HOSTNAME": "string",
                    "IP": "string",
                    "MAX_TIMESTAMP": 7,
                    "MIN_TIMESTAMP": 6,
                    "flows_allowed": 7,
                    "flows_dropped": 6,
                    "fromZone": "string",
                    "nePk": "string",
                    "policy_drop_bytes": 7,
                    "policy_drop_pkts": 2,
                    "routing_drop_bytes": 3,
                    "routing_drop_pkts": 9,
                    "rx_bytes": 4,
                    "rx_pkts": 9,
                    "toZone": "string",
                    "tx_bytes": 4,
                    "tx_pkts": 3
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fromZone",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toZone",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/aggregate/topTalkers": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "topTalkersStatsAggregate",
        "description": "The parameters and request body are for method: topTalkersStatsAggregate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "CALC_DNS": {
                        "type": "string"
                      },
                      "COUNT": {
                        "type": "number"
                      },
                      "COUNTRY": {
                        "type": "string"
                      },
                      "DNS": {
                        "type": "string"
                      },
                      "FLOWS_CREATED": {
                        "type": "number"
                      },
                      "FLOWS_DELETED": {
                        "type": "number"
                      },
                      "FLOW_COUNT": {
                        "type": "number"
                      },
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "IPADDR": {
                        "type": "string"
                      },
                      "IS_SOURCE": {
                        "type": "number"
                      },
                      "LANRX_BYTES": {
                        "type": "number"
                      },
                      "LANRX_PKTS": {
                        "type": "number"
                      },
                      "LANTX_BYTES": {
                        "type": "number"
                      },
                      "LANTX_PKTS": {
                        "type": "number"
                      },
                      "MAX_TIME": {
                        "type": "number"
                      },
                      "MIN_TIME": {
                        "type": "number"
                      },
                      "NEPK": {
                        "type": "string"
                      },
                      "NE_IPADDR": {
                        "type": "string"
                      },
                      "SERVICE_ID": {
                        "type": "number"
                      },
                      "SPLIT_TYPE": {
                        "type": "number"
                      },
                      "WANRX_BYTES": {
                        "type": "number"
                      },
                      "WANRX_PKTS": {
                        "type": "number"
                      },
                      "WANTX_BYTES": {
                        "type": "number"
                      },
                      "WANTX_PKTS": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "CALC_DNS": "string",
                    "COUNT": 5,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 1,
                    "FLOWS_DELETED": 9,
                    "FLOW_COUNT": 4,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 9,
                    "LANRX_BYTES": 1,
                    "LANRX_PKTS": 10,
                    "LANTX_BYTES": 10,
                    "LANTX_PKTS": 4,
                    "MAX_TIME": 4,
                    "MIN_TIME": 5,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 10,
                    "SPLIT_TYPE": 1,
                    "WANRX_BYTES": 3,
                    "WANRX_PKTS": 8,
                    "WANTX_BYTES": 7,
                    "WANTX_PKTS": 9
                  },
                  {
                    "CALC_DNS": "string",
                    "COUNT": 3,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 1,
                    "FLOWS_DELETED": 4,
                    "FLOW_COUNT": 4,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 7,
                    "LANRX_BYTES": 5,
                    "LANRX_PKTS": 2,
                    "LANTX_BYTES": 9,
                    "LANTX_PKTS": 1,
                    "MAX_TIME": 9,
                    "MIN_TIME": 5,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 9,
                    "SPLIT_TYPE": 3,
                    "WANRX_BYTES": 6,
                    "WANRX_PKTS": 1,
                    "WANTX_BYTES": 9,
                    "WANTX_PKTS": 3
                  },
                  {
                    "CALC_DNS": "string",
                    "COUNT": 4,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 9,
                    "FLOWS_DELETED": 2,
                    "FLOW_COUNT": 5,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 7,
                    "LANRX_BYTES": 4,
                    "LANRX_PKTS": 7,
                    "LANTX_BYTES": 6,
                    "LANTX_PKTS": 9,
                    "MAX_TIME": 4,
                    "MIN_TIME": 4,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 4,
                    "SPLIT_TYPE": 2,
                    "WANRX_BYTES": 10,
                    "WANRX_PKTS": 2,
                    "WANTX_BYTES": 2,
                    "WANTX_PKTS": 1
                  },
                  {
                    "CALC_DNS": "string",
                    "COUNT": 6,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 4,
                    "FLOWS_DELETED": 9,
                    "FLOW_COUNT": 9,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 1,
                    "LANRX_BYTES": 2,
                    "LANRX_PKTS": 4,
                    "LANTX_BYTES": 8,
                    "LANTX_PKTS": 1,
                    "MAX_TIME": 10,
                    "MIN_TIME": 6,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 2,
                    "SPLIT_TYPE": 9,
                    "WANRX_BYTES": 6,
                    "WANRX_PKTS": 6,
                    "WANTX_BYTES": 5,
                    "WANTX_PKTS": 9
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "splitByNe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsAggregateTopTalkers",
        "description": "The parameters and request body are for method: statsAggregateTopTalkers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "CALC_DNS": {
                        "type": "string"
                      },
                      "COUNT": {
                        "type": "number"
                      },
                      "COUNTRY": {
                        "type": "string"
                      },
                      "DNS": {
                        "type": "string"
                      },
                      "FLOWS_CREATED": {
                        "type": "number"
                      },
                      "FLOWS_DELETED": {
                        "type": "number"
                      },
                      "FLOW_COUNT": {
                        "type": "number"
                      },
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "IPADDR": {
                        "type": "string"
                      },
                      "IS_SOURCE": {
                        "type": "number"
                      },
                      "LANRX_BYTES": {
                        "type": "number"
                      },
                      "LANRX_PKTS": {
                        "type": "number"
                      },
                      "LANTX_BYTES": {
                        "type": "number"
                      },
                      "LANTX_PKTS": {
                        "type": "number"
                      },
                      "MAX_TIME": {
                        "type": "number"
                      },
                      "MIN_TIME": {
                        "type": "number"
                      },
                      "NEPK": {
                        "type": "string"
                      },
                      "NE_IPADDR": {
                        "type": "string"
                      },
                      "SERVICE_ID": {
                        "type": "number"
                      },
                      "SPLIT_TYPE": {
                        "type": "number"
                      },
                      "WANRX_BYTES": {
                        "type": "number"
                      },
                      "WANRX_PKTS": {
                        "type": "number"
                      },
                      "WANTX_BYTES": {
                        "type": "number"
                      },
                      "WANTX_PKTS": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "CALC_DNS": "string",
                    "COUNT": 10,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 5,
                    "FLOWS_DELETED": 9,
                    "FLOW_COUNT": 6,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 1,
                    "LANRX_BYTES": 8,
                    "LANRX_PKTS": 5,
                    "LANTX_BYTES": 2,
                    "LANTX_PKTS": 10,
                    "MAX_TIME": 8,
                    "MIN_TIME": 5,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 9,
                    "SPLIT_TYPE": 7,
                    "WANRX_BYTES": 5,
                    "WANRX_PKTS": 8,
                    "WANTX_BYTES": 2,
                    "WANTX_PKTS": 2
                  },
                  {
                    "CALC_DNS": "string",
                    "COUNT": 1,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 2,
                    "FLOWS_DELETED": 7,
                    "FLOW_COUNT": 8,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 4,
                    "LANRX_BYTES": 5,
                    "LANRX_PKTS": 3,
                    "LANTX_BYTES": 9,
                    "LANTX_PKTS": 4,
                    "MAX_TIME": 4,
                    "MIN_TIME": 5,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 4,
                    "SPLIT_TYPE": 3,
                    "WANRX_BYTES": 6,
                    "WANRX_PKTS": 7,
                    "WANTX_BYTES": 2,
                    "WANTX_PKTS": 7
                  },
                  {
                    "CALC_DNS": "string",
                    "COUNT": 10,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 3,
                    "FLOWS_DELETED": 10,
                    "FLOW_COUNT": 9,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 3,
                    "LANRX_BYTES": 3,
                    "LANRX_PKTS": 3,
                    "LANTX_BYTES": 2,
                    "LANTX_PKTS": 4,
                    "MAX_TIME": 9,
                    "MIN_TIME": 1,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 7,
                    "SPLIT_TYPE": 10,
                    "WANRX_BYTES": 5,
                    "WANRX_PKTS": 6,
                    "WANTX_BYTES": 9,
                    "WANTX_PKTS": 4
                  },
                  {
                    "CALC_DNS": "string",
                    "COUNT": 9,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 7,
                    "FLOWS_DELETED": 6,
                    "FLOW_COUNT": 9,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 7,
                    "LANRX_BYTES": 10,
                    "LANRX_PKTS": 10,
                    "LANTX_BYTES": 7,
                    "LANTX_PKTS": 2,
                    "MAX_TIME": 7,
                    "MIN_TIME": 7,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 3,
                    "SPLIT_TYPE": 2,
                    "WANRX_BYTES": 4,
                    "WANRX_PKTS": 8,
                    "WANTX_BYTES": 5,
                    "WANTX_PKTS": 3
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "splitByNe",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/topTalkers/split/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateTopTalkersSplitNePk",
        "description": "The parameters and request body are for method: getStatsAggregateTopTalkersSplitNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "CALC_DNS": {
                        "type": "string"
                      },
                      "COUNT": {
                        "type": "number"
                      },
                      "COUNTRY": {
                        "type": "string"
                      },
                      "DNS": {
                        "type": "string"
                      },
                      "FLOWS_CREATED": {
                        "type": "number"
                      },
                      "FLOWS_DELETED": {
                        "type": "number"
                      },
                      "FLOW_COUNT": {
                        "type": "number"
                      },
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "IPADDR": {
                        "type": "string"
                      },
                      "IS_SOURCE": {
                        "type": "number"
                      },
                      "LANRX_BYTES": {
                        "type": "number"
                      },
                      "LANRX_PKTS": {
                        "type": "number"
                      },
                      "LANTX_BYTES": {
                        "type": "number"
                      },
                      "LANTX_PKTS": {
                        "type": "number"
                      },
                      "MAX_TIME": {
                        "type": "number"
                      },
                      "MIN_TIME": {
                        "type": "number"
                      },
                      "NEPK": {
                        "type": "string"
                      },
                      "NE_IPADDR": {
                        "type": "string"
                      },
                      "SERVICE_ID": {
                        "type": "number"
                      },
                      "SPLIT_TYPE": {
                        "type": "number"
                      },
                      "WANRX_BYTES": {
                        "type": "number"
                      },
                      "WANRX_PKTS": {
                        "type": "number"
                      },
                      "WANTX_BYTES": {
                        "type": "number"
                      },
                      "WANTX_PKTS": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "CALC_DNS": "string",
                    "COUNT": 4,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 1,
                    "FLOWS_DELETED": 2,
                    "FLOW_COUNT": 8,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 6,
                    "LANRX_BYTES": 6,
                    "LANRX_PKTS": 2,
                    "LANTX_BYTES": 7,
                    "LANTX_PKTS": 5,
                    "MAX_TIME": 2,
                    "MIN_TIME": 8,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 2,
                    "SPLIT_TYPE": 2,
                    "WANRX_BYTES": 7,
                    "WANRX_PKTS": 10,
                    "WANTX_BYTES": 2,
                    "WANTX_PKTS": 3
                  },
                  {
                    "CALC_DNS": "string",
                    "COUNT": 10,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 6,
                    "FLOWS_DELETED": 9,
                    "FLOW_COUNT": 5,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 7,
                    "LANRX_BYTES": 2,
                    "LANRX_PKTS": 10,
                    "LANTX_BYTES": 2,
                    "LANTX_PKTS": 7,
                    "MAX_TIME": 9,
                    "MIN_TIME": 3,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 8,
                    "SPLIT_TYPE": 1,
                    "WANRX_BYTES": 10,
                    "WANRX_PKTS": 6,
                    "WANTX_BYTES": 2,
                    "WANTX_PKTS": 6
                  },
                  {
                    "CALC_DNS": "string",
                    "COUNT": 4,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 7,
                    "FLOWS_DELETED": 6,
                    "FLOW_COUNT": 4,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 8,
                    "LANRX_BYTES": 2,
                    "LANRX_PKTS": 2,
                    "LANTX_BYTES": 3,
                    "LANTX_PKTS": 7,
                    "MAX_TIME": 6,
                    "MIN_TIME": 5,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 10,
                    "SPLIT_TYPE": 6,
                    "WANRX_BYTES": 10,
                    "WANRX_PKTS": 6,
                    "WANTX_BYTES": 1,
                    "WANTX_PKTS": 4
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceIp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/aggregate/topTalkers/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateTopTalkersNePk",
        "description": "The parameters and request body are for method: getStatsAggregateTopTalkersNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "CALC_DNS": {
                        "type": "string"
                      },
                      "COUNT": {
                        "type": "number"
                      },
                      "COUNTRY": {
                        "type": "string"
                      },
                      "DNS": {
                        "type": "string"
                      },
                      "FLOWS_CREATED": {
                        "type": "number"
                      },
                      "FLOWS_DELETED": {
                        "type": "number"
                      },
                      "FLOW_COUNT": {
                        "type": "number"
                      },
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "IPADDR": {
                        "type": "string"
                      },
                      "IS_SOURCE": {
                        "type": "number"
                      },
                      "LANRX_BYTES": {
                        "type": "number"
                      },
                      "LANRX_PKTS": {
                        "type": "number"
                      },
                      "LANTX_BYTES": {
                        "type": "number"
                      },
                      "LANTX_PKTS": {
                        "type": "number"
                      },
                      "MAX_TIME": {
                        "type": "number"
                      },
                      "MIN_TIME": {
                        "type": "number"
                      },
                      "NEPK": {
                        "type": "string"
                      },
                      "NE_IPADDR": {
                        "type": "string"
                      },
                      "SERVICE_ID": {
                        "type": "number"
                      },
                      "SPLIT_TYPE": {
                        "type": "number"
                      },
                      "WANRX_BYTES": {
                        "type": "number"
                      },
                      "WANRX_PKTS": {
                        "type": "number"
                      },
                      "WANTX_BYTES": {
                        "type": "number"
                      },
                      "WANTX_PKTS": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "CALC_DNS": "string",
                    "COUNT": 9,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 6,
                    "FLOWS_DELETED": 1,
                    "FLOW_COUNT": 6,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 6,
                    "LANRX_BYTES": 10,
                    "LANRX_PKTS": 2,
                    "LANTX_BYTES": 6,
                    "LANTX_PKTS": 8,
                    "MAX_TIME": 9,
                    "MIN_TIME": 1,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 1,
                    "SPLIT_TYPE": 6,
                    "WANRX_BYTES": 8,
                    "WANRX_PKTS": 5,
                    "WANTX_BYTES": 2,
                    "WANTX_PKTS": 5
                  },
                  {
                    "CALC_DNS": "string",
                    "COUNT": 5,
                    "COUNTRY": "string",
                    "DNS": "string",
                    "FLOWS_CREATED": 9,
                    "FLOWS_DELETED": 1,
                    "FLOW_COUNT": 4,
                    "HOSTNAME": "string",
                    "IPADDR": "string",
                    "IS_SOURCE": 2,
                    "LANRX_BYTES": 10,
                    "LANRX_PKTS": 4,
                    "LANTX_BYTES": 9,
                    "LANTX_PKTS": 2,
                    "MAX_TIME": 5,
                    "MIN_TIME": 8,
                    "NEPK": "string",
                    "NE_IPADDR": "string",
                    "SERVICE_ID": 3,
                    "SPLIT_TYPE": 8,
                    "WANRX_BYTES": 3,
                    "WANRX_PKTS": 7,
                    "WANTX_BYTES": 6,
                    "WANTX_PKTS": 7
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/aggregate/trafficBehavior": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "trafficBehavior",
        "description": "The parameters and request body are for method: trafficBehavior. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "BEHAVIORAL_CATEGORY": {
                        "type": "string"
                      },
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "MAX_TIMESTAMP": {
                        "type": "number"
                      },
                      "MIN_TIMESTAMP": {
                        "type": "number"
                      },
                      "SUM_FLOWS_COUNT": {
                        "type": "number"
                      },
                      "SUM_FLOWS_CREATED": {
                        "type": "number"
                      },
                      "SUM_FLOWS_DELETED": {
                        "type": "number"
                      },
                      "SUM_LRX_BYTES": {
                        "type": "number"
                      },
                      "SUM_LRX_PKTS": {
                        "type": "number"
                      },
                      "SUM_LTX_BYTES": {
                        "type": "number"
                      },
                      "SUM_LTX_PKTS": {
                        "type": "number"
                      },
                      "SUM_WRX_BYTES": {
                        "type": "number"
                      },
                      "SUM_WRX_PKTS": {
                        "type": "number"
                      },
                      "SUM_WTX_BYTES": {
                        "type": "number"
                      },
                      "SUM_WTX_PKTS": {
                        "type": "number"
                      },
                      "nePk": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "BEHAVIORAL_CATEGORY": "string",
                    "HOSTNAME": "string",
                    "MAX_TIMESTAMP": 8,
                    "MIN_TIMESTAMP": 4,
                    "SUM_FLOWS_COUNT": 3,
                    "SUM_FLOWS_CREATED": 10,
                    "SUM_FLOWS_DELETED": 8,
                    "SUM_LRX_BYTES": 4,
                    "SUM_LRX_PKTS": 3,
                    "SUM_LTX_BYTES": 7,
                    "SUM_LTX_PKTS": 2,
                    "SUM_WRX_BYTES": 8,
                    "SUM_WRX_PKTS": 1,
                    "SUM_WTX_BYTES": 9,
                    "SUM_WTX_PKTS": 1,
                    "nePk": "string"
                  },
                  {
                    "BEHAVIORAL_CATEGORY": "string",
                    "HOSTNAME": "string",
                    "MAX_TIMESTAMP": 2,
                    "MIN_TIMESTAMP": 3,
                    "SUM_FLOWS_COUNT": 7,
                    "SUM_FLOWS_CREATED": 3,
                    "SUM_FLOWS_DELETED": 2,
                    "SUM_LRX_BYTES": 7,
                    "SUM_LRX_PKTS": 7,
                    "SUM_LTX_BYTES": 2,
                    "SUM_LTX_PKTS": 7,
                    "SUM_WRX_BYTES": 7,
                    "SUM_WRX_PKTS": 10,
                    "SUM_WTX_BYTES": 8,
                    "SUM_WTX_PKTS": 7,
                    "nePk": "string"
                  },
                  {
                    "BEHAVIORAL_CATEGORY": "string",
                    "HOSTNAME": "string",
                    "MAX_TIMESTAMP": 1,
                    "MIN_TIMESTAMP": 2,
                    "SUM_FLOWS_COUNT": 10,
                    "SUM_FLOWS_CREATED": 9,
                    "SUM_FLOWS_DELETED": 10,
                    "SUM_LRX_BYTES": 3,
                    "SUM_LRX_PKTS": 3,
                    "SUM_LTX_BYTES": 9,
                    "SUM_LTX_PKTS": 9,
                    "SUM_WRX_BYTES": 9,
                    "SUM_WRX_PKTS": 4,
                    "SUM_WTX_BYTES": 8,
                    "SUM_WTX_PKTS": 7,
                    "nePk": "string"
                  },
                  {
                    "BEHAVIORAL_CATEGORY": "string",
                    "HOSTNAME": "string",
                    "MAX_TIMESTAMP": 9,
                    "MIN_TIMESTAMP": 6,
                    "SUM_FLOWS_COUNT": 1,
                    "SUM_FLOWS_CREATED": 1,
                    "SUM_FLOWS_DELETED": 8,
                    "SUM_LRX_BYTES": 5,
                    "SUM_LRX_PKTS": 9,
                    "SUM_LTX_BYTES": 6,
                    "SUM_LTX_PKTS": 8,
                    "SUM_WRX_BYTES": 3,
                    "SUM_WRX_PKTS": 4,
                    "SUM_WTX_BYTES": 8,
                    "SUM_WTX_PKTS": 7,
                    "nePk": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "behavioralCate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsAggregateTrafficBehavior",
        "description": "The parameters and request body are for method: postStatsAggregateTrafficBehavior. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "APPNAME": {
                        "type": "string"
                      },
                      "BEHAVIORAL_CATEGORY": {
                        "type": "string"
                      },
                      "FLOWS_COUNT": {
                        "type": "number"
                      },
                      "FLOWS_CREATED": {
                        "type": "number"
                      },
                      "FLOWS_DELETED": {
                        "type": "number"
                      },
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "LRX_BYTES": {
                        "type": "number"
                      },
                      "LRX_PKTS": {
                        "type": "number"
                      },
                      "LTX_BYTES": {
                        "type": "number"
                      },
                      "LTX_PKTS": {
                        "type": "number"
                      },
                      "MAX_TIMESTAMP": {
                        "type": "number"
                      },
                      "MIN_TIMESTAMP": {
                        "type": "number"
                      },
                      "WRX_BYTES": {
                        "type": "number"
                      },
                      "WRX_PKTS": {
                        "type": "number"
                      },
                      "WTX_BYTES": {
                        "type": "number"
                      },
                      "WTX_PKTS": {
                        "type": "number"
                      },
                      "nePk": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "APPNAME": "string",
                    "BEHAVIORAL_CATEGORY": "string",
                    "FLOWS_COUNT": 10,
                    "FLOWS_CREATED": 3,
                    "FLOWS_DELETED": 3,
                    "HOSTNAME": "string",
                    "LRX_BYTES": 1,
                    "LRX_PKTS": 8,
                    "LTX_BYTES": 7,
                    "LTX_PKTS": 7,
                    "MAX_TIMESTAMP": 6,
                    "MIN_TIMESTAMP": 1,
                    "WRX_BYTES": 7,
                    "WRX_PKTS": 2,
                    "WTX_BYTES": 9,
                    "WTX_PKTS": 4,
                    "nePk": "string"
                  },
                  {
                    "APPNAME": "string",
                    "BEHAVIORAL_CATEGORY": "string",
                    "FLOWS_COUNT": 7,
                    "FLOWS_CREATED": 4,
                    "FLOWS_DELETED": 8,
                    "HOSTNAME": "string",
                    "LRX_BYTES": 8,
                    "LRX_PKTS": 1,
                    "LTX_BYTES": 5,
                    "LTX_PKTS": 10,
                    "MAX_TIMESTAMP": 10,
                    "MIN_TIMESTAMP": 6,
                    "WRX_BYTES": 4,
                    "WRX_PKTS": 4,
                    "WTX_BYTES": 9,
                    "WTX_PKTS": 2,
                    "nePk": "string"
                  },
                  {
                    "APPNAME": "string",
                    "BEHAVIORAL_CATEGORY": "string",
                    "FLOWS_COUNT": 4,
                    "FLOWS_CREATED": 1,
                    "FLOWS_DELETED": 3,
                    "HOSTNAME": "string",
                    "LRX_BYTES": 1,
                    "LRX_PKTS": 7,
                    "LTX_BYTES": 2,
                    "LTX_PKTS": 6,
                    "MAX_TIMESTAMP": 10,
                    "MIN_TIMESTAMP": 2,
                    "WRX_BYTES": 1,
                    "WRX_PKTS": 10,
                    "WTX_BYTES": 7,
                    "WTX_PKTS": 10,
                    "nePk": "string"
                  },
                  {
                    "APPNAME": "string",
                    "BEHAVIORAL_CATEGORY": "string",
                    "FLOWS_COUNT": 7,
                    "FLOWS_CREATED": 3,
                    "FLOWS_DELETED": 1,
                    "HOSTNAME": "string",
                    "LRX_BYTES": 8,
                    "LRX_PKTS": 10,
                    "LTX_BYTES": 7,
                    "LTX_PKTS": 10,
                    "MAX_TIMESTAMP": 1,
                    "MIN_TIMESTAMP": 2,
                    "WRX_BYTES": 10,
                    "WRX_PKTS": 6,
                    "WTX_BYTES": 7,
                    "WTX_PKTS": 6,
                    "nePk": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "behavioralCate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastHour",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isAggregated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/trafficBehavior/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateTrafficBehaviorNePk",
        "description": "The parameters and request body are for method: getStatsAggregateTrafficBehaviorNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "BEHAVIORAL_CATEGORY": {
                        "type": "string"
                      },
                      "HOSTNAME": {
                        "type": "string"
                      },
                      "MAX_TIMESTAMP": {
                        "type": "number"
                      },
                      "MIN_TIMESTAMP": {
                        "type": "number"
                      },
                      "SUM_FLOWS_COUNT": {
                        "type": "number"
                      },
                      "SUM_FLOWS_CREATED": {
                        "type": "number"
                      },
                      "SUM_FLOWS_DELETED": {
                        "type": "number"
                      },
                      "SUM_LRX_BYTES": {
                        "type": "number"
                      },
                      "SUM_LRX_PKTS": {
                        "type": "number"
                      },
                      "SUM_LTX_BYTES": {
                        "type": "number"
                      },
                      "SUM_LTX_PKTS": {
                        "type": "number"
                      },
                      "SUM_WRX_BYTES": {
                        "type": "number"
                      },
                      "SUM_WRX_PKTS": {
                        "type": "number"
                      },
                      "SUM_WTX_BYTES": {
                        "type": "number"
                      },
                      "SUM_WTX_PKTS": {
                        "type": "number"
                      },
                      "nePk": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "BEHAVIORAL_CATEGORY": "string",
                    "HOSTNAME": "string",
                    "MAX_TIMESTAMP": 9,
                    "MIN_TIMESTAMP": 5,
                    "SUM_FLOWS_COUNT": 6,
                    "SUM_FLOWS_CREATED": 8,
                    "SUM_FLOWS_DELETED": 7,
                    "SUM_LRX_BYTES": 5,
                    "SUM_LRX_PKTS": 3,
                    "SUM_LTX_BYTES": 2,
                    "SUM_LTX_PKTS": 4,
                    "SUM_WRX_BYTES": 1,
                    "SUM_WRX_PKTS": 8,
                    "SUM_WTX_BYTES": 1,
                    "SUM_WTX_PKTS": 4,
                    "nePk": "string"
                  },
                  {
                    "BEHAVIORAL_CATEGORY": "string",
                    "HOSTNAME": "string",
                    "MAX_TIMESTAMP": 5,
                    "MIN_TIMESTAMP": 5,
                    "SUM_FLOWS_COUNT": 4,
                    "SUM_FLOWS_CREATED": 7,
                    "SUM_FLOWS_DELETED": 5,
                    "SUM_LRX_BYTES": 10,
                    "SUM_LRX_PKTS": 2,
                    "SUM_LTX_BYTES": 3,
                    "SUM_LTX_PKTS": 7,
                    "SUM_WRX_BYTES": 5,
                    "SUM_WRX_PKTS": 8,
                    "SUM_WTX_BYTES": 8,
                    "SUM_WTX_PKTS": 2,
                    "nePk": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "behavioralCate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastHour",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/aggregate/trafficClass": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsAggregateTrafficClass",
        "description": "The parameters and request body are for method: statsAggregateTrafficClass. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<Traffic Type>": {
                      "type": "object",
                      "properties": {
                        "<Traffic Class>": {
                          "type": "object",
                          "properties": {
                            "<nePk/IP>": {
                              "type": "object",
                              "properties": {
                                "HOSTNAME": {
                                  "type": "string"
                                },
                                "IP": {
                                  "type": "string"
                                },
                                "MAX_COMP_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_TIMESTAMP": {
                                  "type": "number"
                                },
                                "MAX_WRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MIN_TIMESTAMP": {
                                  "type": "number"
                                },
                                "SUM_LRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_LTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LTX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WTX_PKTS": {
                                  "type": "number"
                                },
                                "TRAFFIC_CLASS": {
                                  "type": "number"
                                },
                                "TRAFFIC_TYPE": {
                                  "type": "number"
                                },
                                "nePk": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<Traffic Type>": {
                    "<Traffic Class>": {
                      "<nePk/IP>": {
                        "HOSTNAME": "string",
                        "IP": "string",
                        "MAX_COMP_L2W": 8,
                        "MAX_COMP_L2WMAX": 5,
                        "MAX_COMP_NOOHEAD_L2W": 6,
                        "MAX_COMP_NOOHEAD_L2WMAX": 6,
                        "MAX_COMP_NOOHEAD_W2L": 4,
                        "MAX_COMP_NOOHEAD_W2LMAX": 1,
                        "MAX_COMP_W2L": 6,
                        "MAX_COMP_W2LMAX": 2,
                        "MAX_LRX_BYTES_MAX": 3,
                        "MAX_LRX_PKTS_MAX": 3,
                        "MAX_LTX_BYTES_MAX": 4,
                        "MAX_LTX_PKTS_MAX": 4,
                        "MAX_TIMESTAMP": 8,
                        "MAX_WRX_BYTES_MAX": 4,
                        "MAX_WRX_PKTS_MAX": 6,
                        "MAX_WTX_BYTES_MAX": 4,
                        "MAX_WTX_PKTS_MAX": 1,
                        "MIN_TIMESTAMP": 1,
                        "SUM_LRX_BYTES": 8,
                        "SUM_LRX_PKTS": 7,
                        "SUM_LTX_BYTES": 9,
                        "SUM_LTX_PKTS": 9,
                        "SUM_WRX_BYTES": 5,
                        "SUM_WRX_PKTS": 4,
                        "SUM_WTX_BYTES": 2,
                        "SUM_WTX_PKTS": 9,
                        "TRAFFIC_CLASS": 3,
                        "TRAFFIC_TYPE": 6,
                        "nePk": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficClass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metric",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsAggregateTrafficClass",
        "description": "The parameters and request body are for method: postStatsAggregateTrafficClass. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<Traffic Type>": {
                      "type": "object",
                      "properties": {
                        "<Traffic Class>": {
                          "type": "object",
                          "properties": {
                            "<nePk/IP>": {
                              "type": "object",
                              "properties": {
                                "HOSTNAME": {
                                  "type": "string"
                                },
                                "IP": {
                                  "type": "string"
                                },
                                "MAX_COMP_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_TIMESTAMP": {
                                  "type": "number"
                                },
                                "MAX_WRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MIN_TIMESTAMP": {
                                  "type": "number"
                                },
                                "SUM_LRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_LTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LTX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WTX_PKTS": {
                                  "type": "number"
                                },
                                "TRAFFIC_CLASS": {
                                  "type": "number"
                                },
                                "TRAFFIC_TYPE": {
                                  "type": "number"
                                },
                                "nePk": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<Traffic Type>": {
                    "<Traffic Class>": {
                      "<nePk/IP>": {
                        "HOSTNAME": "string",
                        "IP": "string",
                        "MAX_COMP_L2W": 3,
                        "MAX_COMP_L2WMAX": 7,
                        "MAX_COMP_NOOHEAD_L2W": 9,
                        "MAX_COMP_NOOHEAD_L2WMAX": 6,
                        "MAX_COMP_NOOHEAD_W2L": 10,
                        "MAX_COMP_NOOHEAD_W2LMAX": 10,
                        "MAX_COMP_W2L": 3,
                        "MAX_COMP_W2LMAX": 5,
                        "MAX_LRX_BYTES_MAX": 10,
                        "MAX_LRX_PKTS_MAX": 3,
                        "MAX_LTX_BYTES_MAX": 1,
                        "MAX_LTX_PKTS_MAX": 1,
                        "MAX_TIMESTAMP": 10,
                        "MAX_WRX_BYTES_MAX": 4,
                        "MAX_WRX_PKTS_MAX": 1,
                        "MAX_WTX_BYTES_MAX": 1,
                        "MAX_WTX_PKTS_MAX": 10,
                        "MIN_TIMESTAMP": 9,
                        "SUM_LRX_BYTES": 8,
                        "SUM_LRX_PKTS": 8,
                        "SUM_LTX_BYTES": 7,
                        "SUM_LTX_PKTS": 3,
                        "SUM_WRX_BYTES": 5,
                        "SUM_WRX_PKTS": 9,
                        "SUM_WTX_BYTES": 9,
                        "SUM_WTX_PKTS": 7,
                        "TRAFFIC_CLASS": 5,
                        "TRAFFIC_TYPE": 7,
                        "nePk": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficClass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metric",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/trafficClass/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateTrafficClassNePk",
        "description": "The parameters and request body are for method: getStatsAggregateTrafficClassNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<Traffic Type>": {
                      "type": "object",
                      "properties": {
                        "<Traffic Class>": {
                          "type": "object",
                          "properties": {
                            "<nePk/IP>": {
                              "type": "object",
                              "properties": {
                                "HOSTNAME": {
                                  "type": "string"
                                },
                                "IP": {
                                  "type": "string"
                                },
                                "MAX_COMP_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2W": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_L2WMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_NOOHEAD_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2L": {
                                  "type": "number"
                                },
                                "MAX_COMP_W2LMAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_LTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_TIMESTAMP": {
                                  "type": "number"
                                },
                                "MAX_WRX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WRX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_BYTES_MAX": {
                                  "type": "number"
                                },
                                "MAX_WTX_PKTS_MAX": {
                                  "type": "number"
                                },
                                "MIN_TIMESTAMP": {
                                  "type": "number"
                                },
                                "SUM_LRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_LTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_LTX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WRX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WRX_PKTS": {
                                  "type": "number"
                                },
                                "SUM_WTX_BYTES": {
                                  "type": "number"
                                },
                                "SUM_WTX_PKTS": {
                                  "type": "number"
                                },
                                "TRAFFIC_CLASS": {
                                  "type": "number"
                                },
                                "TRAFFIC_TYPE": {
                                  "type": "number"
                                },
                                "nePk": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<Traffic Type>": {
                    "<Traffic Class>": {
                      "<nePk/IP>": {
                        "HOSTNAME": "string",
                        "IP": "string",
                        "MAX_COMP_L2W": 7,
                        "MAX_COMP_L2WMAX": 1,
                        "MAX_COMP_NOOHEAD_L2W": 5,
                        "MAX_COMP_NOOHEAD_L2WMAX": 7,
                        "MAX_COMP_NOOHEAD_W2L": 7,
                        "MAX_COMP_NOOHEAD_W2LMAX": 1,
                        "MAX_COMP_W2L": 6,
                        "MAX_COMP_W2LMAX": 9,
                        "MAX_LRX_BYTES_MAX": 5,
                        "MAX_LRX_PKTS_MAX": 4,
                        "MAX_LTX_BYTES_MAX": 9,
                        "MAX_LTX_PKTS_MAX": 9,
                        "MAX_TIMESTAMP": 2,
                        "MAX_WRX_BYTES_MAX": 1,
                        "MAX_WRX_PKTS_MAX": 9,
                        "MAX_WTX_BYTES_MAX": 3,
                        "MAX_WTX_PKTS_MAX": 9,
                        "MIN_TIMESTAMP": 6,
                        "SUM_LRX_BYTES": 7,
                        "SUM_LRX_PKTS": 2,
                        "SUM_LTX_BYTES": 5,
                        "SUM_LTX_PKTS": 6,
                        "SUM_WRX_BYTES": 7,
                        "SUM_WRX_PKTS": 8,
                        "SUM_WTX_BYTES": 2,
                        "SUM_WTX_PKTS": 2,
                        "TRAFFIC_CLASS": 4,
                        "TRAFFIC_TYPE": 1,
                        "nePk": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficClass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metric",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/aggregate/tunnel": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateTunnel",
        "description": "The parameters and request body are for method: getStatsAggregateTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<tunnelName>": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "object",
                          "properties": {
                            "AVG_BW_PCT_UTIL_AVG": {
                              "type": "number"
                            },
                            "AVG_LATENCY_AVG": {
                              "type": "number"
                            },
                            "HOSTNAME": {
                              "type": "string"
                            },
                            "IP": {
                              "type": "string"
                            },
                            "LATENCY_MIN_FROM_PEAK": {
                              "type": "number"
                            },
                            "MAX_BW_PCT_UTIL_MAX": {
                              "type": "number"
                            },
                            "MAX_COMP_L2W": {
                              "type": "number"
                            },
                            "MAX_COMP_L2WMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_L2W": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_L2WMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_W2L": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_W2LMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_W2L": {
                              "type": "number"
                            },
                            "MAX_COMP_W2LMAX": {
                              "type": "number"
                            },
                            "MAX_CREATED_MAX": {
                              "type": "number"
                            },
                            "MAX_DELETED_MAX": {
                              "type": "number"
                            },
                            "MAX_LATENCY_MAX": {
                              "type": "number"
                            },
                            "MAX_LRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_LRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_LTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_LTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_NON_TCP_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_HDR_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_HDR_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_PCT_LOSS": {
                              "type": "number"
                            },
                            "MAX_POST_PCT_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_POCMAX": {
                              "type": "number"
                            },
                            "MAX_PRE_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_LOSS": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_POC": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_POCMAX": {
                              "type": "number"
                            },
                            "MAX_PRE_POCMAX": {
                              "type": "number"
                            },
                            "MAX_TCP_ACC_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_TCP_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_TIMESTAMP": {
                              "type": "number"
                            },
                            "MAX_WRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_WRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_WTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_WTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MIN_LATENCY_MIN": {
                              "type": "number"
                            },
                            "MIN_TIMESTAMP": {
                              "type": "number"
                            },
                            "POST_PCT_POCMAX": {
                              "type": "number"
                            },
                            "SUM_CREATED": {
                              "type": "number"
                            },
                            "SUM_DELETED": {
                              "type": "number"
                            },
                            "SUM_LRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_LRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_LTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_LTX_PKTS": {
                              "type": "number"
                            },
                            "SUM_NON_TCP_FLOWS": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_HDR_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_HDR_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_PKTS": {
                              "type": "number"
                            },
                            "SUM_POST_LOSS": {
                              "type": "number"
                            },
                            "SUM_POST_PCT_POC": {
                              "type": "number"
                            },
                            "SUM_POST_POC": {
                              "type": "number"
                            },
                            "SUM_PRE_LOSS": {
                              "type": "number"
                            },
                            "SUM_PRE_POC": {
                              "type": "number"
                            },
                            "SUM_TCP_ACC_FLOWS": {
                              "type": "number"
                            },
                            "SUM_TCP_FLOWS": {
                              "type": "number"
                            },
                            "SUM_WRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_WRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_WTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_WTX_PKTS": {
                              "type": "number"
                            },
                            "nePk": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<tunnelName>": {
                    "<nePk/IP>": {
                      "AVG_BW_PCT_UTIL_AVG": 7,
                      "AVG_LATENCY_AVG": 10,
                      "HOSTNAME": "string",
                      "IP": "string",
                      "LATENCY_MIN_FROM_PEAK": 6,
                      "MAX_BW_PCT_UTIL_MAX": 10,
                      "MAX_COMP_L2W": 7,
                      "MAX_COMP_L2WMAX": 1,
                      "MAX_COMP_NOOHEAD_L2W": 6,
                      "MAX_COMP_NOOHEAD_L2WMAX": 1,
                      "MAX_COMP_NOOHEAD_W2L": 4,
                      "MAX_COMP_NOOHEAD_W2LMAX": 3,
                      "MAX_COMP_W2L": 10,
                      "MAX_COMP_W2LMAX": 5,
                      "MAX_CREATED_MAX": 4,
                      "MAX_DELETED_MAX": 4,
                      "MAX_LATENCY_MAX": 10,
                      "MAX_LRX_BYTES_MAX": 8,
                      "MAX_LRX_PKTS_MAX": 8,
                      "MAX_LTX_BYTES_MAX": 6,
                      "MAX_LTX_PKTS_MAX": 4,
                      "MAX_NON_TCP_FLOWS_MAX": 3,
                      "MAX_OHEAD_WRX_BYTES_MAX": 6,
                      "MAX_OHEAD_WRX_HDR_BYTES_MAX": 9,
                      "MAX_OHEAD_WRX_PKTS_MAX": 2,
                      "MAX_OHEAD_WTX_BYTES_MAX": 8,
                      "MAX_OHEAD_WTX_HDR_BYTES_MAX": 7,
                      "MAX_OHEAD_WTX_PKTS_MAX": 5,
                      "MAX_POST_LOSS_MAX": 4,
                      "MAX_POST_PCT_LOSS": 10,
                      "MAX_POST_PCT_LOSS_MAX": 4,
                      "MAX_POST_POCMAX": 3,
                      "MAX_PRE_LOSS_MAX": 2,
                      "MAX_PRE_PCT_LOSS": 10,
                      "MAX_PRE_PCT_LOSS_MAX": 2,
                      "MAX_PRE_PCT_POC": 3,
                      "MAX_PRE_PCT_POCMAX": 10,
                      "MAX_PRE_POCMAX": 8,
                      "MAX_TCP_ACC_FLOWS_MAX": 2,
                      "MAX_TCP_FLOWS_MAX": 2,
                      "MAX_TIMESTAMP": 2,
                      "MAX_WRX_BYTES_MAX": 9,
                      "MAX_WRX_PKTS_MAX": 5,
                      "MAX_WTX_BYTES_MAX": 3,
                      "MAX_WTX_PKTS_MAX": 6,
                      "MIN_LATENCY_MIN": 5,
                      "MIN_TIMESTAMP": 1,
                      "POST_PCT_POCMAX": 10,
                      "SUM_CREATED": 5,
                      "SUM_DELETED": 1,
                      "SUM_LRX_BYTES": 10,
                      "SUM_LRX_PKTS": 6,
                      "SUM_LTX_BYTES": 8,
                      "SUM_LTX_PKTS": 10,
                      "SUM_NON_TCP_FLOWS": 1,
                      "SUM_OHEAD_WRX_BYTES": 10,
                      "SUM_OHEAD_WRX_HDR_BYTES": 2,
                      "SUM_OHEAD_WRX_PKTS": 5,
                      "SUM_OHEAD_WTX_BYTES": 6,
                      "SUM_OHEAD_WTX_HDR_BYTES": 4,
                      "SUM_OHEAD_WTX_PKTS": 3,
                      "SUM_POST_LOSS": 2,
                      "SUM_POST_PCT_POC": 4,
                      "SUM_POST_POC": 10,
                      "SUM_PRE_LOSS": 2,
                      "SUM_PRE_POC": 3,
                      "SUM_TCP_ACC_FLOWS": 4,
                      "SUM_TCP_FLOWS": 4,
                      "SUM_WRX_BYTES": 3,
                      "SUM_WRX_PKTS": 4,
                      "SUM_WTX_BYTES": 9,
                      "SUM_WTX_PKTS": 3,
                      "nePk": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metric",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlay",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsAggregateTunnel",
        "description": "The parameters and request body are for method: postStatsAggregateTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<tunnelName>": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "object",
                          "properties": {
                            "AVG_BW_PCT_UTIL_AVG": {
                              "type": "number"
                            },
                            "AVG_LATENCY_AVG": {
                              "type": "number"
                            },
                            "HOSTNAME": {
                              "type": "string"
                            },
                            "IP": {
                              "type": "string"
                            },
                            "LATENCY_MIN_FROM_PEAK": {
                              "type": "number"
                            },
                            "MAX_BW_PCT_UTIL_MAX": {
                              "type": "number"
                            },
                            "MAX_COMP_L2W": {
                              "type": "number"
                            },
                            "MAX_COMP_L2WMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_L2W": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_L2WMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_W2L": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_W2LMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_W2L": {
                              "type": "number"
                            },
                            "MAX_COMP_W2LMAX": {
                              "type": "number"
                            },
                            "MAX_CREATED_MAX": {
                              "type": "number"
                            },
                            "MAX_DELETED_MAX": {
                              "type": "number"
                            },
                            "MAX_LATENCY_MAX": {
                              "type": "number"
                            },
                            "MAX_LRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_LRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_LTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_LTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_NON_TCP_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_HDR_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_HDR_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_PCT_LOSS": {
                              "type": "number"
                            },
                            "MAX_POST_PCT_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_POCMAX": {
                              "type": "number"
                            },
                            "MAX_PRE_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_LOSS": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_POC": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_POCMAX": {
                              "type": "number"
                            },
                            "MAX_PRE_POCMAX": {
                              "type": "number"
                            },
                            "MAX_TCP_ACC_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_TCP_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_TIMESTAMP": {
                              "type": "number"
                            },
                            "MAX_WRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_WRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_WTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_WTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MIN_LATENCY_MIN": {
                              "type": "number"
                            },
                            "MIN_TIMESTAMP": {
                              "type": "number"
                            },
                            "POST_PCT_POCMAX": {
                              "type": "number"
                            },
                            "SUM_CREATED": {
                              "type": "number"
                            },
                            "SUM_DELETED": {
                              "type": "number"
                            },
                            "SUM_LRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_LRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_LTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_LTX_PKTS": {
                              "type": "number"
                            },
                            "SUM_NON_TCP_FLOWS": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_HDR_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_HDR_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_PKTS": {
                              "type": "number"
                            },
                            "SUM_POST_LOSS": {
                              "type": "number"
                            },
                            "SUM_POST_PCT_POC": {
                              "type": "number"
                            },
                            "SUM_POST_POC": {
                              "type": "number"
                            },
                            "SUM_PRE_LOSS": {
                              "type": "number"
                            },
                            "SUM_PRE_POC": {
                              "type": "number"
                            },
                            "SUM_TCP_ACC_FLOWS": {
                              "type": "number"
                            },
                            "SUM_TCP_FLOWS": {
                              "type": "number"
                            },
                            "SUM_WRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_WRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_WTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_WTX_PKTS": {
                              "type": "number"
                            },
                            "nePk": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<tunnelName>": {
                    "<nePk/IP>": {
                      "AVG_BW_PCT_UTIL_AVG": 3,
                      "AVG_LATENCY_AVG": 9,
                      "HOSTNAME": "string",
                      "IP": "string",
                      "LATENCY_MIN_FROM_PEAK": 5,
                      "MAX_BW_PCT_UTIL_MAX": 1,
                      "MAX_COMP_L2W": 2,
                      "MAX_COMP_L2WMAX": 4,
                      "MAX_COMP_NOOHEAD_L2W": 10,
                      "MAX_COMP_NOOHEAD_L2WMAX": 8,
                      "MAX_COMP_NOOHEAD_W2L": 5,
                      "MAX_COMP_NOOHEAD_W2LMAX": 7,
                      "MAX_COMP_W2L": 8,
                      "MAX_COMP_W2LMAX": 8,
                      "MAX_CREATED_MAX": 8,
                      "MAX_DELETED_MAX": 9,
                      "MAX_LATENCY_MAX": 2,
                      "MAX_LRX_BYTES_MAX": 2,
                      "MAX_LRX_PKTS_MAX": 9,
                      "MAX_LTX_BYTES_MAX": 9,
                      "MAX_LTX_PKTS_MAX": 8,
                      "MAX_NON_TCP_FLOWS_MAX": 2,
                      "MAX_OHEAD_WRX_BYTES_MAX": 2,
                      "MAX_OHEAD_WRX_HDR_BYTES_MAX": 4,
                      "MAX_OHEAD_WRX_PKTS_MAX": 3,
                      "MAX_OHEAD_WTX_BYTES_MAX": 6,
                      "MAX_OHEAD_WTX_HDR_BYTES_MAX": 6,
                      "MAX_OHEAD_WTX_PKTS_MAX": 2,
                      "MAX_POST_LOSS_MAX": 1,
                      "MAX_POST_PCT_LOSS": 10,
                      "MAX_POST_PCT_LOSS_MAX": 7,
                      "MAX_POST_POCMAX": 10,
                      "MAX_PRE_LOSS_MAX": 10,
                      "MAX_PRE_PCT_LOSS": 9,
                      "MAX_PRE_PCT_LOSS_MAX": 1,
                      "MAX_PRE_PCT_POC": 4,
                      "MAX_PRE_PCT_POCMAX": 10,
                      "MAX_PRE_POCMAX": 4,
                      "MAX_TCP_ACC_FLOWS_MAX": 10,
                      "MAX_TCP_FLOWS_MAX": 10,
                      "MAX_TIMESTAMP": 1,
                      "MAX_WRX_BYTES_MAX": 7,
                      "MAX_WRX_PKTS_MAX": 8,
                      "MAX_WTX_BYTES_MAX": 2,
                      "MAX_WTX_PKTS_MAX": 4,
                      "MIN_LATENCY_MIN": 1,
                      "MIN_TIMESTAMP": 6,
                      "POST_PCT_POCMAX": 7,
                      "SUM_CREATED": 5,
                      "SUM_DELETED": 3,
                      "SUM_LRX_BYTES": 9,
                      "SUM_LRX_PKTS": 9,
                      "SUM_LTX_BYTES": 5,
                      "SUM_LTX_PKTS": 5,
                      "SUM_NON_TCP_FLOWS": 7,
                      "SUM_OHEAD_WRX_BYTES": 6,
                      "SUM_OHEAD_WRX_HDR_BYTES": 9,
                      "SUM_OHEAD_WRX_PKTS": 1,
                      "SUM_OHEAD_WTX_BYTES": 6,
                      "SUM_OHEAD_WTX_HDR_BYTES": 7,
                      "SUM_OHEAD_WTX_PKTS": 4,
                      "SUM_POST_LOSS": 3,
                      "SUM_POST_PCT_POC": 9,
                      "SUM_POST_POC": 6,
                      "SUM_PRE_LOSS": 8,
                      "SUM_PRE_POC": 8,
                      "SUM_TCP_ACC_FLOWS": 1,
                      "SUM_TCP_FLOWS": 7,
                      "SUM_WRX_BYTES": 9,
                      "SUM_WRX_PKTS": 10,
                      "SUM_WTX_BYTES": 1,
                      "SUM_WTX_PKTS": 4,
                      "nePk": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metric",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlay",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/aggregate/tunnel/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsAggregateTunnelNePk",
        "description": "The parameters and request body are for method: getStatsAggregateTunnelNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<tunnelName>": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "object",
                          "properties": {
                            "AVG_BW_PCT_UTIL_AVG": {
                              "type": "number"
                            },
                            "AVG_LATENCY_AVG": {
                              "type": "number"
                            },
                            "HOSTNAME": {
                              "type": "string"
                            },
                            "IP": {
                              "type": "string"
                            },
                            "LATENCY_MIN_FROM_PEAK": {
                              "type": "number"
                            },
                            "MAX_BW_PCT_UTIL_MAX": {
                              "type": "number"
                            },
                            "MAX_COMP_L2W": {
                              "type": "number"
                            },
                            "MAX_COMP_L2WMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_L2W": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_L2WMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_W2L": {
                              "type": "number"
                            },
                            "MAX_COMP_NOOHEAD_W2LMAX": {
                              "type": "number"
                            },
                            "MAX_COMP_W2L": {
                              "type": "number"
                            },
                            "MAX_COMP_W2LMAX": {
                              "type": "number"
                            },
                            "MAX_CREATED_MAX": {
                              "type": "number"
                            },
                            "MAX_DELETED_MAX": {
                              "type": "number"
                            },
                            "MAX_LATENCY_MAX": {
                              "type": "number"
                            },
                            "MAX_LRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_LRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_LTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_LTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_NON_TCP_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_HDR_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_HDR_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_OHEAD_WTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_PCT_LOSS": {
                              "type": "number"
                            },
                            "MAX_POST_PCT_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_POST_POCMAX": {
                              "type": "number"
                            },
                            "MAX_PRE_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_LOSS": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_LOSS_MAX": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_POC": {
                              "type": "number"
                            },
                            "MAX_PRE_PCT_POCMAX": {
                              "type": "number"
                            },
                            "MAX_PRE_POCMAX": {
                              "type": "number"
                            },
                            "MAX_TCP_ACC_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_TCP_FLOWS_MAX": {
                              "type": "number"
                            },
                            "MAX_TIMESTAMP": {
                              "type": "number"
                            },
                            "MAX_WRX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_WRX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MAX_WTX_BYTES_MAX": {
                              "type": "number"
                            },
                            "MAX_WTX_PKTS_MAX": {
                              "type": "number"
                            },
                            "MIN_LATENCY_MIN": {
                              "type": "number"
                            },
                            "MIN_TIMESTAMP": {
                              "type": "number"
                            },
                            "POST_PCT_POCMAX": {
                              "type": "number"
                            },
                            "SUM_CREATED": {
                              "type": "number"
                            },
                            "SUM_DELETED": {
                              "type": "number"
                            },
                            "SUM_LRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_LRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_LTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_LTX_PKTS": {
                              "type": "number"
                            },
                            "SUM_NON_TCP_FLOWS": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_HDR_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_HDR_BYTES": {
                              "type": "number"
                            },
                            "SUM_OHEAD_WTX_PKTS": {
                              "type": "number"
                            },
                            "SUM_POST_LOSS": {
                              "type": "number"
                            },
                            "SUM_POST_PCT_POC": {
                              "type": "number"
                            },
                            "SUM_POST_POC": {
                              "type": "number"
                            },
                            "SUM_PRE_LOSS": {
                              "type": "number"
                            },
                            "SUM_PRE_POC": {
                              "type": "number"
                            },
                            "SUM_TCP_ACC_FLOWS": {
                              "type": "number"
                            },
                            "SUM_TCP_FLOWS": {
                              "type": "number"
                            },
                            "SUM_WRX_BYTES": {
                              "type": "number"
                            },
                            "SUM_WRX_PKTS": {
                              "type": "number"
                            },
                            "SUM_WTX_BYTES": {
                              "type": "number"
                            },
                            "SUM_WTX_PKTS": {
                              "type": "number"
                            },
                            "nePk": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<tunnelName>": {
                    "<nePk/IP>": {
                      "AVG_BW_PCT_UTIL_AVG": 9,
                      "AVG_LATENCY_AVG": 1,
                      "HOSTNAME": "string",
                      "IP": "string",
                      "LATENCY_MIN_FROM_PEAK": 5,
                      "MAX_BW_PCT_UTIL_MAX": 10,
                      "MAX_COMP_L2W": 9,
                      "MAX_COMP_L2WMAX": 8,
                      "MAX_COMP_NOOHEAD_L2W": 7,
                      "MAX_COMP_NOOHEAD_L2WMAX": 3,
                      "MAX_COMP_NOOHEAD_W2L": 10,
                      "MAX_COMP_NOOHEAD_W2LMAX": 8,
                      "MAX_COMP_W2L": 8,
                      "MAX_COMP_W2LMAX": 8,
                      "MAX_CREATED_MAX": 6,
                      "MAX_DELETED_MAX": 5,
                      "MAX_LATENCY_MAX": 2,
                      "MAX_LRX_BYTES_MAX": 9,
                      "MAX_LRX_PKTS_MAX": 2,
                      "MAX_LTX_BYTES_MAX": 10,
                      "MAX_LTX_PKTS_MAX": 3,
                      "MAX_NON_TCP_FLOWS_MAX": 10,
                      "MAX_OHEAD_WRX_BYTES_MAX": 6,
                      "MAX_OHEAD_WRX_HDR_BYTES_MAX": 8,
                      "MAX_OHEAD_WRX_PKTS_MAX": 6,
                      "MAX_OHEAD_WTX_BYTES_MAX": 9,
                      "MAX_OHEAD_WTX_HDR_BYTES_MAX": 6,
                      "MAX_OHEAD_WTX_PKTS_MAX": 1,
                      "MAX_POST_LOSS_MAX": 8,
                      "MAX_POST_PCT_LOSS": 2,
                      "MAX_POST_PCT_LOSS_MAX": 9,
                      "MAX_POST_POCMAX": 10,
                      "MAX_PRE_LOSS_MAX": 8,
                      "MAX_PRE_PCT_LOSS": 9,
                      "MAX_PRE_PCT_LOSS_MAX": 10,
                      "MAX_PRE_PCT_POC": 10,
                      "MAX_PRE_PCT_POCMAX": 5,
                      "MAX_PRE_POCMAX": 1,
                      "MAX_TCP_ACC_FLOWS_MAX": 6,
                      "MAX_TCP_FLOWS_MAX": 6,
                      "MAX_TIMESTAMP": 5,
                      "MAX_WRX_BYTES_MAX": 3,
                      "MAX_WRX_PKTS_MAX": 5,
                      "MAX_WTX_BYTES_MAX": 6,
                      "MAX_WTX_PKTS_MAX": 7,
                      "MIN_LATENCY_MIN": 3,
                      "MIN_TIMESTAMP": 1,
                      "POST_PCT_POCMAX": 5,
                      "SUM_CREATED": 5,
                      "SUM_DELETED": 9,
                      "SUM_LRX_BYTES": 1,
                      "SUM_LRX_PKTS": 8,
                      "SUM_LTX_BYTES": 10,
                      "SUM_LTX_PKTS": 8,
                      "SUM_NON_TCP_FLOWS": 3,
                      "SUM_OHEAD_WRX_BYTES": 10,
                      "SUM_OHEAD_WRX_HDR_BYTES": 1,
                      "SUM_OHEAD_WRX_PKTS": 7,
                      "SUM_OHEAD_WTX_BYTES": 5,
                      "SUM_OHEAD_WTX_HDR_BYTES": 10,
                      "SUM_OHEAD_WTX_PKTS": 5,
                      "SUM_POST_LOSS": 4,
                      "SUM_POST_PCT_POC": 2,
                      "SUM_POST_POC": 4,
                      "SUM_PRE_LOSS": 10,
                      "SUM_PRE_POC": 4,
                      "SUM_TCP_ACC_FLOWS": 1,
                      "SUM_TCP_FLOWS": 9,
                      "SUM_WRX_BYTES": 1,
                      "SUM_WRX_PKTS": 7,
                      "SUM_WTX_BYTES": 7,
                      "SUM_WTX_PKTS": 9,
                      "nePk": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metric",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlay",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/dnsInfo/{ip}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsDnsInfo",
        "description": "The parameters and request body are for method: statsDnsInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dns": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "dns": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ip",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ip",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/timeseries/appliance": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsTimeseriesAppliance",
        "description": "The parameters and request body are for method: statsTimeseriesAppliance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "BW_PCT_UTIL_AVG": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX_TS": {
                                "type": "number"
                              },
                              "COMP_L2W": {
                                "type": "number"
                              },
                              "COMP_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2W": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2L": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX_TS": {
                                "type": "number"
                              },
                              "COMP_W2L": {
                                "type": "number"
                              },
                              "COMP_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_W2LMAX_TS": {
                                "type": "number"
                              },
                              "CREATED": {
                                "type": "number"
                              },
                              "CREATED_MAX": {
                                "type": "number"
                              },
                              "CREATED_MAX_TS": {
                                "type": "number"
                              },
                              "DELETED": {
                                "type": "number"
                              },
                              "DELETED_MAX": {
                                "type": "number"
                              },
                              "DELETED_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_AVG": {
                                "type": "number"
                              },
                              "LATENCY_MAX": {
                                "type": "number"
                              },
                              "LATENCY_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_MIN": {
                                "type": "number"
                              },
                              "LATENCY_MIN_FROM_PEAK": {
                                "type": "number"
                              },
                              "LATENCY_MIN_TS": {
                                "type": "number"
                              },
                              "LRX_BYTES": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LRX_PKTS": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_BYTES": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_PKTS": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_LOSS": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_POC": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "POST_POC": {
                                "type": "number"
                              },
                              "POST_POCMAX": {
                                "type": "number"
                              },
                              "POST_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_LOSS": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_POC": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_POC": {
                                "type": "number"
                              },
                              "PRE_POCMAX": {
                                "type": "number"
                              },
                              "PRE_POCMAX_TS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TCP_FLOWS": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TIMESTAMP": {
                                "type": "number"
                              },
                              "TRAFFIC_TYPE": {
                                "type": "number"
                              },
                              "WRX_BYTES": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WRX_PKTS": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_BYTES": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_PKTS": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX_TS": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "data": {
                    "<nePk/IP>": [
                      {
                        "BW_PCT_UTIL_AVG": 6,
                        "BW_PCT_UTIL_MAX": 2,
                        "BW_PCT_UTIL_MAX_TS": 9,
                        "COMP_L2W": 2,
                        "COMP_L2WMAX": 10,
                        "COMP_L2WMAX_TS": 10,
                        "COMP_NOOHEAD_L2W": 7,
                        "COMP_NOOHEAD_L2WMAX": 7,
                        "COMP_NOOHEAD_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_W2L": 2,
                        "COMP_NOOHEAD_W2LMAX": 5,
                        "COMP_NOOHEAD_W2LMAX_TS": 9,
                        "COMP_W2L": 5,
                        "COMP_W2LMAX": 6,
                        "COMP_W2LMAX_TS": 6,
                        "CREATED": 1,
                        "CREATED_MAX": 7,
                        "CREATED_MAX_TS": 6,
                        "DELETED": 8,
                        "DELETED_MAX": 5,
                        "DELETED_MAX_TS": 10,
                        "LATENCY_AVG": 5,
                        "LATENCY_MAX": 1,
                        "LATENCY_MAX_TS": 8,
                        "LATENCY_MIN": 1,
                        "LATENCY_MIN_FROM_PEAK": 8,
                        "LATENCY_MIN_TS": 3,
                        "LRX_BYTES": 10,
                        "LRX_BYTES_MAX": 2,
                        "LRX_BYTES_MAX_TS": 5,
                        "LRX_PKTS": 9,
                        "LRX_PKTS_MAX": 1,
                        "LRX_PKTS_MAX_TS": 5,
                        "LTX_BYTES": 7,
                        "LTX_BYTES_MAX": 7,
                        "LTX_BYTES_MAX_TS": 7,
                        "LTX_PKTS": 4,
                        "LTX_PKTS_MAX": 6,
                        "LTX_PKTS_MAX_TS": 2,
                        "NON_TCP_FLOWS": 4,
                        "NON_TCP_FLOWS_MAX": 4,
                        "NON_TCP_FLOWS_MAX_TS": 3,
                        "OHEAD_WRX_BYTES": 1,
                        "OHEAD_WRX_BYTES_MAX": 8,
                        "OHEAD_WRX_BYTES_MAX_TS": 9,
                        "OHEAD_WRX_HDR_BYTES": 1,
                        "OHEAD_WRX_HDR_BYTES_MAX": 6,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 10,
                        "OHEAD_WRX_PKTS": 7,
                        "OHEAD_WRX_PKTS_MAX": 8,
                        "OHEAD_WRX_PKTS_MAX_TS": 10,
                        "OHEAD_WTX_BYTES": 9,
                        "OHEAD_WTX_BYTES_MAX": 9,
                        "OHEAD_WTX_BYTES_MAX_TS": 7,
                        "OHEAD_WTX_HDR_BYTES": 3,
                        "OHEAD_WTX_HDR_BYTES_MAX": 2,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 6,
                        "OHEAD_WTX_PKTS": 5,
                        "OHEAD_WTX_PKTS_MAX": 4,
                        "OHEAD_WTX_PKTS_MAX_TS": 6,
                        "POST_LOSS": 9,
                        "POST_LOSS_MAX": 9,
                        "POST_LOSS_MAX_TS": 10,
                        "POST_PCT_LOSS": 9,
                        "POST_PCT_LOSS_MAX": 5,
                        "POST_PCT_LOSS_MAX_TS": 7,
                        "POST_PCT_POC": 9,
                        "POST_PCT_POCMAX": 4,
                        "POST_PCT_POCMAX_TS": 9,
                        "POST_POC": 7,
                        "POST_POCMAX": 2,
                        "POST_POCMAX_TS": 7,
                        "PRE_LOSS": 8,
                        "PRE_LOSS_MAX": 10,
                        "PRE_LOSS_MAX_TS": 6,
                        "PRE_PCT_LOSS": 8,
                        "PRE_PCT_LOSS_MAX": 3,
                        "PRE_PCT_LOSS_MAX_TS": 4,
                        "PRE_PCT_POC": 3,
                        "PRE_PCT_POCMAX": 2,
                        "PRE_PCT_POCMAX_TS": 3,
                        "PRE_POC": 4,
                        "PRE_POCMAX": 9,
                        "PRE_POCMAX_TS": 9,
                        "TCP_ACC_FLOWS": 10,
                        "TCP_ACC_FLOWS_MAX": 6,
                        "TCP_ACC_FLOWS_MAX_TS": 10,
                        "TCP_FLOWS": 5,
                        "TCP_FLOWS_MAX": 4,
                        "TCP_FLOWS_MAX_TS": 5,
                        "TIMESTAMP": 10,
                        "TRAFFIC_TYPE": 9,
                        "WRX_BYTES": 5,
                        "WRX_BYTES_MAX": 10,
                        "WRX_BYTES_MAX_TS": 8,
                        "WRX_PKTS": 7,
                        "WRX_PKTS_MAX": 7,
                        "WRX_PKTS_MAX_TS": 4,
                        "WTX_BYTES": 10,
                        "WTX_BYTES_MAX": 1,
                        "WTX_BYTES_MAX_TS": 1,
                        "WTX_PKTS": 2,
                        "WTX_PKTS_MAX": 7,
                        "WTX_PKTS_MAX_TS": 2
                      },
                      {
                        "BW_PCT_UTIL_AVG": 1,
                        "BW_PCT_UTIL_MAX": 8,
                        "BW_PCT_UTIL_MAX_TS": 8,
                        "COMP_L2W": 3,
                        "COMP_L2WMAX": 4,
                        "COMP_L2WMAX_TS": 4,
                        "COMP_NOOHEAD_L2W": 1,
                        "COMP_NOOHEAD_L2WMAX": 4,
                        "COMP_NOOHEAD_L2WMAX_TS": 8,
                        "COMP_NOOHEAD_W2L": 5,
                        "COMP_NOOHEAD_W2LMAX": 8,
                        "COMP_NOOHEAD_W2LMAX_TS": 7,
                        "COMP_W2L": 9,
                        "COMP_W2LMAX": 9,
                        "COMP_W2LMAX_TS": 6,
                        "CREATED": 5,
                        "CREATED_MAX": 1,
                        "CREATED_MAX_TS": 1,
                        "DELETED": 8,
                        "DELETED_MAX": 7,
                        "DELETED_MAX_TS": 10,
                        "LATENCY_AVG": 5,
                        "LATENCY_MAX": 3,
                        "LATENCY_MAX_TS": 7,
                        "LATENCY_MIN": 2,
                        "LATENCY_MIN_FROM_PEAK": 9,
                        "LATENCY_MIN_TS": 4,
                        "LRX_BYTES": 9,
                        "LRX_BYTES_MAX": 4,
                        "LRX_BYTES_MAX_TS": 5,
                        "LRX_PKTS": 7,
                        "LRX_PKTS_MAX": 7,
                        "LRX_PKTS_MAX_TS": 4,
                        "LTX_BYTES": 10,
                        "LTX_BYTES_MAX": 3,
                        "LTX_BYTES_MAX_TS": 1,
                        "LTX_PKTS": 8,
                        "LTX_PKTS_MAX": 5,
                        "LTX_PKTS_MAX_TS": 6,
                        "NON_TCP_FLOWS": 8,
                        "NON_TCP_FLOWS_MAX": 8,
                        "NON_TCP_FLOWS_MAX_TS": 1,
                        "OHEAD_WRX_BYTES": 4,
                        "OHEAD_WRX_BYTES_MAX": 7,
                        "OHEAD_WRX_BYTES_MAX_TS": 8,
                        "OHEAD_WRX_HDR_BYTES": 8,
                        "OHEAD_WRX_HDR_BYTES_MAX": 5,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 3,
                        "OHEAD_WRX_PKTS": 9,
                        "OHEAD_WRX_PKTS_MAX": 2,
                        "OHEAD_WRX_PKTS_MAX_TS": 3,
                        "OHEAD_WTX_BYTES": 5,
                        "OHEAD_WTX_BYTES_MAX": 7,
                        "OHEAD_WTX_BYTES_MAX_TS": 2,
                        "OHEAD_WTX_HDR_BYTES": 2,
                        "OHEAD_WTX_HDR_BYTES_MAX": 8,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 3,
                        "OHEAD_WTX_PKTS": 3,
                        "OHEAD_WTX_PKTS_MAX": 5,
                        "OHEAD_WTX_PKTS_MAX_TS": 10,
                        "POST_LOSS": 3,
                        "POST_LOSS_MAX": 2,
                        "POST_LOSS_MAX_TS": 1,
                        "POST_PCT_LOSS": 6,
                        "POST_PCT_LOSS_MAX": 1,
                        "POST_PCT_LOSS_MAX_TS": 4,
                        "POST_PCT_POC": 5,
                        "POST_PCT_POCMAX": 1,
                        "POST_PCT_POCMAX_TS": 5,
                        "POST_POC": 8,
                        "POST_POCMAX": 10,
                        "POST_POCMAX_TS": 8,
                        "PRE_LOSS": 2,
                        "PRE_LOSS_MAX": 10,
                        "PRE_LOSS_MAX_TS": 2,
                        "PRE_PCT_LOSS": 2,
                        "PRE_PCT_LOSS_MAX": 6,
                        "PRE_PCT_LOSS_MAX_TS": 10,
                        "PRE_PCT_POC": 10,
                        "PRE_PCT_POCMAX": 6,
                        "PRE_PCT_POCMAX_TS": 2,
                        "PRE_POC": 3,
                        "PRE_POCMAX": 9,
                        "PRE_POCMAX_TS": 10,
                        "TCP_ACC_FLOWS": 10,
                        "TCP_ACC_FLOWS_MAX": 3,
                        "TCP_ACC_FLOWS_MAX_TS": 1,
                        "TCP_FLOWS": 1,
                        "TCP_FLOWS_MAX": 7,
                        "TCP_FLOWS_MAX_TS": 1,
                        "TIMESTAMP": 1,
                        "TRAFFIC_TYPE": 4,
                        "WRX_BYTES": 3,
                        "WRX_BYTES_MAX": 10,
                        "WRX_BYTES_MAX_TS": 9,
                        "WRX_PKTS": 6,
                        "WRX_PKTS_MAX": 8,
                        "WRX_PKTS_MAX_TS": 3,
                        "WTX_BYTES": 7,
                        "WTX_BYTES_MAX": 5,
                        "WTX_BYTES_MAX_TS": 8,
                        "WTX_PKTS": 6,
                        "WTX_PKTS_MAX": 7,
                        "WTX_PKTS_MAX_TS": 1
                      },
                      {
                        "BW_PCT_UTIL_AVG": 8,
                        "BW_PCT_UTIL_MAX": 2,
                        "BW_PCT_UTIL_MAX_TS": 4,
                        "COMP_L2W": 6,
                        "COMP_L2WMAX": 8,
                        "COMP_L2WMAX_TS": 1,
                        "COMP_NOOHEAD_L2W": 6,
                        "COMP_NOOHEAD_L2WMAX": 10,
                        "COMP_NOOHEAD_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_W2L": 7,
                        "COMP_NOOHEAD_W2LMAX": 5,
                        "COMP_NOOHEAD_W2LMAX_TS": 6,
                        "COMP_W2L": 3,
                        "COMP_W2LMAX": 4,
                        "COMP_W2LMAX_TS": 3,
                        "CREATED": 7,
                        "CREATED_MAX": 8,
                        "CREATED_MAX_TS": 5,
                        "DELETED": 2,
                        "DELETED_MAX": 5,
                        "DELETED_MAX_TS": 2,
                        "LATENCY_AVG": 1,
                        "LATENCY_MAX": 1,
                        "LATENCY_MAX_TS": 10,
                        "LATENCY_MIN": 6,
                        "LATENCY_MIN_FROM_PEAK": 2,
                        "LATENCY_MIN_TS": 3,
                        "LRX_BYTES": 2,
                        "LRX_BYTES_MAX": 5,
                        "LRX_BYTES_MAX_TS": 6,
                        "LRX_PKTS": 1,
                        "LRX_PKTS_MAX": 1,
                        "LRX_PKTS_MAX_TS": 10,
                        "LTX_BYTES": 2,
                        "LTX_BYTES_MAX": 1,
                        "LTX_BYTES_MAX_TS": 10,
                        "LTX_PKTS": 2,
                        "LTX_PKTS_MAX": 8,
                        "LTX_PKTS_MAX_TS": 3,
                        "NON_TCP_FLOWS": 4,
                        "NON_TCP_FLOWS_MAX": 4,
                        "NON_TCP_FLOWS_MAX_TS": 4,
                        "OHEAD_WRX_BYTES": 2,
                        "OHEAD_WRX_BYTES_MAX": 7,
                        "OHEAD_WRX_BYTES_MAX_TS": 8,
                        "OHEAD_WRX_HDR_BYTES": 1,
                        "OHEAD_WRX_HDR_BYTES_MAX": 8,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 5,
                        "OHEAD_WRX_PKTS": 3,
                        "OHEAD_WRX_PKTS_MAX": 7,
                        "OHEAD_WRX_PKTS_MAX_TS": 7,
                        "OHEAD_WTX_BYTES": 4,
                        "OHEAD_WTX_BYTES_MAX": 9,
                        "OHEAD_WTX_BYTES_MAX_TS": 3,
                        "OHEAD_WTX_HDR_BYTES": 8,
                        "OHEAD_WTX_HDR_BYTES_MAX": 5,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 8,
                        "OHEAD_WTX_PKTS": 3,
                        "OHEAD_WTX_PKTS_MAX": 10,
                        "OHEAD_WTX_PKTS_MAX_TS": 4,
                        "POST_LOSS": 1,
                        "POST_LOSS_MAX": 6,
                        "POST_LOSS_MAX_TS": 9,
                        "POST_PCT_LOSS": 4,
                        "POST_PCT_LOSS_MAX": 2,
                        "POST_PCT_LOSS_MAX_TS": 7,
                        "POST_PCT_POC": 6,
                        "POST_PCT_POCMAX": 2,
                        "POST_PCT_POCMAX_TS": 1,
                        "POST_POC": 2,
                        "POST_POCMAX": 10,
                        "POST_POCMAX_TS": 5,
                        "PRE_LOSS": 8,
                        "PRE_LOSS_MAX": 2,
                        "PRE_LOSS_MAX_TS": 1,
                        "PRE_PCT_LOSS": 2,
                        "PRE_PCT_LOSS_MAX": 8,
                        "PRE_PCT_LOSS_MAX_TS": 2,
                        "PRE_PCT_POC": 9,
                        "PRE_PCT_POCMAX": 6,
                        "PRE_PCT_POCMAX_TS": 6,
                        "PRE_POC": 6,
                        "PRE_POCMAX": 10,
                        "PRE_POCMAX_TS": 1,
                        "TCP_ACC_FLOWS": 1,
                        "TCP_ACC_FLOWS_MAX": 5,
                        "TCP_ACC_FLOWS_MAX_TS": 5,
                        "TCP_FLOWS": 3,
                        "TCP_FLOWS_MAX": 8,
                        "TCP_FLOWS_MAX_TS": 10,
                        "TIMESTAMP": 6,
                        "TRAFFIC_TYPE": 1,
                        "WRX_BYTES": 3,
                        "WRX_BYTES_MAX": 5,
                        "WRX_BYTES_MAX_TS": 1,
                        "WRX_PKTS": 8,
                        "WRX_PKTS_MAX": 8,
                        "WRX_PKTS_MAX_TS": 1,
                        "WTX_BYTES": 4,
                        "WTX_BYTES_MAX": 1,
                        "WTX_BYTES_MAX_TS": 9,
                        "WTX_PKTS": 1,
                        "WTX_PKTS_MAX": 10,
                        "WTX_PKTS_MAX_TS": 1
                      },
                      {
                        "BW_PCT_UTIL_AVG": 9,
                        "BW_PCT_UTIL_MAX": 10,
                        "BW_PCT_UTIL_MAX_TS": 1,
                        "COMP_L2W": 8,
                        "COMP_L2WMAX": 5,
                        "COMP_L2WMAX_TS": 1,
                        "COMP_NOOHEAD_L2W": 4,
                        "COMP_NOOHEAD_L2WMAX": 8,
                        "COMP_NOOHEAD_L2WMAX_TS": 6,
                        "COMP_NOOHEAD_W2L": 9,
                        "COMP_NOOHEAD_W2LMAX": 3,
                        "COMP_NOOHEAD_W2LMAX_TS": 7,
                        "COMP_W2L": 5,
                        "COMP_W2LMAX": 6,
                        "COMP_W2LMAX_TS": 7,
                        "CREATED": 9,
                        "CREATED_MAX": 8,
                        "CREATED_MAX_TS": 1,
                        "DELETED": 1,
                        "DELETED_MAX": 3,
                        "DELETED_MAX_TS": 10,
                        "LATENCY_AVG": 6,
                        "LATENCY_MAX": 3,
                        "LATENCY_MAX_TS": 9,
                        "LATENCY_MIN": 7,
                        "LATENCY_MIN_FROM_PEAK": 1,
                        "LATENCY_MIN_TS": 5,
                        "LRX_BYTES": 8,
                        "LRX_BYTES_MAX": 9,
                        "LRX_BYTES_MAX_TS": 4,
                        "LRX_PKTS": 6,
                        "LRX_PKTS_MAX": 8,
                        "LRX_PKTS_MAX_TS": 8,
                        "LTX_BYTES": 4,
                        "LTX_BYTES_MAX": 7,
                        "LTX_BYTES_MAX_TS": 4,
                        "LTX_PKTS": 10,
                        "LTX_PKTS_MAX": 2,
                        "LTX_PKTS_MAX_TS": 3,
                        "NON_TCP_FLOWS": 2,
                        "NON_TCP_FLOWS_MAX": 3,
                        "NON_TCP_FLOWS_MAX_TS": 2,
                        "OHEAD_WRX_BYTES": 1,
                        "OHEAD_WRX_BYTES_MAX": 5,
                        "OHEAD_WRX_BYTES_MAX_TS": 4,
                        "OHEAD_WRX_HDR_BYTES": 8,
                        "OHEAD_WRX_HDR_BYTES_MAX": 6,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 6,
                        "OHEAD_WRX_PKTS": 9,
                        "OHEAD_WRX_PKTS_MAX": 6,
                        "OHEAD_WRX_PKTS_MAX_TS": 4,
                        "OHEAD_WTX_BYTES": 6,
                        "OHEAD_WTX_BYTES_MAX": 10,
                        "OHEAD_WTX_BYTES_MAX_TS": 4,
                        "OHEAD_WTX_HDR_BYTES": 7,
                        "OHEAD_WTX_HDR_BYTES_MAX": 10,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 2,
                        "OHEAD_WTX_PKTS": 2,
                        "OHEAD_WTX_PKTS_MAX": 5,
                        "OHEAD_WTX_PKTS_MAX_TS": 1,
                        "POST_LOSS": 2,
                        "POST_LOSS_MAX": 10,
                        "POST_LOSS_MAX_TS": 5,
                        "POST_PCT_LOSS": 5,
                        "POST_PCT_LOSS_MAX": 10,
                        "POST_PCT_LOSS_MAX_TS": 6,
                        "POST_PCT_POC": 8,
                        "POST_PCT_POCMAX": 2,
                        "POST_PCT_POCMAX_TS": 1,
                        "POST_POC": 7,
                        "POST_POCMAX": 1,
                        "POST_POCMAX_TS": 8,
                        "PRE_LOSS": 2,
                        "PRE_LOSS_MAX": 7,
                        "PRE_LOSS_MAX_TS": 10,
                        "PRE_PCT_LOSS": 6,
                        "PRE_PCT_LOSS_MAX": 7,
                        "PRE_PCT_LOSS_MAX_TS": 8,
                        "PRE_PCT_POC": 4,
                        "PRE_PCT_POCMAX": 3,
                        "PRE_PCT_POCMAX_TS": 9,
                        "PRE_POC": 10,
                        "PRE_POCMAX": 10,
                        "PRE_POCMAX_TS": 9,
                        "TCP_ACC_FLOWS": 8,
                        "TCP_ACC_FLOWS_MAX": 1,
                        "TCP_ACC_FLOWS_MAX_TS": 10,
                        "TCP_FLOWS": 10,
                        "TCP_FLOWS_MAX": 1,
                        "TCP_FLOWS_MAX_TS": 3,
                        "TIMESTAMP": 4,
                        "TRAFFIC_TYPE": 5,
                        "WRX_BYTES": 9,
                        "WRX_BYTES_MAX": 8,
                        "WRX_BYTES_MAX_TS": 8,
                        "WRX_PKTS": 6,
                        "WRX_PKTS_MAX": 5,
                        "WRX_PKTS_MAX_TS": 9,
                        "WTX_BYTES": 2,
                        "WTX_BYTES_MAX": 3,
                        "WTX_BYTES_MAX_TS": 7,
                        "WTX_PKTS": 2,
                        "WTX_PKTS_MAX": 9,
                        "WTX_PKTS_MAX_TS": 9
                      },
                      {
                        "BW_PCT_UTIL_AVG": 7,
                        "BW_PCT_UTIL_MAX": 3,
                        "BW_PCT_UTIL_MAX_TS": 8,
                        "COMP_L2W": 3,
                        "COMP_L2WMAX": 6,
                        "COMP_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_L2W": 1,
                        "COMP_NOOHEAD_L2WMAX": 1,
                        "COMP_NOOHEAD_L2WMAX_TS": 7,
                        "COMP_NOOHEAD_W2L": 3,
                        "COMP_NOOHEAD_W2LMAX": 1,
                        "COMP_NOOHEAD_W2LMAX_TS": 1,
                        "COMP_W2L": 5,
                        "COMP_W2LMAX": 3,
                        "COMP_W2LMAX_TS": 9,
                        "CREATED": 6,
                        "CREATED_MAX": 8,
                        "CREATED_MAX_TS": 9,
                        "DELETED": 3,
                        "DELETED_MAX": 8,
                        "DELETED_MAX_TS": 4,
                        "LATENCY_AVG": 8,
                        "LATENCY_MAX": 3,
                        "LATENCY_MAX_TS": 1,
                        "LATENCY_MIN": 6,
                        "LATENCY_MIN_FROM_PEAK": 9,
                        "LATENCY_MIN_TS": 10,
                        "LRX_BYTES": 4,
                        "LRX_BYTES_MAX": 10,
                        "LRX_BYTES_MAX_TS": 10,
                        "LRX_PKTS": 8,
                        "LRX_PKTS_MAX": 10,
                        "LRX_PKTS_MAX_TS": 9,
                        "LTX_BYTES": 1,
                        "LTX_BYTES_MAX": 10,
                        "LTX_BYTES_MAX_TS": 6,
                        "LTX_PKTS": 3,
                        "LTX_PKTS_MAX": 2,
                        "LTX_PKTS_MAX_TS": 9,
                        "NON_TCP_FLOWS": 3,
                        "NON_TCP_FLOWS_MAX": 4,
                        "NON_TCP_FLOWS_MAX_TS": 7,
                        "OHEAD_WRX_BYTES": 5,
                        "OHEAD_WRX_BYTES_MAX": 6,
                        "OHEAD_WRX_BYTES_MAX_TS": 4,
                        "OHEAD_WRX_HDR_BYTES": 8,
                        "OHEAD_WRX_HDR_BYTES_MAX": 10,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 7,
                        "OHEAD_WRX_PKTS": 2,
                        "OHEAD_WRX_PKTS_MAX": 7,
                        "OHEAD_WRX_PKTS_MAX_TS": 8,
                        "OHEAD_WTX_BYTES": 7,
                        "OHEAD_WTX_BYTES_MAX": 7,
                        "OHEAD_WTX_BYTES_MAX_TS": 5,
                        "OHEAD_WTX_HDR_BYTES": 5,
                        "OHEAD_WTX_HDR_BYTES_MAX": 4,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 6,
                        "OHEAD_WTX_PKTS": 9,
                        "OHEAD_WTX_PKTS_MAX": 10,
                        "OHEAD_WTX_PKTS_MAX_TS": 5,
                        "POST_LOSS": 4,
                        "POST_LOSS_MAX": 6,
                        "POST_LOSS_MAX_TS": 7,
                        "POST_PCT_LOSS": 9,
                        "POST_PCT_LOSS_MAX": 3,
                        "POST_PCT_LOSS_MAX_TS": 7,
                        "POST_PCT_POC": 3,
                        "POST_PCT_POCMAX": 1,
                        "POST_PCT_POCMAX_TS": 9,
                        "POST_POC": 8,
                        "POST_POCMAX": 8,
                        "POST_POCMAX_TS": 7,
                        "PRE_LOSS": 1,
                        "PRE_LOSS_MAX": 8,
                        "PRE_LOSS_MAX_TS": 1,
                        "PRE_PCT_LOSS": 6,
                        "PRE_PCT_LOSS_MAX": 9,
                        "PRE_PCT_LOSS_MAX_TS": 8,
                        "PRE_PCT_POC": 7,
                        "PRE_PCT_POCMAX": 9,
                        "PRE_PCT_POCMAX_TS": 7,
                        "PRE_POC": 7,
                        "PRE_POCMAX": 6,
                        "PRE_POCMAX_TS": 10,
                        "TCP_ACC_FLOWS": 2,
                        "TCP_ACC_FLOWS_MAX": 2,
                        "TCP_ACC_FLOWS_MAX_TS": 9,
                        "TCP_FLOWS": 2,
                        "TCP_FLOWS_MAX": 2,
                        "TCP_FLOWS_MAX_TS": 1,
                        "TIMESTAMP": 10,
                        "TRAFFIC_TYPE": 9,
                        "WRX_BYTES": 9,
                        "WRX_BYTES_MAX": 2,
                        "WRX_BYTES_MAX_TS": 2,
                        "WRX_PKTS": 2,
                        "WRX_PKTS_MAX": 6,
                        "WRX_PKTS_MAX_TS": 8,
                        "WTX_BYTES": 6,
                        "WTX_BYTES_MAX": 1,
                        "WTX_BYTES_MAX_TS": 1,
                        "WTX_PKTS": 7,
                        "WTX_PKTS_MAX": 6,
                        "WTX_PKTS_MAX_TS": 5
                      },
                      {
                        "BW_PCT_UTIL_AVG": 5,
                        "BW_PCT_UTIL_MAX": 1,
                        "BW_PCT_UTIL_MAX_TS": 7,
                        "COMP_L2W": 4,
                        "COMP_L2WMAX": 6,
                        "COMP_L2WMAX_TS": 4,
                        "COMP_NOOHEAD_L2W": 5,
                        "COMP_NOOHEAD_L2WMAX": 1,
                        "COMP_NOOHEAD_L2WMAX_TS": 3,
                        "COMP_NOOHEAD_W2L": 6,
                        "COMP_NOOHEAD_W2LMAX": 4,
                        "COMP_NOOHEAD_W2LMAX_TS": 9,
                        "COMP_W2L": 2,
                        "COMP_W2LMAX": 6,
                        "COMP_W2LMAX_TS": 4,
                        "CREATED": 9,
                        "CREATED_MAX": 9,
                        "CREATED_MAX_TS": 10,
                        "DELETED": 2,
                        "DELETED_MAX": 4,
                        "DELETED_MAX_TS": 2,
                        "LATENCY_AVG": 1,
                        "LATENCY_MAX": 4,
                        "LATENCY_MAX_TS": 4,
                        "LATENCY_MIN": 2,
                        "LATENCY_MIN_FROM_PEAK": 5,
                        "LATENCY_MIN_TS": 7,
                        "LRX_BYTES": 6,
                        "LRX_BYTES_MAX": 7,
                        "LRX_BYTES_MAX_TS": 8,
                        "LRX_PKTS": 9,
                        "LRX_PKTS_MAX": 2,
                        "LRX_PKTS_MAX_TS": 2,
                        "LTX_BYTES": 10,
                        "LTX_BYTES_MAX": 2,
                        "LTX_BYTES_MAX_TS": 5,
                        "LTX_PKTS": 8,
                        "LTX_PKTS_MAX": 9,
                        "LTX_PKTS_MAX_TS": 5,
                        "NON_TCP_FLOWS": 3,
                        "NON_TCP_FLOWS_MAX": 9,
                        "NON_TCP_FLOWS_MAX_TS": 8,
                        "OHEAD_WRX_BYTES": 3,
                        "OHEAD_WRX_BYTES_MAX": 2,
                        "OHEAD_WRX_BYTES_MAX_TS": 7,
                        "OHEAD_WRX_HDR_BYTES": 5,
                        "OHEAD_WRX_HDR_BYTES_MAX": 7,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 4,
                        "OHEAD_WRX_PKTS": 4,
                        "OHEAD_WRX_PKTS_MAX": 9,
                        "OHEAD_WRX_PKTS_MAX_TS": 5,
                        "OHEAD_WTX_BYTES": 4,
                        "OHEAD_WTX_BYTES_MAX": 6,
                        "OHEAD_WTX_BYTES_MAX_TS": 5,
                        "OHEAD_WTX_HDR_BYTES": 9,
                        "OHEAD_WTX_HDR_BYTES_MAX": 2,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 9,
                        "OHEAD_WTX_PKTS": 10,
                        "OHEAD_WTX_PKTS_MAX": 10,
                        "OHEAD_WTX_PKTS_MAX_TS": 7,
                        "POST_LOSS": 2,
                        "POST_LOSS_MAX": 3,
                        "POST_LOSS_MAX_TS": 2,
                        "POST_PCT_LOSS": 2,
                        "POST_PCT_LOSS_MAX": 3,
                        "POST_PCT_LOSS_MAX_TS": 6,
                        "POST_PCT_POC": 9,
                        "POST_PCT_POCMAX": 6,
                        "POST_PCT_POCMAX_TS": 3,
                        "POST_POC": 9,
                        "POST_POCMAX": 6,
                        "POST_POCMAX_TS": 4,
                        "PRE_LOSS": 10,
                        "PRE_LOSS_MAX": 7,
                        "PRE_LOSS_MAX_TS": 4,
                        "PRE_PCT_LOSS": 3,
                        "PRE_PCT_LOSS_MAX": 7,
                        "PRE_PCT_LOSS_MAX_TS": 5,
                        "PRE_PCT_POC": 2,
                        "PRE_PCT_POCMAX": 10,
                        "PRE_PCT_POCMAX_TS": 9,
                        "PRE_POC": 7,
                        "PRE_POCMAX": 3,
                        "PRE_POCMAX_TS": 6,
                        "TCP_ACC_FLOWS": 8,
                        "TCP_ACC_FLOWS_MAX": 7,
                        "TCP_ACC_FLOWS_MAX_TS": 2,
                        "TCP_FLOWS": 5,
                        "TCP_FLOWS_MAX": 4,
                        "TCP_FLOWS_MAX_TS": 1,
                        "TIMESTAMP": 7,
                        "TRAFFIC_TYPE": 2,
                        "WRX_BYTES": 10,
                        "WRX_BYTES_MAX": 4,
                        "WRX_BYTES_MAX_TS": 2,
                        "WRX_PKTS": 1,
                        "WRX_PKTS_MAX": 4,
                        "WRX_PKTS_MAX_TS": 5,
                        "WTX_BYTES": 1,
                        "WTX_BYTES_MAX": 2,
                        "WTX_BYTES_MAX_TS": 8,
                        "WTX_PKTS": 3,
                        "WTX_PKTS_MAX": 1,
                        "WTX_PKTS_MAX_TS": 2
                      },
                      {
                        "BW_PCT_UTIL_AVG": 8,
                        "BW_PCT_UTIL_MAX": 6,
                        "BW_PCT_UTIL_MAX_TS": 2,
                        "COMP_L2W": 1,
                        "COMP_L2WMAX": 4,
                        "COMP_L2WMAX_TS": 1,
                        "COMP_NOOHEAD_L2W": 3,
                        "COMP_NOOHEAD_L2WMAX": 4,
                        "COMP_NOOHEAD_L2WMAX_TS": 8,
                        "COMP_NOOHEAD_W2L": 9,
                        "COMP_NOOHEAD_W2LMAX": 7,
                        "COMP_NOOHEAD_W2LMAX_TS": 9,
                        "COMP_W2L": 7,
                        "COMP_W2LMAX": 3,
                        "COMP_W2LMAX_TS": 8,
                        "CREATED": 9,
                        "CREATED_MAX": 1,
                        "CREATED_MAX_TS": 8,
                        "DELETED": 1,
                        "DELETED_MAX": 5,
                        "DELETED_MAX_TS": 6,
                        "LATENCY_AVG": 8,
                        "LATENCY_MAX": 5,
                        "LATENCY_MAX_TS": 8,
                        "LATENCY_MIN": 1,
                        "LATENCY_MIN_FROM_PEAK": 4,
                        "LATENCY_MIN_TS": 8,
                        "LRX_BYTES": 2,
                        "LRX_BYTES_MAX": 7,
                        "LRX_BYTES_MAX_TS": 4,
                        "LRX_PKTS": 6,
                        "LRX_PKTS_MAX": 7,
                        "LRX_PKTS_MAX_TS": 2,
                        "LTX_BYTES": 7,
                        "LTX_BYTES_MAX": 1,
                        "LTX_BYTES_MAX_TS": 8,
                        "LTX_PKTS": 5,
                        "LTX_PKTS_MAX": 1,
                        "LTX_PKTS_MAX_TS": 6,
                        "NON_TCP_FLOWS": 1,
                        "NON_TCP_FLOWS_MAX": 7,
                        "NON_TCP_FLOWS_MAX_TS": 2,
                        "OHEAD_WRX_BYTES": 8,
                        "OHEAD_WRX_BYTES_MAX": 10,
                        "OHEAD_WRX_BYTES_MAX_TS": 6,
                        "OHEAD_WRX_HDR_BYTES": 5,
                        "OHEAD_WRX_HDR_BYTES_MAX": 9,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 5,
                        "OHEAD_WRX_PKTS": 1,
                        "OHEAD_WRX_PKTS_MAX": 9,
                        "OHEAD_WRX_PKTS_MAX_TS": 8,
                        "OHEAD_WTX_BYTES": 1,
                        "OHEAD_WTX_BYTES_MAX": 9,
                        "OHEAD_WTX_BYTES_MAX_TS": 1,
                        "OHEAD_WTX_HDR_BYTES": 4,
                        "OHEAD_WTX_HDR_BYTES_MAX": 3,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 3,
                        "OHEAD_WTX_PKTS": 3,
                        "OHEAD_WTX_PKTS_MAX": 5,
                        "OHEAD_WTX_PKTS_MAX_TS": 6,
                        "POST_LOSS": 9,
                        "POST_LOSS_MAX": 1,
                        "POST_LOSS_MAX_TS": 10,
                        "POST_PCT_LOSS": 2,
                        "POST_PCT_LOSS_MAX": 5,
                        "POST_PCT_LOSS_MAX_TS": 9,
                        "POST_PCT_POC": 1,
                        "POST_PCT_POCMAX": 1,
                        "POST_PCT_POCMAX_TS": 1,
                        "POST_POC": 3,
                        "POST_POCMAX": 9,
                        "POST_POCMAX_TS": 2,
                        "PRE_LOSS": 9,
                        "PRE_LOSS_MAX": 5,
                        "PRE_LOSS_MAX_TS": 5,
                        "PRE_PCT_LOSS": 4,
                        "PRE_PCT_LOSS_MAX": 1,
                        "PRE_PCT_LOSS_MAX_TS": 5,
                        "PRE_PCT_POC": 2,
                        "PRE_PCT_POCMAX": 1,
                        "PRE_PCT_POCMAX_TS": 6,
                        "PRE_POC": 10,
                        "PRE_POCMAX": 10,
                        "PRE_POCMAX_TS": 9,
                        "TCP_ACC_FLOWS": 1,
                        "TCP_ACC_FLOWS_MAX": 5,
                        "TCP_ACC_FLOWS_MAX_TS": 6,
                        "TCP_FLOWS": 4,
                        "TCP_FLOWS_MAX": 8,
                        "TCP_FLOWS_MAX_TS": 10,
                        "TIMESTAMP": 6,
                        "TRAFFIC_TYPE": 10,
                        "WRX_BYTES": 4,
                        "WRX_BYTES_MAX": 5,
                        "WRX_BYTES_MAX_TS": 9,
                        "WRX_PKTS": 6,
                        "WRX_PKTS_MAX": 10,
                        "WRX_PKTS_MAX_TS": 8,
                        "WTX_BYTES": 1,
                        "WTX_BYTES_MAX": 5,
                        "WTX_BYTES_MAX_TS": 1,
                        "WTX_PKTS": 9,
                        "WTX_PKTS_MAX": 3,
                        "WTX_PKTS_MAX_TS": 9
                      },
                      {
                        "BW_PCT_UTIL_AVG": 6,
                        "BW_PCT_UTIL_MAX": 8,
                        "BW_PCT_UTIL_MAX_TS": 9,
                        "COMP_L2W": 2,
                        "COMP_L2WMAX": 1,
                        "COMP_L2WMAX_TS": 5,
                        "COMP_NOOHEAD_L2W": 9,
                        "COMP_NOOHEAD_L2WMAX": 9,
                        "COMP_NOOHEAD_L2WMAX_TS": 3,
                        "COMP_NOOHEAD_W2L": 9,
                        "COMP_NOOHEAD_W2LMAX": 2,
                        "COMP_NOOHEAD_W2LMAX_TS": 8,
                        "COMP_W2L": 7,
                        "COMP_W2LMAX": 2,
                        "COMP_W2LMAX_TS": 3,
                        "CREATED": 9,
                        "CREATED_MAX": 1,
                        "CREATED_MAX_TS": 9,
                        "DELETED": 3,
                        "DELETED_MAX": 2,
                        "DELETED_MAX_TS": 4,
                        "LATENCY_AVG": 1,
                        "LATENCY_MAX": 3,
                        "LATENCY_MAX_TS": 10,
                        "LATENCY_MIN": 7,
                        "LATENCY_MIN_FROM_PEAK": 10,
                        "LATENCY_MIN_TS": 8,
                        "LRX_BYTES": 10,
                        "LRX_BYTES_MAX": 3,
                        "LRX_BYTES_MAX_TS": 6,
                        "LRX_PKTS": 10,
                        "LRX_PKTS_MAX": 6,
                        "LRX_PKTS_MAX_TS": 2,
                        "LTX_BYTES": 9,
                        "LTX_BYTES_MAX": 2,
                        "LTX_BYTES_MAX_TS": 2,
                        "LTX_PKTS": 2,
                        "LTX_PKTS_MAX": 7,
                        "LTX_PKTS_MAX_TS": 5,
                        "NON_TCP_FLOWS": 9,
                        "NON_TCP_FLOWS_MAX": 10,
                        "NON_TCP_FLOWS_MAX_TS": 1,
                        "OHEAD_WRX_BYTES": 5,
                        "OHEAD_WRX_BYTES_MAX": 7,
                        "OHEAD_WRX_BYTES_MAX_TS": 2,
                        "OHEAD_WRX_HDR_BYTES": 2,
                        "OHEAD_WRX_HDR_BYTES_MAX": 6,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 3,
                        "OHEAD_WRX_PKTS": 5,
                        "OHEAD_WRX_PKTS_MAX": 7,
                        "OHEAD_WRX_PKTS_MAX_TS": 9,
                        "OHEAD_WTX_BYTES": 5,
                        "OHEAD_WTX_BYTES_MAX": 5,
                        "OHEAD_WTX_BYTES_MAX_TS": 10,
                        "OHEAD_WTX_HDR_BYTES": 10,
                        "OHEAD_WTX_HDR_BYTES_MAX": 3,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 1,
                        "OHEAD_WTX_PKTS": 10,
                        "OHEAD_WTX_PKTS_MAX": 5,
                        "OHEAD_WTX_PKTS_MAX_TS": 6,
                        "POST_LOSS": 7,
                        "POST_LOSS_MAX": 6,
                        "POST_LOSS_MAX_TS": 5,
                        "POST_PCT_LOSS": 9,
                        "POST_PCT_LOSS_MAX": 9,
                        "POST_PCT_LOSS_MAX_TS": 6,
                        "POST_PCT_POC": 4,
                        "POST_PCT_POCMAX": 1,
                        "POST_PCT_POCMAX_TS": 8,
                        "POST_POC": 1,
                        "POST_POCMAX": 5,
                        "POST_POCMAX_TS": 9,
                        "PRE_LOSS": 2,
                        "PRE_LOSS_MAX": 7,
                        "PRE_LOSS_MAX_TS": 10,
                        "PRE_PCT_LOSS": 4,
                        "PRE_PCT_LOSS_MAX": 3,
                        "PRE_PCT_LOSS_MAX_TS": 10,
                        "PRE_PCT_POC": 6,
                        "PRE_PCT_POCMAX": 6,
                        "PRE_PCT_POCMAX_TS": 10,
                        "PRE_POC": 8,
                        "PRE_POCMAX": 6,
                        "PRE_POCMAX_TS": 10,
                        "TCP_ACC_FLOWS": 8,
                        "TCP_ACC_FLOWS_MAX": 8,
                        "TCP_ACC_FLOWS_MAX_TS": 3,
                        "TCP_FLOWS": 5,
                        "TCP_FLOWS_MAX": 5,
                        "TCP_FLOWS_MAX_TS": 3,
                        "TIMESTAMP": 1,
                        "TRAFFIC_TYPE": 7,
                        "WRX_BYTES": 5,
                        "WRX_BYTES_MAX": 7,
                        "WRX_BYTES_MAX_TS": 10,
                        "WRX_PKTS": 4,
                        "WRX_PKTS_MAX": 4,
                        "WRX_PKTS_MAX_TS": 6,
                        "WTX_BYTES": 1,
                        "WTX_BYTES_MAX": 3,
                        "WTX_BYTES_MAX_TS": 2,
                        "WTX_PKTS": 9,
                        "WTX_PKTS_MAX": 1,
                        "WTX_PKTS_MAX_TS": 5
                      },
                      {
                        "BW_PCT_UTIL_AVG": 1,
                        "BW_PCT_UTIL_MAX": 10,
                        "BW_PCT_UTIL_MAX_TS": 8,
                        "COMP_L2W": 6,
                        "COMP_L2WMAX": 9,
                        "COMP_L2WMAX_TS": 1,
                        "COMP_NOOHEAD_L2W": 8,
                        "COMP_NOOHEAD_L2WMAX": 1,
                        "COMP_NOOHEAD_L2WMAX_TS": 5,
                        "COMP_NOOHEAD_W2L": 5,
                        "COMP_NOOHEAD_W2LMAX": 3,
                        "COMP_NOOHEAD_W2LMAX_TS": 7,
                        "COMP_W2L": 3,
                        "COMP_W2LMAX": 5,
                        "COMP_W2LMAX_TS": 3,
                        "CREATED": 5,
                        "CREATED_MAX": 2,
                        "CREATED_MAX_TS": 3,
                        "DELETED": 2,
                        "DELETED_MAX": 2,
                        "DELETED_MAX_TS": 5,
                        "LATENCY_AVG": 9,
                        "LATENCY_MAX": 8,
                        "LATENCY_MAX_TS": 9,
                        "LATENCY_MIN": 10,
                        "LATENCY_MIN_FROM_PEAK": 1,
                        "LATENCY_MIN_TS": 3,
                        "LRX_BYTES": 8,
                        "LRX_BYTES_MAX": 6,
                        "LRX_BYTES_MAX_TS": 5,
                        "LRX_PKTS": 10,
                        "LRX_PKTS_MAX": 8,
                        "LRX_PKTS_MAX_TS": 8,
                        "LTX_BYTES": 8,
                        "LTX_BYTES_MAX": 2,
                        "LTX_BYTES_MAX_TS": 2,
                        "LTX_PKTS": 1,
                        "LTX_PKTS_MAX": 1,
                        "LTX_PKTS_MAX_TS": 8,
                        "NON_TCP_FLOWS": 7,
                        "NON_TCP_FLOWS_MAX": 3,
                        "NON_TCP_FLOWS_MAX_TS": 4,
                        "OHEAD_WRX_BYTES": 7,
                        "OHEAD_WRX_BYTES_MAX": 10,
                        "OHEAD_WRX_BYTES_MAX_TS": 8,
                        "OHEAD_WRX_HDR_BYTES": 4,
                        "OHEAD_WRX_HDR_BYTES_MAX": 8,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 6,
                        "OHEAD_WRX_PKTS": 5,
                        "OHEAD_WRX_PKTS_MAX": 4,
                        "OHEAD_WRX_PKTS_MAX_TS": 2,
                        "OHEAD_WTX_BYTES": 1,
                        "OHEAD_WTX_BYTES_MAX": 2,
                        "OHEAD_WTX_BYTES_MAX_TS": 2,
                        "OHEAD_WTX_HDR_BYTES": 9,
                        "OHEAD_WTX_HDR_BYTES_MAX": 5,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 4,
                        "OHEAD_WTX_PKTS": 8,
                        "OHEAD_WTX_PKTS_MAX": 7,
                        "OHEAD_WTX_PKTS_MAX_TS": 8,
                        "POST_LOSS": 3,
                        "POST_LOSS_MAX": 1,
                        "POST_LOSS_MAX_TS": 2,
                        "POST_PCT_LOSS": 10,
                        "POST_PCT_LOSS_MAX": 6,
                        "POST_PCT_LOSS_MAX_TS": 5,
                        "POST_PCT_POC": 5,
                        "POST_PCT_POCMAX": 9,
                        "POST_PCT_POCMAX_TS": 7,
                        "POST_POC": 10,
                        "POST_POCMAX": 7,
                        "POST_POCMAX_TS": 8,
                        "PRE_LOSS": 7,
                        "PRE_LOSS_MAX": 8,
                        "PRE_LOSS_MAX_TS": 1,
                        "PRE_PCT_LOSS": 5,
                        "PRE_PCT_LOSS_MAX": 5,
                        "PRE_PCT_LOSS_MAX_TS": 8,
                        "PRE_PCT_POC": 7,
                        "PRE_PCT_POCMAX": 6,
                        "PRE_PCT_POCMAX_TS": 9,
                        "PRE_POC": 5,
                        "PRE_POCMAX": 8,
                        "PRE_POCMAX_TS": 10,
                        "TCP_ACC_FLOWS": 10,
                        "TCP_ACC_FLOWS_MAX": 7,
                        "TCP_ACC_FLOWS_MAX_TS": 6,
                        "TCP_FLOWS": 4,
                        "TCP_FLOWS_MAX": 7,
                        "TCP_FLOWS_MAX_TS": 8,
                        "TIMESTAMP": 8,
                        "TRAFFIC_TYPE": 10,
                        "WRX_BYTES": 7,
                        "WRX_BYTES_MAX": 8,
                        "WRX_BYTES_MAX_TS": 9,
                        "WRX_PKTS": 1,
                        "WRX_PKTS_MAX": 5,
                        "WRX_PKTS_MAX_TS": 10,
                        "WTX_BYTES": 6,
                        "WTX_BYTES_MAX": 9,
                        "WTX_BYTES_MAX_TS": 6,
                        "WTX_PKTS": 5,
                        "WTX_PKTS_MAX": 2,
                        "WTX_PKTS_MAX_TS": 1
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsTimeseriesAppliance",
        "description": "The parameters and request body are for method: postStatsTimeseriesAppliance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "BW_PCT_UTIL_AVG": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX_TS": {
                                "type": "number"
                              },
                              "COMP_L2W": {
                                "type": "number"
                              },
                              "COMP_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2W": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2L": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX_TS": {
                                "type": "number"
                              },
                              "COMP_W2L": {
                                "type": "number"
                              },
                              "COMP_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_W2LMAX_TS": {
                                "type": "number"
                              },
                              "CREATED": {
                                "type": "number"
                              },
                              "CREATED_MAX": {
                                "type": "number"
                              },
                              "CREATED_MAX_TS": {
                                "type": "number"
                              },
                              "DELETED": {
                                "type": "number"
                              },
                              "DELETED_MAX": {
                                "type": "number"
                              },
                              "DELETED_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_AVG": {
                                "type": "number"
                              },
                              "LATENCY_MAX": {
                                "type": "number"
                              },
                              "LATENCY_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_MIN": {
                                "type": "number"
                              },
                              "LATENCY_MIN_FROM_PEAK": {
                                "type": "number"
                              },
                              "LATENCY_MIN_TS": {
                                "type": "number"
                              },
                              "LRX_BYTES": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LRX_PKTS": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_BYTES": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_PKTS": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_LOSS": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_POC": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "POST_POC": {
                                "type": "number"
                              },
                              "POST_POCMAX": {
                                "type": "number"
                              },
                              "POST_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_LOSS": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_POC": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_POC": {
                                "type": "number"
                              },
                              "PRE_POCMAX": {
                                "type": "number"
                              },
                              "PRE_POCMAX_TS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TCP_FLOWS": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TIMESTAMP": {
                                "type": "number"
                              },
                              "TRAFFIC_TYPE": {
                                "type": "number"
                              },
                              "WRX_BYTES": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WRX_PKTS": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_BYTES": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_PKTS": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX_TS": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "data": {
                    "<nePk/IP>": [
                      {
                        "BW_PCT_UTIL_AVG": 9,
                        "BW_PCT_UTIL_MAX": 5,
                        "BW_PCT_UTIL_MAX_TS": 8,
                        "COMP_L2W": 5,
                        "COMP_L2WMAX": 6,
                        "COMP_L2WMAX_TS": 1,
                        "COMP_NOOHEAD_L2W": 9,
                        "COMP_NOOHEAD_L2WMAX": 3,
                        "COMP_NOOHEAD_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_W2L": 10,
                        "COMP_NOOHEAD_W2LMAX": 2,
                        "COMP_NOOHEAD_W2LMAX_TS": 7,
                        "COMP_W2L": 8,
                        "COMP_W2LMAX": 7,
                        "COMP_W2LMAX_TS": 10,
                        "CREATED": 9,
                        "CREATED_MAX": 4,
                        "CREATED_MAX_TS": 1,
                        "DELETED": 5,
                        "DELETED_MAX": 5,
                        "DELETED_MAX_TS": 10,
                        "LATENCY_AVG": 8,
                        "LATENCY_MAX": 5,
                        "LATENCY_MAX_TS": 3,
                        "LATENCY_MIN": 4,
                        "LATENCY_MIN_FROM_PEAK": 6,
                        "LATENCY_MIN_TS": 4,
                        "LRX_BYTES": 2,
                        "LRX_BYTES_MAX": 2,
                        "LRX_BYTES_MAX_TS": 4,
                        "LRX_PKTS": 7,
                        "LRX_PKTS_MAX": 1,
                        "LRX_PKTS_MAX_TS": 10,
                        "LTX_BYTES": 9,
                        "LTX_BYTES_MAX": 7,
                        "LTX_BYTES_MAX_TS": 8,
                        "LTX_PKTS": 2,
                        "LTX_PKTS_MAX": 2,
                        "LTX_PKTS_MAX_TS": 1,
                        "NON_TCP_FLOWS": 4,
                        "NON_TCP_FLOWS_MAX": 1,
                        "NON_TCP_FLOWS_MAX_TS": 4,
                        "OHEAD_WRX_BYTES": 2,
                        "OHEAD_WRX_BYTES_MAX": 2,
                        "OHEAD_WRX_BYTES_MAX_TS": 3,
                        "OHEAD_WRX_HDR_BYTES": 5,
                        "OHEAD_WRX_HDR_BYTES_MAX": 7,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 3,
                        "OHEAD_WRX_PKTS": 2,
                        "OHEAD_WRX_PKTS_MAX": 6,
                        "OHEAD_WRX_PKTS_MAX_TS": 10,
                        "OHEAD_WTX_BYTES": 10,
                        "OHEAD_WTX_BYTES_MAX": 2,
                        "OHEAD_WTX_BYTES_MAX_TS": 4,
                        "OHEAD_WTX_HDR_BYTES": 10,
                        "OHEAD_WTX_HDR_BYTES_MAX": 8,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 2,
                        "OHEAD_WTX_PKTS": 10,
                        "OHEAD_WTX_PKTS_MAX": 1,
                        "OHEAD_WTX_PKTS_MAX_TS": 2,
                        "POST_LOSS": 9,
                        "POST_LOSS_MAX": 7,
                        "POST_LOSS_MAX_TS": 7,
                        "POST_PCT_LOSS": 2,
                        "POST_PCT_LOSS_MAX": 8,
                        "POST_PCT_LOSS_MAX_TS": 5,
                        "POST_PCT_POC": 10,
                        "POST_PCT_POCMAX": 2,
                        "POST_PCT_POCMAX_TS": 2,
                        "POST_POC": 10,
                        "POST_POCMAX": 9,
                        "POST_POCMAX_TS": 5,
                        "PRE_LOSS": 8,
                        "PRE_LOSS_MAX": 4,
                        "PRE_LOSS_MAX_TS": 6,
                        "PRE_PCT_LOSS": 8,
                        "PRE_PCT_LOSS_MAX": 7,
                        "PRE_PCT_LOSS_MAX_TS": 3,
                        "PRE_PCT_POC": 2,
                        "PRE_PCT_POCMAX": 7,
                        "PRE_PCT_POCMAX_TS": 1,
                        "PRE_POC": 3,
                        "PRE_POCMAX": 10,
                        "PRE_POCMAX_TS": 3,
                        "TCP_ACC_FLOWS": 6,
                        "TCP_ACC_FLOWS_MAX": 6,
                        "TCP_ACC_FLOWS_MAX_TS": 6,
                        "TCP_FLOWS": 1,
                        "TCP_FLOWS_MAX": 5,
                        "TCP_FLOWS_MAX_TS": 10,
                        "TIMESTAMP": 10,
                        "TRAFFIC_TYPE": 9,
                        "WRX_BYTES": 10,
                        "WRX_BYTES_MAX": 10,
                        "WRX_BYTES_MAX_TS": 10,
                        "WRX_PKTS": 10,
                        "WRX_PKTS_MAX": 2,
                        "WRX_PKTS_MAX_TS": 1,
                        "WTX_BYTES": 9,
                        "WTX_BYTES_MAX": 1,
                        "WTX_BYTES_MAX_TS": 8,
                        "WTX_PKTS": 6,
                        "WTX_PKTS_MAX": 2,
                        "WTX_PKTS_MAX_TS": 8
                      },
                      {
                        "BW_PCT_UTIL_AVG": 9,
                        "BW_PCT_UTIL_MAX": 7,
                        "BW_PCT_UTIL_MAX_TS": 2,
                        "COMP_L2W": 7,
                        "COMP_L2WMAX": 9,
                        "COMP_L2WMAX_TS": 5,
                        "COMP_NOOHEAD_L2W": 1,
                        "COMP_NOOHEAD_L2WMAX": 4,
                        "COMP_NOOHEAD_L2WMAX_TS": 7,
                        "COMP_NOOHEAD_W2L": 5,
                        "COMP_NOOHEAD_W2LMAX": 7,
                        "COMP_NOOHEAD_W2LMAX_TS": 4,
                        "COMP_W2L": 4,
                        "COMP_W2LMAX": 1,
                        "COMP_W2LMAX_TS": 2,
                        "CREATED": 7,
                        "CREATED_MAX": 9,
                        "CREATED_MAX_TS": 3,
                        "DELETED": 5,
                        "DELETED_MAX": 9,
                        "DELETED_MAX_TS": 6,
                        "LATENCY_AVG": 4,
                        "LATENCY_MAX": 5,
                        "LATENCY_MAX_TS": 7,
                        "LATENCY_MIN": 7,
                        "LATENCY_MIN_FROM_PEAK": 10,
                        "LATENCY_MIN_TS": 2,
                        "LRX_BYTES": 8,
                        "LRX_BYTES_MAX": 2,
                        "LRX_BYTES_MAX_TS": 4,
                        "LRX_PKTS": 10,
                        "LRX_PKTS_MAX": 7,
                        "LRX_PKTS_MAX_TS": 1,
                        "LTX_BYTES": 4,
                        "LTX_BYTES_MAX": 10,
                        "LTX_BYTES_MAX_TS": 7,
                        "LTX_PKTS": 6,
                        "LTX_PKTS_MAX": 7,
                        "LTX_PKTS_MAX_TS": 2,
                        "NON_TCP_FLOWS": 4,
                        "NON_TCP_FLOWS_MAX": 6,
                        "NON_TCP_FLOWS_MAX_TS": 10,
                        "OHEAD_WRX_BYTES": 7,
                        "OHEAD_WRX_BYTES_MAX": 9,
                        "OHEAD_WRX_BYTES_MAX_TS": 4,
                        "OHEAD_WRX_HDR_BYTES": 8,
                        "OHEAD_WRX_HDR_BYTES_MAX": 5,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 5,
                        "OHEAD_WRX_PKTS": 4,
                        "OHEAD_WRX_PKTS_MAX": 4,
                        "OHEAD_WRX_PKTS_MAX_TS": 4,
                        "OHEAD_WTX_BYTES": 5,
                        "OHEAD_WTX_BYTES_MAX": 8,
                        "OHEAD_WTX_BYTES_MAX_TS": 9,
                        "OHEAD_WTX_HDR_BYTES": 1,
                        "OHEAD_WTX_HDR_BYTES_MAX": 3,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 7,
                        "OHEAD_WTX_PKTS": 9,
                        "OHEAD_WTX_PKTS_MAX": 4,
                        "OHEAD_WTX_PKTS_MAX_TS": 8,
                        "POST_LOSS": 3,
                        "POST_LOSS_MAX": 7,
                        "POST_LOSS_MAX_TS": 10,
                        "POST_PCT_LOSS": 1,
                        "POST_PCT_LOSS_MAX": 2,
                        "POST_PCT_LOSS_MAX_TS": 10,
                        "POST_PCT_POC": 5,
                        "POST_PCT_POCMAX": 8,
                        "POST_PCT_POCMAX_TS": 4,
                        "POST_POC": 8,
                        "POST_POCMAX": 3,
                        "POST_POCMAX_TS": 3,
                        "PRE_LOSS": 1,
                        "PRE_LOSS_MAX": 8,
                        "PRE_LOSS_MAX_TS": 7,
                        "PRE_PCT_LOSS": 10,
                        "PRE_PCT_LOSS_MAX": 2,
                        "PRE_PCT_LOSS_MAX_TS": 3,
                        "PRE_PCT_POC": 1,
                        "PRE_PCT_POCMAX": 1,
                        "PRE_PCT_POCMAX_TS": 7,
                        "PRE_POC": 9,
                        "PRE_POCMAX": 6,
                        "PRE_POCMAX_TS": 7,
                        "TCP_ACC_FLOWS": 6,
                        "TCP_ACC_FLOWS_MAX": 5,
                        "TCP_ACC_FLOWS_MAX_TS": 2,
                        "TCP_FLOWS": 1,
                        "TCP_FLOWS_MAX": 9,
                        "TCP_FLOWS_MAX_TS": 8,
                        "TIMESTAMP": 3,
                        "TRAFFIC_TYPE": 7,
                        "WRX_BYTES": 10,
                        "WRX_BYTES_MAX": 5,
                        "WRX_BYTES_MAX_TS": 3,
                        "WRX_PKTS": 7,
                        "WRX_PKTS_MAX": 1,
                        "WRX_PKTS_MAX_TS": 1,
                        "WTX_BYTES": 5,
                        "WTX_BYTES_MAX": 4,
                        "WTX_BYTES_MAX_TS": 10,
                        "WTX_PKTS": 6,
                        "WTX_PKTS_MAX": 3,
                        "WTX_PKTS_MAX_TS": 8
                      },
                      {
                        "BW_PCT_UTIL_AVG": 8,
                        "BW_PCT_UTIL_MAX": 2,
                        "BW_PCT_UTIL_MAX_TS": 2,
                        "COMP_L2W": 4,
                        "COMP_L2WMAX": 2,
                        "COMP_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_L2W": 1,
                        "COMP_NOOHEAD_L2WMAX": 5,
                        "COMP_NOOHEAD_L2WMAX_TS": 2,
                        "COMP_NOOHEAD_W2L": 4,
                        "COMP_NOOHEAD_W2LMAX": 10,
                        "COMP_NOOHEAD_W2LMAX_TS": 10,
                        "COMP_W2L": 1,
                        "COMP_W2LMAX": 4,
                        "COMP_W2LMAX_TS": 10,
                        "CREATED": 2,
                        "CREATED_MAX": 7,
                        "CREATED_MAX_TS": 6,
                        "DELETED": 4,
                        "DELETED_MAX": 9,
                        "DELETED_MAX_TS": 7,
                        "LATENCY_AVG": 6,
                        "LATENCY_MAX": 10,
                        "LATENCY_MAX_TS": 2,
                        "LATENCY_MIN": 8,
                        "LATENCY_MIN_FROM_PEAK": 4,
                        "LATENCY_MIN_TS": 9,
                        "LRX_BYTES": 8,
                        "LRX_BYTES_MAX": 1,
                        "LRX_BYTES_MAX_TS": 6,
                        "LRX_PKTS": 6,
                        "LRX_PKTS_MAX": 5,
                        "LRX_PKTS_MAX_TS": 5,
                        "LTX_BYTES": 1,
                        "LTX_BYTES_MAX": 1,
                        "LTX_BYTES_MAX_TS": 1,
                        "LTX_PKTS": 3,
                        "LTX_PKTS_MAX": 5,
                        "LTX_PKTS_MAX_TS": 8,
                        "NON_TCP_FLOWS": 10,
                        "NON_TCP_FLOWS_MAX": 8,
                        "NON_TCP_FLOWS_MAX_TS": 10,
                        "OHEAD_WRX_BYTES": 4,
                        "OHEAD_WRX_BYTES_MAX": 10,
                        "OHEAD_WRX_BYTES_MAX_TS": 2,
                        "OHEAD_WRX_HDR_BYTES": 5,
                        "OHEAD_WRX_HDR_BYTES_MAX": 3,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 10,
                        "OHEAD_WRX_PKTS": 8,
                        "OHEAD_WRX_PKTS_MAX": 5,
                        "OHEAD_WRX_PKTS_MAX_TS": 3,
                        "OHEAD_WTX_BYTES": 8,
                        "OHEAD_WTX_BYTES_MAX": 6,
                        "OHEAD_WTX_BYTES_MAX_TS": 7,
                        "OHEAD_WTX_HDR_BYTES": 2,
                        "OHEAD_WTX_HDR_BYTES_MAX": 5,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 2,
                        "OHEAD_WTX_PKTS": 7,
                        "OHEAD_WTX_PKTS_MAX": 1,
                        "OHEAD_WTX_PKTS_MAX_TS": 3,
                        "POST_LOSS": 5,
                        "POST_LOSS_MAX": 10,
                        "POST_LOSS_MAX_TS": 10,
                        "POST_PCT_LOSS": 1,
                        "POST_PCT_LOSS_MAX": 5,
                        "POST_PCT_LOSS_MAX_TS": 4,
                        "POST_PCT_POC": 3,
                        "POST_PCT_POCMAX": 5,
                        "POST_PCT_POCMAX_TS": 4,
                        "POST_POC": 6,
                        "POST_POCMAX": 1,
                        "POST_POCMAX_TS": 8,
                        "PRE_LOSS": 7,
                        "PRE_LOSS_MAX": 1,
                        "PRE_LOSS_MAX_TS": 3,
                        "PRE_PCT_LOSS": 6,
                        "PRE_PCT_LOSS_MAX": 2,
                        "PRE_PCT_LOSS_MAX_TS": 2,
                        "PRE_PCT_POC": 7,
                        "PRE_PCT_POCMAX": 3,
                        "PRE_PCT_POCMAX_TS": 6,
                        "PRE_POC": 5,
                        "PRE_POCMAX": 2,
                        "PRE_POCMAX_TS": 5,
                        "TCP_ACC_FLOWS": 8,
                        "TCP_ACC_FLOWS_MAX": 5,
                        "TCP_ACC_FLOWS_MAX_TS": 1,
                        "TCP_FLOWS": 7,
                        "TCP_FLOWS_MAX": 4,
                        "TCP_FLOWS_MAX_TS": 10,
                        "TIMESTAMP": 5,
                        "TRAFFIC_TYPE": 1,
                        "WRX_BYTES": 3,
                        "WRX_BYTES_MAX": 8,
                        "WRX_BYTES_MAX_TS": 2,
                        "WRX_PKTS": 10,
                        "WRX_PKTS_MAX": 7,
                        "WRX_PKTS_MAX_TS": 1,
                        "WTX_BYTES": 5,
                        "WTX_BYTES_MAX": 7,
                        "WTX_BYTES_MAX_TS": 2,
                        "WTX_PKTS": 3,
                        "WTX_PKTS_MAX": 7,
                        "WTX_PKTS_MAX_TS": 10
                      },
                      {
                        "BW_PCT_UTIL_AVG": 5,
                        "BW_PCT_UTIL_MAX": 10,
                        "BW_PCT_UTIL_MAX_TS": 10,
                        "COMP_L2W": 9,
                        "COMP_L2WMAX": 6,
                        "COMP_L2WMAX_TS": 4,
                        "COMP_NOOHEAD_L2W": 7,
                        "COMP_NOOHEAD_L2WMAX": 5,
                        "COMP_NOOHEAD_L2WMAX_TS": 3,
                        "COMP_NOOHEAD_W2L": 9,
                        "COMP_NOOHEAD_W2LMAX": 9,
                        "COMP_NOOHEAD_W2LMAX_TS": 5,
                        "COMP_W2L": 4,
                        "COMP_W2LMAX": 1,
                        "COMP_W2LMAX_TS": 8,
                        "CREATED": 7,
                        "CREATED_MAX": 10,
                        "CREATED_MAX_TS": 2,
                        "DELETED": 6,
                        "DELETED_MAX": 7,
                        "DELETED_MAX_TS": 3,
                        "LATENCY_AVG": 5,
                        "LATENCY_MAX": 2,
                        "LATENCY_MAX_TS": 3,
                        "LATENCY_MIN": 10,
                        "LATENCY_MIN_FROM_PEAK": 10,
                        "LATENCY_MIN_TS": 4,
                        "LRX_BYTES": 10,
                        "LRX_BYTES_MAX": 1,
                        "LRX_BYTES_MAX_TS": 7,
                        "LRX_PKTS": 3,
                        "LRX_PKTS_MAX": 3,
                        "LRX_PKTS_MAX_TS": 9,
                        "LTX_BYTES": 9,
                        "LTX_BYTES_MAX": 4,
                        "LTX_BYTES_MAX_TS": 8,
                        "LTX_PKTS": 5,
                        "LTX_PKTS_MAX": 5,
                        "LTX_PKTS_MAX_TS": 10,
                        "NON_TCP_FLOWS": 1,
                        "NON_TCP_FLOWS_MAX": 10,
                        "NON_TCP_FLOWS_MAX_TS": 3,
                        "OHEAD_WRX_BYTES": 9,
                        "OHEAD_WRX_BYTES_MAX": 9,
                        "OHEAD_WRX_BYTES_MAX_TS": 8,
                        "OHEAD_WRX_HDR_BYTES": 4,
                        "OHEAD_WRX_HDR_BYTES_MAX": 9,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 8,
                        "OHEAD_WRX_PKTS": 4,
                        "OHEAD_WRX_PKTS_MAX": 3,
                        "OHEAD_WRX_PKTS_MAX_TS": 9,
                        "OHEAD_WTX_BYTES": 6,
                        "OHEAD_WTX_BYTES_MAX": 5,
                        "OHEAD_WTX_BYTES_MAX_TS": 9,
                        "OHEAD_WTX_HDR_BYTES": 8,
                        "OHEAD_WTX_HDR_BYTES_MAX": 10,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 7,
                        "OHEAD_WTX_PKTS": 8,
                        "OHEAD_WTX_PKTS_MAX": 3,
                        "OHEAD_WTX_PKTS_MAX_TS": 2,
                        "POST_LOSS": 10,
                        "POST_LOSS_MAX": 4,
                        "POST_LOSS_MAX_TS": 5,
                        "POST_PCT_LOSS": 3,
                        "POST_PCT_LOSS_MAX": 3,
                        "POST_PCT_LOSS_MAX_TS": 10,
                        "POST_PCT_POC": 1,
                        "POST_PCT_POCMAX": 3,
                        "POST_PCT_POCMAX_TS": 9,
                        "POST_POC": 4,
                        "POST_POCMAX": 1,
                        "POST_POCMAX_TS": 3,
                        "PRE_LOSS": 6,
                        "PRE_LOSS_MAX": 1,
                        "PRE_LOSS_MAX_TS": 8,
                        "PRE_PCT_LOSS": 8,
                        "PRE_PCT_LOSS_MAX": 2,
                        "PRE_PCT_LOSS_MAX_TS": 8,
                        "PRE_PCT_POC": 5,
                        "PRE_PCT_POCMAX": 3,
                        "PRE_PCT_POCMAX_TS": 3,
                        "PRE_POC": 3,
                        "PRE_POCMAX": 5,
                        "PRE_POCMAX_TS": 6,
                        "TCP_ACC_FLOWS": 10,
                        "TCP_ACC_FLOWS_MAX": 10,
                        "TCP_ACC_FLOWS_MAX_TS": 10,
                        "TCP_FLOWS": 6,
                        "TCP_FLOWS_MAX": 2,
                        "TCP_FLOWS_MAX_TS": 1,
                        "TIMESTAMP": 8,
                        "TRAFFIC_TYPE": 4,
                        "WRX_BYTES": 9,
                        "WRX_BYTES_MAX": 5,
                        "WRX_BYTES_MAX_TS": 6,
                        "WRX_PKTS": 10,
                        "WRX_PKTS_MAX": 8,
                        "WRX_PKTS_MAX_TS": 1,
                        "WTX_BYTES": 9,
                        "WTX_BYTES_MAX": 9,
                        "WTX_BYTES_MAX_TS": 4,
                        "WTX_PKTS": 10,
                        "WTX_PKTS_MAX": 5,
                        "WTX_PKTS_MAX_TS": 4
                      },
                      {
                        "BW_PCT_UTIL_AVG": 3,
                        "BW_PCT_UTIL_MAX": 5,
                        "BW_PCT_UTIL_MAX_TS": 1,
                        "COMP_L2W": 8,
                        "COMP_L2WMAX": 2,
                        "COMP_L2WMAX_TS": 2,
                        "COMP_NOOHEAD_L2W": 5,
                        "COMP_NOOHEAD_L2WMAX": 2,
                        "COMP_NOOHEAD_L2WMAX_TS": 7,
                        "COMP_NOOHEAD_W2L": 3,
                        "COMP_NOOHEAD_W2LMAX": 1,
                        "COMP_NOOHEAD_W2LMAX_TS": 4,
                        "COMP_W2L": 3,
                        "COMP_W2LMAX": 7,
                        "COMP_W2LMAX_TS": 3,
                        "CREATED": 10,
                        "CREATED_MAX": 9,
                        "CREATED_MAX_TS": 5,
                        "DELETED": 4,
                        "DELETED_MAX": 8,
                        "DELETED_MAX_TS": 2,
                        "LATENCY_AVG": 4,
                        "LATENCY_MAX": 4,
                        "LATENCY_MAX_TS": 2,
                        "LATENCY_MIN": 1,
                        "LATENCY_MIN_FROM_PEAK": 4,
                        "LATENCY_MIN_TS": 8,
                        "LRX_BYTES": 10,
                        "LRX_BYTES_MAX": 3,
                        "LRX_BYTES_MAX_TS": 2,
                        "LRX_PKTS": 4,
                        "LRX_PKTS_MAX": 1,
                        "LRX_PKTS_MAX_TS": 6,
                        "LTX_BYTES": 6,
                        "LTX_BYTES_MAX": 1,
                        "LTX_BYTES_MAX_TS": 8,
                        "LTX_PKTS": 8,
                        "LTX_PKTS_MAX": 4,
                        "LTX_PKTS_MAX_TS": 1,
                        "NON_TCP_FLOWS": 2,
                        "NON_TCP_FLOWS_MAX": 3,
                        "NON_TCP_FLOWS_MAX_TS": 7,
                        "OHEAD_WRX_BYTES": 1,
                        "OHEAD_WRX_BYTES_MAX": 4,
                        "OHEAD_WRX_BYTES_MAX_TS": 10,
                        "OHEAD_WRX_HDR_BYTES": 2,
                        "OHEAD_WRX_HDR_BYTES_MAX": 6,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 6,
                        "OHEAD_WRX_PKTS": 6,
                        "OHEAD_WRX_PKTS_MAX": 3,
                        "OHEAD_WRX_PKTS_MAX_TS": 9,
                        "OHEAD_WTX_BYTES": 10,
                        "OHEAD_WTX_BYTES_MAX": 2,
                        "OHEAD_WTX_BYTES_MAX_TS": 9,
                        "OHEAD_WTX_HDR_BYTES": 1,
                        "OHEAD_WTX_HDR_BYTES_MAX": 1,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 2,
                        "OHEAD_WTX_PKTS": 2,
                        "OHEAD_WTX_PKTS_MAX": 7,
                        "OHEAD_WTX_PKTS_MAX_TS": 8,
                        "POST_LOSS": 6,
                        "POST_LOSS_MAX": 3,
                        "POST_LOSS_MAX_TS": 3,
                        "POST_PCT_LOSS": 6,
                        "POST_PCT_LOSS_MAX": 6,
                        "POST_PCT_LOSS_MAX_TS": 8,
                        "POST_PCT_POC": 10,
                        "POST_PCT_POCMAX": 4,
                        "POST_PCT_POCMAX_TS": 8,
                        "POST_POC": 9,
                        "POST_POCMAX": 7,
                        "POST_POCMAX_TS": 8,
                        "PRE_LOSS": 4,
                        "PRE_LOSS_MAX": 7,
                        "PRE_LOSS_MAX_TS": 1,
                        "PRE_PCT_LOSS": 2,
                        "PRE_PCT_LOSS_MAX": 7,
                        "PRE_PCT_LOSS_MAX_TS": 10,
                        "PRE_PCT_POC": 1,
                        "PRE_PCT_POCMAX": 4,
                        "PRE_PCT_POCMAX_TS": 7,
                        "PRE_POC": 10,
                        "PRE_POCMAX": 9,
                        "PRE_POCMAX_TS": 8,
                        "TCP_ACC_FLOWS": 1,
                        "TCP_ACC_FLOWS_MAX": 9,
                        "TCP_ACC_FLOWS_MAX_TS": 10,
                        "TCP_FLOWS": 4,
                        "TCP_FLOWS_MAX": 3,
                        "TCP_FLOWS_MAX_TS": 2,
                        "TIMESTAMP": 7,
                        "TRAFFIC_TYPE": 10,
                        "WRX_BYTES": 2,
                        "WRX_BYTES_MAX": 2,
                        "WRX_BYTES_MAX_TS": 3,
                        "WRX_PKTS": 2,
                        "WRX_PKTS_MAX": 5,
                        "WRX_PKTS_MAX_TS": 6,
                        "WTX_BYTES": 3,
                        "WTX_BYTES_MAX": 2,
                        "WTX_BYTES_MAX_TS": 4,
                        "WTX_PKTS": 10,
                        "WTX_PKTS_MAX": 3,
                        "WTX_PKTS_MAX_TS": 6
                      },
                      {
                        "BW_PCT_UTIL_AVG": 3,
                        "BW_PCT_UTIL_MAX": 3,
                        "BW_PCT_UTIL_MAX_TS": 10,
                        "COMP_L2W": 6,
                        "COMP_L2WMAX": 8,
                        "COMP_L2WMAX_TS": 4,
                        "COMP_NOOHEAD_L2W": 2,
                        "COMP_NOOHEAD_L2WMAX": 9,
                        "COMP_NOOHEAD_L2WMAX_TS": 10,
                        "COMP_NOOHEAD_W2L": 4,
                        "COMP_NOOHEAD_W2LMAX": 6,
                        "COMP_NOOHEAD_W2LMAX_TS": 10,
                        "COMP_W2L": 8,
                        "COMP_W2LMAX": 4,
                        "COMP_W2LMAX_TS": 3,
                        "CREATED": 10,
                        "CREATED_MAX": 8,
                        "CREATED_MAX_TS": 6,
                        "DELETED": 3,
                        "DELETED_MAX": 10,
                        "DELETED_MAX_TS": 1,
                        "LATENCY_AVG": 9,
                        "LATENCY_MAX": 1,
                        "LATENCY_MAX_TS": 4,
                        "LATENCY_MIN": 4,
                        "LATENCY_MIN_FROM_PEAK": 5,
                        "LATENCY_MIN_TS": 9,
                        "LRX_BYTES": 5,
                        "LRX_BYTES_MAX": 6,
                        "LRX_BYTES_MAX_TS": 5,
                        "LRX_PKTS": 4,
                        "LRX_PKTS_MAX": 5,
                        "LRX_PKTS_MAX_TS": 2,
                        "LTX_BYTES": 9,
                        "LTX_BYTES_MAX": 3,
                        "LTX_BYTES_MAX_TS": 8,
                        "LTX_PKTS": 8,
                        "LTX_PKTS_MAX": 5,
                        "LTX_PKTS_MAX_TS": 6,
                        "NON_TCP_FLOWS": 4,
                        "NON_TCP_FLOWS_MAX": 10,
                        "NON_TCP_FLOWS_MAX_TS": 5,
                        "OHEAD_WRX_BYTES": 2,
                        "OHEAD_WRX_BYTES_MAX": 6,
                        "OHEAD_WRX_BYTES_MAX_TS": 6,
                        "OHEAD_WRX_HDR_BYTES": 2,
                        "OHEAD_WRX_HDR_BYTES_MAX": 4,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 8,
                        "OHEAD_WRX_PKTS": 8,
                        "OHEAD_WRX_PKTS_MAX": 7,
                        "OHEAD_WRX_PKTS_MAX_TS": 7,
                        "OHEAD_WTX_BYTES": 6,
                        "OHEAD_WTX_BYTES_MAX": 7,
                        "OHEAD_WTX_BYTES_MAX_TS": 3,
                        "OHEAD_WTX_HDR_BYTES": 1,
                        "OHEAD_WTX_HDR_BYTES_MAX": 5,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 5,
                        "OHEAD_WTX_PKTS": 9,
                        "OHEAD_WTX_PKTS_MAX": 3,
                        "OHEAD_WTX_PKTS_MAX_TS": 3,
                        "POST_LOSS": 3,
                        "POST_LOSS_MAX": 4,
                        "POST_LOSS_MAX_TS": 6,
                        "POST_PCT_LOSS": 6,
                        "POST_PCT_LOSS_MAX": 6,
                        "POST_PCT_LOSS_MAX_TS": 7,
                        "POST_PCT_POC": 4,
                        "POST_PCT_POCMAX": 4,
                        "POST_PCT_POCMAX_TS": 8,
                        "POST_POC": 2,
                        "POST_POCMAX": 2,
                        "POST_POCMAX_TS": 9,
                        "PRE_LOSS": 10,
                        "PRE_LOSS_MAX": 9,
                        "PRE_LOSS_MAX_TS": 3,
                        "PRE_PCT_LOSS": 1,
                        "PRE_PCT_LOSS_MAX": 7,
                        "PRE_PCT_LOSS_MAX_TS": 7,
                        "PRE_PCT_POC": 1,
                        "PRE_PCT_POCMAX": 6,
                        "PRE_PCT_POCMAX_TS": 3,
                        "PRE_POC": 8,
                        "PRE_POCMAX": 8,
                        "PRE_POCMAX_TS": 9,
                        "TCP_ACC_FLOWS": 5,
                        "TCP_ACC_FLOWS_MAX": 8,
                        "TCP_ACC_FLOWS_MAX_TS": 2,
                        "TCP_FLOWS": 10,
                        "TCP_FLOWS_MAX": 4,
                        "TCP_FLOWS_MAX_TS": 6,
                        "TIMESTAMP": 8,
                        "TRAFFIC_TYPE": 8,
                        "WRX_BYTES": 4,
                        "WRX_BYTES_MAX": 3,
                        "WRX_BYTES_MAX_TS": 1,
                        "WRX_PKTS": 6,
                        "WRX_PKTS_MAX": 3,
                        "WRX_PKTS_MAX_TS": 10,
                        "WTX_BYTES": 4,
                        "WTX_BYTES_MAX": 2,
                        "WTX_BYTES_MAX_TS": 2,
                        "WTX_PKTS": 9,
                        "WTX_PKTS_MAX": 1,
                        "WTX_PKTS_MAX_TS": 4
                      },
                      {
                        "BW_PCT_UTIL_AVG": 3,
                        "BW_PCT_UTIL_MAX": 6,
                        "BW_PCT_UTIL_MAX_TS": 4,
                        "COMP_L2W": 3,
                        "COMP_L2WMAX": 5,
                        "COMP_L2WMAX_TS": 7,
                        "COMP_NOOHEAD_L2W": 6,
                        "COMP_NOOHEAD_L2WMAX": 6,
                        "COMP_NOOHEAD_L2WMAX_TS": 7,
                        "COMP_NOOHEAD_W2L": 10,
                        "COMP_NOOHEAD_W2LMAX": 10,
                        "COMP_NOOHEAD_W2LMAX_TS": 8,
                        "COMP_W2L": 5,
                        "COMP_W2LMAX": 7,
                        "COMP_W2LMAX_TS": 5,
                        "CREATED": 6,
                        "CREATED_MAX": 1,
                        "CREATED_MAX_TS": 1,
                        "DELETED": 10,
                        "DELETED_MAX": 2,
                        "DELETED_MAX_TS": 5,
                        "LATENCY_AVG": 2,
                        "LATENCY_MAX": 10,
                        "LATENCY_MAX_TS": 3,
                        "LATENCY_MIN": 3,
                        "LATENCY_MIN_FROM_PEAK": 6,
                        "LATENCY_MIN_TS": 7,
                        "LRX_BYTES": 7,
                        "LRX_BYTES_MAX": 1,
                        "LRX_BYTES_MAX_TS": 10,
                        "LRX_PKTS": 1,
                        "LRX_PKTS_MAX": 2,
                        "LRX_PKTS_MAX_TS": 1,
                        "LTX_BYTES": 4,
                        "LTX_BYTES_MAX": 1,
                        "LTX_BYTES_MAX_TS": 3,
                        "LTX_PKTS": 8,
                        "LTX_PKTS_MAX": 10,
                        "LTX_PKTS_MAX_TS": 9,
                        "NON_TCP_FLOWS": 2,
                        "NON_TCP_FLOWS_MAX": 9,
                        "NON_TCP_FLOWS_MAX_TS": 2,
                        "OHEAD_WRX_BYTES": 9,
                        "OHEAD_WRX_BYTES_MAX": 8,
                        "OHEAD_WRX_BYTES_MAX_TS": 4,
                        "OHEAD_WRX_HDR_BYTES": 10,
                        "OHEAD_WRX_HDR_BYTES_MAX": 7,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 2,
                        "OHEAD_WRX_PKTS": 9,
                        "OHEAD_WRX_PKTS_MAX": 5,
                        "OHEAD_WRX_PKTS_MAX_TS": 8,
                        "OHEAD_WTX_BYTES": 6,
                        "OHEAD_WTX_BYTES_MAX": 5,
                        "OHEAD_WTX_BYTES_MAX_TS": 7,
                        "OHEAD_WTX_HDR_BYTES": 10,
                        "OHEAD_WTX_HDR_BYTES_MAX": 5,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 10,
                        "OHEAD_WTX_PKTS": 1,
                        "OHEAD_WTX_PKTS_MAX": 9,
                        "OHEAD_WTX_PKTS_MAX_TS": 1,
                        "POST_LOSS": 4,
                        "POST_LOSS_MAX": 4,
                        "POST_LOSS_MAX_TS": 4,
                        "POST_PCT_LOSS": 7,
                        "POST_PCT_LOSS_MAX": 9,
                        "POST_PCT_LOSS_MAX_TS": 3,
                        "POST_PCT_POC": 1,
                        "POST_PCT_POCMAX": 9,
                        "POST_PCT_POCMAX_TS": 5,
                        "POST_POC": 4,
                        "POST_POCMAX": 6,
                        "POST_POCMAX_TS": 8,
                        "PRE_LOSS": 5,
                        "PRE_LOSS_MAX": 4,
                        "PRE_LOSS_MAX_TS": 4,
                        "PRE_PCT_LOSS": 3,
                        "PRE_PCT_LOSS_MAX": 4,
                        "PRE_PCT_LOSS_MAX_TS": 4,
                        "PRE_PCT_POC": 8,
                        "PRE_PCT_POCMAX": 1,
                        "PRE_PCT_POCMAX_TS": 10,
                        "PRE_POC": 5,
                        "PRE_POCMAX": 8,
                        "PRE_POCMAX_TS": 7,
                        "TCP_ACC_FLOWS": 8,
                        "TCP_ACC_FLOWS_MAX": 8,
                        "TCP_ACC_FLOWS_MAX_TS": 10,
                        "TCP_FLOWS": 6,
                        "TCP_FLOWS_MAX": 2,
                        "TCP_FLOWS_MAX_TS": 8,
                        "TIMESTAMP": 7,
                        "TRAFFIC_TYPE": 1,
                        "WRX_BYTES": 8,
                        "WRX_BYTES_MAX": 2,
                        "WRX_BYTES_MAX_TS": 2,
                        "WRX_PKTS": 10,
                        "WRX_PKTS_MAX": 5,
                        "WRX_PKTS_MAX_TS": 3,
                        "WTX_BYTES": 3,
                        "WTX_BYTES_MAX": 9,
                        "WTX_BYTES_MAX_TS": 2,
                        "WTX_PKTS": 10,
                        "WTX_PKTS_MAX": 4,
                        "WTX_PKTS_MAX_TS": 6
                      },
                      {
                        "BW_PCT_UTIL_AVG": 8,
                        "BW_PCT_UTIL_MAX": 1,
                        "BW_PCT_UTIL_MAX_TS": 10,
                        "COMP_L2W": 6,
                        "COMP_L2WMAX": 9,
                        "COMP_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_L2W": 4,
                        "COMP_NOOHEAD_L2WMAX": 3,
                        "COMP_NOOHEAD_L2WMAX_TS": 5,
                        "COMP_NOOHEAD_W2L": 6,
                        "COMP_NOOHEAD_W2LMAX": 5,
                        "COMP_NOOHEAD_W2LMAX_TS": 1,
                        "COMP_W2L": 7,
                        "COMP_W2LMAX": 3,
                        "COMP_W2LMAX_TS": 6,
                        "CREATED": 3,
                        "CREATED_MAX": 3,
                        "CREATED_MAX_TS": 1,
                        "DELETED": 8,
                        "DELETED_MAX": 6,
                        "DELETED_MAX_TS": 6,
                        "LATENCY_AVG": 6,
                        "LATENCY_MAX": 4,
                        "LATENCY_MAX_TS": 4,
                        "LATENCY_MIN": 6,
                        "LATENCY_MIN_FROM_PEAK": 6,
                        "LATENCY_MIN_TS": 10,
                        "LRX_BYTES": 10,
                        "LRX_BYTES_MAX": 2,
                        "LRX_BYTES_MAX_TS": 8,
                        "LRX_PKTS": 5,
                        "LRX_PKTS_MAX": 3,
                        "LRX_PKTS_MAX_TS": 1,
                        "LTX_BYTES": 5,
                        "LTX_BYTES_MAX": 5,
                        "LTX_BYTES_MAX_TS": 7,
                        "LTX_PKTS": 1,
                        "LTX_PKTS_MAX": 7,
                        "LTX_PKTS_MAX_TS": 9,
                        "NON_TCP_FLOWS": 8,
                        "NON_TCP_FLOWS_MAX": 10,
                        "NON_TCP_FLOWS_MAX_TS": 10,
                        "OHEAD_WRX_BYTES": 2,
                        "OHEAD_WRX_BYTES_MAX": 1,
                        "OHEAD_WRX_BYTES_MAX_TS": 7,
                        "OHEAD_WRX_HDR_BYTES": 1,
                        "OHEAD_WRX_HDR_BYTES_MAX": 2,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 9,
                        "OHEAD_WRX_PKTS": 5,
                        "OHEAD_WRX_PKTS_MAX": 10,
                        "OHEAD_WRX_PKTS_MAX_TS": 3,
                        "OHEAD_WTX_BYTES": 3,
                        "OHEAD_WTX_BYTES_MAX": 9,
                        "OHEAD_WTX_BYTES_MAX_TS": 2,
                        "OHEAD_WTX_HDR_BYTES": 6,
                        "OHEAD_WTX_HDR_BYTES_MAX": 3,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 9,
                        "OHEAD_WTX_PKTS": 4,
                        "OHEAD_WTX_PKTS_MAX": 7,
                        "OHEAD_WTX_PKTS_MAX_TS": 4,
                        "POST_LOSS": 4,
                        "POST_LOSS_MAX": 4,
                        "POST_LOSS_MAX_TS": 10,
                        "POST_PCT_LOSS": 9,
                        "POST_PCT_LOSS_MAX": 2,
                        "POST_PCT_LOSS_MAX_TS": 9,
                        "POST_PCT_POC": 2,
                        "POST_PCT_POCMAX": 7,
                        "POST_PCT_POCMAX_TS": 5,
                        "POST_POC": 9,
                        "POST_POCMAX": 2,
                        "POST_POCMAX_TS": 8,
                        "PRE_LOSS": 10,
                        "PRE_LOSS_MAX": 6,
                        "PRE_LOSS_MAX_TS": 4,
                        "PRE_PCT_LOSS": 1,
                        "PRE_PCT_LOSS_MAX": 7,
                        "PRE_PCT_LOSS_MAX_TS": 3,
                        "PRE_PCT_POC": 9,
                        "PRE_PCT_POCMAX": 3,
                        "PRE_PCT_POCMAX_TS": 1,
                        "PRE_POC": 5,
                        "PRE_POCMAX": 7,
                        "PRE_POCMAX_TS": 5,
                        "TCP_ACC_FLOWS": 1,
                        "TCP_ACC_FLOWS_MAX": 2,
                        "TCP_ACC_FLOWS_MAX_TS": 6,
                        "TCP_FLOWS": 5,
                        "TCP_FLOWS_MAX": 5,
                        "TCP_FLOWS_MAX_TS": 4,
                        "TIMESTAMP": 4,
                        "TRAFFIC_TYPE": 9,
                        "WRX_BYTES": 2,
                        "WRX_BYTES_MAX": 1,
                        "WRX_BYTES_MAX_TS": 5,
                        "WRX_PKTS": 4,
                        "WRX_PKTS_MAX": 10,
                        "WRX_PKTS_MAX_TS": 7,
                        "WTX_BYTES": 4,
                        "WTX_BYTES_MAX": 2,
                        "WTX_BYTES_MAX_TS": 2,
                        "WTX_PKTS": 6,
                        "WTX_PKTS_MAX": 1,
                        "WTX_PKTS_MAX_TS": 9
                      },
                      {
                        "BW_PCT_UTIL_AVG": 5,
                        "BW_PCT_UTIL_MAX": 7,
                        "BW_PCT_UTIL_MAX_TS": 6,
                        "COMP_L2W": 9,
                        "COMP_L2WMAX": 8,
                        "COMP_L2WMAX_TS": 4,
                        "COMP_NOOHEAD_L2W": 9,
                        "COMP_NOOHEAD_L2WMAX": 2,
                        "COMP_NOOHEAD_L2WMAX_TS": 2,
                        "COMP_NOOHEAD_W2L": 5,
                        "COMP_NOOHEAD_W2LMAX": 6,
                        "COMP_NOOHEAD_W2LMAX_TS": 6,
                        "COMP_W2L": 6,
                        "COMP_W2LMAX": 10,
                        "COMP_W2LMAX_TS": 3,
                        "CREATED": 3,
                        "CREATED_MAX": 1,
                        "CREATED_MAX_TS": 7,
                        "DELETED": 3,
                        "DELETED_MAX": 4,
                        "DELETED_MAX_TS": 10,
                        "LATENCY_AVG": 2,
                        "LATENCY_MAX": 4,
                        "LATENCY_MAX_TS": 7,
                        "LATENCY_MIN": 6,
                        "LATENCY_MIN_FROM_PEAK": 4,
                        "LATENCY_MIN_TS": 3,
                        "LRX_BYTES": 6,
                        "LRX_BYTES_MAX": 1,
                        "LRX_BYTES_MAX_TS": 5,
                        "LRX_PKTS": 1,
                        "LRX_PKTS_MAX": 1,
                        "LRX_PKTS_MAX_TS": 3,
                        "LTX_BYTES": 3,
                        "LTX_BYTES_MAX": 5,
                        "LTX_BYTES_MAX_TS": 5,
                        "LTX_PKTS": 1,
                        "LTX_PKTS_MAX": 7,
                        "LTX_PKTS_MAX_TS": 3,
                        "NON_TCP_FLOWS": 9,
                        "NON_TCP_FLOWS_MAX": 6,
                        "NON_TCP_FLOWS_MAX_TS": 10,
                        "OHEAD_WRX_BYTES": 9,
                        "OHEAD_WRX_BYTES_MAX": 8,
                        "OHEAD_WRX_BYTES_MAX_TS": 7,
                        "OHEAD_WRX_HDR_BYTES": 2,
                        "OHEAD_WRX_HDR_BYTES_MAX": 6,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 9,
                        "OHEAD_WRX_PKTS": 9,
                        "OHEAD_WRX_PKTS_MAX": 9,
                        "OHEAD_WRX_PKTS_MAX_TS": 5,
                        "OHEAD_WTX_BYTES": 7,
                        "OHEAD_WTX_BYTES_MAX": 6,
                        "OHEAD_WTX_BYTES_MAX_TS": 3,
                        "OHEAD_WTX_HDR_BYTES": 6,
                        "OHEAD_WTX_HDR_BYTES_MAX": 5,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 7,
                        "OHEAD_WTX_PKTS": 8,
                        "OHEAD_WTX_PKTS_MAX": 4,
                        "OHEAD_WTX_PKTS_MAX_TS": 9,
                        "POST_LOSS": 9,
                        "POST_LOSS_MAX": 9,
                        "POST_LOSS_MAX_TS": 7,
                        "POST_PCT_LOSS": 2,
                        "POST_PCT_LOSS_MAX": 7,
                        "POST_PCT_LOSS_MAX_TS": 3,
                        "POST_PCT_POC": 8,
                        "POST_PCT_POCMAX": 1,
                        "POST_PCT_POCMAX_TS": 6,
                        "POST_POC": 2,
                        "POST_POCMAX": 8,
                        "POST_POCMAX_TS": 4,
                        "PRE_LOSS": 3,
                        "PRE_LOSS_MAX": 1,
                        "PRE_LOSS_MAX_TS": 8,
                        "PRE_PCT_LOSS": 7,
                        "PRE_PCT_LOSS_MAX": 4,
                        "PRE_PCT_LOSS_MAX_TS": 8,
                        "PRE_PCT_POC": 3,
                        "PRE_PCT_POCMAX": 5,
                        "PRE_PCT_POCMAX_TS": 6,
                        "PRE_POC": 1,
                        "PRE_POCMAX": 1,
                        "PRE_POCMAX_TS": 3,
                        "TCP_ACC_FLOWS": 5,
                        "TCP_ACC_FLOWS_MAX": 8,
                        "TCP_ACC_FLOWS_MAX_TS": 6,
                        "TCP_FLOWS": 6,
                        "TCP_FLOWS_MAX": 10,
                        "TCP_FLOWS_MAX_TS": 3,
                        "TIMESTAMP": 4,
                        "TRAFFIC_TYPE": 10,
                        "WRX_BYTES": 9,
                        "WRX_BYTES_MAX": 2,
                        "WRX_BYTES_MAX_TS": 2,
                        "WRX_PKTS": 1,
                        "WRX_PKTS_MAX": 1,
                        "WRX_PKTS_MAX_TS": 5,
                        "WTX_BYTES": 9,
                        "WTX_BYTES_MAX": 7,
                        "WTX_BYTES_MAX_TS": 8,
                        "WTX_PKTS": 6,
                        "WTX_PKTS_MAX": 7,
                        "WTX_PKTS_MAX_TS": 5
                      },
                      {
                        "BW_PCT_UTIL_AVG": 4,
                        "BW_PCT_UTIL_MAX": 10,
                        "BW_PCT_UTIL_MAX_TS": 5,
                        "COMP_L2W": 5,
                        "COMP_L2WMAX": 1,
                        "COMP_L2WMAX_TS": 8,
                        "COMP_NOOHEAD_L2W": 7,
                        "COMP_NOOHEAD_L2WMAX": 10,
                        "COMP_NOOHEAD_L2WMAX_TS": 1,
                        "COMP_NOOHEAD_W2L": 7,
                        "COMP_NOOHEAD_W2LMAX": 9,
                        "COMP_NOOHEAD_W2LMAX_TS": 5,
                        "COMP_W2L": 3,
                        "COMP_W2LMAX": 6,
                        "COMP_W2LMAX_TS": 2,
                        "CREATED": 6,
                        "CREATED_MAX": 2,
                        "CREATED_MAX_TS": 9,
                        "DELETED": 6,
                        "DELETED_MAX": 9,
                        "DELETED_MAX_TS": 8,
                        "LATENCY_AVG": 2,
                        "LATENCY_MAX": 6,
                        "LATENCY_MAX_TS": 10,
                        "LATENCY_MIN": 10,
                        "LATENCY_MIN_FROM_PEAK": 2,
                        "LATENCY_MIN_TS": 1,
                        "LRX_BYTES": 5,
                        "LRX_BYTES_MAX": 1,
                        "LRX_BYTES_MAX_TS": 1,
                        "LRX_PKTS": 4,
                        "LRX_PKTS_MAX": 4,
                        "LRX_PKTS_MAX_TS": 3,
                        "LTX_BYTES": 2,
                        "LTX_BYTES_MAX": 8,
                        "LTX_BYTES_MAX_TS": 6,
                        "LTX_PKTS": 2,
                        "LTX_PKTS_MAX": 1,
                        "LTX_PKTS_MAX_TS": 2,
                        "NON_TCP_FLOWS": 7,
                        "NON_TCP_FLOWS_MAX": 2,
                        "NON_TCP_FLOWS_MAX_TS": 9,
                        "OHEAD_WRX_BYTES": 4,
                        "OHEAD_WRX_BYTES_MAX": 2,
                        "OHEAD_WRX_BYTES_MAX_TS": 1,
                        "OHEAD_WRX_HDR_BYTES": 8,
                        "OHEAD_WRX_HDR_BYTES_MAX": 1,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 1,
                        "OHEAD_WRX_PKTS": 3,
                        "OHEAD_WRX_PKTS_MAX": 6,
                        "OHEAD_WRX_PKTS_MAX_TS": 7,
                        "OHEAD_WTX_BYTES": 3,
                        "OHEAD_WTX_BYTES_MAX": 7,
                        "OHEAD_WTX_BYTES_MAX_TS": 10,
                        "OHEAD_WTX_HDR_BYTES": 2,
                        "OHEAD_WTX_HDR_BYTES_MAX": 5,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 3,
                        "OHEAD_WTX_PKTS": 2,
                        "OHEAD_WTX_PKTS_MAX": 3,
                        "OHEAD_WTX_PKTS_MAX_TS": 3,
                        "POST_LOSS": 1,
                        "POST_LOSS_MAX": 5,
                        "POST_LOSS_MAX_TS": 5,
                        "POST_PCT_LOSS": 1,
                        "POST_PCT_LOSS_MAX": 6,
                        "POST_PCT_LOSS_MAX_TS": 10,
                        "POST_PCT_POC": 4,
                        "POST_PCT_POCMAX": 7,
                        "POST_PCT_POCMAX_TS": 2,
                        "POST_POC": 9,
                        "POST_POCMAX": 6,
                        "POST_POCMAX_TS": 1,
                        "PRE_LOSS": 9,
                        "PRE_LOSS_MAX": 4,
                        "PRE_LOSS_MAX_TS": 8,
                        "PRE_PCT_LOSS": 8,
                        "PRE_PCT_LOSS_MAX": 1,
                        "PRE_PCT_LOSS_MAX_TS": 3,
                        "PRE_PCT_POC": 8,
                        "PRE_PCT_POCMAX": 1,
                        "PRE_PCT_POCMAX_TS": 2,
                        "PRE_POC": 3,
                        "PRE_POCMAX": 9,
                        "PRE_POCMAX_TS": 6,
                        "TCP_ACC_FLOWS": 7,
                        "TCP_ACC_FLOWS_MAX": 3,
                        "TCP_ACC_FLOWS_MAX_TS": 7,
                        "TCP_FLOWS": 7,
                        "TCP_FLOWS_MAX": 1,
                        "TCP_FLOWS_MAX_TS": 7,
                        "TIMESTAMP": 9,
                        "TRAFFIC_TYPE": 9,
                        "WRX_BYTES": 3,
                        "WRX_BYTES_MAX": 9,
                        "WRX_BYTES_MAX_TS": 6,
                        "WRX_PKTS": 9,
                        "WRX_PKTS_MAX": 4,
                        "WRX_PKTS_MAX_TS": 6,
                        "WTX_BYTES": 7,
                        "WTX_BYTES_MAX": 10,
                        "WTX_BYTES_MAX_TS": 8,
                        "WTX_PKTS": 7,
                        "WTX_PKTS_MAX": 2,
                        "WTX_PKTS_MAX_TS": 5
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/timeseries/appliance/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsTimeseriesApplianceNePk",
        "description": "The parameters and request body are for method: getStatsTimeseriesApplianceNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "BW_PCT_UTIL_AVG": {
                            "type": "number"
                          },
                          "BW_PCT_UTIL_MAX": {
                            "type": "number"
                          },
                          "BW_PCT_UTIL_MAX_TS": {
                            "type": "number"
                          },
                          "COMP_L2W": {
                            "type": "number"
                          },
                          "COMP_L2WMAX": {
                            "type": "number"
                          },
                          "COMP_L2WMAX_TS": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2W": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2WMAX": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2WMAX_TS": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2L": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2LMAX": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2LMAX_TS": {
                            "type": "number"
                          },
                          "COMP_W2L": {
                            "type": "number"
                          },
                          "COMP_W2LMAX": {
                            "type": "number"
                          },
                          "COMP_W2LMAX_TS": {
                            "type": "number"
                          },
                          "CREATED": {
                            "type": "number"
                          },
                          "CREATED_MAX": {
                            "type": "number"
                          },
                          "CREATED_MAX_TS": {
                            "type": "number"
                          },
                          "DELETED": {
                            "type": "number"
                          },
                          "DELETED_MAX": {
                            "type": "number"
                          },
                          "DELETED_MAX_TS": {
                            "type": "number"
                          },
                          "LATENCY_AVG": {
                            "type": "number"
                          },
                          "LATENCY_MAX": {
                            "type": "number"
                          },
                          "LATENCY_MAX_TS": {
                            "type": "number"
                          },
                          "LATENCY_MIN": {
                            "type": "number"
                          },
                          "LATENCY_MIN_FROM_PEAK": {
                            "type": "number"
                          },
                          "LATENCY_MIN_TS": {
                            "type": "number"
                          },
                          "LRX_BYTES": {
                            "type": "number"
                          },
                          "LRX_BYTES_MAX": {
                            "type": "number"
                          },
                          "LRX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "LRX_PKTS": {
                            "type": "number"
                          },
                          "LRX_PKTS_MAX": {
                            "type": "number"
                          },
                          "LRX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "LTX_BYTES": {
                            "type": "number"
                          },
                          "LTX_BYTES_MAX": {
                            "type": "number"
                          },
                          "LTX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "LTX_PKTS": {
                            "type": "number"
                          },
                          "LTX_PKTS_MAX": {
                            "type": "number"
                          },
                          "LTX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "NON_TCP_FLOWS": {
                            "type": "number"
                          },
                          "NON_TCP_FLOWS_MAX": {
                            "type": "number"
                          },
                          "NON_TCP_FLOWS_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WRX_BYTES": {
                            "type": "number"
                          },
                          "OHEAD_WRX_BYTES_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WRX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WRX_HDR_BYTES": {
                            "type": "number"
                          },
                          "OHEAD_WRX_HDR_BYTES_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WRX_HDR_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WRX_PKTS": {
                            "type": "number"
                          },
                          "OHEAD_WRX_PKTS_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WRX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WTX_BYTES": {
                            "type": "number"
                          },
                          "OHEAD_WTX_BYTES_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WTX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WTX_HDR_BYTES": {
                            "type": "number"
                          },
                          "OHEAD_WTX_HDR_BYTES_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WTX_HDR_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WTX_PKTS": {
                            "type": "number"
                          },
                          "OHEAD_WTX_PKTS_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WTX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "POST_LOSS": {
                            "type": "number"
                          },
                          "POST_LOSS_MAX": {
                            "type": "number"
                          },
                          "POST_LOSS_MAX_TS": {
                            "type": "number"
                          },
                          "POST_PCT_LOSS": {
                            "type": "number"
                          },
                          "POST_PCT_LOSS_MAX": {
                            "type": "number"
                          },
                          "POST_PCT_LOSS_MAX_TS": {
                            "type": "number"
                          },
                          "POST_PCT_POC": {
                            "type": "number"
                          },
                          "POST_PCT_POCMAX": {
                            "type": "number"
                          },
                          "POST_PCT_POCMAX_TS": {
                            "type": "number"
                          },
                          "POST_POC": {
                            "type": "number"
                          },
                          "POST_POCMAX": {
                            "type": "number"
                          },
                          "POST_POCMAX_TS": {
                            "type": "number"
                          },
                          "PRE_LOSS": {
                            "type": "number"
                          },
                          "PRE_LOSS_MAX": {
                            "type": "number"
                          },
                          "PRE_LOSS_MAX_TS": {
                            "type": "number"
                          },
                          "PRE_PCT_LOSS": {
                            "type": "number"
                          },
                          "PRE_PCT_LOSS_MAX": {
                            "type": "number"
                          },
                          "PRE_PCT_LOSS_MAX_TS": {
                            "type": "number"
                          },
                          "PRE_PCT_POC": {
                            "type": "number"
                          },
                          "PRE_PCT_POCMAX": {
                            "type": "number"
                          },
                          "PRE_PCT_POCMAX_TS": {
                            "type": "number"
                          },
                          "PRE_POC": {
                            "type": "number"
                          },
                          "PRE_POCMAX": {
                            "type": "number"
                          },
                          "PRE_POCMAX_TS": {
                            "type": "number"
                          },
                          "TCP_ACC_FLOWS": {
                            "type": "number"
                          },
                          "TCP_ACC_FLOWS_MAX": {
                            "type": "number"
                          },
                          "TCP_ACC_FLOWS_MAX_TS": {
                            "type": "number"
                          },
                          "TCP_FLOWS": {
                            "type": "number"
                          },
                          "TCP_FLOWS_MAX": {
                            "type": "number"
                          },
                          "TCP_FLOWS_MAX_TS": {
                            "type": "number"
                          },
                          "TIMESTAMP": {
                            "type": "number"
                          },
                          "TRAFFIC_TYPE": {
                            "type": "number"
                          },
                          "WRX_BYTES": {
                            "type": "number"
                          },
                          "WRX_BYTES_MAX": {
                            "type": "number"
                          },
                          "WRX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "WRX_PKTS": {
                            "type": "number"
                          },
                          "WRX_PKTS_MAX": {
                            "type": "number"
                          },
                          "WRX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "WTX_BYTES": {
                            "type": "number"
                          },
                          "WTX_BYTES_MAX": {
                            "type": "number"
                          },
                          "WTX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "WTX_PKTS": {
                            "type": "number"
                          },
                          "WTX_PKTS_MAX": {
                            "type": "number"
                          },
                          "WTX_PKTS_MAX_TS": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string",
                    "string"
                  ],
                  "data": [
                    {
                      "BW_PCT_UTIL_AVG": 10,
                      "BW_PCT_UTIL_MAX": 8,
                      "BW_PCT_UTIL_MAX_TS": 4,
                      "COMP_L2W": 5,
                      "COMP_L2WMAX": 5,
                      "COMP_L2WMAX_TS": 4,
                      "COMP_NOOHEAD_L2W": 8,
                      "COMP_NOOHEAD_L2WMAX": 7,
                      "COMP_NOOHEAD_L2WMAX_TS": 9,
                      "COMP_NOOHEAD_W2L": 6,
                      "COMP_NOOHEAD_W2LMAX": 1,
                      "COMP_NOOHEAD_W2LMAX_TS": 8,
                      "COMP_W2L": 4,
                      "COMP_W2LMAX": 6,
                      "COMP_W2LMAX_TS": 3,
                      "CREATED": 2,
                      "CREATED_MAX": 1,
                      "CREATED_MAX_TS": 5,
                      "DELETED": 9,
                      "DELETED_MAX": 7,
                      "DELETED_MAX_TS": 2,
                      "LATENCY_AVG": 9,
                      "LATENCY_MAX": 8,
                      "LATENCY_MAX_TS": 10,
                      "LATENCY_MIN": 8,
                      "LATENCY_MIN_FROM_PEAK": 7,
                      "LATENCY_MIN_TS": 6,
                      "LRX_BYTES": 8,
                      "LRX_BYTES_MAX": 2,
                      "LRX_BYTES_MAX_TS": 1,
                      "LRX_PKTS": 7,
                      "LRX_PKTS_MAX": 6,
                      "LRX_PKTS_MAX_TS": 1,
                      "LTX_BYTES": 3,
                      "LTX_BYTES_MAX": 7,
                      "LTX_BYTES_MAX_TS": 10,
                      "LTX_PKTS": 3,
                      "LTX_PKTS_MAX": 6,
                      "LTX_PKTS_MAX_TS": 7,
                      "NON_TCP_FLOWS": 10,
                      "NON_TCP_FLOWS_MAX": 9,
                      "NON_TCP_FLOWS_MAX_TS": 4,
                      "OHEAD_WRX_BYTES": 10,
                      "OHEAD_WRX_BYTES_MAX": 1,
                      "OHEAD_WRX_BYTES_MAX_TS": 8,
                      "OHEAD_WRX_HDR_BYTES": 1,
                      "OHEAD_WRX_HDR_BYTES_MAX": 6,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 7,
                      "OHEAD_WRX_PKTS": 7,
                      "OHEAD_WRX_PKTS_MAX": 6,
                      "OHEAD_WRX_PKTS_MAX_TS": 1,
                      "OHEAD_WTX_BYTES": 4,
                      "OHEAD_WTX_BYTES_MAX": 8,
                      "OHEAD_WTX_BYTES_MAX_TS": 5,
                      "OHEAD_WTX_HDR_BYTES": 4,
                      "OHEAD_WTX_HDR_BYTES_MAX": 5,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 3,
                      "OHEAD_WTX_PKTS": 10,
                      "OHEAD_WTX_PKTS_MAX": 9,
                      "OHEAD_WTX_PKTS_MAX_TS": 8,
                      "POST_LOSS": 7,
                      "POST_LOSS_MAX": 5,
                      "POST_LOSS_MAX_TS": 2,
                      "POST_PCT_LOSS": 5,
                      "POST_PCT_LOSS_MAX": 2,
                      "POST_PCT_LOSS_MAX_TS": 9,
                      "POST_PCT_POC": 5,
                      "POST_PCT_POCMAX": 5,
                      "POST_PCT_POCMAX_TS": 7,
                      "POST_POC": 7,
                      "POST_POCMAX": 7,
                      "POST_POCMAX_TS": 7,
                      "PRE_LOSS": 9,
                      "PRE_LOSS_MAX": 2,
                      "PRE_LOSS_MAX_TS": 3,
                      "PRE_PCT_LOSS": 5,
                      "PRE_PCT_LOSS_MAX": 9,
                      "PRE_PCT_LOSS_MAX_TS": 2,
                      "PRE_PCT_POC": 1,
                      "PRE_PCT_POCMAX": 7,
                      "PRE_PCT_POCMAX_TS": 8,
                      "PRE_POC": 10,
                      "PRE_POCMAX": 3,
                      "PRE_POCMAX_TS": 5,
                      "TCP_ACC_FLOWS": 5,
                      "TCP_ACC_FLOWS_MAX": 7,
                      "TCP_ACC_FLOWS_MAX_TS": 4,
                      "TCP_FLOWS": 5,
                      "TCP_FLOWS_MAX": 2,
                      "TCP_FLOWS_MAX_TS": 8,
                      "TIMESTAMP": 8,
                      "TRAFFIC_TYPE": 4,
                      "WRX_BYTES": 9,
                      "WRX_BYTES_MAX": 5,
                      "WRX_BYTES_MAX_TS": 8,
                      "WRX_PKTS": 1,
                      "WRX_PKTS_MAX": 2,
                      "WRX_PKTS_MAX_TS": 4,
                      "WTX_BYTES": 7,
                      "WTX_BYTES_MAX": 1,
                      "WTX_BYTES_MAX_TS": 1,
                      "WTX_PKTS": 4,
                      "WTX_PKTS_MAX": 8,
                      "WTX_PKTS_MAX_TS": 4
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/timeseries/applianceProcessState/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsOfApplianceProcessState",
        "description": "The parameters and request body are for method: statsOfApplianceProcessState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "processstate": {
                        "type": "object",
                        "properties": {
                          "cifsproxyd": {
                            "type": "object",
                            "properties": {
                              "VmPeak": {
                                "type": "number"
                              },
                              "VmRSS": {
                                "type": "number"
                              },
                              "VmSize": {
                                "type": "number"
                              }
                            }
                          },
                          "jsond": {
                            "type": "object",
                            "properties": {
                              "VmPeak": {
                                "type": "number"
                              },
                              "VmRSS": {
                                "type": "number"
                              },
                              "VmSize": {
                                "type": "number"
                              }
                            }
                          },
                          "mgmtd": {
                            "type": "object",
                            "properties": {
                              "VmPeak": {
                                "type": "number"
                              },
                              "VmRSS": {
                                "type": "number"
                              },
                              "VmSize": {
                                "type": "number"
                              }
                            }
                          },
                          "netflowd": {
                            "type": "object",
                            "properties": {
                              "VmPeak": {
                                "type": "number"
                              },
                              "VmRSS": {
                                "type": "number"
                              },
                              "VmSize": {
                                "type": "number"
                              }
                            }
                          },
                          "node": {
                            "type": "object",
                            "properties": {
                              "VmPeak": {
                                "type": "number"
                              },
                              "VmRSS": {
                                "type": "number"
                              },
                              "VmSize": {
                                "type": "number"
                              }
                            }
                          },
                          "pm": {
                            "type": "object",
                            "properties": {
                              "VmPeak": {
                                "type": "number"
                              },
                              "VmRSS": {
                                "type": "number"
                              },
                              "VmSize": {
                                "type": "number"
                              }
                            }
                          },
                          "snmpd": {
                            "type": "object",
                            "properties": {
                              "VmPeak": {
                                "type": "number"
                              },
                              "VmRSS": {
                                "type": "number"
                              },
                              "VmSize": {
                                "type": "number"
                              }
                            }
                          },
                          "sslpd": {
                            "type": "object",
                            "properties": {
                              "VmPeak": {
                                "type": "number"
                              },
                              "VmRSS": {
                                "type": "number"
                              },
                              "VmSize": {
                                "type": "number"
                              }
                            }
                          },
                          "statsd2": {
                            "type": "object",
                            "properties": {
                              "VmPeak": {
                                "type": "number"
                              },
                              "VmRSS": {
                                "type": "number"
                              },
                              "VmSize": {
                                "type": "number"
                              }
                            }
                          },
                          "sysd": {
                            "type": "object",
                            "properties": {
                              "VmPeak": {
                                "type": "number"
                              },
                              "VmRSS": {
                                "type": "number"
                              },
                              "VmSize": {
                                "type": "number"
                              }
                            }
                          },
                          "tunneld": {
                            "type": "object",
                            "properties": {
                              "VmPeak": {
                                "type": "number"
                              },
                              "VmRSS": {
                                "type": "number"
                              },
                              "VmSize": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      },
                      "timestamp": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "processstate": {
                      "cifsproxyd": {
                        "VmPeak": 9,
                        "VmRSS": 2,
                        "VmSize": 10
                      },
                      "jsond": {
                        "VmPeak": 4,
                        "VmRSS": 4,
                        "VmSize": 8
                      },
                      "mgmtd": {
                        "VmPeak": 8,
                        "VmRSS": 2,
                        "VmSize": 4
                      },
                      "netflowd": {
                        "VmPeak": 10,
                        "VmRSS": 5,
                        "VmSize": 3
                      },
                      "node": {
                        "VmPeak": 1,
                        "VmRSS": 8,
                        "VmSize": 5
                      },
                      "pm": {
                        "VmPeak": 8,
                        "VmRSS": 3,
                        "VmSize": 6
                      },
                      "snmpd": {
                        "VmPeak": 10,
                        "VmRSS": 4,
                        "VmSize": 8
                      },
                      "sslpd": {
                        "VmPeak": 10,
                        "VmRSS": 4,
                        "VmSize": 3
                      },
                      "statsd2": {
                        "VmPeak": 7,
                        "VmRSS": 4,
                        "VmSize": 6
                      },
                      "sysd": {
                        "VmPeak": 9,
                        "VmRSS": 9,
                        "VmSize": 2
                      },
                      "tunneld": {
                        "VmPeak": 10,
                        "VmRSS": 3,
                        "VmSize": 7
                      }
                    },
                    "timestamp": 8
                  },
                  {
                    "processstate": {
                      "cifsproxyd": {
                        "VmPeak": 5,
                        "VmRSS": 6,
                        "VmSize": 10
                      },
                      "jsond": {
                        "VmPeak": 2,
                        "VmRSS": 4,
                        "VmSize": 3
                      },
                      "mgmtd": {
                        "VmPeak": 10,
                        "VmRSS": 5,
                        "VmSize": 9
                      },
                      "netflowd": {
                        "VmPeak": 5,
                        "VmRSS": 3,
                        "VmSize": 5
                      },
                      "node": {
                        "VmPeak": 1,
                        "VmRSS": 3,
                        "VmSize": 3
                      },
                      "pm": {
                        "VmPeak": 2,
                        "VmRSS": 4,
                        "VmSize": 5
                      },
                      "snmpd": {
                        "VmPeak": 10,
                        "VmRSS": 1,
                        "VmSize": 3
                      },
                      "sslpd": {
                        "VmPeak": 9,
                        "VmRSS": 2,
                        "VmSize": 8
                      },
                      "statsd2": {
                        "VmPeak": 10,
                        "VmRSS": 10,
                        "VmSize": 9
                      },
                      "sysd": {
                        "VmPeak": 7,
                        "VmRSS": 8,
                        "VmSize": 1
                      },
                      "tunneld": {
                        "VmPeak": 8,
                        "VmRSS": 6,
                        "VmSize": 9
                      }
                    },
                    "timestamp": 10
                  },
                  {
                    "processstate": {
                      "cifsproxyd": {
                        "VmPeak": 9,
                        "VmRSS": 3,
                        "VmSize": 6
                      },
                      "jsond": {
                        "VmPeak": 5,
                        "VmRSS": 8,
                        "VmSize": 9
                      },
                      "mgmtd": {
                        "VmPeak": 5,
                        "VmRSS": 3,
                        "VmSize": 8
                      },
                      "netflowd": {
                        "VmPeak": 7,
                        "VmRSS": 2,
                        "VmSize": 2
                      },
                      "node": {
                        "VmPeak": 8,
                        "VmRSS": 7,
                        "VmSize": 4
                      },
                      "pm": {
                        "VmPeak": 4,
                        "VmRSS": 6,
                        "VmSize": 4
                      },
                      "snmpd": {
                        "VmPeak": 8,
                        "VmRSS": 3,
                        "VmSize": 2
                      },
                      "sslpd": {
                        "VmPeak": 9,
                        "VmRSS": 9,
                        "VmSize": 5
                      },
                      "statsd2": {
                        "VmPeak": 1,
                        "VmRSS": 2,
                        "VmSize": 7
                      },
                      "sysd": {
                        "VmPeak": 10,
                        "VmRSS": 1,
                        "VmSize": 7
                      },
                      "tunneld": {
                        "VmPeak": 7,
                        "VmRSS": 2,
                        "VmSize": 8
                      }
                    },
                    "timestamp": 3
                  },
                  {
                    "processstate": {
                      "cifsproxyd": {
                        "VmPeak": 10,
                        "VmRSS": 7,
                        "VmSize": 7
                      },
                      "jsond": {
                        "VmPeak": 9,
                        "VmRSS": 10,
                        "VmSize": 6
                      },
                      "mgmtd": {
                        "VmPeak": 7,
                        "VmRSS": 7,
                        "VmSize": 5
                      },
                      "netflowd": {
                        "VmPeak": 9,
                        "VmRSS": 4,
                        "VmSize": 8
                      },
                      "node": {
                        "VmPeak": 4,
                        "VmRSS": 8,
                        "VmSize": 4
                      },
                      "pm": {
                        "VmPeak": 2,
                        "VmRSS": 8,
                        "VmSize": 6
                      },
                      "snmpd": {
                        "VmPeak": 10,
                        "VmRSS": 7,
                        "VmSize": 9
                      },
                      "sslpd": {
                        "VmPeak": 9,
                        "VmRSS": 10,
                        "VmSize": 5
                      },
                      "statsd2": {
                        "VmPeak": 9,
                        "VmRSS": 3,
                        "VmSize": 2
                      },
                      "sysd": {
                        "VmPeak": 5,
                        "VmRSS": 9,
                        "VmSize": 3
                      },
                      "tunneld": {
                        "VmPeak": 1,
                        "VmRSS": 4,
                        "VmSize": 6
                      }
                    },
                    "timestamp": 6
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/timeseries/application": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsTimeseriesApplication",
        "description": "The parameters and request body are for method: statsTimeseriesApplication. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "BW_PCT_UTIL_AVG": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX_TS": {
                                "type": "number"
                              },
                              "COMP_L2W": {
                                "type": "number"
                              },
                              "COMP_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2W": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2L": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX_TS": {
                                "type": "number"
                              },
                              "COMP_W2L": {
                                "type": "number"
                              },
                              "COMP_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_W2LMAX_TS": {
                                "type": "number"
                              },
                              "CREATED": {
                                "type": "number"
                              },
                              "CREATED_MAX": {
                                "type": "number"
                              },
                              "CREATED_MAX_TS": {
                                "type": "number"
                              },
                              "DELETED": {
                                "type": "number"
                              },
                              "DELETED_MAX": {
                                "type": "number"
                              },
                              "DELETED_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_AVG": {
                                "type": "number"
                              },
                              "LATENCY_MAX": {
                                "type": "number"
                              },
                              "LATENCY_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_MIN": {
                                "type": "number"
                              },
                              "LATENCY_MIN_FROM_PEAK": {
                                "type": "number"
                              },
                              "LATENCY_MIN_TS": {
                                "type": "number"
                              },
                              "LRX_BYTES": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LRX_PKTS": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_BYTES": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_PKTS": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_LOSS": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_POC": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "POST_POC": {
                                "type": "number"
                              },
                              "POST_POCMAX": {
                                "type": "number"
                              },
                              "POST_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_LOSS": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_POC": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_POC": {
                                "type": "number"
                              },
                              "PRE_POCMAX": {
                                "type": "number"
                              },
                              "PRE_POCMAX_TS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TCP_FLOWS": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TIMESTAMP": {
                                "type": "number"
                              },
                              "WRX_BYTES": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WRX_PKTS": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_BYTES": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_PKTS": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX_TS": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string"
                  ],
                  "data": {
                    "<nePk/IP>": [
                      {
                        "BW_PCT_UTIL_AVG": 7,
                        "BW_PCT_UTIL_MAX": 8,
                        "BW_PCT_UTIL_MAX_TS": 10,
                        "COMP_L2W": 2,
                        "COMP_L2WMAX": 6,
                        "COMP_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_L2W": 3,
                        "COMP_NOOHEAD_L2WMAX": 1,
                        "COMP_NOOHEAD_L2WMAX_TS": 2,
                        "COMP_NOOHEAD_W2L": 9,
                        "COMP_NOOHEAD_W2LMAX": 5,
                        "COMP_NOOHEAD_W2LMAX_TS": 3,
                        "COMP_W2L": 6,
                        "COMP_W2LMAX": 1,
                        "COMP_W2LMAX_TS": 7,
                        "CREATED": 4,
                        "CREATED_MAX": 9,
                        "CREATED_MAX_TS": 5,
                        "DELETED": 10,
                        "DELETED_MAX": 7,
                        "DELETED_MAX_TS": 3,
                        "LATENCY_AVG": 7,
                        "LATENCY_MAX": 6,
                        "LATENCY_MAX_TS": 2,
                        "LATENCY_MIN": 7,
                        "LATENCY_MIN_FROM_PEAK": 6,
                        "LATENCY_MIN_TS": 9,
                        "LRX_BYTES": 1,
                        "LRX_BYTES_MAX": 8,
                        "LRX_BYTES_MAX_TS": 6,
                        "LRX_PKTS": 7,
                        "LRX_PKTS_MAX": 3,
                        "LRX_PKTS_MAX_TS": 10,
                        "LTX_BYTES": 6,
                        "LTX_BYTES_MAX": 6,
                        "LTX_BYTES_MAX_TS": 3,
                        "LTX_PKTS": 6,
                        "LTX_PKTS_MAX": 5,
                        "LTX_PKTS_MAX_TS": 10,
                        "NON_TCP_FLOWS": 3,
                        "NON_TCP_FLOWS_MAX": 3,
                        "NON_TCP_FLOWS_MAX_TS": 4,
                        "OHEAD_WRX_BYTES": 1,
                        "OHEAD_WRX_BYTES_MAX": 2,
                        "OHEAD_WRX_BYTES_MAX_TS": 7,
                        "OHEAD_WRX_HDR_BYTES": 10,
                        "OHEAD_WRX_HDR_BYTES_MAX": 5,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 1,
                        "OHEAD_WRX_PKTS": 5,
                        "OHEAD_WRX_PKTS_MAX": 9,
                        "OHEAD_WRX_PKTS_MAX_TS": 3,
                        "OHEAD_WTX_BYTES": 10,
                        "OHEAD_WTX_BYTES_MAX": 6,
                        "OHEAD_WTX_BYTES_MAX_TS": 7,
                        "OHEAD_WTX_HDR_BYTES": 2,
                        "OHEAD_WTX_HDR_BYTES_MAX": 8,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 8,
                        "OHEAD_WTX_PKTS": 4,
                        "OHEAD_WTX_PKTS_MAX": 6,
                        "OHEAD_WTX_PKTS_MAX_TS": 5,
                        "POST_LOSS": 6,
                        "POST_LOSS_MAX": 10,
                        "POST_LOSS_MAX_TS": 10,
                        "POST_PCT_LOSS": 6,
                        "POST_PCT_LOSS_MAX": 5,
                        "POST_PCT_LOSS_MAX_TS": 10,
                        "POST_PCT_POC": 7,
                        "POST_PCT_POCMAX": 7,
                        "POST_PCT_POCMAX_TS": 7,
                        "POST_POC": 4,
                        "POST_POCMAX": 3,
                        "POST_POCMAX_TS": 1,
                        "PRE_LOSS": 3,
                        "PRE_LOSS_MAX": 8,
                        "PRE_LOSS_MAX_TS": 3,
                        "PRE_PCT_LOSS": 6,
                        "PRE_PCT_LOSS_MAX": 10,
                        "PRE_PCT_LOSS_MAX_TS": 7,
                        "PRE_PCT_POC": 7,
                        "PRE_PCT_POCMAX": 9,
                        "PRE_PCT_POCMAX_TS": 10,
                        "PRE_POC": 9,
                        "PRE_POCMAX": 6,
                        "PRE_POCMAX_TS": 7,
                        "TCP_ACC_FLOWS": 5,
                        "TCP_ACC_FLOWS_MAX": 1,
                        "TCP_ACC_FLOWS_MAX_TS": 3,
                        "TCP_FLOWS": 5,
                        "TCP_FLOWS_MAX": 3,
                        "TCP_FLOWS_MAX_TS": 4,
                        "TIMESTAMP": 4,
                        "WRX_BYTES": 4,
                        "WRX_BYTES_MAX": 1,
                        "WRX_BYTES_MAX_TS": 1,
                        "WRX_PKTS": 3,
                        "WRX_PKTS_MAX": 9,
                        "WRX_PKTS_MAX_TS": 8,
                        "WTX_BYTES": 5,
                        "WTX_BYTES_MAX": 9,
                        "WTX_BYTES_MAX_TS": 4,
                        "WTX_PKTS": 5,
                        "WTX_PKTS_MAX": 2,
                        "WTX_PKTS_MAX_TS": 2
                      },
                      {
                        "BW_PCT_UTIL_AVG": 4,
                        "BW_PCT_UTIL_MAX": 2,
                        "BW_PCT_UTIL_MAX_TS": 2,
                        "COMP_L2W": 7,
                        "COMP_L2WMAX": 6,
                        "COMP_L2WMAX_TS": 8,
                        "COMP_NOOHEAD_L2W": 1,
                        "COMP_NOOHEAD_L2WMAX": 9,
                        "COMP_NOOHEAD_L2WMAX_TS": 2,
                        "COMP_NOOHEAD_W2L": 6,
                        "COMP_NOOHEAD_W2LMAX": 2,
                        "COMP_NOOHEAD_W2LMAX_TS": 2,
                        "COMP_W2L": 4,
                        "COMP_W2LMAX": 4,
                        "COMP_W2LMAX_TS": 10,
                        "CREATED": 5,
                        "CREATED_MAX": 5,
                        "CREATED_MAX_TS": 8,
                        "DELETED": 10,
                        "DELETED_MAX": 7,
                        "DELETED_MAX_TS": 9,
                        "LATENCY_AVG": 9,
                        "LATENCY_MAX": 10,
                        "LATENCY_MAX_TS": 4,
                        "LATENCY_MIN": 7,
                        "LATENCY_MIN_FROM_PEAK": 2,
                        "LATENCY_MIN_TS": 3,
                        "LRX_BYTES": 2,
                        "LRX_BYTES_MAX": 4,
                        "LRX_BYTES_MAX_TS": 9,
                        "LRX_PKTS": 2,
                        "LRX_PKTS_MAX": 5,
                        "LRX_PKTS_MAX_TS": 1,
                        "LTX_BYTES": 9,
                        "LTX_BYTES_MAX": 4,
                        "LTX_BYTES_MAX_TS": 5,
                        "LTX_PKTS": 7,
                        "LTX_PKTS_MAX": 1,
                        "LTX_PKTS_MAX_TS": 8,
                        "NON_TCP_FLOWS": 2,
                        "NON_TCP_FLOWS_MAX": 9,
                        "NON_TCP_FLOWS_MAX_TS": 1,
                        "OHEAD_WRX_BYTES": 6,
                        "OHEAD_WRX_BYTES_MAX": 8,
                        "OHEAD_WRX_BYTES_MAX_TS": 10,
                        "OHEAD_WRX_HDR_BYTES": 2,
                        "OHEAD_WRX_HDR_BYTES_MAX": 2,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 6,
                        "OHEAD_WRX_PKTS": 8,
                        "OHEAD_WRX_PKTS_MAX": 6,
                        "OHEAD_WRX_PKTS_MAX_TS": 3,
                        "OHEAD_WTX_BYTES": 9,
                        "OHEAD_WTX_BYTES_MAX": 6,
                        "OHEAD_WTX_BYTES_MAX_TS": 3,
                        "OHEAD_WTX_HDR_BYTES": 10,
                        "OHEAD_WTX_HDR_BYTES_MAX": 8,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 2,
                        "OHEAD_WTX_PKTS": 2,
                        "OHEAD_WTX_PKTS_MAX": 2,
                        "OHEAD_WTX_PKTS_MAX_TS": 6,
                        "POST_LOSS": 2,
                        "POST_LOSS_MAX": 5,
                        "POST_LOSS_MAX_TS": 1,
                        "POST_PCT_LOSS": 2,
                        "POST_PCT_LOSS_MAX": 2,
                        "POST_PCT_LOSS_MAX_TS": 10,
                        "POST_PCT_POC": 5,
                        "POST_PCT_POCMAX": 9,
                        "POST_PCT_POCMAX_TS": 7,
                        "POST_POC": 10,
                        "POST_POCMAX": 6,
                        "POST_POCMAX_TS": 6,
                        "PRE_LOSS": 10,
                        "PRE_LOSS_MAX": 7,
                        "PRE_LOSS_MAX_TS": 5,
                        "PRE_PCT_LOSS": 8,
                        "PRE_PCT_LOSS_MAX": 8,
                        "PRE_PCT_LOSS_MAX_TS": 5,
                        "PRE_PCT_POC": 1,
                        "PRE_PCT_POCMAX": 9,
                        "PRE_PCT_POCMAX_TS": 7,
                        "PRE_POC": 7,
                        "PRE_POCMAX": 3,
                        "PRE_POCMAX_TS": 8,
                        "TCP_ACC_FLOWS": 9,
                        "TCP_ACC_FLOWS_MAX": 1,
                        "TCP_ACC_FLOWS_MAX_TS": 7,
                        "TCP_FLOWS": 1,
                        "TCP_FLOWS_MAX": 3,
                        "TCP_FLOWS_MAX_TS": 7,
                        "TIMESTAMP": 7,
                        "WRX_BYTES": 7,
                        "WRX_BYTES_MAX": 2,
                        "WRX_BYTES_MAX_TS": 6,
                        "WRX_PKTS": 1,
                        "WRX_PKTS_MAX": 5,
                        "WRX_PKTS_MAX_TS": 6,
                        "WTX_BYTES": 4,
                        "WTX_BYTES_MAX": 1,
                        "WTX_BYTES_MAX_TS": 5,
                        "WTX_PKTS": 3,
                        "WTX_PKTS_MAX": 8,
                        "WTX_PKTS_MAX_TS": 2
                      },
                      {
                        "BW_PCT_UTIL_AVG": 1,
                        "BW_PCT_UTIL_MAX": 4,
                        "BW_PCT_UTIL_MAX_TS": 9,
                        "COMP_L2W": 1,
                        "COMP_L2WMAX": 6,
                        "COMP_L2WMAX_TS": 1,
                        "COMP_NOOHEAD_L2W": 9,
                        "COMP_NOOHEAD_L2WMAX": 6,
                        "COMP_NOOHEAD_L2WMAX_TS": 5,
                        "COMP_NOOHEAD_W2L": 7,
                        "COMP_NOOHEAD_W2LMAX": 3,
                        "COMP_NOOHEAD_W2LMAX_TS": 8,
                        "COMP_W2L": 5,
                        "COMP_W2LMAX": 2,
                        "COMP_W2LMAX_TS": 7,
                        "CREATED": 3,
                        "CREATED_MAX": 7,
                        "CREATED_MAX_TS": 2,
                        "DELETED": 7,
                        "DELETED_MAX": 1,
                        "DELETED_MAX_TS": 6,
                        "LATENCY_AVG": 4,
                        "LATENCY_MAX": 6,
                        "LATENCY_MAX_TS": 1,
                        "LATENCY_MIN": 2,
                        "LATENCY_MIN_FROM_PEAK": 4,
                        "LATENCY_MIN_TS": 10,
                        "LRX_BYTES": 6,
                        "LRX_BYTES_MAX": 6,
                        "LRX_BYTES_MAX_TS": 8,
                        "LRX_PKTS": 8,
                        "LRX_PKTS_MAX": 5,
                        "LRX_PKTS_MAX_TS": 8,
                        "LTX_BYTES": 5,
                        "LTX_BYTES_MAX": 4,
                        "LTX_BYTES_MAX_TS": 8,
                        "LTX_PKTS": 1,
                        "LTX_PKTS_MAX": 10,
                        "LTX_PKTS_MAX_TS": 5,
                        "NON_TCP_FLOWS": 2,
                        "NON_TCP_FLOWS_MAX": 3,
                        "NON_TCP_FLOWS_MAX_TS": 10,
                        "OHEAD_WRX_BYTES": 6,
                        "OHEAD_WRX_BYTES_MAX": 2,
                        "OHEAD_WRX_BYTES_MAX_TS": 4,
                        "OHEAD_WRX_HDR_BYTES": 8,
                        "OHEAD_WRX_HDR_BYTES_MAX": 10,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 6,
                        "OHEAD_WRX_PKTS": 7,
                        "OHEAD_WRX_PKTS_MAX": 4,
                        "OHEAD_WRX_PKTS_MAX_TS": 6,
                        "OHEAD_WTX_BYTES": 4,
                        "OHEAD_WTX_BYTES_MAX": 6,
                        "OHEAD_WTX_BYTES_MAX_TS": 3,
                        "OHEAD_WTX_HDR_BYTES": 1,
                        "OHEAD_WTX_HDR_BYTES_MAX": 4,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 4,
                        "OHEAD_WTX_PKTS": 10,
                        "OHEAD_WTX_PKTS_MAX": 1,
                        "OHEAD_WTX_PKTS_MAX_TS": 4,
                        "POST_LOSS": 4,
                        "POST_LOSS_MAX": 7,
                        "POST_LOSS_MAX_TS": 3,
                        "POST_PCT_LOSS": 7,
                        "POST_PCT_LOSS_MAX": 4,
                        "POST_PCT_LOSS_MAX_TS": 5,
                        "POST_PCT_POC": 6,
                        "POST_PCT_POCMAX": 8,
                        "POST_PCT_POCMAX_TS": 10,
                        "POST_POC": 10,
                        "POST_POCMAX": 4,
                        "POST_POCMAX_TS": 10,
                        "PRE_LOSS": 9,
                        "PRE_LOSS_MAX": 5,
                        "PRE_LOSS_MAX_TS": 6,
                        "PRE_PCT_LOSS": 6,
                        "PRE_PCT_LOSS_MAX": 1,
                        "PRE_PCT_LOSS_MAX_TS": 8,
                        "PRE_PCT_POC": 9,
                        "PRE_PCT_POCMAX": 4,
                        "PRE_PCT_POCMAX_TS": 8,
                        "PRE_POC": 5,
                        "PRE_POCMAX": 6,
                        "PRE_POCMAX_TS": 10,
                        "TCP_ACC_FLOWS": 7,
                        "TCP_ACC_FLOWS_MAX": 8,
                        "TCP_ACC_FLOWS_MAX_TS": 8,
                        "TCP_FLOWS": 5,
                        "TCP_FLOWS_MAX": 4,
                        "TCP_FLOWS_MAX_TS": 9,
                        "TIMESTAMP": 3,
                        "WRX_BYTES": 6,
                        "WRX_BYTES_MAX": 4,
                        "WRX_BYTES_MAX_TS": 1,
                        "WRX_PKTS": 7,
                        "WRX_PKTS_MAX": 3,
                        "WRX_PKTS_MAX_TS": 10,
                        "WTX_BYTES": 9,
                        "WTX_BYTES_MAX": 2,
                        "WTX_BYTES_MAX_TS": 7,
                        "WTX_PKTS": 7,
                        "WTX_PKTS_MAX": 10,
                        "WTX_PKTS_MAX_TS": 2
                      },
                      {
                        "BW_PCT_UTIL_AVG": 1,
                        "BW_PCT_UTIL_MAX": 2,
                        "BW_PCT_UTIL_MAX_TS": 4,
                        "COMP_L2W": 5,
                        "COMP_L2WMAX": 9,
                        "COMP_L2WMAX_TS": 5,
                        "COMP_NOOHEAD_L2W": 4,
                        "COMP_NOOHEAD_L2WMAX": 4,
                        "COMP_NOOHEAD_L2WMAX_TS": 3,
                        "COMP_NOOHEAD_W2L": 2,
                        "COMP_NOOHEAD_W2LMAX": 5,
                        "COMP_NOOHEAD_W2LMAX_TS": 5,
                        "COMP_W2L": 4,
                        "COMP_W2LMAX": 4,
                        "COMP_W2LMAX_TS": 4,
                        "CREATED": 3,
                        "CREATED_MAX": 8,
                        "CREATED_MAX_TS": 4,
                        "DELETED": 5,
                        "DELETED_MAX": 4,
                        "DELETED_MAX_TS": 3,
                        "LATENCY_AVG": 10,
                        "LATENCY_MAX": 7,
                        "LATENCY_MAX_TS": 8,
                        "LATENCY_MIN": 7,
                        "LATENCY_MIN_FROM_PEAK": 2,
                        "LATENCY_MIN_TS": 1,
                        "LRX_BYTES": 5,
                        "LRX_BYTES_MAX": 4,
                        "LRX_BYTES_MAX_TS": 8,
                        "LRX_PKTS": 7,
                        "LRX_PKTS_MAX": 1,
                        "LRX_PKTS_MAX_TS": 7,
                        "LTX_BYTES": 9,
                        "LTX_BYTES_MAX": 3,
                        "LTX_BYTES_MAX_TS": 7,
                        "LTX_PKTS": 6,
                        "LTX_PKTS_MAX": 3,
                        "LTX_PKTS_MAX_TS": 9,
                        "NON_TCP_FLOWS": 6,
                        "NON_TCP_FLOWS_MAX": 10,
                        "NON_TCP_FLOWS_MAX_TS": 10,
                        "OHEAD_WRX_BYTES": 5,
                        "OHEAD_WRX_BYTES_MAX": 2,
                        "OHEAD_WRX_BYTES_MAX_TS": 9,
                        "OHEAD_WRX_HDR_BYTES": 3,
                        "OHEAD_WRX_HDR_BYTES_MAX": 8,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 5,
                        "OHEAD_WRX_PKTS": 2,
                        "OHEAD_WRX_PKTS_MAX": 4,
                        "OHEAD_WRX_PKTS_MAX_TS": 9,
                        "OHEAD_WTX_BYTES": 3,
                        "OHEAD_WTX_BYTES_MAX": 1,
                        "OHEAD_WTX_BYTES_MAX_TS": 2,
                        "OHEAD_WTX_HDR_BYTES": 9,
                        "OHEAD_WTX_HDR_BYTES_MAX": 9,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 7,
                        "OHEAD_WTX_PKTS": 5,
                        "OHEAD_WTX_PKTS_MAX": 2,
                        "OHEAD_WTX_PKTS_MAX_TS": 5,
                        "POST_LOSS": 8,
                        "POST_LOSS_MAX": 10,
                        "POST_LOSS_MAX_TS": 2,
                        "POST_PCT_LOSS": 3,
                        "POST_PCT_LOSS_MAX": 7,
                        "POST_PCT_LOSS_MAX_TS": 9,
                        "POST_PCT_POC": 7,
                        "POST_PCT_POCMAX": 4,
                        "POST_PCT_POCMAX_TS": 8,
                        "POST_POC": 4,
                        "POST_POCMAX": 3,
                        "POST_POCMAX_TS": 2,
                        "PRE_LOSS": 3,
                        "PRE_LOSS_MAX": 8,
                        "PRE_LOSS_MAX_TS": 3,
                        "PRE_PCT_LOSS": 4,
                        "PRE_PCT_LOSS_MAX": 10,
                        "PRE_PCT_LOSS_MAX_TS": 10,
                        "PRE_PCT_POC": 7,
                        "PRE_PCT_POCMAX": 4,
                        "PRE_PCT_POCMAX_TS": 9,
                        "PRE_POC": 6,
                        "PRE_POCMAX": 10,
                        "PRE_POCMAX_TS": 6,
                        "TCP_ACC_FLOWS": 4,
                        "TCP_ACC_FLOWS_MAX": 6,
                        "TCP_ACC_FLOWS_MAX_TS": 7,
                        "TCP_FLOWS": 6,
                        "TCP_FLOWS_MAX": 3,
                        "TCP_FLOWS_MAX_TS": 9,
                        "TIMESTAMP": 10,
                        "WRX_BYTES": 10,
                        "WRX_BYTES_MAX": 5,
                        "WRX_BYTES_MAX_TS": 1,
                        "WRX_PKTS": 5,
                        "WRX_PKTS_MAX": 2,
                        "WRX_PKTS_MAX_TS": 6,
                        "WTX_BYTES": 4,
                        "WTX_BYTES_MAX": 5,
                        "WTX_BYTES_MAX_TS": 7,
                        "WTX_PKTS": 4,
                        "WTX_PKTS_MAX": 9,
                        "WTX_PKTS_MAX_TS": 3
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsTimeseriesApplication",
        "description": "The parameters and request body are for method: postStatsTimeseriesApplication. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "BW_PCT_UTIL_AVG": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX_TS": {
                                "type": "number"
                              },
                              "COMP_L2W": {
                                "type": "number"
                              },
                              "COMP_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2W": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2L": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX_TS": {
                                "type": "number"
                              },
                              "COMP_W2L": {
                                "type": "number"
                              },
                              "COMP_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_W2LMAX_TS": {
                                "type": "number"
                              },
                              "CREATED": {
                                "type": "number"
                              },
                              "CREATED_MAX": {
                                "type": "number"
                              },
                              "CREATED_MAX_TS": {
                                "type": "number"
                              },
                              "DELETED": {
                                "type": "number"
                              },
                              "DELETED_MAX": {
                                "type": "number"
                              },
                              "DELETED_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_AVG": {
                                "type": "number"
                              },
                              "LATENCY_MAX": {
                                "type": "number"
                              },
                              "LATENCY_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_MIN": {
                                "type": "number"
                              },
                              "LATENCY_MIN_FROM_PEAK": {
                                "type": "number"
                              },
                              "LATENCY_MIN_TS": {
                                "type": "number"
                              },
                              "LRX_BYTES": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LRX_PKTS": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_BYTES": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_PKTS": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_LOSS": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_POC": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "POST_POC": {
                                "type": "number"
                              },
                              "POST_POCMAX": {
                                "type": "number"
                              },
                              "POST_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_LOSS": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_POC": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_POC": {
                                "type": "number"
                              },
                              "PRE_POCMAX": {
                                "type": "number"
                              },
                              "PRE_POCMAX_TS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TCP_FLOWS": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TIMESTAMP": {
                                "type": "number"
                              },
                              "WRX_BYTES": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WRX_PKTS": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_BYTES": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_PKTS": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX_TS": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string",
                    "string"
                  ],
                  "data": {
                    "<nePk/IP>": [
                      {
                        "BW_PCT_UTIL_AVG": 10,
                        "BW_PCT_UTIL_MAX": 8,
                        "BW_PCT_UTIL_MAX_TS": 6,
                        "COMP_L2W": 3,
                        "COMP_L2WMAX": 2,
                        "COMP_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_L2W": 10,
                        "COMP_NOOHEAD_L2WMAX": 1,
                        "COMP_NOOHEAD_L2WMAX_TS": 4,
                        "COMP_NOOHEAD_W2L": 2,
                        "COMP_NOOHEAD_W2LMAX": 9,
                        "COMP_NOOHEAD_W2LMAX_TS": 6,
                        "COMP_W2L": 1,
                        "COMP_W2LMAX": 6,
                        "COMP_W2LMAX_TS": 6,
                        "CREATED": 5,
                        "CREATED_MAX": 8,
                        "CREATED_MAX_TS": 10,
                        "DELETED": 7,
                        "DELETED_MAX": 10,
                        "DELETED_MAX_TS": 8,
                        "LATENCY_AVG": 7,
                        "LATENCY_MAX": 5,
                        "LATENCY_MAX_TS": 6,
                        "LATENCY_MIN": 10,
                        "LATENCY_MIN_FROM_PEAK": 1,
                        "LATENCY_MIN_TS": 3,
                        "LRX_BYTES": 1,
                        "LRX_BYTES_MAX": 4,
                        "LRX_BYTES_MAX_TS": 2,
                        "LRX_PKTS": 1,
                        "LRX_PKTS_MAX": 10,
                        "LRX_PKTS_MAX_TS": 6,
                        "LTX_BYTES": 8,
                        "LTX_BYTES_MAX": 3,
                        "LTX_BYTES_MAX_TS": 4,
                        "LTX_PKTS": 4,
                        "LTX_PKTS_MAX": 4,
                        "LTX_PKTS_MAX_TS": 2,
                        "NON_TCP_FLOWS": 10,
                        "NON_TCP_FLOWS_MAX": 3,
                        "NON_TCP_FLOWS_MAX_TS": 5,
                        "OHEAD_WRX_BYTES": 3,
                        "OHEAD_WRX_BYTES_MAX": 4,
                        "OHEAD_WRX_BYTES_MAX_TS": 10,
                        "OHEAD_WRX_HDR_BYTES": 7,
                        "OHEAD_WRX_HDR_BYTES_MAX": 9,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 8,
                        "OHEAD_WRX_PKTS": 5,
                        "OHEAD_WRX_PKTS_MAX": 6,
                        "OHEAD_WRX_PKTS_MAX_TS": 9,
                        "OHEAD_WTX_BYTES": 8,
                        "OHEAD_WTX_BYTES_MAX": 9,
                        "OHEAD_WTX_BYTES_MAX_TS": 4,
                        "OHEAD_WTX_HDR_BYTES": 8,
                        "OHEAD_WTX_HDR_BYTES_MAX": 5,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 8,
                        "OHEAD_WTX_PKTS": 4,
                        "OHEAD_WTX_PKTS_MAX": 2,
                        "OHEAD_WTX_PKTS_MAX_TS": 6,
                        "POST_LOSS": 10,
                        "POST_LOSS_MAX": 8,
                        "POST_LOSS_MAX_TS": 5,
                        "POST_PCT_LOSS": 6,
                        "POST_PCT_LOSS_MAX": 2,
                        "POST_PCT_LOSS_MAX_TS": 9,
                        "POST_PCT_POC": 8,
                        "POST_PCT_POCMAX": 7,
                        "POST_PCT_POCMAX_TS": 4,
                        "POST_POC": 3,
                        "POST_POCMAX": 5,
                        "POST_POCMAX_TS": 3,
                        "PRE_LOSS": 3,
                        "PRE_LOSS_MAX": 1,
                        "PRE_LOSS_MAX_TS": 4,
                        "PRE_PCT_LOSS": 3,
                        "PRE_PCT_LOSS_MAX": 2,
                        "PRE_PCT_LOSS_MAX_TS": 8,
                        "PRE_PCT_POC": 8,
                        "PRE_PCT_POCMAX": 10,
                        "PRE_PCT_POCMAX_TS": 2,
                        "PRE_POC": 1,
                        "PRE_POCMAX": 1,
                        "PRE_POCMAX_TS": 10,
                        "TCP_ACC_FLOWS": 4,
                        "TCP_ACC_FLOWS_MAX": 2,
                        "TCP_ACC_FLOWS_MAX_TS": 6,
                        "TCP_FLOWS": 1,
                        "TCP_FLOWS_MAX": 1,
                        "TCP_FLOWS_MAX_TS": 8,
                        "TIMESTAMP": 10,
                        "WRX_BYTES": 6,
                        "WRX_BYTES_MAX": 7,
                        "WRX_BYTES_MAX_TS": 4,
                        "WRX_PKTS": 2,
                        "WRX_PKTS_MAX": 1,
                        "WRX_PKTS_MAX_TS": 8,
                        "WTX_BYTES": 1,
                        "WTX_BYTES_MAX": 2,
                        "WTX_BYTES_MAX_TS": 5,
                        "WTX_PKTS": 10,
                        "WTX_PKTS_MAX": 10,
                        "WTX_PKTS_MAX_TS": 7
                      },
                      {
                        "BW_PCT_UTIL_AVG": 5,
                        "BW_PCT_UTIL_MAX": 1,
                        "BW_PCT_UTIL_MAX_TS": 9,
                        "COMP_L2W": 2,
                        "COMP_L2WMAX": 8,
                        "COMP_L2WMAX_TS": 10,
                        "COMP_NOOHEAD_L2W": 9,
                        "COMP_NOOHEAD_L2WMAX": 1,
                        "COMP_NOOHEAD_L2WMAX_TS": 8,
                        "COMP_NOOHEAD_W2L": 7,
                        "COMP_NOOHEAD_W2LMAX": 4,
                        "COMP_NOOHEAD_W2LMAX_TS": 1,
                        "COMP_W2L": 2,
                        "COMP_W2LMAX": 1,
                        "COMP_W2LMAX_TS": 10,
                        "CREATED": 4,
                        "CREATED_MAX": 10,
                        "CREATED_MAX_TS": 8,
                        "DELETED": 9,
                        "DELETED_MAX": 8,
                        "DELETED_MAX_TS": 10,
                        "LATENCY_AVG": 4,
                        "LATENCY_MAX": 8,
                        "LATENCY_MAX_TS": 3,
                        "LATENCY_MIN": 2,
                        "LATENCY_MIN_FROM_PEAK": 1,
                        "LATENCY_MIN_TS": 4,
                        "LRX_BYTES": 6,
                        "LRX_BYTES_MAX": 7,
                        "LRX_BYTES_MAX_TS": 8,
                        "LRX_PKTS": 1,
                        "LRX_PKTS_MAX": 1,
                        "LRX_PKTS_MAX_TS": 9,
                        "LTX_BYTES": 2,
                        "LTX_BYTES_MAX": 4,
                        "LTX_BYTES_MAX_TS": 5,
                        "LTX_PKTS": 5,
                        "LTX_PKTS_MAX": 8,
                        "LTX_PKTS_MAX_TS": 9,
                        "NON_TCP_FLOWS": 1,
                        "NON_TCP_FLOWS_MAX": 10,
                        "NON_TCP_FLOWS_MAX_TS": 9,
                        "OHEAD_WRX_BYTES": 9,
                        "OHEAD_WRX_BYTES_MAX": 10,
                        "OHEAD_WRX_BYTES_MAX_TS": 1,
                        "OHEAD_WRX_HDR_BYTES": 1,
                        "OHEAD_WRX_HDR_BYTES_MAX": 5,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 5,
                        "OHEAD_WRX_PKTS": 8,
                        "OHEAD_WRX_PKTS_MAX": 10,
                        "OHEAD_WRX_PKTS_MAX_TS": 7,
                        "OHEAD_WTX_BYTES": 1,
                        "OHEAD_WTX_BYTES_MAX": 9,
                        "OHEAD_WTX_BYTES_MAX_TS": 8,
                        "OHEAD_WTX_HDR_BYTES": 1,
                        "OHEAD_WTX_HDR_BYTES_MAX": 5,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 9,
                        "OHEAD_WTX_PKTS": 3,
                        "OHEAD_WTX_PKTS_MAX": 2,
                        "OHEAD_WTX_PKTS_MAX_TS": 2,
                        "POST_LOSS": 6,
                        "POST_LOSS_MAX": 2,
                        "POST_LOSS_MAX_TS": 7,
                        "POST_PCT_LOSS": 3,
                        "POST_PCT_LOSS_MAX": 6,
                        "POST_PCT_LOSS_MAX_TS": 6,
                        "POST_PCT_POC": 6,
                        "POST_PCT_POCMAX": 4,
                        "POST_PCT_POCMAX_TS": 5,
                        "POST_POC": 10,
                        "POST_POCMAX": 5,
                        "POST_POCMAX_TS": 6,
                        "PRE_LOSS": 5,
                        "PRE_LOSS_MAX": 2,
                        "PRE_LOSS_MAX_TS": 1,
                        "PRE_PCT_LOSS": 7,
                        "PRE_PCT_LOSS_MAX": 2,
                        "PRE_PCT_LOSS_MAX_TS": 7,
                        "PRE_PCT_POC": 5,
                        "PRE_PCT_POCMAX": 5,
                        "PRE_PCT_POCMAX_TS": 2,
                        "PRE_POC": 6,
                        "PRE_POCMAX": 6,
                        "PRE_POCMAX_TS": 8,
                        "TCP_ACC_FLOWS": 6,
                        "TCP_ACC_FLOWS_MAX": 5,
                        "TCP_ACC_FLOWS_MAX_TS": 2,
                        "TCP_FLOWS": 3,
                        "TCP_FLOWS_MAX": 1,
                        "TCP_FLOWS_MAX_TS": 6,
                        "TIMESTAMP": 6,
                        "WRX_BYTES": 7,
                        "WRX_BYTES_MAX": 3,
                        "WRX_BYTES_MAX_TS": 6,
                        "WRX_PKTS": 4,
                        "WRX_PKTS_MAX": 1,
                        "WRX_PKTS_MAX_TS": 8,
                        "WTX_BYTES": 5,
                        "WTX_BYTES_MAX": 10,
                        "WTX_BYTES_MAX_TS": 4,
                        "WTX_PKTS": 8,
                        "WTX_PKTS_MAX": 4,
                        "WTX_PKTS_MAX_TS": 8
                      },
                      {
                        "BW_PCT_UTIL_AVG": 7,
                        "BW_PCT_UTIL_MAX": 1,
                        "BW_PCT_UTIL_MAX_TS": 9,
                        "COMP_L2W": 9,
                        "COMP_L2WMAX": 4,
                        "COMP_L2WMAX_TS": 2,
                        "COMP_NOOHEAD_L2W": 9,
                        "COMP_NOOHEAD_L2WMAX": 6,
                        "COMP_NOOHEAD_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_W2L": 4,
                        "COMP_NOOHEAD_W2LMAX": 8,
                        "COMP_NOOHEAD_W2LMAX_TS": 4,
                        "COMP_W2L": 10,
                        "COMP_W2LMAX": 6,
                        "COMP_W2LMAX_TS": 7,
                        "CREATED": 7,
                        "CREATED_MAX": 1,
                        "CREATED_MAX_TS": 8,
                        "DELETED": 6,
                        "DELETED_MAX": 6,
                        "DELETED_MAX_TS": 7,
                        "LATENCY_AVG": 3,
                        "LATENCY_MAX": 4,
                        "LATENCY_MAX_TS": 3,
                        "LATENCY_MIN": 4,
                        "LATENCY_MIN_FROM_PEAK": 10,
                        "LATENCY_MIN_TS": 7,
                        "LRX_BYTES": 8,
                        "LRX_BYTES_MAX": 5,
                        "LRX_BYTES_MAX_TS": 2,
                        "LRX_PKTS": 3,
                        "LRX_PKTS_MAX": 9,
                        "LRX_PKTS_MAX_TS": 3,
                        "LTX_BYTES": 5,
                        "LTX_BYTES_MAX": 3,
                        "LTX_BYTES_MAX_TS": 7,
                        "LTX_PKTS": 4,
                        "LTX_PKTS_MAX": 3,
                        "LTX_PKTS_MAX_TS": 7,
                        "NON_TCP_FLOWS": 10,
                        "NON_TCP_FLOWS_MAX": 7,
                        "NON_TCP_FLOWS_MAX_TS": 6,
                        "OHEAD_WRX_BYTES": 3,
                        "OHEAD_WRX_BYTES_MAX": 2,
                        "OHEAD_WRX_BYTES_MAX_TS": 5,
                        "OHEAD_WRX_HDR_BYTES": 3,
                        "OHEAD_WRX_HDR_BYTES_MAX": 4,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 8,
                        "OHEAD_WRX_PKTS": 4,
                        "OHEAD_WRX_PKTS_MAX": 10,
                        "OHEAD_WRX_PKTS_MAX_TS": 1,
                        "OHEAD_WTX_BYTES": 9,
                        "OHEAD_WTX_BYTES_MAX": 1,
                        "OHEAD_WTX_BYTES_MAX_TS": 8,
                        "OHEAD_WTX_HDR_BYTES": 5,
                        "OHEAD_WTX_HDR_BYTES_MAX": 3,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 3,
                        "OHEAD_WTX_PKTS": 6,
                        "OHEAD_WTX_PKTS_MAX": 8,
                        "OHEAD_WTX_PKTS_MAX_TS": 8,
                        "POST_LOSS": 9,
                        "POST_LOSS_MAX": 5,
                        "POST_LOSS_MAX_TS": 9,
                        "POST_PCT_LOSS": 10,
                        "POST_PCT_LOSS_MAX": 8,
                        "POST_PCT_LOSS_MAX_TS": 5,
                        "POST_PCT_POC": 1,
                        "POST_PCT_POCMAX": 10,
                        "POST_PCT_POCMAX_TS": 3,
                        "POST_POC": 1,
                        "POST_POCMAX": 2,
                        "POST_POCMAX_TS": 3,
                        "PRE_LOSS": 6,
                        "PRE_LOSS_MAX": 9,
                        "PRE_LOSS_MAX_TS": 2,
                        "PRE_PCT_LOSS": 4,
                        "PRE_PCT_LOSS_MAX": 5,
                        "PRE_PCT_LOSS_MAX_TS": 9,
                        "PRE_PCT_POC": 2,
                        "PRE_PCT_POCMAX": 5,
                        "PRE_PCT_POCMAX_TS": 4,
                        "PRE_POC": 5,
                        "PRE_POCMAX": 8,
                        "PRE_POCMAX_TS": 6,
                        "TCP_ACC_FLOWS": 7,
                        "TCP_ACC_FLOWS_MAX": 2,
                        "TCP_ACC_FLOWS_MAX_TS": 8,
                        "TCP_FLOWS": 5,
                        "TCP_FLOWS_MAX": 5,
                        "TCP_FLOWS_MAX_TS": 2,
                        "TIMESTAMP": 4,
                        "WRX_BYTES": 7,
                        "WRX_BYTES_MAX": 3,
                        "WRX_BYTES_MAX_TS": 6,
                        "WRX_PKTS": 1,
                        "WRX_PKTS_MAX": 3,
                        "WRX_PKTS_MAX_TS": 7,
                        "WTX_BYTES": 4,
                        "WTX_BYTES_MAX": 3,
                        "WTX_BYTES_MAX_TS": 2,
                        "WTX_PKTS": 4,
                        "WTX_PKTS_MAX": 1,
                        "WTX_PKTS_MAX_TS": 8
                      },
                      {
                        "BW_PCT_UTIL_AVG": 3,
                        "BW_PCT_UTIL_MAX": 10,
                        "BW_PCT_UTIL_MAX_TS": 9,
                        "COMP_L2W": 10,
                        "COMP_L2WMAX": 6,
                        "COMP_L2WMAX_TS": 6,
                        "COMP_NOOHEAD_L2W": 3,
                        "COMP_NOOHEAD_L2WMAX": 9,
                        "COMP_NOOHEAD_L2WMAX_TS": 5,
                        "COMP_NOOHEAD_W2L": 1,
                        "COMP_NOOHEAD_W2LMAX": 7,
                        "COMP_NOOHEAD_W2LMAX_TS": 6,
                        "COMP_W2L": 1,
                        "COMP_W2LMAX": 6,
                        "COMP_W2LMAX_TS": 2,
                        "CREATED": 5,
                        "CREATED_MAX": 9,
                        "CREATED_MAX_TS": 8,
                        "DELETED": 5,
                        "DELETED_MAX": 5,
                        "DELETED_MAX_TS": 2,
                        "LATENCY_AVG": 8,
                        "LATENCY_MAX": 6,
                        "LATENCY_MAX_TS": 7,
                        "LATENCY_MIN": 8,
                        "LATENCY_MIN_FROM_PEAK": 2,
                        "LATENCY_MIN_TS": 9,
                        "LRX_BYTES": 7,
                        "LRX_BYTES_MAX": 2,
                        "LRX_BYTES_MAX_TS": 8,
                        "LRX_PKTS": 10,
                        "LRX_PKTS_MAX": 3,
                        "LRX_PKTS_MAX_TS": 10,
                        "LTX_BYTES": 10,
                        "LTX_BYTES_MAX": 9,
                        "LTX_BYTES_MAX_TS": 4,
                        "LTX_PKTS": 10,
                        "LTX_PKTS_MAX": 6,
                        "LTX_PKTS_MAX_TS": 7,
                        "NON_TCP_FLOWS": 3,
                        "NON_TCP_FLOWS_MAX": 8,
                        "NON_TCP_FLOWS_MAX_TS": 5,
                        "OHEAD_WRX_BYTES": 10,
                        "OHEAD_WRX_BYTES_MAX": 8,
                        "OHEAD_WRX_BYTES_MAX_TS": 7,
                        "OHEAD_WRX_HDR_BYTES": 3,
                        "OHEAD_WRX_HDR_BYTES_MAX": 3,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 7,
                        "OHEAD_WRX_PKTS": 9,
                        "OHEAD_WRX_PKTS_MAX": 4,
                        "OHEAD_WRX_PKTS_MAX_TS": 3,
                        "OHEAD_WTX_BYTES": 3,
                        "OHEAD_WTX_BYTES_MAX": 4,
                        "OHEAD_WTX_BYTES_MAX_TS": 5,
                        "OHEAD_WTX_HDR_BYTES": 3,
                        "OHEAD_WTX_HDR_BYTES_MAX": 8,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 7,
                        "OHEAD_WTX_PKTS": 9,
                        "OHEAD_WTX_PKTS_MAX": 9,
                        "OHEAD_WTX_PKTS_MAX_TS": 6,
                        "POST_LOSS": 2,
                        "POST_LOSS_MAX": 7,
                        "POST_LOSS_MAX_TS": 8,
                        "POST_PCT_LOSS": 4,
                        "POST_PCT_LOSS_MAX": 9,
                        "POST_PCT_LOSS_MAX_TS": 1,
                        "POST_PCT_POC": 3,
                        "POST_PCT_POCMAX": 3,
                        "POST_PCT_POCMAX_TS": 8,
                        "POST_POC": 3,
                        "POST_POCMAX": 5,
                        "POST_POCMAX_TS": 7,
                        "PRE_LOSS": 2,
                        "PRE_LOSS_MAX": 1,
                        "PRE_LOSS_MAX_TS": 2,
                        "PRE_PCT_LOSS": 8,
                        "PRE_PCT_LOSS_MAX": 5,
                        "PRE_PCT_LOSS_MAX_TS": 4,
                        "PRE_PCT_POC": 8,
                        "PRE_PCT_POCMAX": 9,
                        "PRE_PCT_POCMAX_TS": 10,
                        "PRE_POC": 9,
                        "PRE_POCMAX": 5,
                        "PRE_POCMAX_TS": 5,
                        "TCP_ACC_FLOWS": 5,
                        "TCP_ACC_FLOWS_MAX": 9,
                        "TCP_ACC_FLOWS_MAX_TS": 2,
                        "TCP_FLOWS": 1,
                        "TCP_FLOWS_MAX": 7,
                        "TCP_FLOWS_MAX_TS": 9,
                        "TIMESTAMP": 3,
                        "WRX_BYTES": 8,
                        "WRX_BYTES_MAX": 3,
                        "WRX_BYTES_MAX_TS": 4,
                        "WRX_PKTS": 5,
                        "WRX_PKTS_MAX": 3,
                        "WRX_PKTS_MAX_TS": 3,
                        "WTX_BYTES": 10,
                        "WTX_BYTES_MAX": 6,
                        "WTX_BYTES_MAX_TS": 9,
                        "WTX_PKTS": 10,
                        "WTX_PKTS_MAX": 4,
                        "WTX_PKTS_MAX_TS": 5
                      },
                      {
                        "BW_PCT_UTIL_AVG": 6,
                        "BW_PCT_UTIL_MAX": 10,
                        "BW_PCT_UTIL_MAX_TS": 6,
                        "COMP_L2W": 3,
                        "COMP_L2WMAX": 2,
                        "COMP_L2WMAX_TS": 2,
                        "COMP_NOOHEAD_L2W": 5,
                        "COMP_NOOHEAD_L2WMAX": 5,
                        "COMP_NOOHEAD_L2WMAX_TS": 2,
                        "COMP_NOOHEAD_W2L": 5,
                        "COMP_NOOHEAD_W2LMAX": 7,
                        "COMP_NOOHEAD_W2LMAX_TS": 2,
                        "COMP_W2L": 8,
                        "COMP_W2LMAX": 4,
                        "COMP_W2LMAX_TS": 7,
                        "CREATED": 4,
                        "CREATED_MAX": 7,
                        "CREATED_MAX_TS": 6,
                        "DELETED": 4,
                        "DELETED_MAX": 8,
                        "DELETED_MAX_TS": 5,
                        "LATENCY_AVG": 5,
                        "LATENCY_MAX": 1,
                        "LATENCY_MAX_TS": 1,
                        "LATENCY_MIN": 9,
                        "LATENCY_MIN_FROM_PEAK": 9,
                        "LATENCY_MIN_TS": 1,
                        "LRX_BYTES": 9,
                        "LRX_BYTES_MAX": 6,
                        "LRX_BYTES_MAX_TS": 7,
                        "LRX_PKTS": 10,
                        "LRX_PKTS_MAX": 6,
                        "LRX_PKTS_MAX_TS": 9,
                        "LTX_BYTES": 1,
                        "LTX_BYTES_MAX": 9,
                        "LTX_BYTES_MAX_TS": 9,
                        "LTX_PKTS": 2,
                        "LTX_PKTS_MAX": 7,
                        "LTX_PKTS_MAX_TS": 8,
                        "NON_TCP_FLOWS": 3,
                        "NON_TCP_FLOWS_MAX": 4,
                        "NON_TCP_FLOWS_MAX_TS": 6,
                        "OHEAD_WRX_BYTES": 8,
                        "OHEAD_WRX_BYTES_MAX": 9,
                        "OHEAD_WRX_BYTES_MAX_TS": 10,
                        "OHEAD_WRX_HDR_BYTES": 9,
                        "OHEAD_WRX_HDR_BYTES_MAX": 7,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 9,
                        "OHEAD_WRX_PKTS": 4,
                        "OHEAD_WRX_PKTS_MAX": 6,
                        "OHEAD_WRX_PKTS_MAX_TS": 3,
                        "OHEAD_WTX_BYTES": 8,
                        "OHEAD_WTX_BYTES_MAX": 1,
                        "OHEAD_WTX_BYTES_MAX_TS": 9,
                        "OHEAD_WTX_HDR_BYTES": 10,
                        "OHEAD_WTX_HDR_BYTES_MAX": 9,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 2,
                        "OHEAD_WTX_PKTS": 8,
                        "OHEAD_WTX_PKTS_MAX": 10,
                        "OHEAD_WTX_PKTS_MAX_TS": 2,
                        "POST_LOSS": 10,
                        "POST_LOSS_MAX": 8,
                        "POST_LOSS_MAX_TS": 2,
                        "POST_PCT_LOSS": 3,
                        "POST_PCT_LOSS_MAX": 2,
                        "POST_PCT_LOSS_MAX_TS": 3,
                        "POST_PCT_POC": 8,
                        "POST_PCT_POCMAX": 4,
                        "POST_PCT_POCMAX_TS": 9,
                        "POST_POC": 6,
                        "POST_POCMAX": 4,
                        "POST_POCMAX_TS": 5,
                        "PRE_LOSS": 9,
                        "PRE_LOSS_MAX": 1,
                        "PRE_LOSS_MAX_TS": 1,
                        "PRE_PCT_LOSS": 3,
                        "PRE_PCT_LOSS_MAX": 7,
                        "PRE_PCT_LOSS_MAX_TS": 5,
                        "PRE_PCT_POC": 10,
                        "PRE_PCT_POCMAX": 3,
                        "PRE_PCT_POCMAX_TS": 5,
                        "PRE_POC": 10,
                        "PRE_POCMAX": 2,
                        "PRE_POCMAX_TS": 6,
                        "TCP_ACC_FLOWS": 8,
                        "TCP_ACC_FLOWS_MAX": 6,
                        "TCP_ACC_FLOWS_MAX_TS": 6,
                        "TCP_FLOWS": 6,
                        "TCP_FLOWS_MAX": 7,
                        "TCP_FLOWS_MAX_TS": 8,
                        "TIMESTAMP": 5,
                        "WRX_BYTES": 6,
                        "WRX_BYTES_MAX": 6,
                        "WRX_BYTES_MAX_TS": 6,
                        "WRX_PKTS": 2,
                        "WRX_PKTS_MAX": 3,
                        "WRX_PKTS_MAX_TS": 2,
                        "WTX_BYTES": 5,
                        "WTX_BYTES_MAX": 3,
                        "WTX_BYTES_MAX_TS": 1,
                        "WTX_PKTS": 3,
                        "WTX_PKTS_MAX": 5,
                        "WTX_PKTS_MAX_TS": 7
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/timeseries/application/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsTimeseriesApplicationNePk",
        "description": "The parameters and request body are for method: getStatsTimeseriesApplicationNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "BW_PCT_UTIL_AVG": {
                            "type": "number"
                          },
                          "BW_PCT_UTIL_MAX": {
                            "type": "number"
                          },
                          "BW_PCT_UTIL_MAX_TS": {
                            "type": "number"
                          },
                          "COMP_L2W": {
                            "type": "number"
                          },
                          "COMP_L2WMAX": {
                            "type": "number"
                          },
                          "COMP_L2WMAX_TS": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2W": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2WMAX": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2WMAX_TS": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2L": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2LMAX": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2LMAX_TS": {
                            "type": "number"
                          },
                          "COMP_W2L": {
                            "type": "number"
                          },
                          "COMP_W2LMAX": {
                            "type": "number"
                          },
                          "COMP_W2LMAX_TS": {
                            "type": "number"
                          },
                          "CREATED": {
                            "type": "number"
                          },
                          "CREATED_MAX": {
                            "type": "number"
                          },
                          "CREATED_MAX_TS": {
                            "type": "number"
                          },
                          "DELETED": {
                            "type": "number"
                          },
                          "DELETED_MAX": {
                            "type": "number"
                          },
                          "DELETED_MAX_TS": {
                            "type": "number"
                          },
                          "LATENCY_AVG": {
                            "type": "number"
                          },
                          "LATENCY_MAX": {
                            "type": "number"
                          },
                          "LATENCY_MAX_TS": {
                            "type": "number"
                          },
                          "LATENCY_MIN": {
                            "type": "number"
                          },
                          "LATENCY_MIN_FROM_PEAK": {
                            "type": "number"
                          },
                          "LATENCY_MIN_TS": {
                            "type": "number"
                          },
                          "LRX_BYTES": {
                            "type": "number"
                          },
                          "LRX_BYTES_MAX": {
                            "type": "number"
                          },
                          "LRX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "LRX_PKTS": {
                            "type": "number"
                          },
                          "LRX_PKTS_MAX": {
                            "type": "number"
                          },
                          "LRX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "LTX_BYTES": {
                            "type": "number"
                          },
                          "LTX_BYTES_MAX": {
                            "type": "number"
                          },
                          "LTX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "LTX_PKTS": {
                            "type": "number"
                          },
                          "LTX_PKTS_MAX": {
                            "type": "number"
                          },
                          "LTX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "NON_TCP_FLOWS": {
                            "type": "number"
                          },
                          "NON_TCP_FLOWS_MAX": {
                            "type": "number"
                          },
                          "NON_TCP_FLOWS_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WRX_BYTES": {
                            "type": "number"
                          },
                          "OHEAD_WRX_BYTES_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WRX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WRX_HDR_BYTES": {
                            "type": "number"
                          },
                          "OHEAD_WRX_HDR_BYTES_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WRX_HDR_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WRX_PKTS": {
                            "type": "number"
                          },
                          "OHEAD_WRX_PKTS_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WRX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WTX_BYTES": {
                            "type": "number"
                          },
                          "OHEAD_WTX_BYTES_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WTX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WTX_HDR_BYTES": {
                            "type": "number"
                          },
                          "OHEAD_WTX_HDR_BYTES_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WTX_HDR_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WTX_PKTS": {
                            "type": "number"
                          },
                          "OHEAD_WTX_PKTS_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WTX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "POST_LOSS": {
                            "type": "number"
                          },
                          "POST_LOSS_MAX": {
                            "type": "number"
                          },
                          "POST_LOSS_MAX_TS": {
                            "type": "number"
                          },
                          "POST_PCT_LOSS": {
                            "type": "number"
                          },
                          "POST_PCT_LOSS_MAX": {
                            "type": "number"
                          },
                          "POST_PCT_LOSS_MAX_TS": {
                            "type": "number"
                          },
                          "POST_PCT_POC": {
                            "type": "number"
                          },
                          "POST_PCT_POCMAX": {
                            "type": "number"
                          },
                          "POST_PCT_POCMAX_TS": {
                            "type": "number"
                          },
                          "POST_POC": {
                            "type": "number"
                          },
                          "POST_POCMAX": {
                            "type": "number"
                          },
                          "POST_POCMAX_TS": {
                            "type": "number"
                          },
                          "PRE_LOSS": {
                            "type": "number"
                          },
                          "PRE_LOSS_MAX": {
                            "type": "number"
                          },
                          "PRE_LOSS_MAX_TS": {
                            "type": "number"
                          },
                          "PRE_PCT_LOSS": {
                            "type": "number"
                          },
                          "PRE_PCT_LOSS_MAX": {
                            "type": "number"
                          },
                          "PRE_PCT_LOSS_MAX_TS": {
                            "type": "number"
                          },
                          "PRE_PCT_POC": {
                            "type": "number"
                          },
                          "PRE_PCT_POCMAX": {
                            "type": "number"
                          },
                          "PRE_PCT_POCMAX_TS": {
                            "type": "number"
                          },
                          "PRE_POC": {
                            "type": "number"
                          },
                          "PRE_POCMAX": {
                            "type": "number"
                          },
                          "PRE_POCMAX_TS": {
                            "type": "number"
                          },
                          "TCP_ACC_FLOWS": {
                            "type": "number"
                          },
                          "TCP_ACC_FLOWS_MAX": {
                            "type": "number"
                          },
                          "TCP_ACC_FLOWS_MAX_TS": {
                            "type": "number"
                          },
                          "TCP_FLOWS": {
                            "type": "number"
                          },
                          "TCP_FLOWS_MAX": {
                            "type": "number"
                          },
                          "TCP_FLOWS_MAX_TS": {
                            "type": "number"
                          },
                          "TIMESTAMP": {
                            "type": "number"
                          },
                          "WRX_BYTES": {
                            "type": "number"
                          },
                          "WRX_BYTES_MAX": {
                            "type": "number"
                          },
                          "WRX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "WRX_PKTS": {
                            "type": "number"
                          },
                          "WRX_PKTS_MAX": {
                            "type": "number"
                          },
                          "WRX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "WTX_BYTES": {
                            "type": "number"
                          },
                          "WTX_BYTES_MAX": {
                            "type": "number"
                          },
                          "WTX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "WTX_PKTS": {
                            "type": "number"
                          },
                          "WTX_PKTS_MAX": {
                            "type": "number"
                          },
                          "WTX_PKTS_MAX_TS": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "data": [
                    {
                      "BW_PCT_UTIL_AVG": 3,
                      "BW_PCT_UTIL_MAX": 6,
                      "BW_PCT_UTIL_MAX_TS": 2,
                      "COMP_L2W": 2,
                      "COMP_L2WMAX": 8,
                      "COMP_L2WMAX_TS": 9,
                      "COMP_NOOHEAD_L2W": 7,
                      "COMP_NOOHEAD_L2WMAX": 6,
                      "COMP_NOOHEAD_L2WMAX_TS": 6,
                      "COMP_NOOHEAD_W2L": 7,
                      "COMP_NOOHEAD_W2LMAX": 2,
                      "COMP_NOOHEAD_W2LMAX_TS": 8,
                      "COMP_W2L": 7,
                      "COMP_W2LMAX": 3,
                      "COMP_W2LMAX_TS": 9,
                      "CREATED": 8,
                      "CREATED_MAX": 8,
                      "CREATED_MAX_TS": 5,
                      "DELETED": 1,
                      "DELETED_MAX": 8,
                      "DELETED_MAX_TS": 1,
                      "LATENCY_AVG": 9,
                      "LATENCY_MAX": 1,
                      "LATENCY_MAX_TS": 6,
                      "LATENCY_MIN": 10,
                      "LATENCY_MIN_FROM_PEAK": 10,
                      "LATENCY_MIN_TS": 3,
                      "LRX_BYTES": 6,
                      "LRX_BYTES_MAX": 8,
                      "LRX_BYTES_MAX_TS": 5,
                      "LRX_PKTS": 8,
                      "LRX_PKTS_MAX": 2,
                      "LRX_PKTS_MAX_TS": 9,
                      "LTX_BYTES": 2,
                      "LTX_BYTES_MAX": 2,
                      "LTX_BYTES_MAX_TS": 3,
                      "LTX_PKTS": 5,
                      "LTX_PKTS_MAX": 3,
                      "LTX_PKTS_MAX_TS": 6,
                      "NON_TCP_FLOWS": 6,
                      "NON_TCP_FLOWS_MAX": 8,
                      "NON_TCP_FLOWS_MAX_TS": 9,
                      "OHEAD_WRX_BYTES": 6,
                      "OHEAD_WRX_BYTES_MAX": 3,
                      "OHEAD_WRX_BYTES_MAX_TS": 5,
                      "OHEAD_WRX_HDR_BYTES": 3,
                      "OHEAD_WRX_HDR_BYTES_MAX": 1,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 3,
                      "OHEAD_WRX_PKTS": 3,
                      "OHEAD_WRX_PKTS_MAX": 1,
                      "OHEAD_WRX_PKTS_MAX_TS": 1,
                      "OHEAD_WTX_BYTES": 4,
                      "OHEAD_WTX_BYTES_MAX": 1,
                      "OHEAD_WTX_BYTES_MAX_TS": 7,
                      "OHEAD_WTX_HDR_BYTES": 5,
                      "OHEAD_WTX_HDR_BYTES_MAX": 5,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 8,
                      "OHEAD_WTX_PKTS": 6,
                      "OHEAD_WTX_PKTS_MAX": 4,
                      "OHEAD_WTX_PKTS_MAX_TS": 7,
                      "POST_LOSS": 3,
                      "POST_LOSS_MAX": 6,
                      "POST_LOSS_MAX_TS": 1,
                      "POST_PCT_LOSS": 2,
                      "POST_PCT_LOSS_MAX": 6,
                      "POST_PCT_LOSS_MAX_TS": 9,
                      "POST_PCT_POC": 8,
                      "POST_PCT_POCMAX": 5,
                      "POST_PCT_POCMAX_TS": 2,
                      "POST_POC": 3,
                      "POST_POCMAX": 8,
                      "POST_POCMAX_TS": 5,
                      "PRE_LOSS": 4,
                      "PRE_LOSS_MAX": 5,
                      "PRE_LOSS_MAX_TS": 5,
                      "PRE_PCT_LOSS": 1,
                      "PRE_PCT_LOSS_MAX": 3,
                      "PRE_PCT_LOSS_MAX_TS": 2,
                      "PRE_PCT_POC": 2,
                      "PRE_PCT_POCMAX": 4,
                      "PRE_PCT_POCMAX_TS": 2,
                      "PRE_POC": 9,
                      "PRE_POCMAX": 7,
                      "PRE_POCMAX_TS": 1,
                      "TCP_ACC_FLOWS": 8,
                      "TCP_ACC_FLOWS_MAX": 7,
                      "TCP_ACC_FLOWS_MAX_TS": 4,
                      "TCP_FLOWS": 2,
                      "TCP_FLOWS_MAX": 1,
                      "TCP_FLOWS_MAX_TS": 1,
                      "TIMESTAMP": 2,
                      "WRX_BYTES": 4,
                      "WRX_BYTES_MAX": 8,
                      "WRX_BYTES_MAX_TS": 5,
                      "WRX_PKTS": 10,
                      "WRX_PKTS_MAX": 6,
                      "WRX_PKTS_MAX_TS": 4,
                      "WTX_BYTES": 4,
                      "WTX_BYTES_MAX": 2,
                      "WTX_BYTES_MAX_TS": 9,
                      "WTX_PKTS": 5,
                      "WTX_PKTS_MAX": 8,
                      "WTX_PKTS_MAX_TS": 3
                    },
                    {
                      "BW_PCT_UTIL_AVG": 8,
                      "BW_PCT_UTIL_MAX": 5,
                      "BW_PCT_UTIL_MAX_TS": 8,
                      "COMP_L2W": 3,
                      "COMP_L2WMAX": 9,
                      "COMP_L2WMAX_TS": 2,
                      "COMP_NOOHEAD_L2W": 1,
                      "COMP_NOOHEAD_L2WMAX": 5,
                      "COMP_NOOHEAD_L2WMAX_TS": 7,
                      "COMP_NOOHEAD_W2L": 5,
                      "COMP_NOOHEAD_W2LMAX": 10,
                      "COMP_NOOHEAD_W2LMAX_TS": 2,
                      "COMP_W2L": 5,
                      "COMP_W2LMAX": 1,
                      "COMP_W2LMAX_TS": 3,
                      "CREATED": 5,
                      "CREATED_MAX": 3,
                      "CREATED_MAX_TS": 6,
                      "DELETED": 4,
                      "DELETED_MAX": 10,
                      "DELETED_MAX_TS": 3,
                      "LATENCY_AVG": 9,
                      "LATENCY_MAX": 10,
                      "LATENCY_MAX_TS": 3,
                      "LATENCY_MIN": 2,
                      "LATENCY_MIN_FROM_PEAK": 1,
                      "LATENCY_MIN_TS": 7,
                      "LRX_BYTES": 10,
                      "LRX_BYTES_MAX": 7,
                      "LRX_BYTES_MAX_TS": 4,
                      "LRX_PKTS": 1,
                      "LRX_PKTS_MAX": 5,
                      "LRX_PKTS_MAX_TS": 4,
                      "LTX_BYTES": 8,
                      "LTX_BYTES_MAX": 8,
                      "LTX_BYTES_MAX_TS": 2,
                      "LTX_PKTS": 5,
                      "LTX_PKTS_MAX": 7,
                      "LTX_PKTS_MAX_TS": 3,
                      "NON_TCP_FLOWS": 7,
                      "NON_TCP_FLOWS_MAX": 5,
                      "NON_TCP_FLOWS_MAX_TS": 10,
                      "OHEAD_WRX_BYTES": 4,
                      "OHEAD_WRX_BYTES_MAX": 2,
                      "OHEAD_WRX_BYTES_MAX_TS": 10,
                      "OHEAD_WRX_HDR_BYTES": 8,
                      "OHEAD_WRX_HDR_BYTES_MAX": 5,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 7,
                      "OHEAD_WRX_PKTS": 2,
                      "OHEAD_WRX_PKTS_MAX": 2,
                      "OHEAD_WRX_PKTS_MAX_TS": 7,
                      "OHEAD_WTX_BYTES": 10,
                      "OHEAD_WTX_BYTES_MAX": 8,
                      "OHEAD_WTX_BYTES_MAX_TS": 6,
                      "OHEAD_WTX_HDR_BYTES": 2,
                      "OHEAD_WTX_HDR_BYTES_MAX": 10,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 1,
                      "OHEAD_WTX_PKTS": 8,
                      "OHEAD_WTX_PKTS_MAX": 2,
                      "OHEAD_WTX_PKTS_MAX_TS": 7,
                      "POST_LOSS": 10,
                      "POST_LOSS_MAX": 4,
                      "POST_LOSS_MAX_TS": 1,
                      "POST_PCT_LOSS": 1,
                      "POST_PCT_LOSS_MAX": 7,
                      "POST_PCT_LOSS_MAX_TS": 5,
                      "POST_PCT_POC": 7,
                      "POST_PCT_POCMAX": 5,
                      "POST_PCT_POCMAX_TS": 3,
                      "POST_POC": 1,
                      "POST_POCMAX": 5,
                      "POST_POCMAX_TS": 6,
                      "PRE_LOSS": 9,
                      "PRE_LOSS_MAX": 5,
                      "PRE_LOSS_MAX_TS": 7,
                      "PRE_PCT_LOSS": 2,
                      "PRE_PCT_LOSS_MAX": 7,
                      "PRE_PCT_LOSS_MAX_TS": 10,
                      "PRE_PCT_POC": 4,
                      "PRE_PCT_POCMAX": 5,
                      "PRE_PCT_POCMAX_TS": 8,
                      "PRE_POC": 9,
                      "PRE_POCMAX": 1,
                      "PRE_POCMAX_TS": 9,
                      "TCP_ACC_FLOWS": 7,
                      "TCP_ACC_FLOWS_MAX": 6,
                      "TCP_ACC_FLOWS_MAX_TS": 4,
                      "TCP_FLOWS": 1,
                      "TCP_FLOWS_MAX": 8,
                      "TCP_FLOWS_MAX_TS": 5,
                      "TIMESTAMP": 4,
                      "WRX_BYTES": 1,
                      "WRX_BYTES_MAX": 7,
                      "WRX_BYTES_MAX_TS": 2,
                      "WRX_PKTS": 8,
                      "WRX_PKTS_MAX": 9,
                      "WRX_PKTS_MAX_TS": 10,
                      "WTX_BYTES": 3,
                      "WTX_BYTES_MAX": 10,
                      "WTX_BYTES_MAX_TS": 10,
                      "WTX_PKTS": 2,
                      "WTX_PKTS_MAX": 8,
                      "WTX_PKTS_MAX_TS": 4
                    },
                    {
                      "BW_PCT_UTIL_AVG": 1,
                      "BW_PCT_UTIL_MAX": 5,
                      "BW_PCT_UTIL_MAX_TS": 6,
                      "COMP_L2W": 4,
                      "COMP_L2WMAX": 3,
                      "COMP_L2WMAX_TS": 8,
                      "COMP_NOOHEAD_L2W": 3,
                      "COMP_NOOHEAD_L2WMAX": 4,
                      "COMP_NOOHEAD_L2WMAX_TS": 4,
                      "COMP_NOOHEAD_W2L": 6,
                      "COMP_NOOHEAD_W2LMAX": 3,
                      "COMP_NOOHEAD_W2LMAX_TS": 4,
                      "COMP_W2L": 1,
                      "COMP_W2LMAX": 7,
                      "COMP_W2LMAX_TS": 2,
                      "CREATED": 4,
                      "CREATED_MAX": 8,
                      "CREATED_MAX_TS": 2,
                      "DELETED": 9,
                      "DELETED_MAX": 3,
                      "DELETED_MAX_TS": 6,
                      "LATENCY_AVG": 9,
                      "LATENCY_MAX": 4,
                      "LATENCY_MAX_TS": 7,
                      "LATENCY_MIN": 8,
                      "LATENCY_MIN_FROM_PEAK": 6,
                      "LATENCY_MIN_TS": 9,
                      "LRX_BYTES": 10,
                      "LRX_BYTES_MAX": 1,
                      "LRX_BYTES_MAX_TS": 6,
                      "LRX_PKTS": 8,
                      "LRX_PKTS_MAX": 3,
                      "LRX_PKTS_MAX_TS": 10,
                      "LTX_BYTES": 2,
                      "LTX_BYTES_MAX": 7,
                      "LTX_BYTES_MAX_TS": 2,
                      "LTX_PKTS": 9,
                      "LTX_PKTS_MAX": 4,
                      "LTX_PKTS_MAX_TS": 3,
                      "NON_TCP_FLOWS": 2,
                      "NON_TCP_FLOWS_MAX": 6,
                      "NON_TCP_FLOWS_MAX_TS": 6,
                      "OHEAD_WRX_BYTES": 8,
                      "OHEAD_WRX_BYTES_MAX": 3,
                      "OHEAD_WRX_BYTES_MAX_TS": 5,
                      "OHEAD_WRX_HDR_BYTES": 3,
                      "OHEAD_WRX_HDR_BYTES_MAX": 9,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 8,
                      "OHEAD_WRX_PKTS": 5,
                      "OHEAD_WRX_PKTS_MAX": 1,
                      "OHEAD_WRX_PKTS_MAX_TS": 7,
                      "OHEAD_WTX_BYTES": 8,
                      "OHEAD_WTX_BYTES_MAX": 6,
                      "OHEAD_WTX_BYTES_MAX_TS": 1,
                      "OHEAD_WTX_HDR_BYTES": 5,
                      "OHEAD_WTX_HDR_BYTES_MAX": 9,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 10,
                      "OHEAD_WTX_PKTS": 5,
                      "OHEAD_WTX_PKTS_MAX": 9,
                      "OHEAD_WTX_PKTS_MAX_TS": 7,
                      "POST_LOSS": 4,
                      "POST_LOSS_MAX": 10,
                      "POST_LOSS_MAX_TS": 1,
                      "POST_PCT_LOSS": 1,
                      "POST_PCT_LOSS_MAX": 3,
                      "POST_PCT_LOSS_MAX_TS": 9,
                      "POST_PCT_POC": 2,
                      "POST_PCT_POCMAX": 7,
                      "POST_PCT_POCMAX_TS": 10,
                      "POST_POC": 7,
                      "POST_POCMAX": 1,
                      "POST_POCMAX_TS": 9,
                      "PRE_LOSS": 5,
                      "PRE_LOSS_MAX": 6,
                      "PRE_LOSS_MAX_TS": 1,
                      "PRE_PCT_LOSS": 4,
                      "PRE_PCT_LOSS_MAX": 2,
                      "PRE_PCT_LOSS_MAX_TS": 7,
                      "PRE_PCT_POC": 10,
                      "PRE_PCT_POCMAX": 9,
                      "PRE_PCT_POCMAX_TS": 8,
                      "PRE_POC": 9,
                      "PRE_POCMAX": 3,
                      "PRE_POCMAX_TS": 4,
                      "TCP_ACC_FLOWS": 4,
                      "TCP_ACC_FLOWS_MAX": 8,
                      "TCP_ACC_FLOWS_MAX_TS": 1,
                      "TCP_FLOWS": 1,
                      "TCP_FLOWS_MAX": 7,
                      "TCP_FLOWS_MAX_TS": 3,
                      "TIMESTAMP": 1,
                      "WRX_BYTES": 9,
                      "WRX_BYTES_MAX": 1,
                      "WRX_BYTES_MAX_TS": 4,
                      "WRX_PKTS": 10,
                      "WRX_PKTS_MAX": 6,
                      "WRX_PKTS_MAX_TS": 5,
                      "WTX_BYTES": 7,
                      "WTX_BYTES_MAX": 8,
                      "WTX_BYTES_MAX_TS": 6,
                      "WTX_PKTS": 1,
                      "WTX_PKTS_MAX": 1,
                      "WTX_PKTS_MAX_TS": 1
                    },
                    {
                      "BW_PCT_UTIL_AVG": 10,
                      "BW_PCT_UTIL_MAX": 1,
                      "BW_PCT_UTIL_MAX_TS": 5,
                      "COMP_L2W": 10,
                      "COMP_L2WMAX": 1,
                      "COMP_L2WMAX_TS": 6,
                      "COMP_NOOHEAD_L2W": 9,
                      "COMP_NOOHEAD_L2WMAX": 3,
                      "COMP_NOOHEAD_L2WMAX_TS": 8,
                      "COMP_NOOHEAD_W2L": 2,
                      "COMP_NOOHEAD_W2LMAX": 10,
                      "COMP_NOOHEAD_W2LMAX_TS": 3,
                      "COMP_W2L": 1,
                      "COMP_W2LMAX": 6,
                      "COMP_W2LMAX_TS": 10,
                      "CREATED": 2,
                      "CREATED_MAX": 3,
                      "CREATED_MAX_TS": 5,
                      "DELETED": 10,
                      "DELETED_MAX": 7,
                      "DELETED_MAX_TS": 5,
                      "LATENCY_AVG": 8,
                      "LATENCY_MAX": 10,
                      "LATENCY_MAX_TS": 3,
                      "LATENCY_MIN": 10,
                      "LATENCY_MIN_FROM_PEAK": 5,
                      "LATENCY_MIN_TS": 9,
                      "LRX_BYTES": 5,
                      "LRX_BYTES_MAX": 6,
                      "LRX_BYTES_MAX_TS": 1,
                      "LRX_PKTS": 9,
                      "LRX_PKTS_MAX": 3,
                      "LRX_PKTS_MAX_TS": 4,
                      "LTX_BYTES": 2,
                      "LTX_BYTES_MAX": 3,
                      "LTX_BYTES_MAX_TS": 9,
                      "LTX_PKTS": 8,
                      "LTX_PKTS_MAX": 5,
                      "LTX_PKTS_MAX_TS": 5,
                      "NON_TCP_FLOWS": 10,
                      "NON_TCP_FLOWS_MAX": 10,
                      "NON_TCP_FLOWS_MAX_TS": 8,
                      "OHEAD_WRX_BYTES": 5,
                      "OHEAD_WRX_BYTES_MAX": 7,
                      "OHEAD_WRX_BYTES_MAX_TS": 3,
                      "OHEAD_WRX_HDR_BYTES": 6,
                      "OHEAD_WRX_HDR_BYTES_MAX": 4,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 3,
                      "OHEAD_WRX_PKTS": 10,
                      "OHEAD_WRX_PKTS_MAX": 8,
                      "OHEAD_WRX_PKTS_MAX_TS": 1,
                      "OHEAD_WTX_BYTES": 2,
                      "OHEAD_WTX_BYTES_MAX": 5,
                      "OHEAD_WTX_BYTES_MAX_TS": 7,
                      "OHEAD_WTX_HDR_BYTES": 5,
                      "OHEAD_WTX_HDR_BYTES_MAX": 1,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 1,
                      "OHEAD_WTX_PKTS": 1,
                      "OHEAD_WTX_PKTS_MAX": 2,
                      "OHEAD_WTX_PKTS_MAX_TS": 9,
                      "POST_LOSS": 10,
                      "POST_LOSS_MAX": 4,
                      "POST_LOSS_MAX_TS": 8,
                      "POST_PCT_LOSS": 1,
                      "POST_PCT_LOSS_MAX": 5,
                      "POST_PCT_LOSS_MAX_TS": 6,
                      "POST_PCT_POC": 2,
                      "POST_PCT_POCMAX": 7,
                      "POST_PCT_POCMAX_TS": 7,
                      "POST_POC": 10,
                      "POST_POCMAX": 2,
                      "POST_POCMAX_TS": 8,
                      "PRE_LOSS": 9,
                      "PRE_LOSS_MAX": 4,
                      "PRE_LOSS_MAX_TS": 6,
                      "PRE_PCT_LOSS": 4,
                      "PRE_PCT_LOSS_MAX": 3,
                      "PRE_PCT_LOSS_MAX_TS": 10,
                      "PRE_PCT_POC": 8,
                      "PRE_PCT_POCMAX": 2,
                      "PRE_PCT_POCMAX_TS": 4,
                      "PRE_POC": 8,
                      "PRE_POCMAX": 5,
                      "PRE_POCMAX_TS": 3,
                      "TCP_ACC_FLOWS": 1,
                      "TCP_ACC_FLOWS_MAX": 5,
                      "TCP_ACC_FLOWS_MAX_TS": 10,
                      "TCP_FLOWS": 7,
                      "TCP_FLOWS_MAX": 6,
                      "TCP_FLOWS_MAX_TS": 10,
                      "TIMESTAMP": 7,
                      "WRX_BYTES": 1,
                      "WRX_BYTES_MAX": 6,
                      "WRX_BYTES_MAX_TS": 4,
                      "WRX_PKTS": 1,
                      "WRX_PKTS_MAX": 8,
                      "WRX_PKTS_MAX_TS": 3,
                      "WTX_BYTES": 8,
                      "WTX_BYTES_MAX": 9,
                      "WTX_BYTES_MAX_TS": 3,
                      "WTX_PKTS": 6,
                      "WTX_PKTS_MAX": 1,
                      "WTX_PKTS_MAX_TS": 2
                    },
                    {
                      "BW_PCT_UTIL_AVG": 7,
                      "BW_PCT_UTIL_MAX": 9,
                      "BW_PCT_UTIL_MAX_TS": 1,
                      "COMP_L2W": 10,
                      "COMP_L2WMAX": 9,
                      "COMP_L2WMAX_TS": 1,
                      "COMP_NOOHEAD_L2W": 3,
                      "COMP_NOOHEAD_L2WMAX": 2,
                      "COMP_NOOHEAD_L2WMAX_TS": 7,
                      "COMP_NOOHEAD_W2L": 7,
                      "COMP_NOOHEAD_W2LMAX": 8,
                      "COMP_NOOHEAD_W2LMAX_TS": 3,
                      "COMP_W2L": 6,
                      "COMP_W2LMAX": 7,
                      "COMP_W2LMAX_TS": 8,
                      "CREATED": 8,
                      "CREATED_MAX": 10,
                      "CREATED_MAX_TS": 4,
                      "DELETED": 1,
                      "DELETED_MAX": 8,
                      "DELETED_MAX_TS": 10,
                      "LATENCY_AVG": 10,
                      "LATENCY_MAX": 6,
                      "LATENCY_MAX_TS": 4,
                      "LATENCY_MIN": 6,
                      "LATENCY_MIN_FROM_PEAK": 4,
                      "LATENCY_MIN_TS": 9,
                      "LRX_BYTES": 8,
                      "LRX_BYTES_MAX": 9,
                      "LRX_BYTES_MAX_TS": 6,
                      "LRX_PKTS": 3,
                      "LRX_PKTS_MAX": 4,
                      "LRX_PKTS_MAX_TS": 2,
                      "LTX_BYTES": 9,
                      "LTX_BYTES_MAX": 2,
                      "LTX_BYTES_MAX_TS": 7,
                      "LTX_PKTS": 7,
                      "LTX_PKTS_MAX": 4,
                      "LTX_PKTS_MAX_TS": 4,
                      "NON_TCP_FLOWS": 9,
                      "NON_TCP_FLOWS_MAX": 9,
                      "NON_TCP_FLOWS_MAX_TS": 4,
                      "OHEAD_WRX_BYTES": 6,
                      "OHEAD_WRX_BYTES_MAX": 2,
                      "OHEAD_WRX_BYTES_MAX_TS": 1,
                      "OHEAD_WRX_HDR_BYTES": 6,
                      "OHEAD_WRX_HDR_BYTES_MAX": 10,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 5,
                      "OHEAD_WRX_PKTS": 9,
                      "OHEAD_WRX_PKTS_MAX": 1,
                      "OHEAD_WRX_PKTS_MAX_TS": 4,
                      "OHEAD_WTX_BYTES": 5,
                      "OHEAD_WTX_BYTES_MAX": 3,
                      "OHEAD_WTX_BYTES_MAX_TS": 6,
                      "OHEAD_WTX_HDR_BYTES": 2,
                      "OHEAD_WTX_HDR_BYTES_MAX": 7,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 7,
                      "OHEAD_WTX_PKTS": 1,
                      "OHEAD_WTX_PKTS_MAX": 3,
                      "OHEAD_WTX_PKTS_MAX_TS": 9,
                      "POST_LOSS": 10,
                      "POST_LOSS_MAX": 9,
                      "POST_LOSS_MAX_TS": 4,
                      "POST_PCT_LOSS": 10,
                      "POST_PCT_LOSS_MAX": 3,
                      "POST_PCT_LOSS_MAX_TS": 4,
                      "POST_PCT_POC": 1,
                      "POST_PCT_POCMAX": 8,
                      "POST_PCT_POCMAX_TS": 5,
                      "POST_POC": 3,
                      "POST_POCMAX": 4,
                      "POST_POCMAX_TS": 8,
                      "PRE_LOSS": 9,
                      "PRE_LOSS_MAX": 10,
                      "PRE_LOSS_MAX_TS": 3,
                      "PRE_PCT_LOSS": 10,
                      "PRE_PCT_LOSS_MAX": 2,
                      "PRE_PCT_LOSS_MAX_TS": 4,
                      "PRE_PCT_POC": 8,
                      "PRE_PCT_POCMAX": 1,
                      "PRE_PCT_POCMAX_TS": 1,
                      "PRE_POC": 4,
                      "PRE_POCMAX": 2,
                      "PRE_POCMAX_TS": 7,
                      "TCP_ACC_FLOWS": 9,
                      "TCP_ACC_FLOWS_MAX": 4,
                      "TCP_ACC_FLOWS_MAX_TS": 1,
                      "TCP_FLOWS": 2,
                      "TCP_FLOWS_MAX": 6,
                      "TCP_FLOWS_MAX_TS": 8,
                      "TIMESTAMP": 9,
                      "WRX_BYTES": 5,
                      "WRX_BYTES_MAX": 5,
                      "WRX_BYTES_MAX_TS": 10,
                      "WRX_PKTS": 6,
                      "WRX_PKTS_MAX": 5,
                      "WRX_PKTS_MAX_TS": 10,
                      "WTX_BYTES": 10,
                      "WTX_BYTES_MAX": 6,
                      "WTX_BYTES_MAX_TS": 10,
                      "WTX_PKTS": 9,
                      "WTX_PKTS_MAX": 9,
                      "WTX_PKTS_MAX_TS": 5
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/timeseries/application2": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsTimeseriesApplication2",
        "description": "The parameters and request body are for method: getStatsTimeseriesApplication2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "APPNAME": {
                            "type": "string"
                          },
                          "LRX_BYTES": {
                            "type": "number"
                          },
                          "LRX_PKTS": {
                            "type": "number"
                          },
                          "LTX_BYTES": {
                            "type": "number"
                          },
                          "LTX_PKTS": {
                            "type": "number"
                          },
                          "TIMESTAMP": {
                            "type": "number"
                          },
                          "WRX_BYTES": {
                            "type": "number"
                          },
                          "WRX_PKTS": {
                            "type": "number"
                          },
                          "WTX_BYTES": {
                            "type": "number"
                          },
                          "WTX_PKTS": {
                            "type": "number"
                          },
                          "nePk": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "APPNAME": "string",
                      "LRX_BYTES": 5,
                      "LRX_PKTS": 3,
                      "LTX_BYTES": 5,
                      "LTX_PKTS": 3,
                      "TIMESTAMP": 10,
                      "WRX_BYTES": 7,
                      "WRX_PKTS": 7,
                      "WTX_BYTES": 8,
                      "WTX_PKTS": 6,
                      "nePk": "string"
                    },
                    {
                      "APPNAME": "string",
                      "LRX_BYTES": 7,
                      "LRX_PKTS": 6,
                      "LTX_BYTES": 10,
                      "LTX_PKTS": 10,
                      "TIMESTAMP": 6,
                      "WRX_BYTES": 7,
                      "WRX_PKTS": 3,
                      "WTX_BYTES": 4,
                      "WTX_PKTS": 1,
                      "nePk": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "total",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsTimeseriesApplication2",
        "description": "The parameters and request body are for method: postStatsTimeseriesApplication2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "APPNAME": {
                            "type": "string"
                          },
                          "LRX_BYTES": {
                            "type": "number"
                          },
                          "LRX_PKTS": {
                            "type": "number"
                          },
                          "LTX_BYTES": {
                            "type": "number"
                          },
                          "LTX_PKTS": {
                            "type": "number"
                          },
                          "TIMESTAMP": {
                            "type": "number"
                          },
                          "WRX_BYTES": {
                            "type": "number"
                          },
                          "WRX_PKTS": {
                            "type": "number"
                          },
                          "WTX_BYTES": {
                            "type": "number"
                          },
                          "WTX_PKTS": {
                            "type": "number"
                          },
                          "nePk": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "APPNAME": "string",
                      "LRX_BYTES": 5,
                      "LRX_PKTS": 10,
                      "LTX_BYTES": 8,
                      "LTX_PKTS": 5,
                      "TIMESTAMP": 5,
                      "WRX_BYTES": 3,
                      "WRX_PKTS": 8,
                      "WTX_BYTES": 5,
                      "WTX_PKTS": 9,
                      "nePk": "string"
                    },
                    {
                      "APPNAME": "string",
                      "LRX_BYTES": 9,
                      "LRX_PKTS": 6,
                      "LTX_BYTES": 10,
                      "LTX_PKTS": 2,
                      "TIMESTAMP": 10,
                      "WRX_BYTES": 8,
                      "WRX_PKTS": 6,
                      "WTX_BYTES": 3,
                      "WTX_PKTS": 3,
                      "nePk": "string"
                    },
                    {
                      "APPNAME": "string",
                      "LRX_BYTES": 10,
                      "LRX_PKTS": 4,
                      "LTX_BYTES": 3,
                      "LTX_PKTS": 4,
                      "TIMESTAMP": 2,
                      "WRX_BYTES": 5,
                      "WRX_PKTS": 2,
                      "WTX_BYTES": 9,
                      "WTX_PKTS": 3,
                      "nePk": "string"
                    },
                    {
                      "APPNAME": "string",
                      "LRX_BYTES": 8,
                      "LRX_PKTS": 7,
                      "LTX_BYTES": 7,
                      "LTX_PKTS": 6,
                      "TIMESTAMP": 4,
                      "WRX_BYTES": 2,
                      "WRX_PKTS": 6,
                      "WTX_BYTES": 9,
                      "WTX_PKTS": 6,
                      "nePk": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "total",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/timeseries/application2/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsTimeseriesApplication2NePk",
        "description": "The parameters and request body are for method: getStatsTimeseriesApplication2NePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "APPNAME": {
                            "type": "string"
                          },
                          "LRX_BYTES": {
                            "type": "number"
                          },
                          "LRX_PKTS": {
                            "type": "number"
                          },
                          "LTX_BYTES": {
                            "type": "number"
                          },
                          "LTX_PKTS": {
                            "type": "number"
                          },
                          "TIMESTAMP": {
                            "type": "number"
                          },
                          "WRX_BYTES": {
                            "type": "number"
                          },
                          "WRX_PKTS": {
                            "type": "number"
                          },
                          "WTX_BYTES": {
                            "type": "number"
                          },
                          "WTX_PKTS": {
                            "type": "number"
                          },
                          "nePk": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "APPNAME": "string",
                      "LRX_BYTES": 9,
                      "LRX_PKTS": 2,
                      "LTX_BYTES": 7,
                      "LTX_PKTS": 4,
                      "TIMESTAMP": 8,
                      "WRX_BYTES": 9,
                      "WRX_PKTS": 9,
                      "WTX_BYTES": 6,
                      "WTX_PKTS": 6,
                      "nePk": "string"
                    },
                    {
                      "APPNAME": "string",
                      "LRX_BYTES": 9,
                      "LRX_PKTS": 5,
                      "LTX_BYTES": 3,
                      "LTX_PKTS": 2,
                      "TIMESTAMP": 5,
                      "WRX_BYTES": 2,
                      "WRX_PKTS": 10,
                      "WTX_BYTES": 9,
                      "WTX_PKTS": 9,
                      "nePk": "string"
                    },
                    {
                      "APPNAME": "string",
                      "LRX_BYTES": 9,
                      "LRX_PKTS": 10,
                      "LTX_BYTES": 5,
                      "LTX_PKTS": 8,
                      "TIMESTAMP": 10,
                      "WRX_BYTES": 9,
                      "WRX_PKTS": 9,
                      "WTX_BYTES": 4,
                      "WTX_PKTS": 9,
                      "nePk": "string"
                    },
                    {
                      "APPNAME": "string",
                      "LRX_BYTES": 4,
                      "LRX_PKTS": 6,
                      "LTX_BYTES": 10,
                      "LTX_PKTS": 9,
                      "TIMESTAMP": 5,
                      "WRX_BYTES": 2,
                      "WRX_PKTS": 3,
                      "WTX_BYTES": 1,
                      "WTX_PKTS": 1,
                      "nePk": "string"
                    },
                    {
                      "APPNAME": "string",
                      "LRX_BYTES": 9,
                      "LRX_PKTS": 5,
                      "LTX_BYTES": 10,
                      "LTX_PKTS": 2,
                      "TIMESTAMP": 6,
                      "WRX_BYTES": 2,
                      "WRX_PKTS": 9,
                      "WTX_BYTES": 7,
                      "WTX_PKTS": 2,
                      "nePk": "string"
                    },
                    {
                      "APPNAME": "string",
                      "LRX_BYTES": 7,
                      "LRX_PKTS": 7,
                      "LTX_BYTES": 8,
                      "LTX_PKTS": 4,
                      "TIMESTAMP": 6,
                      "WRX_BYTES": 5,
                      "WRX_PKTS": 5,
                      "WTX_BYTES": 1,
                      "WTX_PKTS": 6,
                      "nePk": "string"
                    },
                    {
                      "APPNAME": "string",
                      "LRX_BYTES": 3,
                      "LRX_PKTS": 7,
                      "LTX_BYTES": 7,
                      "LTX_PKTS": 10,
                      "TIMESTAMP": 9,
                      "WRX_BYTES": 3,
                      "WRX_PKTS": 6,
                      "WTX_BYTES": 3,
                      "WTX_PKTS": 4,
                      "nePk": "string"
                    },
                    {
                      "APPNAME": "string",
                      "LRX_BYTES": 5,
                      "LRX_PKTS": 8,
                      "LTX_BYTES": 5,
                      "LTX_PKTS": 6,
                      "TIMESTAMP": 4,
                      "WRX_BYTES": 5,
                      "WRX_PKTS": 5,
                      "WTX_BYTES": 10,
                      "WTX_PKTS": 2,
                      "nePk": "string"
                    },
                    {
                      "APPNAME": "string",
                      "LRX_BYTES": 5,
                      "LRX_PKTS": 7,
                      "LTX_BYTES": 6,
                      "LTX_PKTS": 2,
                      "TIMESTAMP": 7,
                      "WRX_BYTES": 9,
                      "WRX_PKTS": 2,
                      "WTX_BYTES": 4,
                      "WTX_PKTS": 5,
                      "nePk": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "total",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/timeseries/boost/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "boostTimeSeriesStats",
        "description": "The parameters and request body are for method: boostTimeSeriesStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "column_def": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "data": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "MAX_TIMESTAMP": {
                              "type": "number"
                            },
                            "MIN_TIMESTAMP": {
                              "type": "number"
                            },
                            "boost": {
                              "type": "number"
                            },
                            "boost_bytes": {
                              "type": "number"
                            },
                            "configured": {
                              "type": "number"
                            },
                            "nePk": {
                              "type": "string"
                            },
                            "seconds_not_boosted": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "column_def": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "data": [
                      {
                        "MAX_TIMESTAMP": 5,
                        "MIN_TIMESTAMP": 4,
                        "boost": 6,
                        "boost_bytes": 7,
                        "configured": 7,
                        "nePk": "string",
                        "seconds_not_boosted": 2
                      },
                      {
                        "MAX_TIMESTAMP": 6,
                        "MIN_TIMESTAMP": 7,
                        "boost": 4,
                        "boost_bytes": 6,
                        "configured": 1,
                        "nePk": "string",
                        "seconds_not_boosted": 7
                      },
                      {
                        "MAX_TIMESTAMP": 4,
                        "MIN_TIMESTAMP": 10,
                        "boost": 2,
                        "boost_bytes": 2,
                        "configured": 3,
                        "nePk": "string",
                        "seconds_not_boosted": 4
                      },
                      {
                        "MAX_TIMESTAMP": 1,
                        "MIN_TIMESTAMP": 1,
                        "boost": 2,
                        "boost_bytes": 4,
                        "configured": 10,
                        "nePk": "string",
                        "seconds_not_boosted": 6
                      }
                    ]
                  },
                  {
                    "column_def": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "data": [
                      {
                        "MAX_TIMESTAMP": 6,
                        "MIN_TIMESTAMP": 1,
                        "boost": 10,
                        "boost_bytes": 8,
                        "configured": 8,
                        "nePk": "string",
                        "seconds_not_boosted": 5
                      },
                      {
                        "MAX_TIMESTAMP": 10,
                        "MIN_TIMESTAMP": 10,
                        "boost": 9,
                        "boost_bytes": 9,
                        "configured": 6,
                        "nePk": "string",
                        "seconds_not_boosted": 8
                      },
                      {
                        "MAX_TIMESTAMP": 7,
                        "MIN_TIMESTAMP": 10,
                        "boost": 8,
                        "boost_bytes": 10,
                        "configured": 3,
                        "nePk": "string",
                        "seconds_not_boosted": 3
                      }
                    ]
                  },
                  {
                    "column_def": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "data": [
                      {
                        "MAX_TIMESTAMP": 1,
                        "MIN_TIMESTAMP": 4,
                        "boost": 9,
                        "boost_bytes": 1,
                        "configured": 5,
                        "nePk": "string",
                        "seconds_not_boosted": 5
                      },
                      {
                        "MAX_TIMESTAMP": 6,
                        "MIN_TIMESTAMP": 5,
                        "boost": 3,
                        "boost_bytes": 3,
                        "configured": 3,
                        "nePk": "string",
                        "seconds_not_boosted": 9
                      },
                      {
                        "MAX_TIMESTAMP": 8,
                        "MIN_TIMESTAMP": 10,
                        "boost": 1,
                        "boost_bytes": 9,
                        "configured": 5,
                        "nePk": "string",
                        "seconds_not_boosted": 3
                      },
                      {
                        "MAX_TIMESTAMP": 10,
                        "MIN_TIMESTAMP": 10,
                        "boost": 2,
                        "boost_bytes": 10,
                        "configured": 5,
                        "nePk": "string",
                        "seconds_not_boosted": 1
                      }
                    ]
                  },
                  {
                    "column_def": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "data": [
                      {
                        "MAX_TIMESTAMP": 6,
                        "MIN_TIMESTAMP": 5,
                        "boost": 10,
                        "boost_bytes": 3,
                        "configured": 2,
                        "nePk": "string",
                        "seconds_not_boosted": 2
                      },
                      {
                        "MAX_TIMESTAMP": 9,
                        "MIN_TIMESTAMP": 6,
                        "boost": 2,
                        "boost_bytes": 9,
                        "configured": 2,
                        "nePk": "string",
                        "seconds_not_boosted": 1
                      },
                      {
                        "MAX_TIMESTAMP": 10,
                        "MIN_TIMESTAMP": 9,
                        "boost": 6,
                        "boost_bytes": 5,
                        "configured": 2,
                        "nePk": "string",
                        "seconds_not_boosted": 10
                      },
                      {
                        "MAX_TIMESTAMP": 2,
                        "MIN_TIMESTAMP": 6,
                        "boost": 3,
                        "boost_bytes": 9,
                        "configured": 3,
                        "nePk": "string",
                        "seconds_not_boosted": 7
                      },
                      {
                        "MAX_TIMESTAMP": 3,
                        "MIN_TIMESTAMP": 9,
                        "boost": 1,
                        "boost_bytes": 10,
                        "configured": 8,
                        "nePk": "string",
                        "seconds_not_boosted": 5
                      },
                      {
                        "MAX_TIMESTAMP": 9,
                        "MIN_TIMESTAMP": 9,
                        "boost": 3,
                        "boost_bytes": 7,
                        "configured": 5,
                        "nePk": "string",
                        "seconds_not_boosted": 10
                      },
                      {
                        "MAX_TIMESTAMP": 2,
                        "MIN_TIMESTAMP": 3,
                        "boost": 3,
                        "boost_bytes": 4,
                        "configured": 8,
                        "nePk": "string",
                        "seconds_not_boosted": 10
                      },
                      {
                        "MAX_TIMESTAMP": 10,
                        "MIN_TIMESTAMP": 2,
                        "boost": 3,
                        "boost_bytes": 10,
                        "configured": 1,
                        "nePk": "string",
                        "seconds_not_boosted": 3
                      },
                      {
                        "MAX_TIMESTAMP": 4,
                        "MIN_TIMESTAMP": 6,
                        "boost": 1,
                        "boost_bytes": 10,
                        "configured": 5,
                        "nePk": "string",
                        "seconds_not_boosted": 7
                      },
                      {
                        "MAX_TIMESTAMP": 4,
                        "MIN_TIMESTAMP": 3,
                        "boost": 10,
                        "boost_bytes": 1,
                        "configured": 5,
                        "nePk": "string",
                        "seconds_not_boosted": 10
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/timeseries/drc": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsTimeseriesDrcTunnel",
        "description": "The parameters and request body are for method: statsTimeseriesDrcTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ERC_MAX_RX": {
                                "type": "number"
                              },
                              "ERC_MAX_RX_TS": {
                                "type": "number"
                              },
                              "ERC_MAX_TX": {
                                "type": "number"
                              },
                              "ERC_MAX_TX_TS": {
                                "type": "number"
                              },
                              "ERC_MIN_RX": {
                                "type": "number"
                              },
                              "ERC_MIN_RX_TS": {
                                "type": "number"
                              },
                              "ERC_MIN_TX": {
                                "type": "number"
                              },
                              "ERC_MIN_TX_TS": {
                                "type": "number"
                              },
                              "TIMESTAMP": {
                                "type": "number"
                              },
                              "TUNNEL": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "data": {
                    "<nePk/IP>": [
                      {
                        "ERC_MAX_RX": 7,
                        "ERC_MAX_RX_TS": 3,
                        "ERC_MAX_TX": 3,
                        "ERC_MAX_TX_TS": 4,
                        "ERC_MIN_RX": 2,
                        "ERC_MIN_RX_TS": 5,
                        "ERC_MIN_TX": 2,
                        "ERC_MIN_TX_TS": 4,
                        "TIMESTAMP": 9,
                        "TUNNEL": 9
                      },
                      {
                        "ERC_MAX_RX": 4,
                        "ERC_MAX_RX_TS": 3,
                        "ERC_MAX_TX": 1,
                        "ERC_MAX_TX_TS": 10,
                        "ERC_MIN_RX": 3,
                        "ERC_MIN_RX_TS": 7,
                        "ERC_MIN_TX": 7,
                        "ERC_MIN_TX_TS": 1,
                        "TIMESTAMP": 10,
                        "TUNNEL": 10
                      },
                      {
                        "ERC_MAX_RX": 4,
                        "ERC_MAX_RX_TS": 9,
                        "ERC_MAX_TX": 7,
                        "ERC_MAX_TX_TS": 5,
                        "ERC_MIN_RX": 10,
                        "ERC_MIN_RX_TS": 6,
                        "ERC_MIN_TX": 1,
                        "ERC_MIN_TX_TS": 6,
                        "TIMESTAMP": 4,
                        "TUNNEL": 10
                      },
                      {
                        "ERC_MAX_RX": 6,
                        "ERC_MAX_RX_TS": 3,
                        "ERC_MAX_TX": 7,
                        "ERC_MAX_TX_TS": 5,
                        "ERC_MIN_RX": 10,
                        "ERC_MIN_RX_TS": 4,
                        "ERC_MIN_TX": 8,
                        "ERC_MIN_TX_TS": 8,
                        "TIMESTAMP": 9,
                        "TUNNEL": 8
                      },
                      {
                        "ERC_MAX_RX": 4,
                        "ERC_MAX_RX_TS": 7,
                        "ERC_MAX_TX": 7,
                        "ERC_MAX_TX_TS": 3,
                        "ERC_MIN_RX": 7,
                        "ERC_MIN_RX_TS": 7,
                        "ERC_MIN_TX": 8,
                        "ERC_MIN_TX_TS": 1,
                        "TIMESTAMP": 8,
                        "TUNNEL": 9
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsTimeseriesDrc",
        "description": "The parameters and request body are for method: postStatsTimeseriesDrc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ERC_MAX_RX": {
                                "type": "number"
                              },
                              "ERC_MAX_RX_TS": {
                                "type": "number"
                              },
                              "ERC_MAX_TX": {
                                "type": "number"
                              },
                              "ERC_MAX_TX_TS": {
                                "type": "number"
                              },
                              "ERC_MIN_RX": {
                                "type": "number"
                              },
                              "ERC_MIN_RX_TS": {
                                "type": "number"
                              },
                              "ERC_MIN_TX": {
                                "type": "number"
                              },
                              "ERC_MIN_TX_TS": {
                                "type": "number"
                              },
                              "TIMESTAMP": {
                                "type": "number"
                              },
                              "TUNNEL": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "data": {
                    "<nePk/IP>": [
                      {
                        "ERC_MAX_RX": 7,
                        "ERC_MAX_RX_TS": 9,
                        "ERC_MAX_TX": 2,
                        "ERC_MAX_TX_TS": 3,
                        "ERC_MIN_RX": 8,
                        "ERC_MIN_RX_TS": 7,
                        "ERC_MIN_TX": 4,
                        "ERC_MIN_TX_TS": 2,
                        "TIMESTAMP": 10,
                        "TUNNEL": 10
                      },
                      {
                        "ERC_MAX_RX": 9,
                        "ERC_MAX_RX_TS": 10,
                        "ERC_MAX_TX": 4,
                        "ERC_MAX_TX_TS": 9,
                        "ERC_MIN_RX": 2,
                        "ERC_MIN_RX_TS": 1,
                        "ERC_MIN_TX": 4,
                        "ERC_MIN_TX_TS": 4,
                        "TIMESTAMP": 4,
                        "TUNNEL": 3
                      },
                      {
                        "ERC_MAX_RX": 10,
                        "ERC_MAX_RX_TS": 5,
                        "ERC_MAX_TX": 3,
                        "ERC_MAX_TX_TS": 10,
                        "ERC_MIN_RX": 8,
                        "ERC_MIN_RX_TS": 7,
                        "ERC_MIN_TX": 6,
                        "ERC_MIN_TX_TS": 7,
                        "TIMESTAMP": 3,
                        "TUNNEL": 3
                      },
                      {
                        "ERC_MAX_RX": 2,
                        "ERC_MAX_RX_TS": 2,
                        "ERC_MAX_TX": 1,
                        "ERC_MAX_TX_TS": 6,
                        "ERC_MIN_RX": 10,
                        "ERC_MIN_RX_TS": 3,
                        "ERC_MIN_TX": 9,
                        "ERC_MIN_TX_TS": 7,
                        "TIMESTAMP": 4,
                        "TUNNEL": 6
                      },
                      {
                        "ERC_MAX_RX": 6,
                        "ERC_MAX_RX_TS": 1,
                        "ERC_MAX_TX": 5,
                        "ERC_MAX_TX_TS": 8,
                        "ERC_MIN_RX": 8,
                        "ERC_MIN_RX_TS": 8,
                        "ERC_MIN_TX": 9,
                        "ERC_MIN_TX_TS": 4,
                        "TIMESTAMP": 3,
                        "TUNNEL": 5
                      },
                      {
                        "ERC_MAX_RX": 3,
                        "ERC_MAX_RX_TS": 10,
                        "ERC_MAX_TX": 2,
                        "ERC_MAX_TX_TS": 2,
                        "ERC_MIN_RX": 5,
                        "ERC_MIN_RX_TS": 9,
                        "ERC_MIN_TX": 1,
                        "ERC_MIN_TX_TS": 1,
                        "TIMESTAMP": 2,
                        "TUNNEL": 8
                      },
                      {
                        "ERC_MAX_RX": 7,
                        "ERC_MAX_RX_TS": 10,
                        "ERC_MAX_TX": 4,
                        "ERC_MAX_TX_TS": 7,
                        "ERC_MIN_RX": 3,
                        "ERC_MIN_RX_TS": 3,
                        "ERC_MIN_TX": 2,
                        "ERC_MIN_TX_TS": 3,
                        "TIMESTAMP": 8,
                        "TUNNEL": 10
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/timeseries/drc/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsTimeseriesDrcNePk",
        "description": "The parameters and request body are for method: getStatsTimeseriesDrcNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ERC_MAX_RX": {
                            "type": "number"
                          },
                          "ERC_MAX_RX_TS": {
                            "type": "number"
                          },
                          "ERC_MAX_TX": {
                            "type": "number"
                          },
                          "ERC_MAX_TX_TS": {
                            "type": "number"
                          },
                          "ERC_MIN_RX": {
                            "type": "number"
                          },
                          "ERC_MIN_RX_TS": {
                            "type": "number"
                          },
                          "ERC_MIN_TX": {
                            "type": "number"
                          },
                          "ERC_MIN_TX_TS": {
                            "type": "number"
                          },
                          "TIMESTAMP": {
                            "type": "number"
                          },
                          "TUNNEL": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "data": [
                    {
                      "ERC_MAX_RX": 2,
                      "ERC_MAX_RX_TS": 2,
                      "ERC_MAX_TX": 9,
                      "ERC_MAX_TX_TS": 10,
                      "ERC_MIN_RX": 7,
                      "ERC_MIN_RX_TS": 4,
                      "ERC_MIN_TX": 3,
                      "ERC_MIN_TX_TS": 8,
                      "TIMESTAMP": 8,
                      "TUNNEL": 8
                    },
                    {
                      "ERC_MAX_RX": 5,
                      "ERC_MAX_RX_TS": 4,
                      "ERC_MAX_TX": 8,
                      "ERC_MAX_TX_TS": 9,
                      "ERC_MIN_RX": 8,
                      "ERC_MIN_RX_TS": 4,
                      "ERC_MIN_TX": 1,
                      "ERC_MIN_TX_TS": 1,
                      "TIMESTAMP": 4,
                      "TUNNEL": 6
                    },
                    {
                      "ERC_MAX_RX": 5,
                      "ERC_MAX_RX_TS": 5,
                      "ERC_MAX_TX": 1,
                      "ERC_MAX_TX_TS": 8,
                      "ERC_MIN_RX": 2,
                      "ERC_MIN_RX_TS": 10,
                      "ERC_MIN_TX": 10,
                      "ERC_MIN_TX_TS": 2,
                      "TIMESTAMP": 2,
                      "TUNNEL": 1
                    },
                    {
                      "ERC_MAX_RX": 9,
                      "ERC_MAX_RX_TS": 2,
                      "ERC_MAX_TX": 5,
                      "ERC_MAX_TX_TS": 5,
                      "ERC_MIN_RX": 6,
                      "ERC_MIN_RX_TS": 6,
                      "ERC_MIN_TX": 6,
                      "ERC_MIN_TX_TS": 7,
                      "TIMESTAMP": 5,
                      "TUNNEL": 8
                    },
                    {
                      "ERC_MAX_RX": 2,
                      "ERC_MAX_RX_TS": 3,
                      "ERC_MAX_TX": 10,
                      "ERC_MAX_TX_TS": 8,
                      "ERC_MIN_RX": 4,
                      "ERC_MIN_RX_TS": 8,
                      "ERC_MIN_TX": 3,
                      "ERC_MIN_TX_TS": 6,
                      "TIMESTAMP": 3,
                      "TUNNEL": 8
                    },
                    {
                      "ERC_MAX_RX": 2,
                      "ERC_MAX_RX_TS": 8,
                      "ERC_MAX_TX": 5,
                      "ERC_MAX_TX_TS": 4,
                      "ERC_MIN_RX": 1,
                      "ERC_MIN_RX_TS": 8,
                      "ERC_MIN_TX": 8,
                      "ERC_MIN_TX_TS": 2,
                      "TIMESTAMP": 4,
                      "TUNNEL": 8
                    },
                    {
                      "ERC_MAX_RX": 7,
                      "ERC_MAX_RX_TS": 6,
                      "ERC_MAX_TX": 4,
                      "ERC_MAX_TX_TS": 6,
                      "ERC_MIN_RX": 8,
                      "ERC_MIN_RX_TS": 4,
                      "ERC_MIN_TX": 6,
                      "ERC_MIN_TX_TS": 2,
                      "TIMESTAMP": 7,
                      "TUNNEL": 4
                    },
                    {
                      "ERC_MAX_RX": 10,
                      "ERC_MAX_RX_TS": 6,
                      "ERC_MAX_TX": 5,
                      "ERC_MAX_TX_TS": 2,
                      "ERC_MIN_RX": 7,
                      "ERC_MIN_RX_TS": 6,
                      "ERC_MIN_TX": 9,
                      "ERC_MIN_TX_TS": 2,
                      "TIMESTAMP": 9,
                      "TUNNEL": 8
                    },
                    {
                      "ERC_MAX_RX": 6,
                      "ERC_MAX_RX_TS": 9,
                      "ERC_MAX_TX": 10,
                      "ERC_MAX_TX_TS": 5,
                      "ERC_MIN_RX": 5,
                      "ERC_MIN_RX_TS": 7,
                      "ERC_MIN_TX": 5,
                      "ERC_MIN_TX_TS": 4,
                      "TIMESTAMP": 4,
                      "TUNNEL": 8
                    },
                    {
                      "ERC_MAX_RX": 3,
                      "ERC_MAX_RX_TS": 10,
                      "ERC_MAX_TX": 6,
                      "ERC_MAX_TX_TS": 4,
                      "ERC_MIN_RX": 7,
                      "ERC_MIN_RX_TS": 2,
                      "ERC_MIN_TX": 7,
                      "ERC_MIN_TX_TS": 8,
                      "TIMESTAMP": 8,
                      "TUNNEL": 3
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/timeseries/dscp": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsTimeseriesDscp",
        "description": "The parameters and request body are for method: statsTimeseriesDscp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "COMP_L2W": {
                                "type": "number"
                              },
                              "COMP_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2W": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2L": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX_TS": {
                                "type": "number"
                              },
                              "COMP_W2L": {
                                "type": "number"
                              },
                              "COMP_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_W2LMAX_TS": {
                                "type": "number"
                              },
                              "DSCP": {
                                "type": "number"
                              },
                              "LRX_BYTES": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LRX_PKTS": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_BYTES": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_PKTS": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "TIMESTAMP": {
                                "type": "number"
                              },
                              "TRAFFIC_TYPE": {
                                "type": "number"
                              },
                              "WRX_BYTES": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WRX_PKTS": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_BYTES": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_PKTS": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX_TS": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "data": {
                    "<nePk/IP>": [
                      {
                        "COMP_L2W": 6,
                        "COMP_L2WMAX": 5,
                        "COMP_L2WMAX_TS": 6,
                        "COMP_NOOHEAD_L2W": 7,
                        "COMP_NOOHEAD_L2WMAX": 10,
                        "COMP_NOOHEAD_L2WMAX_TS": 6,
                        "COMP_NOOHEAD_W2L": 7,
                        "COMP_NOOHEAD_W2LMAX": 3,
                        "COMP_NOOHEAD_W2LMAX_TS": 1,
                        "COMP_W2L": 3,
                        "COMP_W2LMAX": 5,
                        "COMP_W2LMAX_TS": 3,
                        "DSCP": 7,
                        "LRX_BYTES": 3,
                        "LRX_BYTES_MAX": 1,
                        "LRX_BYTES_MAX_TS": 3,
                        "LRX_PKTS": 10,
                        "LRX_PKTS_MAX": 2,
                        "LRX_PKTS_MAX_TS": 2,
                        "LTX_BYTES": 7,
                        "LTX_BYTES_MAX": 9,
                        "LTX_BYTES_MAX_TS": 8,
                        "LTX_PKTS": 7,
                        "LTX_PKTS_MAX": 2,
                        "LTX_PKTS_MAX_TS": 9,
                        "TIMESTAMP": 3,
                        "TRAFFIC_TYPE": 1,
                        "WRX_BYTES": 3,
                        "WRX_BYTES_MAX": 3,
                        "WRX_BYTES_MAX_TS": 1,
                        "WRX_PKTS": 10,
                        "WRX_PKTS_MAX": 2,
                        "WRX_PKTS_MAX_TS": 9,
                        "WTX_BYTES": 4,
                        "WTX_BYTES_MAX": 6,
                        "WTX_BYTES_MAX_TS": 10,
                        "WTX_PKTS": 6,
                        "WTX_PKTS_MAX": 1,
                        "WTX_PKTS_MAX_TS": 1
                      },
                      {
                        "COMP_L2W": 9,
                        "COMP_L2WMAX": 7,
                        "COMP_L2WMAX_TS": 10,
                        "COMP_NOOHEAD_L2W": 2,
                        "COMP_NOOHEAD_L2WMAX": 3,
                        "COMP_NOOHEAD_L2WMAX_TS": 3,
                        "COMP_NOOHEAD_W2L": 2,
                        "COMP_NOOHEAD_W2LMAX": 10,
                        "COMP_NOOHEAD_W2LMAX_TS": 2,
                        "COMP_W2L": 5,
                        "COMP_W2LMAX": 7,
                        "COMP_W2LMAX_TS": 3,
                        "DSCP": 7,
                        "LRX_BYTES": 1,
                        "LRX_BYTES_MAX": 10,
                        "LRX_BYTES_MAX_TS": 4,
                        "LRX_PKTS": 2,
                        "LRX_PKTS_MAX": 10,
                        "LRX_PKTS_MAX_TS": 1,
                        "LTX_BYTES": 3,
                        "LTX_BYTES_MAX": 1,
                        "LTX_BYTES_MAX_TS": 2,
                        "LTX_PKTS": 7,
                        "LTX_PKTS_MAX": 7,
                        "LTX_PKTS_MAX_TS": 2,
                        "TIMESTAMP": 10,
                        "TRAFFIC_TYPE": 4,
                        "WRX_BYTES": 5,
                        "WRX_BYTES_MAX": 9,
                        "WRX_BYTES_MAX_TS": 10,
                        "WRX_PKTS": 8,
                        "WRX_PKTS_MAX": 5,
                        "WRX_PKTS_MAX_TS": 1,
                        "WTX_BYTES": 4,
                        "WTX_BYTES_MAX": 9,
                        "WTX_BYTES_MAX_TS": 2,
                        "WTX_PKTS": 7,
                        "WTX_PKTS_MAX": 9,
                        "WTX_PKTS_MAX_TS": 7
                      },
                      {
                        "COMP_L2W": 7,
                        "COMP_L2WMAX": 6,
                        "COMP_L2WMAX_TS": 2,
                        "COMP_NOOHEAD_L2W": 8,
                        "COMP_NOOHEAD_L2WMAX": 6,
                        "COMP_NOOHEAD_L2WMAX_TS": 1,
                        "COMP_NOOHEAD_W2L": 3,
                        "COMP_NOOHEAD_W2LMAX": 4,
                        "COMP_NOOHEAD_W2LMAX_TS": 4,
                        "COMP_W2L": 9,
                        "COMP_W2LMAX": 6,
                        "COMP_W2LMAX_TS": 10,
                        "DSCP": 6,
                        "LRX_BYTES": 3,
                        "LRX_BYTES_MAX": 8,
                        "LRX_BYTES_MAX_TS": 9,
                        "LRX_PKTS": 7,
                        "LRX_PKTS_MAX": 7,
                        "LRX_PKTS_MAX_TS": 6,
                        "LTX_BYTES": 5,
                        "LTX_BYTES_MAX": 2,
                        "LTX_BYTES_MAX_TS": 10,
                        "LTX_PKTS": 1,
                        "LTX_PKTS_MAX": 3,
                        "LTX_PKTS_MAX_TS": 2,
                        "TIMESTAMP": 4,
                        "TRAFFIC_TYPE": 2,
                        "WRX_BYTES": 7,
                        "WRX_BYTES_MAX": 10,
                        "WRX_BYTES_MAX_TS": 10,
                        "WRX_PKTS": 3,
                        "WRX_PKTS_MAX": 6,
                        "WRX_PKTS_MAX_TS": 5,
                        "WTX_BYTES": 1,
                        "WTX_BYTES_MAX": 5,
                        "WTX_BYTES_MAX_TS": 1,
                        "WTX_PKTS": 6,
                        "WTX_PKTS_MAX": 7,
                        "WTX_PKTS_MAX_TS": 8
                      },
                      {
                        "COMP_L2W": 10,
                        "COMP_L2WMAX": 4,
                        "COMP_L2WMAX_TS": 6,
                        "COMP_NOOHEAD_L2W": 5,
                        "COMP_NOOHEAD_L2WMAX": 2,
                        "COMP_NOOHEAD_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_W2L": 6,
                        "COMP_NOOHEAD_W2LMAX": 10,
                        "COMP_NOOHEAD_W2LMAX_TS": 3,
                        "COMP_W2L": 10,
                        "COMP_W2LMAX": 2,
                        "COMP_W2LMAX_TS": 9,
                        "DSCP": 8,
                        "LRX_BYTES": 1,
                        "LRX_BYTES_MAX": 6,
                        "LRX_BYTES_MAX_TS": 1,
                        "LRX_PKTS": 5,
                        "LRX_PKTS_MAX": 9,
                        "LRX_PKTS_MAX_TS": 8,
                        "LTX_BYTES": 7,
                        "LTX_BYTES_MAX": 6,
                        "LTX_BYTES_MAX_TS": 8,
                        "LTX_PKTS": 3,
                        "LTX_PKTS_MAX": 2,
                        "LTX_PKTS_MAX_TS": 1,
                        "TIMESTAMP": 1,
                        "TRAFFIC_TYPE": 5,
                        "WRX_BYTES": 5,
                        "WRX_BYTES_MAX": 2,
                        "WRX_BYTES_MAX_TS": 10,
                        "WRX_PKTS": 9,
                        "WRX_PKTS_MAX": 4,
                        "WRX_PKTS_MAX_TS": 9,
                        "WTX_BYTES": 1,
                        "WTX_BYTES_MAX": 6,
                        "WTX_BYTES_MAX_TS": 9,
                        "WTX_PKTS": 6,
                        "WTX_PKTS_MAX": 9,
                        "WTX_PKTS_MAX_TS": 3
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dscp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsTimeseriesDscp",
        "description": "The parameters and request body are for method: postStatsTimeseriesDscp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "COMP_L2W": {
                                "type": "number"
                              },
                              "COMP_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2W": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2L": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX_TS": {
                                "type": "number"
                              },
                              "COMP_W2L": {
                                "type": "number"
                              },
                              "COMP_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_W2LMAX_TS": {
                                "type": "number"
                              },
                              "DSCP": {
                                "type": "number"
                              },
                              "LRX_BYTES": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LRX_PKTS": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_BYTES": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_PKTS": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "TIMESTAMP": {
                                "type": "number"
                              },
                              "TRAFFIC_TYPE": {
                                "type": "number"
                              },
                              "WRX_BYTES": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WRX_PKTS": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_BYTES": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_PKTS": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX_TS": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string",
                    "string"
                  ],
                  "data": {
                    "<nePk/IP>": [
                      {
                        "COMP_L2W": 1,
                        "COMP_L2WMAX": 1,
                        "COMP_L2WMAX_TS": 5,
                        "COMP_NOOHEAD_L2W": 6,
                        "COMP_NOOHEAD_L2WMAX": 6,
                        "COMP_NOOHEAD_L2WMAX_TS": 4,
                        "COMP_NOOHEAD_W2L": 9,
                        "COMP_NOOHEAD_W2LMAX": 2,
                        "COMP_NOOHEAD_W2LMAX_TS": 6,
                        "COMP_W2L": 7,
                        "COMP_W2LMAX": 9,
                        "COMP_W2LMAX_TS": 4,
                        "DSCP": 5,
                        "LRX_BYTES": 2,
                        "LRX_BYTES_MAX": 7,
                        "LRX_BYTES_MAX_TS": 8,
                        "LRX_PKTS": 8,
                        "LRX_PKTS_MAX": 4,
                        "LRX_PKTS_MAX_TS": 8,
                        "LTX_BYTES": 8,
                        "LTX_BYTES_MAX": 9,
                        "LTX_BYTES_MAX_TS": 4,
                        "LTX_PKTS": 9,
                        "LTX_PKTS_MAX": 9,
                        "LTX_PKTS_MAX_TS": 3,
                        "TIMESTAMP": 9,
                        "TRAFFIC_TYPE": 9,
                        "WRX_BYTES": 9,
                        "WRX_BYTES_MAX": 1,
                        "WRX_BYTES_MAX_TS": 5,
                        "WRX_PKTS": 5,
                        "WRX_PKTS_MAX": 8,
                        "WRX_PKTS_MAX_TS": 10,
                        "WTX_BYTES": 5,
                        "WTX_BYTES_MAX": 10,
                        "WTX_BYTES_MAX_TS": 8,
                        "WTX_PKTS": 10,
                        "WTX_PKTS_MAX": 4,
                        "WTX_PKTS_MAX_TS": 9
                      },
                      {
                        "COMP_L2W": 10,
                        "COMP_L2WMAX": 8,
                        "COMP_L2WMAX_TS": 10,
                        "COMP_NOOHEAD_L2W": 8,
                        "COMP_NOOHEAD_L2WMAX": 3,
                        "COMP_NOOHEAD_L2WMAX_TS": 8,
                        "COMP_NOOHEAD_W2L": 3,
                        "COMP_NOOHEAD_W2LMAX": 1,
                        "COMP_NOOHEAD_W2LMAX_TS": 3,
                        "COMP_W2L": 1,
                        "COMP_W2LMAX": 1,
                        "COMP_W2LMAX_TS": 7,
                        "DSCP": 2,
                        "LRX_BYTES": 9,
                        "LRX_BYTES_MAX": 6,
                        "LRX_BYTES_MAX_TS": 3,
                        "LRX_PKTS": 6,
                        "LRX_PKTS_MAX": 6,
                        "LRX_PKTS_MAX_TS": 3,
                        "LTX_BYTES": 8,
                        "LTX_BYTES_MAX": 8,
                        "LTX_BYTES_MAX_TS": 5,
                        "LTX_PKTS": 5,
                        "LTX_PKTS_MAX": 6,
                        "LTX_PKTS_MAX_TS": 1,
                        "TIMESTAMP": 2,
                        "TRAFFIC_TYPE": 5,
                        "WRX_BYTES": 1,
                        "WRX_BYTES_MAX": 6,
                        "WRX_BYTES_MAX_TS": 6,
                        "WRX_PKTS": 5,
                        "WRX_PKTS_MAX": 9,
                        "WRX_PKTS_MAX_TS": 6,
                        "WTX_BYTES": 6,
                        "WTX_BYTES_MAX": 1,
                        "WTX_BYTES_MAX_TS": 8,
                        "WTX_PKTS": 4,
                        "WTX_PKTS_MAX": 5,
                        "WTX_PKTS_MAX_TS": 3
                      },
                      {
                        "COMP_L2W": 4,
                        "COMP_L2WMAX": 5,
                        "COMP_L2WMAX_TS": 6,
                        "COMP_NOOHEAD_L2W": 8,
                        "COMP_NOOHEAD_L2WMAX": 5,
                        "COMP_NOOHEAD_L2WMAX_TS": 1,
                        "COMP_NOOHEAD_W2L": 7,
                        "COMP_NOOHEAD_W2LMAX": 1,
                        "COMP_NOOHEAD_W2LMAX_TS": 8,
                        "COMP_W2L": 2,
                        "COMP_W2LMAX": 4,
                        "COMP_W2LMAX_TS": 9,
                        "DSCP": 10,
                        "LRX_BYTES": 3,
                        "LRX_BYTES_MAX": 7,
                        "LRX_BYTES_MAX_TS": 5,
                        "LRX_PKTS": 1,
                        "LRX_PKTS_MAX": 10,
                        "LRX_PKTS_MAX_TS": 6,
                        "LTX_BYTES": 5,
                        "LTX_BYTES_MAX": 10,
                        "LTX_BYTES_MAX_TS": 4,
                        "LTX_PKTS": 9,
                        "LTX_PKTS_MAX": 6,
                        "LTX_PKTS_MAX_TS": 9,
                        "TIMESTAMP": 4,
                        "TRAFFIC_TYPE": 6,
                        "WRX_BYTES": 10,
                        "WRX_BYTES_MAX": 1,
                        "WRX_BYTES_MAX_TS": 2,
                        "WRX_PKTS": 4,
                        "WRX_PKTS_MAX": 7,
                        "WRX_PKTS_MAX_TS": 7,
                        "WTX_BYTES": 1,
                        "WTX_BYTES_MAX": 1,
                        "WTX_BYTES_MAX_TS": 5,
                        "WTX_PKTS": 5,
                        "WTX_PKTS_MAX": 5,
                        "WTX_PKTS_MAX_TS": 7
                      },
                      {
                        "COMP_L2W": 8,
                        "COMP_L2WMAX": 4,
                        "COMP_L2WMAX_TS": 5,
                        "COMP_NOOHEAD_L2W": 8,
                        "COMP_NOOHEAD_L2WMAX": 3,
                        "COMP_NOOHEAD_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_W2L": 3,
                        "COMP_NOOHEAD_W2LMAX": 8,
                        "COMP_NOOHEAD_W2LMAX_TS": 8,
                        "COMP_W2L": 7,
                        "COMP_W2LMAX": 10,
                        "COMP_W2LMAX_TS": 10,
                        "DSCP": 1,
                        "LRX_BYTES": 3,
                        "LRX_BYTES_MAX": 1,
                        "LRX_BYTES_MAX_TS": 8,
                        "LRX_PKTS": 5,
                        "LRX_PKTS_MAX": 2,
                        "LRX_PKTS_MAX_TS": 1,
                        "LTX_BYTES": 7,
                        "LTX_BYTES_MAX": 6,
                        "LTX_BYTES_MAX_TS": 2,
                        "LTX_PKTS": 6,
                        "LTX_PKTS_MAX": 9,
                        "LTX_PKTS_MAX_TS": 9,
                        "TIMESTAMP": 6,
                        "TRAFFIC_TYPE": 5,
                        "WRX_BYTES": 10,
                        "WRX_BYTES_MAX": 4,
                        "WRX_BYTES_MAX_TS": 1,
                        "WRX_PKTS": 1,
                        "WRX_PKTS_MAX": 5,
                        "WRX_PKTS_MAX_TS": 5,
                        "WTX_BYTES": 2,
                        "WTX_BYTES_MAX": 7,
                        "WTX_BYTES_MAX_TS": 1,
                        "WTX_PKTS": 8,
                        "WTX_PKTS_MAX": 4,
                        "WTX_PKTS_MAX_TS": 4
                      },
                      {
                        "COMP_L2W": 10,
                        "COMP_L2WMAX": 5,
                        "COMP_L2WMAX_TS": 6,
                        "COMP_NOOHEAD_L2W": 4,
                        "COMP_NOOHEAD_L2WMAX": 6,
                        "COMP_NOOHEAD_L2WMAX_TS": 3,
                        "COMP_NOOHEAD_W2L": 5,
                        "COMP_NOOHEAD_W2LMAX": 1,
                        "COMP_NOOHEAD_W2LMAX_TS": 10,
                        "COMP_W2L": 9,
                        "COMP_W2LMAX": 4,
                        "COMP_W2LMAX_TS": 3,
                        "DSCP": 8,
                        "LRX_BYTES": 9,
                        "LRX_BYTES_MAX": 1,
                        "LRX_BYTES_MAX_TS": 8,
                        "LRX_PKTS": 4,
                        "LRX_PKTS_MAX": 6,
                        "LRX_PKTS_MAX_TS": 4,
                        "LTX_BYTES": 10,
                        "LTX_BYTES_MAX": 9,
                        "LTX_BYTES_MAX_TS": 5,
                        "LTX_PKTS": 10,
                        "LTX_PKTS_MAX": 7,
                        "LTX_PKTS_MAX_TS": 4,
                        "TIMESTAMP": 1,
                        "TRAFFIC_TYPE": 9,
                        "WRX_BYTES": 7,
                        "WRX_BYTES_MAX": 6,
                        "WRX_BYTES_MAX_TS": 10,
                        "WRX_PKTS": 8,
                        "WRX_PKTS_MAX": 10,
                        "WRX_PKTS_MAX_TS": 2,
                        "WTX_BYTES": 7,
                        "WTX_BYTES_MAX": 8,
                        "WTX_BYTES_MAX_TS": 7,
                        "WTX_PKTS": 3,
                        "WTX_PKTS_MAX": 8,
                        "WTX_PKTS_MAX_TS": 4
                      },
                      {
                        "COMP_L2W": 9,
                        "COMP_L2WMAX": 7,
                        "COMP_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_L2W": 1,
                        "COMP_NOOHEAD_L2WMAX": 6,
                        "COMP_NOOHEAD_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_W2L": 9,
                        "COMP_NOOHEAD_W2LMAX": 9,
                        "COMP_NOOHEAD_W2LMAX_TS": 8,
                        "COMP_W2L": 10,
                        "COMP_W2LMAX": 7,
                        "COMP_W2LMAX_TS": 3,
                        "DSCP": 10,
                        "LRX_BYTES": 2,
                        "LRX_BYTES_MAX": 10,
                        "LRX_BYTES_MAX_TS": 1,
                        "LRX_PKTS": 6,
                        "LRX_PKTS_MAX": 9,
                        "LRX_PKTS_MAX_TS": 6,
                        "LTX_BYTES": 4,
                        "LTX_BYTES_MAX": 2,
                        "LTX_BYTES_MAX_TS": 9,
                        "LTX_PKTS": 4,
                        "LTX_PKTS_MAX": 9,
                        "LTX_PKTS_MAX_TS": 6,
                        "TIMESTAMP": 4,
                        "TRAFFIC_TYPE": 6,
                        "WRX_BYTES": 5,
                        "WRX_BYTES_MAX": 4,
                        "WRX_BYTES_MAX_TS": 5,
                        "WRX_PKTS": 5,
                        "WRX_PKTS_MAX": 7,
                        "WRX_PKTS_MAX_TS": 10,
                        "WTX_BYTES": 4,
                        "WTX_BYTES_MAX": 9,
                        "WTX_BYTES_MAX_TS": 1,
                        "WTX_PKTS": 7,
                        "WTX_PKTS_MAX": 5,
                        "WTX_PKTS_MAX_TS": 8
                      },
                      {
                        "COMP_L2W": 8,
                        "COMP_L2WMAX": 2,
                        "COMP_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_L2W": 8,
                        "COMP_NOOHEAD_L2WMAX": 3,
                        "COMP_NOOHEAD_L2WMAX_TS": 5,
                        "COMP_NOOHEAD_W2L": 9,
                        "COMP_NOOHEAD_W2LMAX": 4,
                        "COMP_NOOHEAD_W2LMAX_TS": 9,
                        "COMP_W2L": 4,
                        "COMP_W2LMAX": 4,
                        "COMP_W2LMAX_TS": 1,
                        "DSCP": 8,
                        "LRX_BYTES": 8,
                        "LRX_BYTES_MAX": 8,
                        "LRX_BYTES_MAX_TS": 4,
                        "LRX_PKTS": 6,
                        "LRX_PKTS_MAX": 9,
                        "LRX_PKTS_MAX_TS": 7,
                        "LTX_BYTES": 5,
                        "LTX_BYTES_MAX": 8,
                        "LTX_BYTES_MAX_TS": 5,
                        "LTX_PKTS": 7,
                        "LTX_PKTS_MAX": 8,
                        "LTX_PKTS_MAX_TS": 9,
                        "TIMESTAMP": 6,
                        "TRAFFIC_TYPE": 5,
                        "WRX_BYTES": 2,
                        "WRX_BYTES_MAX": 3,
                        "WRX_BYTES_MAX_TS": 3,
                        "WRX_PKTS": 4,
                        "WRX_PKTS_MAX": 8,
                        "WRX_PKTS_MAX_TS": 1,
                        "WTX_BYTES": 1,
                        "WTX_BYTES_MAX": 5,
                        "WTX_BYTES_MAX_TS": 4,
                        "WTX_PKTS": 8,
                        "WTX_PKTS_MAX": 10,
                        "WTX_PKTS_MAX_TS": 2
                      },
                      {
                        "COMP_L2W": 9,
                        "COMP_L2WMAX": 1,
                        "COMP_L2WMAX_TS": 3,
                        "COMP_NOOHEAD_L2W": 7,
                        "COMP_NOOHEAD_L2WMAX": 5,
                        "COMP_NOOHEAD_L2WMAX_TS": 10,
                        "COMP_NOOHEAD_W2L": 2,
                        "COMP_NOOHEAD_W2LMAX": 9,
                        "COMP_NOOHEAD_W2LMAX_TS": 2,
                        "COMP_W2L": 5,
                        "COMP_W2LMAX": 3,
                        "COMP_W2LMAX_TS": 2,
                        "DSCP": 4,
                        "LRX_BYTES": 6,
                        "LRX_BYTES_MAX": 3,
                        "LRX_BYTES_MAX_TS": 5,
                        "LRX_PKTS": 7,
                        "LRX_PKTS_MAX": 8,
                        "LRX_PKTS_MAX_TS": 8,
                        "LTX_BYTES": 7,
                        "LTX_BYTES_MAX": 5,
                        "LTX_BYTES_MAX_TS": 6,
                        "LTX_PKTS": 5,
                        "LTX_PKTS_MAX": 3,
                        "LTX_PKTS_MAX_TS": 5,
                        "TIMESTAMP": 5,
                        "TRAFFIC_TYPE": 5,
                        "WRX_BYTES": 4,
                        "WRX_BYTES_MAX": 8,
                        "WRX_BYTES_MAX_TS": 2,
                        "WRX_PKTS": 4,
                        "WRX_PKTS_MAX": 7,
                        "WRX_PKTS_MAX_TS": 8,
                        "WTX_BYTES": 10,
                        "WTX_BYTES_MAX": 10,
                        "WTX_BYTES_MAX_TS": 2,
                        "WTX_PKTS": 4,
                        "WTX_PKTS_MAX": 3,
                        "WTX_PKTS_MAX_TS": 10
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dscp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/timeseries/dscp/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsTimeseriesDscpNePk",
        "description": "The parameters and request body are for method: getStatsTimeseriesDscpNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "COMP_L2W": {
                          "type": "number"
                        },
                        "COMP_L2WMAX": {
                          "type": "number"
                        },
                        "COMP_L2WMAX_TS": {
                          "type": "number"
                        },
                        "COMP_NOOHEAD_L2W": {
                          "type": "number"
                        },
                        "COMP_NOOHEAD_L2WMAX": {
                          "type": "number"
                        },
                        "COMP_NOOHEAD_L2WMAX_TS": {
                          "type": "number"
                        },
                        "COMP_NOOHEAD_W2L": {
                          "type": "number"
                        },
                        "COMP_NOOHEAD_W2LMAX": {
                          "type": "number"
                        },
                        "COMP_NOOHEAD_W2LMAX_TS": {
                          "type": "number"
                        },
                        "COMP_W2L": {
                          "type": "number"
                        },
                        "COMP_W2LMAX": {
                          "type": "number"
                        },
                        "COMP_W2LMAX_TS": {
                          "type": "number"
                        },
                        "DSCP": {
                          "type": "number"
                        },
                        "LRX_BYTES": {
                          "type": "number"
                        },
                        "LRX_BYTES_MAX": {
                          "type": "number"
                        },
                        "LRX_BYTES_MAX_TS": {
                          "type": "number"
                        },
                        "LRX_PKTS": {
                          "type": "number"
                        },
                        "LRX_PKTS_MAX": {
                          "type": "number"
                        },
                        "LRX_PKTS_MAX_TS": {
                          "type": "number"
                        },
                        "LTX_BYTES": {
                          "type": "number"
                        },
                        "LTX_BYTES_MAX": {
                          "type": "number"
                        },
                        "LTX_BYTES_MAX_TS": {
                          "type": "number"
                        },
                        "LTX_PKTS": {
                          "type": "number"
                        },
                        "LTX_PKTS_MAX": {
                          "type": "number"
                        },
                        "LTX_PKTS_MAX_TS": {
                          "type": "number"
                        },
                        "TIMESTAMP": {
                          "type": "number"
                        },
                        "TRAFFIC_TYPE": {
                          "type": "number"
                        },
                        "WRX_BYTES": {
                          "type": "number"
                        },
                        "WRX_BYTES_MAX": {
                          "type": "number"
                        },
                        "WRX_BYTES_MAX_TS": {
                          "type": "number"
                        },
                        "WRX_PKTS": {
                          "type": "number"
                        },
                        "WRX_PKTS_MAX": {
                          "type": "number"
                        },
                        "WRX_PKTS_MAX_TS": {
                          "type": "number"
                        },
                        "WTX_BYTES": {
                          "type": "number"
                        },
                        "WTX_BYTES_MAX": {
                          "type": "number"
                        },
                        "WTX_BYTES_MAX_TS": {
                          "type": "number"
                        },
                        "WTX_PKTS": {
                          "type": "number"
                        },
                        "WTX_PKTS_MAX": {
                          "type": "number"
                        },
                        "WTX_PKTS_MAX_TS": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string"
                  ],
                  "data": {
                    "COMP_L2W": 4,
                    "COMP_L2WMAX": 3,
                    "COMP_L2WMAX_TS": 8,
                    "COMP_NOOHEAD_L2W": 6,
                    "COMP_NOOHEAD_L2WMAX": 2,
                    "COMP_NOOHEAD_L2WMAX_TS": 8,
                    "COMP_NOOHEAD_W2L": 8,
                    "COMP_NOOHEAD_W2LMAX": 1,
                    "COMP_NOOHEAD_W2LMAX_TS": 10,
                    "COMP_W2L": 2,
                    "COMP_W2LMAX": 8,
                    "COMP_W2LMAX_TS": 7,
                    "DSCP": 9,
                    "LRX_BYTES": 5,
                    "LRX_BYTES_MAX": 2,
                    "LRX_BYTES_MAX_TS": 3,
                    "LRX_PKTS": 6,
                    "LRX_PKTS_MAX": 7,
                    "LRX_PKTS_MAX_TS": 4,
                    "LTX_BYTES": 1,
                    "LTX_BYTES_MAX": 9,
                    "LTX_BYTES_MAX_TS": 6,
                    "LTX_PKTS": 9,
                    "LTX_PKTS_MAX": 7,
                    "LTX_PKTS_MAX_TS": 9,
                    "TIMESTAMP": 2,
                    "TRAFFIC_TYPE": 4,
                    "WRX_BYTES": 5,
                    "WRX_BYTES_MAX": 3,
                    "WRX_BYTES_MAX_TS": 5,
                    "WRX_PKTS": 2,
                    "WRX_PKTS_MAX": 6,
                    "WRX_PKTS_MAX_TS": 6,
                    "WTX_BYTES": 5,
                    "WTX_BYTES_MAX": 2,
                    "WTX_BYTES_MAX_TS": 5,
                    "WTX_PKTS": 1,
                    "WTX_PKTS_MAX": 2,
                    "WTX_PKTS_MAX_TS": 7
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dscp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/timeseries/flow": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsTimeseriesFlow",
        "description": "The parameters and request body are for method: statsTimeseriesFlow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "COMP_L2W": {
                            "type": "number"
                          },
                          "COMP_L2WMAX": {
                            "type": "number"
                          },
                          "COMP_L2WMAX_TS": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2W": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2WMAX": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2WMAX_TS": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2L": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2LMAX": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2LMAX_TS": {
                            "type": "number"
                          },
                          "COMP_W2L": {
                            "type": "number"
                          },
                          "COMP_W2LMAX": {
                            "type": "number"
                          },
                          "COMP_W2LMAX_TS": {
                            "type": "number"
                          },
                          "CREATED": {
                            "type": "number"
                          },
                          "CREATED_MAX": {
                            "type": "number"
                          },
                          "CREATED_MAX_TS": {
                            "type": "number"
                          },
                          "DELETED": {
                            "type": "number"
                          },
                          "DELETED_MAX": {
                            "type": "number"
                          },
                          "DELETED_MAX_TS": {
                            "type": "number"
                          },
                          "EXT": {
                            "type": "number"
                          },
                          "FLOW_EXT_PEAK": {
                            "type": "number"
                          },
                          "FLOW_EXT_PEAK_TS": {
                            "type": "number"
                          },
                          "FLOW_MAX": {
                            "type": "number"
                          },
                          "FLOW_PEAK": {
                            "type": "number"
                          },
                          "FLOW_PEAK_TS": {
                            "type": "number"
                          },
                          "FLOW_TYPE": {
                            "type": "number"
                          },
                          "LRX_BYTES": {
                            "type": "number"
                          },
                          "LRX_BYTES_MAX": {
                            "type": "number"
                          },
                          "LRX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "LRX_PKTS": {
                            "type": "number"
                          },
                          "LRX_PKTS_MAX": {
                            "type": "number"
                          },
                          "LRX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "LTX_BYTES": {
                            "type": "number"
                          },
                          "LTX_BYTES_MAX": {
                            "type": "number"
                          },
                          "LTX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "LTX_PKTS": {
                            "type": "number"
                          },
                          "LTX_PKTS_MAX": {
                            "type": "number"
                          },
                          "LTX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "TIMESTAMP": {
                            "type": "number"
                          },
                          "TRAFFIC_TYPE": {
                            "type": "number"
                          },
                          "WRX_BYTES": {
                            "type": "number"
                          },
                          "WRX_BYTES_MAX": {
                            "type": "number"
                          },
                          "WRX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "WRX_PKTS": {
                            "type": "number"
                          },
                          "WRX_PKTS_MAX": {
                            "type": "number"
                          },
                          "WRX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "WTX_BYTES": {
                            "type": "number"
                          },
                          "WTX_BYTES_MAX": {
                            "type": "number"
                          },
                          "WTX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "WTX_PKTS": {
                            "type": "number"
                          },
                          "WTX_PKTS_MAX": {
                            "type": "number"
                          },
                          "WTX_PKTS_MAX_TS": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string"
                  ],
                  "data": [
                    {
                      "COMP_L2W": 2,
                      "COMP_L2WMAX": 6,
                      "COMP_L2WMAX_TS": 7,
                      "COMP_NOOHEAD_L2W": 6,
                      "COMP_NOOHEAD_L2WMAX": 6,
                      "COMP_NOOHEAD_L2WMAX_TS": 10,
                      "COMP_NOOHEAD_W2L": 9,
                      "COMP_NOOHEAD_W2LMAX": 1,
                      "COMP_NOOHEAD_W2LMAX_TS": 10,
                      "COMP_W2L": 9,
                      "COMP_W2LMAX": 8,
                      "COMP_W2LMAX_TS": 6,
                      "CREATED": 4,
                      "CREATED_MAX": 10,
                      "CREATED_MAX_TS": 8,
                      "DELETED": 4,
                      "DELETED_MAX": 4,
                      "DELETED_MAX_TS": 3,
                      "EXT": 8,
                      "FLOW_EXT_PEAK": 3,
                      "FLOW_EXT_PEAK_TS": 1,
                      "FLOW_MAX": 7,
                      "FLOW_PEAK": 7,
                      "FLOW_PEAK_TS": 4,
                      "FLOW_TYPE": 6,
                      "LRX_BYTES": 1,
                      "LRX_BYTES_MAX": 9,
                      "LRX_BYTES_MAX_TS": 7,
                      "LRX_PKTS": 6,
                      "LRX_PKTS_MAX": 2,
                      "LRX_PKTS_MAX_TS": 2,
                      "LTX_BYTES": 10,
                      "LTX_BYTES_MAX": 5,
                      "LTX_BYTES_MAX_TS": 3,
                      "LTX_PKTS": 1,
                      "LTX_PKTS_MAX": 7,
                      "LTX_PKTS_MAX_TS": 2,
                      "TIMESTAMP": 10,
                      "TRAFFIC_TYPE": 6,
                      "WRX_BYTES": 6,
                      "WRX_BYTES_MAX": 9,
                      "WRX_BYTES_MAX_TS": 2,
                      "WRX_PKTS": 5,
                      "WRX_PKTS_MAX": 7,
                      "WRX_PKTS_MAX_TS": 7,
                      "WTX_BYTES": 3,
                      "WTX_BYTES_MAX": 2,
                      "WTX_BYTES_MAX_TS": 5,
                      "WTX_PKTS": 7,
                      "WTX_PKTS_MAX": 10,
                      "WTX_PKTS_MAX_TS": 8
                    },
                    {
                      "COMP_L2W": 5,
                      "COMP_L2WMAX": 2,
                      "COMP_L2WMAX_TS": 6,
                      "COMP_NOOHEAD_L2W": 1,
                      "COMP_NOOHEAD_L2WMAX": 4,
                      "COMP_NOOHEAD_L2WMAX_TS": 3,
                      "COMP_NOOHEAD_W2L": 1,
                      "COMP_NOOHEAD_W2LMAX": 10,
                      "COMP_NOOHEAD_W2LMAX_TS": 2,
                      "COMP_W2L": 1,
                      "COMP_W2LMAX": 9,
                      "COMP_W2LMAX_TS": 6,
                      "CREATED": 10,
                      "CREATED_MAX": 5,
                      "CREATED_MAX_TS": 9,
                      "DELETED": 6,
                      "DELETED_MAX": 1,
                      "DELETED_MAX_TS": 9,
                      "EXT": 3,
                      "FLOW_EXT_PEAK": 8,
                      "FLOW_EXT_PEAK_TS": 8,
                      "FLOW_MAX": 5,
                      "FLOW_PEAK": 1,
                      "FLOW_PEAK_TS": 1,
                      "FLOW_TYPE": 9,
                      "LRX_BYTES": 9,
                      "LRX_BYTES_MAX": 10,
                      "LRX_BYTES_MAX_TS": 7,
                      "LRX_PKTS": 2,
                      "LRX_PKTS_MAX": 7,
                      "LRX_PKTS_MAX_TS": 8,
                      "LTX_BYTES": 5,
                      "LTX_BYTES_MAX": 10,
                      "LTX_BYTES_MAX_TS": 7,
                      "LTX_PKTS": 5,
                      "LTX_PKTS_MAX": 10,
                      "LTX_PKTS_MAX_TS": 10,
                      "TIMESTAMP": 9,
                      "TRAFFIC_TYPE": 6,
                      "WRX_BYTES": 7,
                      "WRX_BYTES_MAX": 8,
                      "WRX_BYTES_MAX_TS": 2,
                      "WRX_PKTS": 2,
                      "WRX_PKTS_MAX": 5,
                      "WRX_PKTS_MAX_TS": 6,
                      "WTX_BYTES": 5,
                      "WTX_BYTES_MAX": 6,
                      "WTX_BYTES_MAX_TS": 10,
                      "WTX_PKTS": 2,
                      "WTX_PKTS_MAX": 2,
                      "WTX_PKTS_MAX_TS": 5
                    },
                    {
                      "COMP_L2W": 6,
                      "COMP_L2WMAX": 6,
                      "COMP_L2WMAX_TS": 10,
                      "COMP_NOOHEAD_L2W": 6,
                      "COMP_NOOHEAD_L2WMAX": 8,
                      "COMP_NOOHEAD_L2WMAX_TS": 7,
                      "COMP_NOOHEAD_W2L": 1,
                      "COMP_NOOHEAD_W2LMAX": 8,
                      "COMP_NOOHEAD_W2LMAX_TS": 3,
                      "COMP_W2L": 4,
                      "COMP_W2LMAX": 2,
                      "COMP_W2LMAX_TS": 6,
                      "CREATED": 4,
                      "CREATED_MAX": 1,
                      "CREATED_MAX_TS": 5,
                      "DELETED": 10,
                      "DELETED_MAX": 10,
                      "DELETED_MAX_TS": 1,
                      "EXT": 7,
                      "FLOW_EXT_PEAK": 9,
                      "FLOW_EXT_PEAK_TS": 1,
                      "FLOW_MAX": 4,
                      "FLOW_PEAK": 8,
                      "FLOW_PEAK_TS": 3,
                      "FLOW_TYPE": 5,
                      "LRX_BYTES": 10,
                      "LRX_BYTES_MAX": 9,
                      "LRX_BYTES_MAX_TS": 8,
                      "LRX_PKTS": 3,
                      "LRX_PKTS_MAX": 10,
                      "LRX_PKTS_MAX_TS": 5,
                      "LTX_BYTES": 7,
                      "LTX_BYTES_MAX": 6,
                      "LTX_BYTES_MAX_TS": 9,
                      "LTX_PKTS": 4,
                      "LTX_PKTS_MAX": 8,
                      "LTX_PKTS_MAX_TS": 6,
                      "TIMESTAMP": 4,
                      "TRAFFIC_TYPE": 9,
                      "WRX_BYTES": 3,
                      "WRX_BYTES_MAX": 5,
                      "WRX_BYTES_MAX_TS": 7,
                      "WRX_PKTS": 5,
                      "WRX_PKTS_MAX": 7,
                      "WRX_PKTS_MAX_TS": 7,
                      "WTX_BYTES": 2,
                      "WTX_BYTES_MAX": 1,
                      "WTX_BYTES_MAX_TS": 9,
                      "WTX_PKTS": 9,
                      "WTX_PKTS_MAX": 7,
                      "WTX_PKTS_MAX_TS": 1
                    },
                    {
                      "COMP_L2W": 9,
                      "COMP_L2WMAX": 8,
                      "COMP_L2WMAX_TS": 6,
                      "COMP_NOOHEAD_L2W": 10,
                      "COMP_NOOHEAD_L2WMAX": 8,
                      "COMP_NOOHEAD_L2WMAX_TS": 1,
                      "COMP_NOOHEAD_W2L": 6,
                      "COMP_NOOHEAD_W2LMAX": 6,
                      "COMP_NOOHEAD_W2LMAX_TS": 4,
                      "COMP_W2L": 5,
                      "COMP_W2LMAX": 3,
                      "COMP_W2LMAX_TS": 9,
                      "CREATED": 10,
                      "CREATED_MAX": 8,
                      "CREATED_MAX_TS": 6,
                      "DELETED": 10,
                      "DELETED_MAX": 8,
                      "DELETED_MAX_TS": 5,
                      "EXT": 2,
                      "FLOW_EXT_PEAK": 1,
                      "FLOW_EXT_PEAK_TS": 10,
                      "FLOW_MAX": 4,
                      "FLOW_PEAK": 5,
                      "FLOW_PEAK_TS": 5,
                      "FLOW_TYPE": 7,
                      "LRX_BYTES": 5,
                      "LRX_BYTES_MAX": 5,
                      "LRX_BYTES_MAX_TS": 10,
                      "LRX_PKTS": 6,
                      "LRX_PKTS_MAX": 8,
                      "LRX_PKTS_MAX_TS": 9,
                      "LTX_BYTES": 1,
                      "LTX_BYTES_MAX": 5,
                      "LTX_BYTES_MAX_TS": 2,
                      "LTX_PKTS": 5,
                      "LTX_PKTS_MAX": 1,
                      "LTX_PKTS_MAX_TS": 10,
                      "TIMESTAMP": 5,
                      "TRAFFIC_TYPE": 5,
                      "WRX_BYTES": 7,
                      "WRX_BYTES_MAX": 8,
                      "WRX_BYTES_MAX_TS": 7,
                      "WRX_PKTS": 6,
                      "WRX_PKTS_MAX": 10,
                      "WRX_PKTS_MAX_TS": 8,
                      "WTX_BYTES": 7,
                      "WTX_BYTES_MAX": 2,
                      "WTX_BYTES_MAX_TS": 9,
                      "WTX_PKTS": 8,
                      "WTX_PKTS_MAX": 7,
                      "WTX_PKTS_MAX_TS": 10
                    },
                    {
                      "COMP_L2W": 10,
                      "COMP_L2WMAX": 1,
                      "COMP_L2WMAX_TS": 1,
                      "COMP_NOOHEAD_L2W": 5,
                      "COMP_NOOHEAD_L2WMAX": 1,
                      "COMP_NOOHEAD_L2WMAX_TS": 5,
                      "COMP_NOOHEAD_W2L": 8,
                      "COMP_NOOHEAD_W2LMAX": 8,
                      "COMP_NOOHEAD_W2LMAX_TS": 8,
                      "COMP_W2L": 1,
                      "COMP_W2LMAX": 5,
                      "COMP_W2LMAX_TS": 7,
                      "CREATED": 7,
                      "CREATED_MAX": 7,
                      "CREATED_MAX_TS": 7,
                      "DELETED": 6,
                      "DELETED_MAX": 3,
                      "DELETED_MAX_TS": 2,
                      "EXT": 10,
                      "FLOW_EXT_PEAK": 3,
                      "FLOW_EXT_PEAK_TS": 6,
                      "FLOW_MAX": 4,
                      "FLOW_PEAK": 6,
                      "FLOW_PEAK_TS": 10,
                      "FLOW_TYPE": 6,
                      "LRX_BYTES": 7,
                      "LRX_BYTES_MAX": 1,
                      "LRX_BYTES_MAX_TS": 5,
                      "LRX_PKTS": 10,
                      "LRX_PKTS_MAX": 7,
                      "LRX_PKTS_MAX_TS": 10,
                      "LTX_BYTES": 7,
                      "LTX_BYTES_MAX": 8,
                      "LTX_BYTES_MAX_TS": 8,
                      "LTX_PKTS": 10,
                      "LTX_PKTS_MAX": 3,
                      "LTX_PKTS_MAX_TS": 6,
                      "TIMESTAMP": 4,
                      "TRAFFIC_TYPE": 1,
                      "WRX_BYTES": 1,
                      "WRX_BYTES_MAX": 8,
                      "WRX_BYTES_MAX_TS": 7,
                      "WRX_PKTS": 5,
                      "WRX_PKTS_MAX": 8,
                      "WRX_PKTS_MAX_TS": 1,
                      "WTX_BYTES": 7,
                      "WTX_BYTES_MAX": 2,
                      "WTX_BYTES_MAX_TS": 2,
                      "WTX_PKTS": 10,
                      "WTX_PKTS_MAX": 5,
                      "WTX_PKTS_MAX_TS": 2
                    },
                    {
                      "COMP_L2W": 1,
                      "COMP_L2WMAX": 9,
                      "COMP_L2WMAX_TS": 1,
                      "COMP_NOOHEAD_L2W": 5,
                      "COMP_NOOHEAD_L2WMAX": 5,
                      "COMP_NOOHEAD_L2WMAX_TS": 2,
                      "COMP_NOOHEAD_W2L": 3,
                      "COMP_NOOHEAD_W2LMAX": 10,
                      "COMP_NOOHEAD_W2LMAX_TS": 9,
                      "COMP_W2L": 1,
                      "COMP_W2LMAX": 7,
                      "COMP_W2LMAX_TS": 9,
                      "CREATED": 10,
                      "CREATED_MAX": 2,
                      "CREATED_MAX_TS": 9,
                      "DELETED": 10,
                      "DELETED_MAX": 7,
                      "DELETED_MAX_TS": 8,
                      "EXT": 3,
                      "FLOW_EXT_PEAK": 3,
                      "FLOW_EXT_PEAK_TS": 1,
                      "FLOW_MAX": 8,
                      "FLOW_PEAK": 9,
                      "FLOW_PEAK_TS": 1,
                      "FLOW_TYPE": 6,
                      "LRX_BYTES": 4,
                      "LRX_BYTES_MAX": 1,
                      "LRX_BYTES_MAX_TS": 9,
                      "LRX_PKTS": 1,
                      "LRX_PKTS_MAX": 5,
                      "LRX_PKTS_MAX_TS": 9,
                      "LTX_BYTES": 7,
                      "LTX_BYTES_MAX": 2,
                      "LTX_BYTES_MAX_TS": 5,
                      "LTX_PKTS": 5,
                      "LTX_PKTS_MAX": 6,
                      "LTX_PKTS_MAX_TS": 5,
                      "TIMESTAMP": 7,
                      "TRAFFIC_TYPE": 3,
                      "WRX_BYTES": 1,
                      "WRX_BYTES_MAX": 1,
                      "WRX_BYTES_MAX_TS": 1,
                      "WRX_PKTS": 9,
                      "WRX_PKTS_MAX": 1,
                      "WRX_PKTS_MAX_TS": 7,
                      "WTX_BYTES": 5,
                      "WTX_BYTES_MAX": 9,
                      "WTX_BYTES_MAX_TS": 7,
                      "WTX_PKTS": 7,
                      "WTX_PKTS_MAX": 3,
                      "WTX_PKTS_MAX_TS": 10
                    },
                    {
                      "COMP_L2W": 3,
                      "COMP_L2WMAX": 6,
                      "COMP_L2WMAX_TS": 6,
                      "COMP_NOOHEAD_L2W": 7,
                      "COMP_NOOHEAD_L2WMAX": 5,
                      "COMP_NOOHEAD_L2WMAX_TS": 5,
                      "COMP_NOOHEAD_W2L": 10,
                      "COMP_NOOHEAD_W2LMAX": 8,
                      "COMP_NOOHEAD_W2LMAX_TS": 5,
                      "COMP_W2L": 10,
                      "COMP_W2LMAX": 9,
                      "COMP_W2LMAX_TS": 3,
                      "CREATED": 5,
                      "CREATED_MAX": 8,
                      "CREATED_MAX_TS": 1,
                      "DELETED": 6,
                      "DELETED_MAX": 6,
                      "DELETED_MAX_TS": 7,
                      "EXT": 1,
                      "FLOW_EXT_PEAK": 10,
                      "FLOW_EXT_PEAK_TS": 9,
                      "FLOW_MAX": 8,
                      "FLOW_PEAK": 7,
                      "FLOW_PEAK_TS": 7,
                      "FLOW_TYPE": 8,
                      "LRX_BYTES": 10,
                      "LRX_BYTES_MAX": 7,
                      "LRX_BYTES_MAX_TS": 9,
                      "LRX_PKTS": 3,
                      "LRX_PKTS_MAX": 10,
                      "LRX_PKTS_MAX_TS": 10,
                      "LTX_BYTES": 10,
                      "LTX_BYTES_MAX": 5,
                      "LTX_BYTES_MAX_TS": 2,
                      "LTX_PKTS": 8,
                      "LTX_PKTS_MAX": 6,
                      "LTX_PKTS_MAX_TS": 2,
                      "TIMESTAMP": 3,
                      "TRAFFIC_TYPE": 1,
                      "WRX_BYTES": 7,
                      "WRX_BYTES_MAX": 1,
                      "WRX_BYTES_MAX_TS": 9,
                      "WRX_PKTS": 3,
                      "WRX_PKTS_MAX": 3,
                      "WRX_PKTS_MAX_TS": 2,
                      "WTX_BYTES": 4,
                      "WTX_BYTES_MAX": 8,
                      "WTX_BYTES_MAX_TS": 7,
                      "WTX_PKTS": 10,
                      "WTX_PKTS_MAX": 9,
                      "WTX_PKTS_MAX_TS": 1
                    },
                    {
                      "COMP_L2W": 8,
                      "COMP_L2WMAX": 9,
                      "COMP_L2WMAX_TS": 3,
                      "COMP_NOOHEAD_L2W": 2,
                      "COMP_NOOHEAD_L2WMAX": 10,
                      "COMP_NOOHEAD_L2WMAX_TS": 8,
                      "COMP_NOOHEAD_W2L": 2,
                      "COMP_NOOHEAD_W2LMAX": 4,
                      "COMP_NOOHEAD_W2LMAX_TS": 4,
                      "COMP_W2L": 8,
                      "COMP_W2LMAX": 9,
                      "COMP_W2LMAX_TS": 10,
                      "CREATED": 6,
                      "CREATED_MAX": 5,
                      "CREATED_MAX_TS": 7,
                      "DELETED": 10,
                      "DELETED_MAX": 7,
                      "DELETED_MAX_TS": 4,
                      "EXT": 3,
                      "FLOW_EXT_PEAK": 9,
                      "FLOW_EXT_PEAK_TS": 4,
                      "FLOW_MAX": 5,
                      "FLOW_PEAK": 3,
                      "FLOW_PEAK_TS": 9,
                      "FLOW_TYPE": 10,
                      "LRX_BYTES": 4,
                      "LRX_BYTES_MAX": 7,
                      "LRX_BYTES_MAX_TS": 5,
                      "LRX_PKTS": 3,
                      "LRX_PKTS_MAX": 6,
                      "LRX_PKTS_MAX_TS": 4,
                      "LTX_BYTES": 4,
                      "LTX_BYTES_MAX": 10,
                      "LTX_BYTES_MAX_TS": 2,
                      "LTX_PKTS": 8,
                      "LTX_PKTS_MAX": 8,
                      "LTX_PKTS_MAX_TS": 5,
                      "TIMESTAMP": 3,
                      "TRAFFIC_TYPE": 10,
                      "WRX_BYTES": 8,
                      "WRX_BYTES_MAX": 10,
                      "WRX_BYTES_MAX_TS": 7,
                      "WRX_PKTS": 1,
                      "WRX_PKTS_MAX": 4,
                      "WRX_PKTS_MAX_TS": 4,
                      "WTX_BYTES": 4,
                      "WTX_BYTES_MAX": 6,
                      "WTX_BYTES_MAX_TS": 10,
                      "WTX_PKTS": 1,
                      "WTX_PKTS_MAX": 9,
                      "WTX_PKTS_MAX_TS": 6
                    },
                    {
                      "COMP_L2W": 7,
                      "COMP_L2WMAX": 4,
                      "COMP_L2WMAX_TS": 2,
                      "COMP_NOOHEAD_L2W": 4,
                      "COMP_NOOHEAD_L2WMAX": 2,
                      "COMP_NOOHEAD_L2WMAX_TS": 6,
                      "COMP_NOOHEAD_W2L": 6,
                      "COMP_NOOHEAD_W2LMAX": 8,
                      "COMP_NOOHEAD_W2LMAX_TS": 2,
                      "COMP_W2L": 10,
                      "COMP_W2LMAX": 7,
                      "COMP_W2LMAX_TS": 10,
                      "CREATED": 4,
                      "CREATED_MAX": 2,
                      "CREATED_MAX_TS": 7,
                      "DELETED": 9,
                      "DELETED_MAX": 5,
                      "DELETED_MAX_TS": 1,
                      "EXT": 1,
                      "FLOW_EXT_PEAK": 2,
                      "FLOW_EXT_PEAK_TS": 3,
                      "FLOW_MAX": 4,
                      "FLOW_PEAK": 7,
                      "FLOW_PEAK_TS": 7,
                      "FLOW_TYPE": 1,
                      "LRX_BYTES": 2,
                      "LRX_BYTES_MAX": 1,
                      "LRX_BYTES_MAX_TS": 1,
                      "LRX_PKTS": 1,
                      "LRX_PKTS_MAX": 1,
                      "LRX_PKTS_MAX_TS": 7,
                      "LTX_BYTES": 8,
                      "LTX_BYTES_MAX": 4,
                      "LTX_BYTES_MAX_TS": 8,
                      "LTX_PKTS": 5,
                      "LTX_PKTS_MAX": 9,
                      "LTX_PKTS_MAX_TS": 1,
                      "TIMESTAMP": 7,
                      "TRAFFIC_TYPE": 7,
                      "WRX_BYTES": 8,
                      "WRX_BYTES_MAX": 6,
                      "WRX_BYTES_MAX_TS": 8,
                      "WRX_PKTS": 7,
                      "WRX_PKTS_MAX": 5,
                      "WRX_PKTS_MAX_TS": 4,
                      "WTX_BYTES": 2,
                      "WTX_BYTES_MAX": 1,
                      "WTX_BYTES_MAX_TS": 10,
                      "WTX_PKTS": 3,
                      "WTX_PKTS_MAX": 10,
                      "WTX_PKTS_MAX_TS": 10
                    },
                    {
                      "COMP_L2W": 7,
                      "COMP_L2WMAX": 9,
                      "COMP_L2WMAX_TS": 7,
                      "COMP_NOOHEAD_L2W": 1,
                      "COMP_NOOHEAD_L2WMAX": 10,
                      "COMP_NOOHEAD_L2WMAX_TS": 10,
                      "COMP_NOOHEAD_W2L": 2,
                      "COMP_NOOHEAD_W2LMAX": 8,
                      "COMP_NOOHEAD_W2LMAX_TS": 5,
                      "COMP_W2L": 3,
                      "COMP_W2LMAX": 4,
                      "COMP_W2LMAX_TS": 9,
                      "CREATED": 1,
                      "CREATED_MAX": 7,
                      "CREATED_MAX_TS": 5,
                      "DELETED": 2,
                      "DELETED_MAX": 9,
                      "DELETED_MAX_TS": 8,
                      "EXT": 5,
                      "FLOW_EXT_PEAK": 9,
                      "FLOW_EXT_PEAK_TS": 3,
                      "FLOW_MAX": 3,
                      "FLOW_PEAK": 10,
                      "FLOW_PEAK_TS": 5,
                      "FLOW_TYPE": 8,
                      "LRX_BYTES": 10,
                      "LRX_BYTES_MAX": 8,
                      "LRX_BYTES_MAX_TS": 8,
                      "LRX_PKTS": 3,
                      "LRX_PKTS_MAX": 3,
                      "LRX_PKTS_MAX_TS": 6,
                      "LTX_BYTES": 1,
                      "LTX_BYTES_MAX": 6,
                      "LTX_BYTES_MAX_TS": 2,
                      "LTX_PKTS": 3,
                      "LTX_PKTS_MAX": 1,
                      "LTX_PKTS_MAX_TS": 5,
                      "TIMESTAMP": 1,
                      "TRAFFIC_TYPE": 4,
                      "WRX_BYTES": 6,
                      "WRX_BYTES_MAX": 10,
                      "WRX_BYTES_MAX_TS": 3,
                      "WRX_PKTS": 7,
                      "WRX_PKTS_MAX": 4,
                      "WRX_PKTS_MAX_TS": 5,
                      "WTX_BYTES": 9,
                      "WTX_BYTES_MAX": 4,
                      "WTX_BYTES_MAX_TS": 6,
                      "WTX_PKTS": 10,
                      "WTX_PKTS_MAX": 9,
                      "WTX_PKTS_MAX_TS": 3
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "flowType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsTimeseriesFlow",
        "description": "The parameters and request body are for method: postStatsTimeseriesFlow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "COMP_L2W": {
                            "type": "number"
                          },
                          "COMP_L2WMAX": {
                            "type": "number"
                          },
                          "COMP_L2WMAX_TS": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2W": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2WMAX": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2WMAX_TS": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2L": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2LMAX": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2LMAX_TS": {
                            "type": "number"
                          },
                          "COMP_W2L": {
                            "type": "number"
                          },
                          "COMP_W2LMAX": {
                            "type": "number"
                          },
                          "COMP_W2LMAX_TS": {
                            "type": "number"
                          },
                          "CREATED": {
                            "type": "number"
                          },
                          "CREATED_MAX": {
                            "type": "number"
                          },
                          "CREATED_MAX_TS": {
                            "type": "number"
                          },
                          "DELETED": {
                            "type": "number"
                          },
                          "DELETED_MAX": {
                            "type": "number"
                          },
                          "DELETED_MAX_TS": {
                            "type": "number"
                          },
                          "EXT": {
                            "type": "number"
                          },
                          "FLOW_EXT_PEAK": {
                            "type": "number"
                          },
                          "FLOW_EXT_PEAK_TS": {
                            "type": "number"
                          },
                          "FLOW_MAX": {
                            "type": "number"
                          },
                          "FLOW_PEAK": {
                            "type": "number"
                          },
                          "FLOW_PEAK_TS": {
                            "type": "number"
                          },
                          "FLOW_TYPE": {
                            "type": "number"
                          },
                          "LRX_BYTES": {
                            "type": "number"
                          },
                          "LRX_BYTES_MAX": {
                            "type": "number"
                          },
                          "LRX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "LRX_PKTS": {
                            "type": "number"
                          },
                          "LRX_PKTS_MAX": {
                            "type": "number"
                          },
                          "LRX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "LTX_BYTES": {
                            "type": "number"
                          },
                          "LTX_BYTES_MAX": {
                            "type": "number"
                          },
                          "LTX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "LTX_PKTS": {
                            "type": "number"
                          },
                          "LTX_PKTS_MAX": {
                            "type": "number"
                          },
                          "LTX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "TIMESTAMP": {
                            "type": "number"
                          },
                          "TRAFFIC_TYPE": {
                            "type": "number"
                          },
                          "WRX_BYTES": {
                            "type": "number"
                          },
                          "WRX_BYTES_MAX": {
                            "type": "number"
                          },
                          "WRX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "WRX_PKTS": {
                            "type": "number"
                          },
                          "WRX_PKTS_MAX": {
                            "type": "number"
                          },
                          "WRX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "WTX_BYTES": {
                            "type": "number"
                          },
                          "WTX_BYTES_MAX": {
                            "type": "number"
                          },
                          "WTX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "WTX_PKTS": {
                            "type": "number"
                          },
                          "WTX_PKTS_MAX": {
                            "type": "number"
                          },
                          "WTX_PKTS_MAX_TS": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "data": [
                    {
                      "COMP_L2W": 7,
                      "COMP_L2WMAX": 9,
                      "COMP_L2WMAX_TS": 3,
                      "COMP_NOOHEAD_L2W": 5,
                      "COMP_NOOHEAD_L2WMAX": 10,
                      "COMP_NOOHEAD_L2WMAX_TS": 8,
                      "COMP_NOOHEAD_W2L": 1,
                      "COMP_NOOHEAD_W2LMAX": 4,
                      "COMP_NOOHEAD_W2LMAX_TS": 5,
                      "COMP_W2L": 10,
                      "COMP_W2LMAX": 9,
                      "COMP_W2LMAX_TS": 6,
                      "CREATED": 10,
                      "CREATED_MAX": 4,
                      "CREATED_MAX_TS": 4,
                      "DELETED": 2,
                      "DELETED_MAX": 6,
                      "DELETED_MAX_TS": 1,
                      "EXT": 5,
                      "FLOW_EXT_PEAK": 4,
                      "FLOW_EXT_PEAK_TS": 8,
                      "FLOW_MAX": 4,
                      "FLOW_PEAK": 1,
                      "FLOW_PEAK_TS": 6,
                      "FLOW_TYPE": 3,
                      "LRX_BYTES": 4,
                      "LRX_BYTES_MAX": 6,
                      "LRX_BYTES_MAX_TS": 1,
                      "LRX_PKTS": 7,
                      "LRX_PKTS_MAX": 4,
                      "LRX_PKTS_MAX_TS": 5,
                      "LTX_BYTES": 9,
                      "LTX_BYTES_MAX": 9,
                      "LTX_BYTES_MAX_TS": 2,
                      "LTX_PKTS": 6,
                      "LTX_PKTS_MAX": 1,
                      "LTX_PKTS_MAX_TS": 5,
                      "TIMESTAMP": 4,
                      "TRAFFIC_TYPE": 8,
                      "WRX_BYTES": 7,
                      "WRX_BYTES_MAX": 4,
                      "WRX_BYTES_MAX_TS": 5,
                      "WRX_PKTS": 3,
                      "WRX_PKTS_MAX": 8,
                      "WRX_PKTS_MAX_TS": 5,
                      "WTX_BYTES": 1,
                      "WTX_BYTES_MAX": 9,
                      "WTX_BYTES_MAX_TS": 8,
                      "WTX_PKTS": 4,
                      "WTX_PKTS_MAX": 4,
                      "WTX_PKTS_MAX_TS": 8
                    },
                    {
                      "COMP_L2W": 10,
                      "COMP_L2WMAX": 10,
                      "COMP_L2WMAX_TS": 5,
                      "COMP_NOOHEAD_L2W": 3,
                      "COMP_NOOHEAD_L2WMAX": 8,
                      "COMP_NOOHEAD_L2WMAX_TS": 9,
                      "COMP_NOOHEAD_W2L": 1,
                      "COMP_NOOHEAD_W2LMAX": 8,
                      "COMP_NOOHEAD_W2LMAX_TS": 6,
                      "COMP_W2L": 6,
                      "COMP_W2LMAX": 4,
                      "COMP_W2LMAX_TS": 1,
                      "CREATED": 3,
                      "CREATED_MAX": 6,
                      "CREATED_MAX_TS": 5,
                      "DELETED": 5,
                      "DELETED_MAX": 7,
                      "DELETED_MAX_TS": 3,
                      "EXT": 8,
                      "FLOW_EXT_PEAK": 5,
                      "FLOW_EXT_PEAK_TS": 2,
                      "FLOW_MAX": 9,
                      "FLOW_PEAK": 4,
                      "FLOW_PEAK_TS": 9,
                      "FLOW_TYPE": 7,
                      "LRX_BYTES": 9,
                      "LRX_BYTES_MAX": 5,
                      "LRX_BYTES_MAX_TS": 4,
                      "LRX_PKTS": 6,
                      "LRX_PKTS_MAX": 10,
                      "LRX_PKTS_MAX_TS": 10,
                      "LTX_BYTES": 2,
                      "LTX_BYTES_MAX": 1,
                      "LTX_BYTES_MAX_TS": 8,
                      "LTX_PKTS": 8,
                      "LTX_PKTS_MAX": 9,
                      "LTX_PKTS_MAX_TS": 4,
                      "TIMESTAMP": 6,
                      "TRAFFIC_TYPE": 7,
                      "WRX_BYTES": 7,
                      "WRX_BYTES_MAX": 1,
                      "WRX_BYTES_MAX_TS": 6,
                      "WRX_PKTS": 7,
                      "WRX_PKTS_MAX": 8,
                      "WRX_PKTS_MAX_TS": 6,
                      "WTX_BYTES": 2,
                      "WTX_BYTES_MAX": 4,
                      "WTX_BYTES_MAX_TS": 6,
                      "WTX_PKTS": 9,
                      "WTX_PKTS_MAX": 6,
                      "WTX_PKTS_MAX_TS": 1
                    },
                    {
                      "COMP_L2W": 4,
                      "COMP_L2WMAX": 1,
                      "COMP_L2WMAX_TS": 8,
                      "COMP_NOOHEAD_L2W": 7,
                      "COMP_NOOHEAD_L2WMAX": 1,
                      "COMP_NOOHEAD_L2WMAX_TS": 4,
                      "COMP_NOOHEAD_W2L": 4,
                      "COMP_NOOHEAD_W2LMAX": 9,
                      "COMP_NOOHEAD_W2LMAX_TS": 3,
                      "COMP_W2L": 10,
                      "COMP_W2LMAX": 1,
                      "COMP_W2LMAX_TS": 4,
                      "CREATED": 1,
                      "CREATED_MAX": 5,
                      "CREATED_MAX_TS": 7,
                      "DELETED": 2,
                      "DELETED_MAX": 9,
                      "DELETED_MAX_TS": 6,
                      "EXT": 1,
                      "FLOW_EXT_PEAK": 9,
                      "FLOW_EXT_PEAK_TS": 10,
                      "FLOW_MAX": 2,
                      "FLOW_PEAK": 6,
                      "FLOW_PEAK_TS": 6,
                      "FLOW_TYPE": 8,
                      "LRX_BYTES": 10,
                      "LRX_BYTES_MAX": 4,
                      "LRX_BYTES_MAX_TS": 10,
                      "LRX_PKTS": 6,
                      "LRX_PKTS_MAX": 5,
                      "LRX_PKTS_MAX_TS": 2,
                      "LTX_BYTES": 4,
                      "LTX_BYTES_MAX": 1,
                      "LTX_BYTES_MAX_TS": 5,
                      "LTX_PKTS": 6,
                      "LTX_PKTS_MAX": 9,
                      "LTX_PKTS_MAX_TS": 3,
                      "TIMESTAMP": 1,
                      "TRAFFIC_TYPE": 6,
                      "WRX_BYTES": 3,
                      "WRX_BYTES_MAX": 4,
                      "WRX_BYTES_MAX_TS": 6,
                      "WRX_PKTS": 2,
                      "WRX_PKTS_MAX": 8,
                      "WRX_PKTS_MAX_TS": 8,
                      "WTX_BYTES": 7,
                      "WTX_BYTES_MAX": 7,
                      "WTX_BYTES_MAX_TS": 7,
                      "WTX_PKTS": 7,
                      "WTX_PKTS_MAX": 10,
                      "WTX_PKTS_MAX_TS": 10
                    },
                    {
                      "COMP_L2W": 1,
                      "COMP_L2WMAX": 5,
                      "COMP_L2WMAX_TS": 4,
                      "COMP_NOOHEAD_L2W": 8,
                      "COMP_NOOHEAD_L2WMAX": 5,
                      "COMP_NOOHEAD_L2WMAX_TS": 3,
                      "COMP_NOOHEAD_W2L": 9,
                      "COMP_NOOHEAD_W2LMAX": 8,
                      "COMP_NOOHEAD_W2LMAX_TS": 3,
                      "COMP_W2L": 2,
                      "COMP_W2LMAX": 9,
                      "COMP_W2LMAX_TS": 1,
                      "CREATED": 4,
                      "CREATED_MAX": 1,
                      "CREATED_MAX_TS": 6,
                      "DELETED": 3,
                      "DELETED_MAX": 7,
                      "DELETED_MAX_TS": 7,
                      "EXT": 6,
                      "FLOW_EXT_PEAK": 10,
                      "FLOW_EXT_PEAK_TS": 7,
                      "FLOW_MAX": 8,
                      "FLOW_PEAK": 10,
                      "FLOW_PEAK_TS": 10,
                      "FLOW_TYPE": 2,
                      "LRX_BYTES": 1,
                      "LRX_BYTES_MAX": 2,
                      "LRX_BYTES_MAX_TS": 3,
                      "LRX_PKTS": 1,
                      "LRX_PKTS_MAX": 7,
                      "LRX_PKTS_MAX_TS": 9,
                      "LTX_BYTES": 10,
                      "LTX_BYTES_MAX": 9,
                      "LTX_BYTES_MAX_TS": 9,
                      "LTX_PKTS": 8,
                      "LTX_PKTS_MAX": 3,
                      "LTX_PKTS_MAX_TS": 10,
                      "TIMESTAMP": 6,
                      "TRAFFIC_TYPE": 10,
                      "WRX_BYTES": 10,
                      "WRX_BYTES_MAX": 3,
                      "WRX_BYTES_MAX_TS": 8,
                      "WRX_PKTS": 9,
                      "WRX_PKTS_MAX": 7,
                      "WRX_PKTS_MAX_TS": 3,
                      "WTX_BYTES": 6,
                      "WTX_BYTES_MAX": 3,
                      "WTX_BYTES_MAX_TS": 8,
                      "WTX_PKTS": 2,
                      "WTX_PKTS_MAX": 3,
                      "WTX_PKTS_MAX_TS": 4
                    },
                    {
                      "COMP_L2W": 8,
                      "COMP_L2WMAX": 3,
                      "COMP_L2WMAX_TS": 8,
                      "COMP_NOOHEAD_L2W": 2,
                      "COMP_NOOHEAD_L2WMAX": 10,
                      "COMP_NOOHEAD_L2WMAX_TS": 6,
                      "COMP_NOOHEAD_W2L": 4,
                      "COMP_NOOHEAD_W2LMAX": 1,
                      "COMP_NOOHEAD_W2LMAX_TS": 4,
                      "COMP_W2L": 5,
                      "COMP_W2LMAX": 7,
                      "COMP_W2LMAX_TS": 4,
                      "CREATED": 2,
                      "CREATED_MAX": 3,
                      "CREATED_MAX_TS": 1,
                      "DELETED": 10,
                      "DELETED_MAX": 5,
                      "DELETED_MAX_TS": 7,
                      "EXT": 9,
                      "FLOW_EXT_PEAK": 8,
                      "FLOW_EXT_PEAK_TS": 6,
                      "FLOW_MAX": 8,
                      "FLOW_PEAK": 3,
                      "FLOW_PEAK_TS": 3,
                      "FLOW_TYPE": 6,
                      "LRX_BYTES": 10,
                      "LRX_BYTES_MAX": 1,
                      "LRX_BYTES_MAX_TS": 2,
                      "LRX_PKTS": 2,
                      "LRX_PKTS_MAX": 6,
                      "LRX_PKTS_MAX_TS": 4,
                      "LTX_BYTES": 2,
                      "LTX_BYTES_MAX": 7,
                      "LTX_BYTES_MAX_TS": 5,
                      "LTX_PKTS": 6,
                      "LTX_PKTS_MAX": 5,
                      "LTX_PKTS_MAX_TS": 10,
                      "TIMESTAMP": 4,
                      "TRAFFIC_TYPE": 1,
                      "WRX_BYTES": 1,
                      "WRX_BYTES_MAX": 3,
                      "WRX_BYTES_MAX_TS": 4,
                      "WRX_PKTS": 6,
                      "WRX_PKTS_MAX": 3,
                      "WRX_PKTS_MAX_TS": 7,
                      "WTX_BYTES": 5,
                      "WTX_BYTES_MAX": 1,
                      "WTX_BYTES_MAX_TS": 10,
                      "WTX_PKTS": 6,
                      "WTX_PKTS_MAX": 8,
                      "WTX_PKTS_MAX_TS": 8
                    },
                    {
                      "COMP_L2W": 8,
                      "COMP_L2WMAX": 7,
                      "COMP_L2WMAX_TS": 5,
                      "COMP_NOOHEAD_L2W": 7,
                      "COMP_NOOHEAD_L2WMAX": 10,
                      "COMP_NOOHEAD_L2WMAX_TS": 10,
                      "COMP_NOOHEAD_W2L": 8,
                      "COMP_NOOHEAD_W2LMAX": 9,
                      "COMP_NOOHEAD_W2LMAX_TS": 5,
                      "COMP_W2L": 10,
                      "COMP_W2LMAX": 4,
                      "COMP_W2LMAX_TS": 3,
                      "CREATED": 8,
                      "CREATED_MAX": 5,
                      "CREATED_MAX_TS": 6,
                      "DELETED": 10,
                      "DELETED_MAX": 10,
                      "DELETED_MAX_TS": 7,
                      "EXT": 10,
                      "FLOW_EXT_PEAK": 6,
                      "FLOW_EXT_PEAK_TS": 2,
                      "FLOW_MAX": 3,
                      "FLOW_PEAK": 5,
                      "FLOW_PEAK_TS": 10,
                      "FLOW_TYPE": 10,
                      "LRX_BYTES": 9,
                      "LRX_BYTES_MAX": 2,
                      "LRX_BYTES_MAX_TS": 5,
                      "LRX_PKTS": 6,
                      "LRX_PKTS_MAX": 6,
                      "LRX_PKTS_MAX_TS": 1,
                      "LTX_BYTES": 6,
                      "LTX_BYTES_MAX": 4,
                      "LTX_BYTES_MAX_TS": 4,
                      "LTX_PKTS": 9,
                      "LTX_PKTS_MAX": 4,
                      "LTX_PKTS_MAX_TS": 6,
                      "TIMESTAMP": 6,
                      "TRAFFIC_TYPE": 5,
                      "WRX_BYTES": 3,
                      "WRX_BYTES_MAX": 2,
                      "WRX_BYTES_MAX_TS": 5,
                      "WRX_PKTS": 7,
                      "WRX_PKTS_MAX": 5,
                      "WRX_PKTS_MAX_TS": 8,
                      "WTX_BYTES": 1,
                      "WTX_BYTES_MAX": 5,
                      "WTX_BYTES_MAX_TS": 6,
                      "WTX_PKTS": 9,
                      "WTX_PKTS_MAX": 10,
                      "WTX_PKTS_MAX_TS": 3
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "flowType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/timeseries/flow/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsTimeseriesFlowNePk",
        "description": "The parameters and request body are for method: getStatsTimeseriesFlowNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "COMP_L2W": {
                      "type": "number"
                    },
                    "COMP_L2WMAX": {
                      "type": "number"
                    },
                    "COMP_L2WMAX_TS": {
                      "type": "number"
                    },
                    "COMP_NOOHEAD_L2W": {
                      "type": "number"
                    },
                    "COMP_NOOHEAD_L2WMAX": {
                      "type": "number"
                    },
                    "COMP_NOOHEAD_L2WMAX_TS": {
                      "type": "number"
                    },
                    "COMP_NOOHEAD_W2L": {
                      "type": "number"
                    },
                    "COMP_NOOHEAD_W2LMAX": {
                      "type": "number"
                    },
                    "COMP_NOOHEAD_W2LMAX_TS": {
                      "type": "number"
                    },
                    "COMP_W2L": {
                      "type": "number"
                    },
                    "COMP_W2LMAX": {
                      "type": "number"
                    },
                    "COMP_W2LMAX_TS": {
                      "type": "number"
                    },
                    "CREATED": {
                      "type": "number"
                    },
                    "CREATED_MAX": {
                      "type": "number"
                    },
                    "CREATED_MAX_TS": {
                      "type": "number"
                    },
                    "DELETED": {
                      "type": "number"
                    },
                    "DELETED_MAX": {
                      "type": "number"
                    },
                    "DELETED_MAX_TS": {
                      "type": "number"
                    },
                    "EXT": {
                      "type": "number"
                    },
                    "FLOW_EXT_PEAK": {
                      "type": "number"
                    },
                    "FLOW_EXT_PEAK_TS": {
                      "type": "number"
                    },
                    "FLOW_MAX": {
                      "type": "number"
                    },
                    "FLOW_PEAK": {
                      "type": "number"
                    },
                    "FLOW_PEAK_TS": {
                      "type": "number"
                    },
                    "FLOW_TYPE": {
                      "type": "number"
                    },
                    "LRX_BYTES": {
                      "type": "number"
                    },
                    "LRX_BYTES_MAX": {
                      "type": "number"
                    },
                    "LRX_BYTES_MAX_TS": {
                      "type": "number"
                    },
                    "LRX_PKTS": {
                      "type": "number"
                    },
                    "LRX_PKTS_MAX": {
                      "type": "number"
                    },
                    "LRX_PKTS_MAX_TS": {
                      "type": "number"
                    },
                    "LTX_BYTES": {
                      "type": "number"
                    },
                    "LTX_BYTES_MAX": {
                      "type": "number"
                    },
                    "LTX_BYTES_MAX_TS": {
                      "type": "number"
                    },
                    "LTX_PKTS": {
                      "type": "number"
                    },
                    "LTX_PKTS_MAX": {
                      "type": "number"
                    },
                    "LTX_PKTS_MAX_TS": {
                      "type": "number"
                    },
                    "TIMESTAMP": {
                      "type": "number"
                    },
                    "TRAFFIC_TYPE": {
                      "type": "number"
                    },
                    "WRX_BYTES": {
                      "type": "number"
                    },
                    "WRX_BYTES_MAX": {
                      "type": "number"
                    },
                    "WRX_BYTES_MAX_TS": {
                      "type": "number"
                    },
                    "WRX_PKTS": {
                      "type": "number"
                    },
                    "WRX_PKTS_MAX": {
                      "type": "number"
                    },
                    "WRX_PKTS_MAX_TS": {
                      "type": "number"
                    },
                    "WTX_BYTES": {
                      "type": "number"
                    },
                    "WTX_BYTES_MAX": {
                      "type": "number"
                    },
                    "WTX_BYTES_MAX_TS": {
                      "type": "number"
                    },
                    "WTX_PKTS": {
                      "type": "number"
                    },
                    "WTX_PKTS_MAX": {
                      "type": "number"
                    },
                    "WTX_PKTS_MAX_TS": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "COMP_L2W": 4,
                  "COMP_L2WMAX": 7,
                  "COMP_L2WMAX_TS": 2,
                  "COMP_NOOHEAD_L2W": 2,
                  "COMP_NOOHEAD_L2WMAX": 7,
                  "COMP_NOOHEAD_L2WMAX_TS": 5,
                  "COMP_NOOHEAD_W2L": 10,
                  "COMP_NOOHEAD_W2LMAX": 6,
                  "COMP_NOOHEAD_W2LMAX_TS": 7,
                  "COMP_W2L": 9,
                  "COMP_W2LMAX": 3,
                  "COMP_W2LMAX_TS": 10,
                  "CREATED": 5,
                  "CREATED_MAX": 4,
                  "CREATED_MAX_TS": 10,
                  "DELETED": 5,
                  "DELETED_MAX": 6,
                  "DELETED_MAX_TS": 9,
                  "EXT": 5,
                  "FLOW_EXT_PEAK": 6,
                  "FLOW_EXT_PEAK_TS": 4,
                  "FLOW_MAX": 2,
                  "FLOW_PEAK": 1,
                  "FLOW_PEAK_TS": 9,
                  "FLOW_TYPE": 5,
                  "LRX_BYTES": 3,
                  "LRX_BYTES_MAX": 2,
                  "LRX_BYTES_MAX_TS": 1,
                  "LRX_PKTS": 3,
                  "LRX_PKTS_MAX": 5,
                  "LRX_PKTS_MAX_TS": 9,
                  "LTX_BYTES": 9,
                  "LTX_BYTES_MAX": 3,
                  "LTX_BYTES_MAX_TS": 6,
                  "LTX_PKTS": 9,
                  "LTX_PKTS_MAX": 8,
                  "LTX_PKTS_MAX_TS": 3,
                  "TIMESTAMP": 7,
                  "TRAFFIC_TYPE": 4,
                  "WRX_BYTES": 1,
                  "WRX_BYTES_MAX": 10,
                  "WRX_BYTES_MAX_TS": 1,
                  "WRX_PKTS": 1,
                  "WRX_PKTS_MAX": 10,
                  "WRX_PKTS_MAX_TS": 1,
                  "WTX_BYTES": 5,
                  "WTX_BYTES_MAX": 5,
                  "WTX_BYTES_MAX_TS": 4,
                  "WTX_PKTS": 7,
                  "WTX_PKTS_MAX": 5,
                  "WTX_PKTS_MAX_TS": 7
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "flowType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/timeseries/interface/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "interfaceTimeseriesStats",
        "description": "The parameters and request body are for method: interfaceTimeseriesStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "fwdrops_rx_bytes": {
                        "type": "number"
                      },
                      "fwdrops_rx_bytes_max": {
                        "type": "number"
                      },
                      "fwdrops_rx_bytes_max_ts": {
                        "type": "number"
                      },
                      "fwdrops_rx_pkts": {
                        "type": "number"
                      },
                      "fwdrops_rx_pkts_max": {
                        "type": "number"
                      },
                      "fwdrops_rx_pkts_max_ts": {
                        "type": "number"
                      },
                      "fwdrops_tx_bytes": {
                        "type": "number"
                      },
                      "fwdrops_tx_bytes_max": {
                        "type": "number"
                      },
                      "fwdrops_tx_bytes_max_ts": {
                        "type": "number"
                      },
                      "fwdrops_tx_pkts": {
                        "type": "number"
                      },
                      "fwdrops_tx_pkts_max": {
                        "type": "number"
                      },
                      "fwdrops_tx_pkts_max_ts": {
                        "type": "number"
                      },
                      "interfaceName": {
                        "type": "string"
                      },
                      "max_bw_rx": {
                        "type": "number"
                      },
                      "max_bw_tx": {
                        "type": "number"
                      },
                      "ohead_rx_bytes": {
                        "type": "number"
                      },
                      "ohead_rx_bytes_max": {
                        "type": "number"
                      },
                      "ohead_rx_bytes_max_ts": {
                        "type": "number"
                      },
                      "ohead_rx_pkts": {
                        "type": "number"
                      },
                      "ohead_rx_pkts_max": {
                        "type": "number"
                      },
                      "ohead_rx_pkts_max_ts": {
                        "type": "number"
                      },
                      "ohead_tx_bytes": {
                        "type": "number"
                      },
                      "ohead_tx_bytes_max": {
                        "type": "number"
                      },
                      "ohead_tx_bytes_max_ts": {
                        "type": "number"
                      },
                      "ohead_tx_pkts": {
                        "type": "number"
                      },
                      "ohead_tx_pkts_max": {
                        "type": "number"
                      },
                      "ohead_tx_pkts_max_ts": {
                        "type": "number"
                      },
                      "rx_bytes": {
                        "type": "number"
                      },
                      "rx_bytes_max": {
                        "type": "number"
                      },
                      "rx_bytes_max_ts": {
                        "type": "number"
                      },
                      "rx_pkts": {
                        "type": "number"
                      },
                      "rx_pkts_max": {
                        "type": "number"
                      },
                      "rx_pkts_max_ts": {
                        "type": "number"
                      },
                      "timestamp": {
                        "type": "number"
                      },
                      "trafficType": {
                        "type": "number"
                      },
                      "tx_bytes": {
                        "type": "number"
                      },
                      "tx_bytes_max": {
                        "type": "number"
                      },
                      "tx_bytes_max_ts": {
                        "type": "number"
                      },
                      "tx_pkts": {
                        "type": "number"
                      },
                      "tx_pkts_max": {
                        "type": "number"
                      },
                      "tx_pkts_max_ts": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "fwdrops_rx_bytes": 8,
                    "fwdrops_rx_bytes_max": 10,
                    "fwdrops_rx_bytes_max_ts": 3,
                    "fwdrops_rx_pkts": 2,
                    "fwdrops_rx_pkts_max": 7,
                    "fwdrops_rx_pkts_max_ts": 9,
                    "fwdrops_tx_bytes": 3,
                    "fwdrops_tx_bytes_max": 7,
                    "fwdrops_tx_bytes_max_ts": 3,
                    "fwdrops_tx_pkts": 7,
                    "fwdrops_tx_pkts_max": 3,
                    "fwdrops_tx_pkts_max_ts": 8,
                    "interfaceName": "string",
                    "max_bw_rx": 4,
                    "max_bw_tx": 5,
                    "ohead_rx_bytes": 9,
                    "ohead_rx_bytes_max": 2,
                    "ohead_rx_bytes_max_ts": 5,
                    "ohead_rx_pkts": 7,
                    "ohead_rx_pkts_max": 5,
                    "ohead_rx_pkts_max_ts": 4,
                    "ohead_tx_bytes": 1,
                    "ohead_tx_bytes_max": 5,
                    "ohead_tx_bytes_max_ts": 4,
                    "ohead_tx_pkts": 4,
                    "ohead_tx_pkts_max": 6,
                    "ohead_tx_pkts_max_ts": 8,
                    "rx_bytes": 8,
                    "rx_bytes_max": 6,
                    "rx_bytes_max_ts": 9,
                    "rx_pkts": 5,
                    "rx_pkts_max": 10,
                    "rx_pkts_max_ts": 10,
                    "timestamp": 5,
                    "trafficType": 5,
                    "tx_bytes": 6,
                    "tx_bytes_max": 7,
                    "tx_bytes_max_ts": 8,
                    "tx_pkts": 5,
                    "tx_pkts_max": 1,
                    "tx_pkts_max_ts": 1
                  },
                  {
                    "fwdrops_rx_bytes": 3,
                    "fwdrops_rx_bytes_max": 1,
                    "fwdrops_rx_bytes_max_ts": 4,
                    "fwdrops_rx_pkts": 5,
                    "fwdrops_rx_pkts_max": 8,
                    "fwdrops_rx_pkts_max_ts": 8,
                    "fwdrops_tx_bytes": 5,
                    "fwdrops_tx_bytes_max": 4,
                    "fwdrops_tx_bytes_max_ts": 5,
                    "fwdrops_tx_pkts": 8,
                    "fwdrops_tx_pkts_max": 4,
                    "fwdrops_tx_pkts_max_ts": 3,
                    "interfaceName": "string",
                    "max_bw_rx": 9,
                    "max_bw_tx": 5,
                    "ohead_rx_bytes": 3,
                    "ohead_rx_bytes_max": 7,
                    "ohead_rx_bytes_max_ts": 9,
                    "ohead_rx_pkts": 1,
                    "ohead_rx_pkts_max": 5,
                    "ohead_rx_pkts_max_ts": 2,
                    "ohead_tx_bytes": 8,
                    "ohead_tx_bytes_max": 4,
                    "ohead_tx_bytes_max_ts": 7,
                    "ohead_tx_pkts": 1,
                    "ohead_tx_pkts_max": 2,
                    "ohead_tx_pkts_max_ts": 10,
                    "rx_bytes": 10,
                    "rx_bytes_max": 5,
                    "rx_bytes_max_ts": 1,
                    "rx_pkts": 6,
                    "rx_pkts_max": 1,
                    "rx_pkts_max_ts": 8,
                    "timestamp": 9,
                    "trafficType": 6,
                    "tx_bytes": 3,
                    "tx_bytes_max": 5,
                    "tx_bytes_max_ts": 10,
                    "tx_pkts": 3,
                    "tx_pkts_max": 6,
                    "tx_pkts_max_ts": 8
                  },
                  {
                    "fwdrops_rx_bytes": 4,
                    "fwdrops_rx_bytes_max": 4,
                    "fwdrops_rx_bytes_max_ts": 7,
                    "fwdrops_rx_pkts": 9,
                    "fwdrops_rx_pkts_max": 2,
                    "fwdrops_rx_pkts_max_ts": 2,
                    "fwdrops_tx_bytes": 5,
                    "fwdrops_tx_bytes_max": 5,
                    "fwdrops_tx_bytes_max_ts": 5,
                    "fwdrops_tx_pkts": 6,
                    "fwdrops_tx_pkts_max": 5,
                    "fwdrops_tx_pkts_max_ts": 3,
                    "interfaceName": "string",
                    "max_bw_rx": 9,
                    "max_bw_tx": 10,
                    "ohead_rx_bytes": 5,
                    "ohead_rx_bytes_max": 10,
                    "ohead_rx_bytes_max_ts": 9,
                    "ohead_rx_pkts": 6,
                    "ohead_rx_pkts_max": 6,
                    "ohead_rx_pkts_max_ts": 2,
                    "ohead_tx_bytes": 1,
                    "ohead_tx_bytes_max": 3,
                    "ohead_tx_bytes_max_ts": 3,
                    "ohead_tx_pkts": 4,
                    "ohead_tx_pkts_max": 5,
                    "ohead_tx_pkts_max_ts": 9,
                    "rx_bytes": 7,
                    "rx_bytes_max": 4,
                    "rx_bytes_max_ts": 4,
                    "rx_pkts": 10,
                    "rx_pkts_max": 6,
                    "rx_pkts_max_ts": 4,
                    "timestamp": 1,
                    "trafficType": 7,
                    "tx_bytes": 8,
                    "tx_bytes_max": 4,
                    "tx_bytes_max_ts": 3,
                    "tx_pkts": 3,
                    "tx_pkts_max": 1,
                    "tx_pkts_max_ts": 10
                  },
                  {
                    "fwdrops_rx_bytes": 2,
                    "fwdrops_rx_bytes_max": 8,
                    "fwdrops_rx_bytes_max_ts": 8,
                    "fwdrops_rx_pkts": 2,
                    "fwdrops_rx_pkts_max": 7,
                    "fwdrops_rx_pkts_max_ts": 1,
                    "fwdrops_tx_bytes": 6,
                    "fwdrops_tx_bytes_max": 1,
                    "fwdrops_tx_bytes_max_ts": 9,
                    "fwdrops_tx_pkts": 6,
                    "fwdrops_tx_pkts_max": 7,
                    "fwdrops_tx_pkts_max_ts": 3,
                    "interfaceName": "string",
                    "max_bw_rx": 5,
                    "max_bw_tx": 9,
                    "ohead_rx_bytes": 9,
                    "ohead_rx_bytes_max": 4,
                    "ohead_rx_bytes_max_ts": 4,
                    "ohead_rx_pkts": 8,
                    "ohead_rx_pkts_max": 1,
                    "ohead_rx_pkts_max_ts": 2,
                    "ohead_tx_bytes": 10,
                    "ohead_tx_bytes_max": 7,
                    "ohead_tx_bytes_max_ts": 3,
                    "ohead_tx_pkts": 1,
                    "ohead_tx_pkts_max": 6,
                    "ohead_tx_pkts_max_ts": 10,
                    "rx_bytes": 8,
                    "rx_bytes_max": 3,
                    "rx_bytes_max_ts": 9,
                    "rx_pkts": 8,
                    "rx_pkts_max": 8,
                    "rx_pkts_max_ts": 9,
                    "timestamp": 5,
                    "trafficType": 4,
                    "tx_bytes": 10,
                    "tx_bytes_max": 5,
                    "tx_bytes_max_ts": 6,
                    "tx_pkts": 10,
                    "tx_pkts_max": 1,
                    "tx_pkts_max_ts": 4
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/timeseries/interfaceOverlay/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "interfaceOverlayTransportTimeseriesStats",
        "description": "The parameters and request body are for method: interfaceOverlayTransportTimeseriesStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "INTERFACE": {
                        "type": "string"
                      },
                      "ISWANSIDE": {
                        "type": "boolean"
                      },
                      "LABELID": {
                        "type": "number"
                      },
                      "LABELNAME": {
                        "type": "string"
                      },
                      "MAX_BW_RX": {
                        "type": "number"
                      },
                      "MAX_BW_TX": {
                        "type": "number"
                      },
                      "OHEAD_RX_BYTES": {
                        "type": "number"
                      },
                      "OHEAD_RX_BYTES_MAX": {
                        "type": "number"
                      },
                      "OHEAD_RX_PKTS": {
                        "type": "number"
                      },
                      "OHEAD_RX_PKTS_MAX": {
                        "type": "number"
                      },
                      "OHEAD_TX_BYTES": {
                        "type": "number"
                      },
                      "OHEAD_TX_BYTES_MAX": {
                        "type": "number"
                      },
                      "OHEAD_TX_PKTS": {
                        "type": "number"
                      },
                      "OHEAD_TX_PKTS_MAX": {
                        "type": "number"
                      },
                      "OVERLAY_ID": {
                        "type": "number"
                      },
                      "RX_BYTES": {
                        "type": "string"
                      },
                      "RX_BYTES_MAX": {
                        "type": "number"
                      },
                      "RX_BYTES_MAX_TS": {
                        "type": "number"
                      },
                      "RX_PKTS": {
                        "type": "number"
                      },
                      "RX_PKTS_MAX": {
                        "type": "number"
                      },
                      "RX_PKTS_MAX_TS": {
                        "type": "number"
                      },
                      "TIMESTAMP": {
                        "type": "number"
                      },
                      "TUNNEL_TYPE": {
                        "type": "number"
                      },
                      "TX_BYTES": {
                        "type": "number"
                      },
                      "TX_BYTES_MAX": {
                        "type": "number"
                      },
                      "TX_BYTES_MAX_TS": {
                        "type": "number"
                      },
                      "TX_PKTS": {
                        "type": "number"
                      },
                      "TX_PKTS_MAX": {
                        "type": "number"
                      },
                      "TX_PKTS_MAX_TS": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "INTERFACE": "string",
                    "ISWANSIDE": true,
                    "LABELID": 6,
                    "LABELNAME": "string",
                    "MAX_BW_RX": 7,
                    "MAX_BW_TX": 3,
                    "OHEAD_RX_BYTES": 5,
                    "OHEAD_RX_BYTES_MAX": 10,
                    "OHEAD_RX_PKTS": 9,
                    "OHEAD_RX_PKTS_MAX": 9,
                    "OHEAD_TX_BYTES": 8,
                    "OHEAD_TX_BYTES_MAX": 3,
                    "OHEAD_TX_PKTS": 8,
                    "OHEAD_TX_PKTS_MAX": 3,
                    "OVERLAY_ID": 7,
                    "RX_BYTES": "string",
                    "RX_BYTES_MAX": 8,
                    "RX_BYTES_MAX_TS": 10,
                    "RX_PKTS": 5,
                    "RX_PKTS_MAX": 10,
                    "RX_PKTS_MAX_TS": 5,
                    "TIMESTAMP": 5,
                    "TUNNEL_TYPE": 5,
                    "TX_BYTES": 1,
                    "TX_BYTES_MAX": 2,
                    "TX_BYTES_MAX_TS": 8,
                    "TX_PKTS": 3,
                    "TX_PKTS_MAX": 9,
                    "TX_PKTS_MAX_TS": 5
                  },
                  {
                    "INTERFACE": "string",
                    "ISWANSIDE": true,
                    "LABELID": 6,
                    "LABELNAME": "string",
                    "MAX_BW_RX": 4,
                    "MAX_BW_TX": 4,
                    "OHEAD_RX_BYTES": 9,
                    "OHEAD_RX_BYTES_MAX": 7,
                    "OHEAD_RX_PKTS": 2,
                    "OHEAD_RX_PKTS_MAX": 8,
                    "OHEAD_TX_BYTES": 2,
                    "OHEAD_TX_BYTES_MAX": 10,
                    "OHEAD_TX_PKTS": 7,
                    "OHEAD_TX_PKTS_MAX": 3,
                    "OVERLAY_ID": 6,
                    "RX_BYTES": "string",
                    "RX_BYTES_MAX": 9,
                    "RX_BYTES_MAX_TS": 1,
                    "RX_PKTS": 3,
                    "RX_PKTS_MAX": 2,
                    "RX_PKTS_MAX_TS": 6,
                    "TIMESTAMP": 8,
                    "TUNNEL_TYPE": 3,
                    "TX_BYTES": 3,
                    "TX_BYTES_MAX": 6,
                    "TX_BYTES_MAX_TS": 8,
                    "TX_PKTS": 9,
                    "TX_PKTS_MAX": 1,
                    "TX_PKTS_MAX_TS": 6
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlay",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/timeseries/internalDrops/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsTimeseriesInternalDrops",
        "description": "The parameters and request body are for method: statsTimeseriesInternalDrops. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object",
                      "properties": {
                        "<dropId>": {
                          "type": "array",
                          "items": {
                            "type": "array",
                            "items": {
                              "type": "object"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": {
                    "<dropId>": [
                      [
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null
                      ],
                      [
                        null
                      ],
                      [
                        null,
                        null,
                        null
                      ],
                      [
                        null,
                        null,
                        null,
                        null,
                        null,
                        null
                      ],
                      [
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null
                      ],
                      [
                        null,
                        null,
                        null,
                        null,
                        null,
                        null
                      ],
                      [
                        null,
                        null,
                        null,
                        null,
                        null
                      ]
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/timeseries/metrics": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsTimeseriesTunnel",
        "description": "The parameters and request body are for method: statsTimeseriesTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "BW_PCT_UTIL_AVG": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX_TS": {
                                "type": "number"
                              },
                              "COMP_L2W": {
                                "type": "number"
                              },
                              "COMP_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2W": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2L": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX_TS": {
                                "type": "number"
                              },
                              "COMP_W2L": {
                                "type": "number"
                              },
                              "COMP_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_W2LMAX_TS": {
                                "type": "number"
                              },
                              "CREATED": {
                                "type": "number"
                              },
                              "CREATED_MAX": {
                                "type": "number"
                              },
                              "CREATED_MAX_TS": {
                                "type": "number"
                              },
                              "DELETED": {
                                "type": "number"
                              },
                              "DELETED_MAX": {
                                "type": "number"
                              },
                              "DELETED_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_AVG": {
                                "type": "number"
                              },
                              "LATENCY_MAX": {
                                "type": "number"
                              },
                              "LATENCY_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_MIN": {
                                "type": "number"
                              },
                              "LATENCY_MIN_FROM_PEAK": {
                                "type": "number"
                              },
                              "LATENCY_MIN_TS": {
                                "type": "number"
                              },
                              "LRX_BYTES": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LRX_PKTS": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_BYTES": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_PKTS": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_LOSS": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_POC": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "POST_POC": {
                                "type": "number"
                              },
                              "POST_POCMAX": {
                                "type": "number"
                              },
                              "POST_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_LOSS": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_POC": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_POC": {
                                "type": "number"
                              },
                              "PRE_POCMAX": {
                                "type": "number"
                              },
                              "PRE_POCMAX_TS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TCP_FLOWS": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TIMESTAMP": {
                                "type": "number"
                              },
                              "WRX_BYTES": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WRX_PKTS": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_BYTES": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_PKTS": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX_TS": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string",
                    "string"
                  ],
                  "data": {
                    "<nePk/IP>": [
                      {
                        "BW_PCT_UTIL_AVG": 8,
                        "BW_PCT_UTIL_MAX": 6,
                        "BW_PCT_UTIL_MAX_TS": 9,
                        "COMP_L2W": 5,
                        "COMP_L2WMAX": 10,
                        "COMP_L2WMAX_TS": 10,
                        "COMP_NOOHEAD_L2W": 6,
                        "COMP_NOOHEAD_L2WMAX": 2,
                        "COMP_NOOHEAD_L2WMAX_TS": 7,
                        "COMP_NOOHEAD_W2L": 4,
                        "COMP_NOOHEAD_W2LMAX": 2,
                        "COMP_NOOHEAD_W2LMAX_TS": 5,
                        "COMP_W2L": 1,
                        "COMP_W2LMAX": 9,
                        "COMP_W2LMAX_TS": 5,
                        "CREATED": 2,
                        "CREATED_MAX": 8,
                        "CREATED_MAX_TS": 4,
                        "DELETED": 4,
                        "DELETED_MAX": 8,
                        "DELETED_MAX_TS": 5,
                        "LATENCY_AVG": 4,
                        "LATENCY_MAX": 1,
                        "LATENCY_MAX_TS": 4,
                        "LATENCY_MIN": 5,
                        "LATENCY_MIN_FROM_PEAK": 9,
                        "LATENCY_MIN_TS": 2,
                        "LRX_BYTES": 5,
                        "LRX_BYTES_MAX": 5,
                        "LRX_BYTES_MAX_TS": 6,
                        "LRX_PKTS": 9,
                        "LRX_PKTS_MAX": 3,
                        "LRX_PKTS_MAX_TS": 8,
                        "LTX_BYTES": 4,
                        "LTX_BYTES_MAX": 2,
                        "LTX_BYTES_MAX_TS": 6,
                        "LTX_PKTS": 5,
                        "LTX_PKTS_MAX": 9,
                        "LTX_PKTS_MAX_TS": 5,
                        "NON_TCP_FLOWS": 3,
                        "NON_TCP_FLOWS_MAX": 2,
                        "NON_TCP_FLOWS_MAX_TS": 9,
                        "OHEAD_WRX_BYTES": 8,
                        "OHEAD_WRX_BYTES_MAX": 3,
                        "OHEAD_WRX_BYTES_MAX_TS": 6,
                        "OHEAD_WRX_HDR_BYTES": 10,
                        "OHEAD_WRX_HDR_BYTES_MAX": 10,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 4,
                        "OHEAD_WRX_PKTS": 1,
                        "OHEAD_WRX_PKTS_MAX": 10,
                        "OHEAD_WRX_PKTS_MAX_TS": 7,
                        "OHEAD_WTX_BYTES": 6,
                        "OHEAD_WTX_BYTES_MAX": 9,
                        "OHEAD_WTX_BYTES_MAX_TS": 9,
                        "OHEAD_WTX_HDR_BYTES": 10,
                        "OHEAD_WTX_HDR_BYTES_MAX": 8,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 4,
                        "OHEAD_WTX_PKTS": 1,
                        "OHEAD_WTX_PKTS_MAX": 10,
                        "OHEAD_WTX_PKTS_MAX_TS": 2,
                        "POST_LOSS": 3,
                        "POST_LOSS_MAX": 4,
                        "POST_LOSS_MAX_TS": 1,
                        "POST_PCT_LOSS": 2,
                        "POST_PCT_LOSS_MAX": 1,
                        "POST_PCT_LOSS_MAX_TS": 10,
                        "POST_PCT_POC": 2,
                        "POST_PCT_POCMAX": 6,
                        "POST_PCT_POCMAX_TS": 10,
                        "POST_POC": 6,
                        "POST_POCMAX": 10,
                        "POST_POCMAX_TS": 2,
                        "PRE_LOSS": 4,
                        "PRE_LOSS_MAX": 8,
                        "PRE_LOSS_MAX_TS": 2,
                        "PRE_PCT_LOSS": 6,
                        "PRE_PCT_LOSS_MAX": 3,
                        "PRE_PCT_LOSS_MAX_TS": 5,
                        "PRE_PCT_POC": 5,
                        "PRE_PCT_POCMAX": 9,
                        "PRE_PCT_POCMAX_TS": 1,
                        "PRE_POC": 7,
                        "PRE_POCMAX": 8,
                        "PRE_POCMAX_TS": 4,
                        "TCP_ACC_FLOWS": 4,
                        "TCP_ACC_FLOWS_MAX": 6,
                        "TCP_ACC_FLOWS_MAX_TS": 10,
                        "TCP_FLOWS": 2,
                        "TCP_FLOWS_MAX": 5,
                        "TCP_FLOWS_MAX_TS": 10,
                        "TIMESTAMP": 9,
                        "WRX_BYTES": 3,
                        "WRX_BYTES_MAX": 5,
                        "WRX_BYTES_MAX_TS": 2,
                        "WRX_PKTS": 8,
                        "WRX_PKTS_MAX": 4,
                        "WRX_PKTS_MAX_TS": 7,
                        "WTX_BYTES": 7,
                        "WTX_BYTES_MAX": 9,
                        "WTX_BYTES_MAX_TS": 9,
                        "WTX_PKTS": 10,
                        "WTX_PKTS_MAX": 2,
                        "WTX_PKTS_MAX_TS": 1
                      },
                      {
                        "BW_PCT_UTIL_AVG": 6,
                        "BW_PCT_UTIL_MAX": 2,
                        "BW_PCT_UTIL_MAX_TS": 3,
                        "COMP_L2W": 10,
                        "COMP_L2WMAX": 4,
                        "COMP_L2WMAX_TS": 1,
                        "COMP_NOOHEAD_L2W": 6,
                        "COMP_NOOHEAD_L2WMAX": 5,
                        "COMP_NOOHEAD_L2WMAX_TS": 6,
                        "COMP_NOOHEAD_W2L": 8,
                        "COMP_NOOHEAD_W2LMAX": 9,
                        "COMP_NOOHEAD_W2LMAX_TS": 2,
                        "COMP_W2L": 9,
                        "COMP_W2LMAX": 3,
                        "COMP_W2LMAX_TS": 7,
                        "CREATED": 5,
                        "CREATED_MAX": 1,
                        "CREATED_MAX_TS": 3,
                        "DELETED": 4,
                        "DELETED_MAX": 10,
                        "DELETED_MAX_TS": 6,
                        "LATENCY_AVG": 6,
                        "LATENCY_MAX": 4,
                        "LATENCY_MAX_TS": 9,
                        "LATENCY_MIN": 6,
                        "LATENCY_MIN_FROM_PEAK": 1,
                        "LATENCY_MIN_TS": 3,
                        "LRX_BYTES": 2,
                        "LRX_BYTES_MAX": 8,
                        "LRX_BYTES_MAX_TS": 9,
                        "LRX_PKTS": 4,
                        "LRX_PKTS_MAX": 2,
                        "LRX_PKTS_MAX_TS": 2,
                        "LTX_BYTES": 1,
                        "LTX_BYTES_MAX": 5,
                        "LTX_BYTES_MAX_TS": 8,
                        "LTX_PKTS": 8,
                        "LTX_PKTS_MAX": 2,
                        "LTX_PKTS_MAX_TS": 1,
                        "NON_TCP_FLOWS": 5,
                        "NON_TCP_FLOWS_MAX": 8,
                        "NON_TCP_FLOWS_MAX_TS": 7,
                        "OHEAD_WRX_BYTES": 9,
                        "OHEAD_WRX_BYTES_MAX": 10,
                        "OHEAD_WRX_BYTES_MAX_TS": 1,
                        "OHEAD_WRX_HDR_BYTES": 3,
                        "OHEAD_WRX_HDR_BYTES_MAX": 8,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 5,
                        "OHEAD_WRX_PKTS": 6,
                        "OHEAD_WRX_PKTS_MAX": 2,
                        "OHEAD_WRX_PKTS_MAX_TS": 6,
                        "OHEAD_WTX_BYTES": 5,
                        "OHEAD_WTX_BYTES_MAX": 4,
                        "OHEAD_WTX_BYTES_MAX_TS": 2,
                        "OHEAD_WTX_HDR_BYTES": 10,
                        "OHEAD_WTX_HDR_BYTES_MAX": 8,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 8,
                        "OHEAD_WTX_PKTS": 1,
                        "OHEAD_WTX_PKTS_MAX": 10,
                        "OHEAD_WTX_PKTS_MAX_TS": 7,
                        "POST_LOSS": 7,
                        "POST_LOSS_MAX": 3,
                        "POST_LOSS_MAX_TS": 1,
                        "POST_PCT_LOSS": 7,
                        "POST_PCT_LOSS_MAX": 7,
                        "POST_PCT_LOSS_MAX_TS": 7,
                        "POST_PCT_POC": 1,
                        "POST_PCT_POCMAX": 4,
                        "POST_PCT_POCMAX_TS": 8,
                        "POST_POC": 1,
                        "POST_POCMAX": 9,
                        "POST_POCMAX_TS": 10,
                        "PRE_LOSS": 8,
                        "PRE_LOSS_MAX": 5,
                        "PRE_LOSS_MAX_TS": 1,
                        "PRE_PCT_LOSS": 5,
                        "PRE_PCT_LOSS_MAX": 4,
                        "PRE_PCT_LOSS_MAX_TS": 1,
                        "PRE_PCT_POC": 8,
                        "PRE_PCT_POCMAX": 3,
                        "PRE_PCT_POCMAX_TS": 10,
                        "PRE_POC": 9,
                        "PRE_POCMAX": 8,
                        "PRE_POCMAX_TS": 4,
                        "TCP_ACC_FLOWS": 10,
                        "TCP_ACC_FLOWS_MAX": 10,
                        "TCP_ACC_FLOWS_MAX_TS": 7,
                        "TCP_FLOWS": 8,
                        "TCP_FLOWS_MAX": 1,
                        "TCP_FLOWS_MAX_TS": 1,
                        "TIMESTAMP": 2,
                        "WRX_BYTES": 9,
                        "WRX_BYTES_MAX": 9,
                        "WRX_BYTES_MAX_TS": 6,
                        "WRX_PKTS": 3,
                        "WRX_PKTS_MAX": 6,
                        "WRX_PKTS_MAX_TS": 9,
                        "WTX_BYTES": 7,
                        "WTX_BYTES_MAX": 8,
                        "WTX_BYTES_MAX_TS": 2,
                        "WTX_PKTS": 3,
                        "WTX_PKTS_MAX": 1,
                        "WTX_PKTS_MAX_TS": 7
                      },
                      {
                        "BW_PCT_UTIL_AVG": 10,
                        "BW_PCT_UTIL_MAX": 1,
                        "BW_PCT_UTIL_MAX_TS": 1,
                        "COMP_L2W": 1,
                        "COMP_L2WMAX": 8,
                        "COMP_L2WMAX_TS": 6,
                        "COMP_NOOHEAD_L2W": 2,
                        "COMP_NOOHEAD_L2WMAX": 9,
                        "COMP_NOOHEAD_L2WMAX_TS": 8,
                        "COMP_NOOHEAD_W2L": 8,
                        "COMP_NOOHEAD_W2LMAX": 9,
                        "COMP_NOOHEAD_W2LMAX_TS": 1,
                        "COMP_W2L": 8,
                        "COMP_W2LMAX": 8,
                        "COMP_W2LMAX_TS": 8,
                        "CREATED": 3,
                        "CREATED_MAX": 5,
                        "CREATED_MAX_TS": 10,
                        "DELETED": 3,
                        "DELETED_MAX": 4,
                        "DELETED_MAX_TS": 3,
                        "LATENCY_AVG": 10,
                        "LATENCY_MAX": 7,
                        "LATENCY_MAX_TS": 4,
                        "LATENCY_MIN": 2,
                        "LATENCY_MIN_FROM_PEAK": 9,
                        "LATENCY_MIN_TS": 4,
                        "LRX_BYTES": 2,
                        "LRX_BYTES_MAX": 2,
                        "LRX_BYTES_MAX_TS": 5,
                        "LRX_PKTS": 7,
                        "LRX_PKTS_MAX": 6,
                        "LRX_PKTS_MAX_TS": 5,
                        "LTX_BYTES": 6,
                        "LTX_BYTES_MAX": 10,
                        "LTX_BYTES_MAX_TS": 1,
                        "LTX_PKTS": 1,
                        "LTX_PKTS_MAX": 9,
                        "LTX_PKTS_MAX_TS": 10,
                        "NON_TCP_FLOWS": 3,
                        "NON_TCP_FLOWS_MAX": 9,
                        "NON_TCP_FLOWS_MAX_TS": 6,
                        "OHEAD_WRX_BYTES": 2,
                        "OHEAD_WRX_BYTES_MAX": 3,
                        "OHEAD_WRX_BYTES_MAX_TS": 7,
                        "OHEAD_WRX_HDR_BYTES": 7,
                        "OHEAD_WRX_HDR_BYTES_MAX": 10,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 10,
                        "OHEAD_WRX_PKTS": 4,
                        "OHEAD_WRX_PKTS_MAX": 5,
                        "OHEAD_WRX_PKTS_MAX_TS": 10,
                        "OHEAD_WTX_BYTES": 1,
                        "OHEAD_WTX_BYTES_MAX": 1,
                        "OHEAD_WTX_BYTES_MAX_TS": 2,
                        "OHEAD_WTX_HDR_BYTES": 4,
                        "OHEAD_WTX_HDR_BYTES_MAX": 7,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 7,
                        "OHEAD_WTX_PKTS": 2,
                        "OHEAD_WTX_PKTS_MAX": 5,
                        "OHEAD_WTX_PKTS_MAX_TS": 3,
                        "POST_LOSS": 4,
                        "POST_LOSS_MAX": 5,
                        "POST_LOSS_MAX_TS": 2,
                        "POST_PCT_LOSS": 8,
                        "POST_PCT_LOSS_MAX": 2,
                        "POST_PCT_LOSS_MAX_TS": 3,
                        "POST_PCT_POC": 4,
                        "POST_PCT_POCMAX": 9,
                        "POST_PCT_POCMAX_TS": 10,
                        "POST_POC": 1,
                        "POST_POCMAX": 1,
                        "POST_POCMAX_TS": 9,
                        "PRE_LOSS": 9,
                        "PRE_LOSS_MAX": 6,
                        "PRE_LOSS_MAX_TS": 9,
                        "PRE_PCT_LOSS": 2,
                        "PRE_PCT_LOSS_MAX": 10,
                        "PRE_PCT_LOSS_MAX_TS": 5,
                        "PRE_PCT_POC": 1,
                        "PRE_PCT_POCMAX": 2,
                        "PRE_PCT_POCMAX_TS": 10,
                        "PRE_POC": 8,
                        "PRE_POCMAX": 4,
                        "PRE_POCMAX_TS": 9,
                        "TCP_ACC_FLOWS": 7,
                        "TCP_ACC_FLOWS_MAX": 2,
                        "TCP_ACC_FLOWS_MAX_TS": 8,
                        "TCP_FLOWS": 1,
                        "TCP_FLOWS_MAX": 9,
                        "TCP_FLOWS_MAX_TS": 10,
                        "TIMESTAMP": 8,
                        "WRX_BYTES": 4,
                        "WRX_BYTES_MAX": 2,
                        "WRX_BYTES_MAX_TS": 10,
                        "WRX_PKTS": 8,
                        "WRX_PKTS_MAX": 6,
                        "WRX_PKTS_MAX_TS": 5,
                        "WTX_BYTES": 9,
                        "WTX_BYTES_MAX": 4,
                        "WTX_BYTES_MAX_TS": 6,
                        "WTX_PKTS": 1,
                        "WTX_PKTS_MAX": 6,
                        "WTX_PKTS_MAX_TS": 6
                      },
                      {
                        "BW_PCT_UTIL_AVG": 7,
                        "BW_PCT_UTIL_MAX": 9,
                        "BW_PCT_UTIL_MAX_TS": 1,
                        "COMP_L2W": 10,
                        "COMP_L2WMAX": 3,
                        "COMP_L2WMAX_TS": 2,
                        "COMP_NOOHEAD_L2W": 1,
                        "COMP_NOOHEAD_L2WMAX": 4,
                        "COMP_NOOHEAD_L2WMAX_TS": 10,
                        "COMP_NOOHEAD_W2L": 10,
                        "COMP_NOOHEAD_W2LMAX": 8,
                        "COMP_NOOHEAD_W2LMAX_TS": 3,
                        "COMP_W2L": 7,
                        "COMP_W2LMAX": 3,
                        "COMP_W2LMAX_TS": 8,
                        "CREATED": 6,
                        "CREATED_MAX": 2,
                        "CREATED_MAX_TS": 1,
                        "DELETED": 3,
                        "DELETED_MAX": 3,
                        "DELETED_MAX_TS": 8,
                        "LATENCY_AVG": 9,
                        "LATENCY_MAX": 9,
                        "LATENCY_MAX_TS": 6,
                        "LATENCY_MIN": 1,
                        "LATENCY_MIN_FROM_PEAK": 10,
                        "LATENCY_MIN_TS": 10,
                        "LRX_BYTES": 8,
                        "LRX_BYTES_MAX": 3,
                        "LRX_BYTES_MAX_TS": 4,
                        "LRX_PKTS": 9,
                        "LRX_PKTS_MAX": 8,
                        "LRX_PKTS_MAX_TS": 9,
                        "LTX_BYTES": 5,
                        "LTX_BYTES_MAX": 3,
                        "LTX_BYTES_MAX_TS": 3,
                        "LTX_PKTS": 10,
                        "LTX_PKTS_MAX": 9,
                        "LTX_PKTS_MAX_TS": 3,
                        "NON_TCP_FLOWS": 3,
                        "NON_TCP_FLOWS_MAX": 3,
                        "NON_TCP_FLOWS_MAX_TS": 2,
                        "OHEAD_WRX_BYTES": 9,
                        "OHEAD_WRX_BYTES_MAX": 6,
                        "OHEAD_WRX_BYTES_MAX_TS": 5,
                        "OHEAD_WRX_HDR_BYTES": 5,
                        "OHEAD_WRX_HDR_BYTES_MAX": 4,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 3,
                        "OHEAD_WRX_PKTS": 4,
                        "OHEAD_WRX_PKTS_MAX": 1,
                        "OHEAD_WRX_PKTS_MAX_TS": 9,
                        "OHEAD_WTX_BYTES": 2,
                        "OHEAD_WTX_BYTES_MAX": 6,
                        "OHEAD_WTX_BYTES_MAX_TS": 7,
                        "OHEAD_WTX_HDR_BYTES": 6,
                        "OHEAD_WTX_HDR_BYTES_MAX": 9,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 6,
                        "OHEAD_WTX_PKTS": 3,
                        "OHEAD_WTX_PKTS_MAX": 6,
                        "OHEAD_WTX_PKTS_MAX_TS": 4,
                        "POST_LOSS": 1,
                        "POST_LOSS_MAX": 6,
                        "POST_LOSS_MAX_TS": 1,
                        "POST_PCT_LOSS": 1,
                        "POST_PCT_LOSS_MAX": 6,
                        "POST_PCT_LOSS_MAX_TS": 8,
                        "POST_PCT_POC": 6,
                        "POST_PCT_POCMAX": 4,
                        "POST_PCT_POCMAX_TS": 10,
                        "POST_POC": 4,
                        "POST_POCMAX": 1,
                        "POST_POCMAX_TS": 1,
                        "PRE_LOSS": 3,
                        "PRE_LOSS_MAX": 3,
                        "PRE_LOSS_MAX_TS": 5,
                        "PRE_PCT_LOSS": 10,
                        "PRE_PCT_LOSS_MAX": 9,
                        "PRE_PCT_LOSS_MAX_TS": 10,
                        "PRE_PCT_POC": 10,
                        "PRE_PCT_POCMAX": 1,
                        "PRE_PCT_POCMAX_TS": 8,
                        "PRE_POC": 1,
                        "PRE_POCMAX": 5,
                        "PRE_POCMAX_TS": 5,
                        "TCP_ACC_FLOWS": 5,
                        "TCP_ACC_FLOWS_MAX": 1,
                        "TCP_ACC_FLOWS_MAX_TS": 5,
                        "TCP_FLOWS": 5,
                        "TCP_FLOWS_MAX": 3,
                        "TCP_FLOWS_MAX_TS": 8,
                        "TIMESTAMP": 10,
                        "WRX_BYTES": 7,
                        "WRX_BYTES_MAX": 10,
                        "WRX_BYTES_MAX_TS": 2,
                        "WRX_PKTS": 4,
                        "WRX_PKTS_MAX": 6,
                        "WRX_PKTS_MAX_TS": 9,
                        "WTX_BYTES": 10,
                        "WTX_BYTES_MAX": 7,
                        "WTX_BYTES_MAX_TS": 3,
                        "WTX_PKTS": 9,
                        "WTX_PKTS_MAX": 8,
                        "WTX_PKTS_MAX_TS": 6
                      },
                      {
                        "BW_PCT_UTIL_AVG": 6,
                        "BW_PCT_UTIL_MAX": 1,
                        "BW_PCT_UTIL_MAX_TS": 2,
                        "COMP_L2W": 9,
                        "COMP_L2WMAX": 4,
                        "COMP_L2WMAX_TS": 5,
                        "COMP_NOOHEAD_L2W": 10,
                        "COMP_NOOHEAD_L2WMAX": 7,
                        "COMP_NOOHEAD_L2WMAX_TS": 4,
                        "COMP_NOOHEAD_W2L": 5,
                        "COMP_NOOHEAD_W2LMAX": 4,
                        "COMP_NOOHEAD_W2LMAX_TS": 7,
                        "COMP_W2L": 4,
                        "COMP_W2LMAX": 9,
                        "COMP_W2LMAX_TS": 9,
                        "CREATED": 1,
                        "CREATED_MAX": 2,
                        "CREATED_MAX_TS": 1,
                        "DELETED": 4,
                        "DELETED_MAX": 8,
                        "DELETED_MAX_TS": 3,
                        "LATENCY_AVG": 7,
                        "LATENCY_MAX": 1,
                        "LATENCY_MAX_TS": 6,
                        "LATENCY_MIN": 9,
                        "LATENCY_MIN_FROM_PEAK": 3,
                        "LATENCY_MIN_TS": 3,
                        "LRX_BYTES": 2,
                        "LRX_BYTES_MAX": 5,
                        "LRX_BYTES_MAX_TS": 6,
                        "LRX_PKTS": 9,
                        "LRX_PKTS_MAX": 1,
                        "LRX_PKTS_MAX_TS": 9,
                        "LTX_BYTES": 1,
                        "LTX_BYTES_MAX": 2,
                        "LTX_BYTES_MAX_TS": 8,
                        "LTX_PKTS": 2,
                        "LTX_PKTS_MAX": 6,
                        "LTX_PKTS_MAX_TS": 1,
                        "NON_TCP_FLOWS": 6,
                        "NON_TCP_FLOWS_MAX": 8,
                        "NON_TCP_FLOWS_MAX_TS": 9,
                        "OHEAD_WRX_BYTES": 8,
                        "OHEAD_WRX_BYTES_MAX": 10,
                        "OHEAD_WRX_BYTES_MAX_TS": 3,
                        "OHEAD_WRX_HDR_BYTES": 2,
                        "OHEAD_WRX_HDR_BYTES_MAX": 9,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 9,
                        "OHEAD_WRX_PKTS": 7,
                        "OHEAD_WRX_PKTS_MAX": 2,
                        "OHEAD_WRX_PKTS_MAX_TS": 8,
                        "OHEAD_WTX_BYTES": 7,
                        "OHEAD_WTX_BYTES_MAX": 5,
                        "OHEAD_WTX_BYTES_MAX_TS": 3,
                        "OHEAD_WTX_HDR_BYTES": 5,
                        "OHEAD_WTX_HDR_BYTES_MAX": 9,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 10,
                        "OHEAD_WTX_PKTS": 10,
                        "OHEAD_WTX_PKTS_MAX": 10,
                        "OHEAD_WTX_PKTS_MAX_TS": 5,
                        "POST_LOSS": 10,
                        "POST_LOSS_MAX": 5,
                        "POST_LOSS_MAX_TS": 9,
                        "POST_PCT_LOSS": 4,
                        "POST_PCT_LOSS_MAX": 10,
                        "POST_PCT_LOSS_MAX_TS": 4,
                        "POST_PCT_POC": 5,
                        "POST_PCT_POCMAX": 3,
                        "POST_PCT_POCMAX_TS": 2,
                        "POST_POC": 5,
                        "POST_POCMAX": 9,
                        "POST_POCMAX_TS": 10,
                        "PRE_LOSS": 3,
                        "PRE_LOSS_MAX": 2,
                        "PRE_LOSS_MAX_TS": 6,
                        "PRE_PCT_LOSS": 8,
                        "PRE_PCT_LOSS_MAX": 6,
                        "PRE_PCT_LOSS_MAX_TS": 10,
                        "PRE_PCT_POC": 2,
                        "PRE_PCT_POCMAX": 10,
                        "PRE_PCT_POCMAX_TS": 2,
                        "PRE_POC": 8,
                        "PRE_POCMAX": 8,
                        "PRE_POCMAX_TS": 3,
                        "TCP_ACC_FLOWS": 7,
                        "TCP_ACC_FLOWS_MAX": 10,
                        "TCP_ACC_FLOWS_MAX_TS": 1,
                        "TCP_FLOWS": 1,
                        "TCP_FLOWS_MAX": 10,
                        "TCP_FLOWS_MAX_TS": 8,
                        "TIMESTAMP": 7,
                        "WRX_BYTES": 7,
                        "WRX_BYTES_MAX": 2,
                        "WRX_BYTES_MAX_TS": 5,
                        "WRX_PKTS": 5,
                        "WRX_PKTS_MAX": 6,
                        "WRX_PKTS_MAX_TS": 1,
                        "WTX_BYTES": 1,
                        "WTX_BYTES_MAX": 8,
                        "WTX_BYTES_MAX_TS": 7,
                        "WTX_PKTS": 5,
                        "WTX_PKTS_MAX": 10,
                        "WTX_PKTS_MAX_TS": 2
                      },
                      {
                        "BW_PCT_UTIL_AVG": 3,
                        "BW_PCT_UTIL_MAX": 5,
                        "BW_PCT_UTIL_MAX_TS": 3,
                        "COMP_L2W": 7,
                        "COMP_L2WMAX": 6,
                        "COMP_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_L2W": 5,
                        "COMP_NOOHEAD_L2WMAX": 2,
                        "COMP_NOOHEAD_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_W2L": 6,
                        "COMP_NOOHEAD_W2LMAX": 1,
                        "COMP_NOOHEAD_W2LMAX_TS": 2,
                        "COMP_W2L": 9,
                        "COMP_W2LMAX": 8,
                        "COMP_W2LMAX_TS": 8,
                        "CREATED": 3,
                        "CREATED_MAX": 4,
                        "CREATED_MAX_TS": 7,
                        "DELETED": 10,
                        "DELETED_MAX": 8,
                        "DELETED_MAX_TS": 10,
                        "LATENCY_AVG": 9,
                        "LATENCY_MAX": 5,
                        "LATENCY_MAX_TS": 7,
                        "LATENCY_MIN": 4,
                        "LATENCY_MIN_FROM_PEAK": 5,
                        "LATENCY_MIN_TS": 2,
                        "LRX_BYTES": 8,
                        "LRX_BYTES_MAX": 3,
                        "LRX_BYTES_MAX_TS": 2,
                        "LRX_PKTS": 4,
                        "LRX_PKTS_MAX": 1,
                        "LRX_PKTS_MAX_TS": 1,
                        "LTX_BYTES": 4,
                        "LTX_BYTES_MAX": 4,
                        "LTX_BYTES_MAX_TS": 1,
                        "LTX_PKTS": 8,
                        "LTX_PKTS_MAX": 3,
                        "LTX_PKTS_MAX_TS": 9,
                        "NON_TCP_FLOWS": 3,
                        "NON_TCP_FLOWS_MAX": 7,
                        "NON_TCP_FLOWS_MAX_TS": 10,
                        "OHEAD_WRX_BYTES": 4,
                        "OHEAD_WRX_BYTES_MAX": 4,
                        "OHEAD_WRX_BYTES_MAX_TS": 4,
                        "OHEAD_WRX_HDR_BYTES": 5,
                        "OHEAD_WRX_HDR_BYTES_MAX": 3,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 1,
                        "OHEAD_WRX_PKTS": 5,
                        "OHEAD_WRX_PKTS_MAX": 3,
                        "OHEAD_WRX_PKTS_MAX_TS": 6,
                        "OHEAD_WTX_BYTES": 6,
                        "OHEAD_WTX_BYTES_MAX": 1,
                        "OHEAD_WTX_BYTES_MAX_TS": 1,
                        "OHEAD_WTX_HDR_BYTES": 6,
                        "OHEAD_WTX_HDR_BYTES_MAX": 4,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 8,
                        "OHEAD_WTX_PKTS": 10,
                        "OHEAD_WTX_PKTS_MAX": 6,
                        "OHEAD_WTX_PKTS_MAX_TS": 6,
                        "POST_LOSS": 6,
                        "POST_LOSS_MAX": 10,
                        "POST_LOSS_MAX_TS": 10,
                        "POST_PCT_LOSS": 10,
                        "POST_PCT_LOSS_MAX": 2,
                        "POST_PCT_LOSS_MAX_TS": 9,
                        "POST_PCT_POC": 7,
                        "POST_PCT_POCMAX": 7,
                        "POST_PCT_POCMAX_TS": 7,
                        "POST_POC": 5,
                        "POST_POCMAX": 3,
                        "POST_POCMAX_TS": 10,
                        "PRE_LOSS": 9,
                        "PRE_LOSS_MAX": 6,
                        "PRE_LOSS_MAX_TS": 8,
                        "PRE_PCT_LOSS": 7,
                        "PRE_PCT_LOSS_MAX": 10,
                        "PRE_PCT_LOSS_MAX_TS": 10,
                        "PRE_PCT_POC": 5,
                        "PRE_PCT_POCMAX": 9,
                        "PRE_PCT_POCMAX_TS": 5,
                        "PRE_POC": 8,
                        "PRE_POCMAX": 1,
                        "PRE_POCMAX_TS": 6,
                        "TCP_ACC_FLOWS": 1,
                        "TCP_ACC_FLOWS_MAX": 3,
                        "TCP_ACC_FLOWS_MAX_TS": 1,
                        "TCP_FLOWS": 7,
                        "TCP_FLOWS_MAX": 4,
                        "TCP_FLOWS_MAX_TS": 8,
                        "TIMESTAMP": 3,
                        "WRX_BYTES": 4,
                        "WRX_BYTES_MAX": 8,
                        "WRX_BYTES_MAX_TS": 4,
                        "WRX_PKTS": 3,
                        "WRX_PKTS_MAX": 2,
                        "WRX_PKTS_MAX_TS": 2,
                        "WTX_BYTES": 6,
                        "WTX_BYTES_MAX": 6,
                        "WTX_BYTES_MAX_TS": 10,
                        "WTX_PKTS": 10,
                        "WTX_PKTS_MAX": 3,
                        "WTX_PKTS_MAX_TS": 3
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "key",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/timeseries/mos/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "mOSTimeSeriesStats",
        "description": "The parameters and request body are for method: mOSTimeSeriesStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "column_def": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "min_mos": {
                              "type": "string"
                            },
                            "min_mos_ts": {
                              "type": "number"
                            },
                            "mos": {
                              "type": "string"
                            },
                            "time": {
                              "type": "number"
                            },
                            "tunnel": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "data": {
                        "type": "array",
                        "items": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "column_def": [
                      {
                        "min_mos": "string",
                        "min_mos_ts": 7,
                        "mos": "string",
                        "time": 9,
                        "tunnel": "string"
                      },
                      {
                        "min_mos": "string",
                        "min_mos_ts": 8,
                        "mos": "string",
                        "time": 3,
                        "tunnel": "string"
                      },
                      {
                        "min_mos": "string",
                        "min_mos_ts": 1,
                        "mos": "string",
                        "time": 7,
                        "tunnel": "string"
                      },
                      {
                        "min_mos": "string",
                        "min_mos_ts": 9,
                        "mos": "string",
                        "time": 10,
                        "tunnel": "string"
                      },
                      {
                        "min_mos": "string",
                        "min_mos_ts": 7,
                        "mos": "string",
                        "time": 10,
                        "tunnel": "string"
                      },
                      {
                        "min_mos": "string",
                        "min_mos_ts": 2,
                        "mos": "string",
                        "time": 5,
                        "tunnel": "string"
                      },
                      {
                        "min_mos": "string",
                        "min_mos_ts": 1,
                        "mos": "string",
                        "time": 10,
                        "tunnel": "string"
                      },
                      {
                        "min_mos": "string",
                        "min_mos_ts": 6,
                        "mos": "string",
                        "time": 5,
                        "tunnel": "string"
                      },
                      {
                        "min_mos": "string",
                        "min_mos_ts": 8,
                        "mos": "string",
                        "time": 6,
                        "tunnel": "string"
                      },
                      {
                        "min_mos": "string",
                        "min_mos_ts": 1,
                        "mos": "string",
                        "time": 10,
                        "tunnel": "string"
                      }
                    ],
                    "data": [
                      [
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null
                      ],
                      [
                        null,
                        null
                      ],
                      [
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null
                      ],
                      [
                        null,
                        null
                      ]
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/timeseries/securityPolicy/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "securityPolicyTimeSeriesStats",
        "description": "The parameters and request body are for method: securityPolicyTimeSeriesStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string"
                  ],
                  "data": [
                    [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    [
                      {},
                      {},
                      {},
                      {}
                    ],
                    [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    [
                      {},
                      {},
                      {},
                      {}
                    ],
                    [
                      {}
                    ],
                    [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    [
                      {},
                      {}
                    ]
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fromZone",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toZone",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/timeseries/shaper": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "shaperTimeseriesStats",
        "description": "The parameters and request body are for method: shaperTimeseriesStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "DIRECTION": {
                                "type": "number"
                              },
                              "TIMESTAMP": {
                                "type": "number"
                              },
                              "TRAFFIC_CLASS": {
                                "type": "number"
                              },
                              "otherDrops": {
                                "type": "number"
                              },
                              "qosDrops": {
                                "type": "number"
                              },
                              "shapedBytes": {
                                "type": "number"
                              },
                              "shapedPkts": {
                                "type": "number"
                              },
                              "totalBytes": {
                                "type": "number"
                              },
                              "totalWait": {
                                "type": "number"
                              },
                              "waitCount": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "data": {
                    "<nePk/IP>": [
                      {
                        "DIRECTION": 10,
                        "TIMESTAMP": 9,
                        "TRAFFIC_CLASS": 4,
                        "otherDrops": 2,
                        "qosDrops": 9,
                        "shapedBytes": 1,
                        "shapedPkts": 8,
                        "totalBytes": 8,
                        "totalWait": 2,
                        "waitCount": 7
                      },
                      {
                        "DIRECTION": 6,
                        "TIMESTAMP": 3,
                        "TRAFFIC_CLASS": 4,
                        "otherDrops": 9,
                        "qosDrops": 7,
                        "shapedBytes": 5,
                        "shapedPkts": 2,
                        "totalBytes": 8,
                        "totalWait": 1,
                        "waitCount": 1
                      },
                      {
                        "DIRECTION": 7,
                        "TIMESTAMP": 6,
                        "TRAFFIC_CLASS": 2,
                        "otherDrops": 5,
                        "qosDrops": 2,
                        "shapedBytes": 9,
                        "shapedPkts": 2,
                        "totalBytes": 4,
                        "totalWait": 8,
                        "waitCount": 6
                      },
                      {
                        "DIRECTION": 4,
                        "TIMESTAMP": 4,
                        "TRAFFIC_CLASS": 3,
                        "otherDrops": 7,
                        "qosDrops": 10,
                        "shapedBytes": 1,
                        "shapedPkts": 7,
                        "totalBytes": 10,
                        "totalWait": 2,
                        "waitCount": 10
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficClass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsTimeseriesShaper",
        "description": "The parameters and request body are for method: postStatsTimeseriesShaper. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "DIRECTION": {
                                "type": "number"
                              },
                              "TIMESTAMP": {
                                "type": "number"
                              },
                              "TRAFFIC_CLASS": {
                                "type": "number"
                              },
                              "otherDrops": {
                                "type": "number"
                              },
                              "qosDrops": {
                                "type": "number"
                              },
                              "shapedBytes": {
                                "type": "number"
                              },
                              "shapedPkts": {
                                "type": "number"
                              },
                              "totalBytes": {
                                "type": "number"
                              },
                              "totalWait": {
                                "type": "number"
                              },
                              "waitCount": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "data": {
                    "<nePk/IP>": [
                      {
                        "DIRECTION": 7,
                        "TIMESTAMP": 10,
                        "TRAFFIC_CLASS": 10,
                        "otherDrops": 7,
                        "qosDrops": 2,
                        "shapedBytes": 6,
                        "shapedPkts": 4,
                        "totalBytes": 1,
                        "totalWait": 5,
                        "waitCount": 8
                      },
                      {
                        "DIRECTION": 2,
                        "TIMESTAMP": 7,
                        "TRAFFIC_CLASS": 5,
                        "otherDrops": 3,
                        "qosDrops": 1,
                        "shapedBytes": 5,
                        "shapedPkts": 10,
                        "totalBytes": 7,
                        "totalWait": 1,
                        "waitCount": 9
                      },
                      {
                        "DIRECTION": 2,
                        "TIMESTAMP": 4,
                        "TRAFFIC_CLASS": 2,
                        "otherDrops": 4,
                        "qosDrops": 10,
                        "shapedBytes": 10,
                        "shapedPkts": 8,
                        "totalBytes": 8,
                        "totalWait": 1,
                        "waitCount": 4
                      },
                      {
                        "DIRECTION": 10,
                        "TIMESTAMP": 5,
                        "TRAFFIC_CLASS": 6,
                        "otherDrops": 2,
                        "qosDrops": 10,
                        "shapedBytes": 1,
                        "shapedPkts": 9,
                        "totalBytes": 3,
                        "totalWait": 5,
                        "waitCount": 5
                      },
                      {
                        "DIRECTION": 3,
                        "TIMESTAMP": 5,
                        "TRAFFIC_CLASS": 1,
                        "otherDrops": 3,
                        "qosDrops": 4,
                        "shapedBytes": 9,
                        "shapedPkts": 7,
                        "totalBytes": 8,
                        "totalWait": 10,
                        "waitCount": 1
                      },
                      {
                        "DIRECTION": 9,
                        "TIMESTAMP": 10,
                        "TRAFFIC_CLASS": 4,
                        "otherDrops": 5,
                        "qosDrops": 1,
                        "shapedBytes": 6,
                        "shapedPkts": 9,
                        "totalBytes": 6,
                        "totalWait": 2,
                        "waitCount": 10
                      },
                      {
                        "DIRECTION": 3,
                        "TIMESTAMP": 8,
                        "TRAFFIC_CLASS": 10,
                        "otherDrops": 9,
                        "qosDrops": 4,
                        "shapedBytes": 9,
                        "shapedPkts": 4,
                        "totalBytes": 1,
                        "totalWait": 1,
                        "waitCount": 8
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficClass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/timeseries/trafficClass": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsTimeseriesTrafficClass",
        "description": "The parameters and request body are for method: statsTimeseriesTrafficClass. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "BW_PCT_UTIL_AVG": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX_TS": {
                                "type": "number"
                              },
                              "COMP_L2W": {
                                "type": "number"
                              },
                              "COMP_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2W": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2L": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX_TS": {
                                "type": "number"
                              },
                              "COMP_W2L": {
                                "type": "number"
                              },
                              "COMP_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_W2LMAX_TS": {
                                "type": "number"
                              },
                              "CREATED": {
                                "type": "number"
                              },
                              "CREATED_MAX": {
                                "type": "number"
                              },
                              "CREATED_MAX_TS": {
                                "type": "number"
                              },
                              "DELETED": {
                                "type": "number"
                              },
                              "DELETED_MAX": {
                                "type": "number"
                              },
                              "DELETED_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_AVG": {
                                "type": "number"
                              },
                              "LATENCY_MAX": {
                                "type": "number"
                              },
                              "LATENCY_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_MIN": {
                                "type": "number"
                              },
                              "LATENCY_MIN_FROM_PEAK": {
                                "type": "number"
                              },
                              "LATENCY_MIN_TS": {
                                "type": "number"
                              },
                              "LRX_BYTES": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LRX_PKTS": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_BYTES": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_PKTS": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_LOSS": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_POC": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "POST_POC": {
                                "type": "number"
                              },
                              "POST_POCMAX": {
                                "type": "number"
                              },
                              "POST_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_LOSS": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_POC": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_POC": {
                                "type": "number"
                              },
                              "PRE_POCMAX": {
                                "type": "number"
                              },
                              "PRE_POCMAX_TS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TCP_FLOWS": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TIMESTAMP": {
                                "type": "number"
                              },
                              "WRX_BYTES": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WRX_PKTS": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_BYTES": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_PKTS": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX_TS": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "data": {
                    "<nePk/IP>": [
                      {
                        "BW_PCT_UTIL_AVG": 8,
                        "BW_PCT_UTIL_MAX": 6,
                        "BW_PCT_UTIL_MAX_TS": 4,
                        "COMP_L2W": 2,
                        "COMP_L2WMAX": 5,
                        "COMP_L2WMAX_TS": 1,
                        "COMP_NOOHEAD_L2W": 6,
                        "COMP_NOOHEAD_L2WMAX": 10,
                        "COMP_NOOHEAD_L2WMAX_TS": 10,
                        "COMP_NOOHEAD_W2L": 1,
                        "COMP_NOOHEAD_W2LMAX": 2,
                        "COMP_NOOHEAD_W2LMAX_TS": 4,
                        "COMP_W2L": 8,
                        "COMP_W2LMAX": 5,
                        "COMP_W2LMAX_TS": 10,
                        "CREATED": 7,
                        "CREATED_MAX": 1,
                        "CREATED_MAX_TS": 7,
                        "DELETED": 9,
                        "DELETED_MAX": 8,
                        "DELETED_MAX_TS": 6,
                        "LATENCY_AVG": 1,
                        "LATENCY_MAX": 6,
                        "LATENCY_MAX_TS": 1,
                        "LATENCY_MIN": 7,
                        "LATENCY_MIN_FROM_PEAK": 1,
                        "LATENCY_MIN_TS": 3,
                        "LRX_BYTES": 10,
                        "LRX_BYTES_MAX": 6,
                        "LRX_BYTES_MAX_TS": 9,
                        "LRX_PKTS": 1,
                        "LRX_PKTS_MAX": 2,
                        "LRX_PKTS_MAX_TS": 3,
                        "LTX_BYTES": 2,
                        "LTX_BYTES_MAX": 1,
                        "LTX_BYTES_MAX_TS": 8,
                        "LTX_PKTS": 2,
                        "LTX_PKTS_MAX": 3,
                        "LTX_PKTS_MAX_TS": 2,
                        "NON_TCP_FLOWS": 4,
                        "NON_TCP_FLOWS_MAX": 4,
                        "NON_TCP_FLOWS_MAX_TS": 6,
                        "OHEAD_WRX_BYTES": 4,
                        "OHEAD_WRX_BYTES_MAX": 7,
                        "OHEAD_WRX_BYTES_MAX_TS": 2,
                        "OHEAD_WRX_HDR_BYTES": 10,
                        "OHEAD_WRX_HDR_BYTES_MAX": 6,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 4,
                        "OHEAD_WRX_PKTS": 5,
                        "OHEAD_WRX_PKTS_MAX": 7,
                        "OHEAD_WRX_PKTS_MAX_TS": 8,
                        "OHEAD_WTX_BYTES": 8,
                        "OHEAD_WTX_BYTES_MAX": 3,
                        "OHEAD_WTX_BYTES_MAX_TS": 8,
                        "OHEAD_WTX_HDR_BYTES": 7,
                        "OHEAD_WTX_HDR_BYTES_MAX": 9,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 7,
                        "OHEAD_WTX_PKTS": 4,
                        "OHEAD_WTX_PKTS_MAX": 5,
                        "OHEAD_WTX_PKTS_MAX_TS": 6,
                        "POST_LOSS": 3,
                        "POST_LOSS_MAX": 1,
                        "POST_LOSS_MAX_TS": 1,
                        "POST_PCT_LOSS": 2,
                        "POST_PCT_LOSS_MAX": 5,
                        "POST_PCT_LOSS_MAX_TS": 4,
                        "POST_PCT_POC": 3,
                        "POST_PCT_POCMAX": 2,
                        "POST_PCT_POCMAX_TS": 10,
                        "POST_POC": 2,
                        "POST_POCMAX": 8,
                        "POST_POCMAX_TS": 9,
                        "PRE_LOSS": 5,
                        "PRE_LOSS_MAX": 8,
                        "PRE_LOSS_MAX_TS": 9,
                        "PRE_PCT_LOSS": 2,
                        "PRE_PCT_LOSS_MAX": 3,
                        "PRE_PCT_LOSS_MAX_TS": 4,
                        "PRE_PCT_POC": 10,
                        "PRE_PCT_POCMAX": 8,
                        "PRE_PCT_POCMAX_TS": 2,
                        "PRE_POC": 3,
                        "PRE_POCMAX": 7,
                        "PRE_POCMAX_TS": 4,
                        "TCP_ACC_FLOWS": 7,
                        "TCP_ACC_FLOWS_MAX": 4,
                        "TCP_ACC_FLOWS_MAX_TS": 8,
                        "TCP_FLOWS": 1,
                        "TCP_FLOWS_MAX": 8,
                        "TCP_FLOWS_MAX_TS": 9,
                        "TIMESTAMP": 5,
                        "WRX_BYTES": 4,
                        "WRX_BYTES_MAX": 8,
                        "WRX_BYTES_MAX_TS": 9,
                        "WRX_PKTS": 8,
                        "WRX_PKTS_MAX": 9,
                        "WRX_PKTS_MAX_TS": 1,
                        "WTX_BYTES": 3,
                        "WTX_BYTES_MAX": 4,
                        "WTX_BYTES_MAX_TS": 6,
                        "WTX_PKTS": 1,
                        "WTX_PKTS_MAX": 9,
                        "WTX_PKTS_MAX_TS": 10
                      },
                      {
                        "BW_PCT_UTIL_AVG": 4,
                        "BW_PCT_UTIL_MAX": 1,
                        "BW_PCT_UTIL_MAX_TS": 2,
                        "COMP_L2W": 4,
                        "COMP_L2WMAX": 8,
                        "COMP_L2WMAX_TS": 7,
                        "COMP_NOOHEAD_L2W": 2,
                        "COMP_NOOHEAD_L2WMAX": 5,
                        "COMP_NOOHEAD_L2WMAX_TS": 3,
                        "COMP_NOOHEAD_W2L": 4,
                        "COMP_NOOHEAD_W2LMAX": 9,
                        "COMP_NOOHEAD_W2LMAX_TS": 1,
                        "COMP_W2L": 6,
                        "COMP_W2LMAX": 7,
                        "COMP_W2LMAX_TS": 3,
                        "CREATED": 9,
                        "CREATED_MAX": 6,
                        "CREATED_MAX_TS": 2,
                        "DELETED": 3,
                        "DELETED_MAX": 2,
                        "DELETED_MAX_TS": 1,
                        "LATENCY_AVG": 1,
                        "LATENCY_MAX": 1,
                        "LATENCY_MAX_TS": 6,
                        "LATENCY_MIN": 7,
                        "LATENCY_MIN_FROM_PEAK": 4,
                        "LATENCY_MIN_TS": 5,
                        "LRX_BYTES": 10,
                        "LRX_BYTES_MAX": 6,
                        "LRX_BYTES_MAX_TS": 5,
                        "LRX_PKTS": 6,
                        "LRX_PKTS_MAX": 8,
                        "LRX_PKTS_MAX_TS": 1,
                        "LTX_BYTES": 2,
                        "LTX_BYTES_MAX": 7,
                        "LTX_BYTES_MAX_TS": 3,
                        "LTX_PKTS": 4,
                        "LTX_PKTS_MAX": 10,
                        "LTX_PKTS_MAX_TS": 7,
                        "NON_TCP_FLOWS": 7,
                        "NON_TCP_FLOWS_MAX": 8,
                        "NON_TCP_FLOWS_MAX_TS": 2,
                        "OHEAD_WRX_BYTES": 5,
                        "OHEAD_WRX_BYTES_MAX": 6,
                        "OHEAD_WRX_BYTES_MAX_TS": 10,
                        "OHEAD_WRX_HDR_BYTES": 7,
                        "OHEAD_WRX_HDR_BYTES_MAX": 8,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 2,
                        "OHEAD_WRX_PKTS": 9,
                        "OHEAD_WRX_PKTS_MAX": 4,
                        "OHEAD_WRX_PKTS_MAX_TS": 4,
                        "OHEAD_WTX_BYTES": 5,
                        "OHEAD_WTX_BYTES_MAX": 1,
                        "OHEAD_WTX_BYTES_MAX_TS": 6,
                        "OHEAD_WTX_HDR_BYTES": 3,
                        "OHEAD_WTX_HDR_BYTES_MAX": 5,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 9,
                        "OHEAD_WTX_PKTS": 1,
                        "OHEAD_WTX_PKTS_MAX": 5,
                        "OHEAD_WTX_PKTS_MAX_TS": 7,
                        "POST_LOSS": 10,
                        "POST_LOSS_MAX": 3,
                        "POST_LOSS_MAX_TS": 5,
                        "POST_PCT_LOSS": 4,
                        "POST_PCT_LOSS_MAX": 10,
                        "POST_PCT_LOSS_MAX_TS": 7,
                        "POST_PCT_POC": 6,
                        "POST_PCT_POCMAX": 7,
                        "POST_PCT_POCMAX_TS": 8,
                        "POST_POC": 4,
                        "POST_POCMAX": 7,
                        "POST_POCMAX_TS": 6,
                        "PRE_LOSS": 1,
                        "PRE_LOSS_MAX": 3,
                        "PRE_LOSS_MAX_TS": 4,
                        "PRE_PCT_LOSS": 9,
                        "PRE_PCT_LOSS_MAX": 1,
                        "PRE_PCT_LOSS_MAX_TS": 3,
                        "PRE_PCT_POC": 8,
                        "PRE_PCT_POCMAX": 8,
                        "PRE_PCT_POCMAX_TS": 1,
                        "PRE_POC": 3,
                        "PRE_POCMAX": 6,
                        "PRE_POCMAX_TS": 6,
                        "TCP_ACC_FLOWS": 1,
                        "TCP_ACC_FLOWS_MAX": 7,
                        "TCP_ACC_FLOWS_MAX_TS": 2,
                        "TCP_FLOWS": 8,
                        "TCP_FLOWS_MAX": 2,
                        "TCP_FLOWS_MAX_TS": 5,
                        "TIMESTAMP": 8,
                        "WRX_BYTES": 5,
                        "WRX_BYTES_MAX": 2,
                        "WRX_BYTES_MAX_TS": 7,
                        "WRX_PKTS": 3,
                        "WRX_PKTS_MAX": 1,
                        "WRX_PKTS_MAX_TS": 7,
                        "WTX_BYTES": 1,
                        "WTX_BYTES_MAX": 5,
                        "WTX_BYTES_MAX_TS": 10,
                        "WTX_PKTS": 1,
                        "WTX_PKTS_MAX": 6,
                        "WTX_PKTS_MAX_TS": 4
                      },
                      {
                        "BW_PCT_UTIL_AVG": 1,
                        "BW_PCT_UTIL_MAX": 8,
                        "BW_PCT_UTIL_MAX_TS": 3,
                        "COMP_L2W": 2,
                        "COMP_L2WMAX": 8,
                        "COMP_L2WMAX_TS": 6,
                        "COMP_NOOHEAD_L2W": 10,
                        "COMP_NOOHEAD_L2WMAX": 3,
                        "COMP_NOOHEAD_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_W2L": 8,
                        "COMP_NOOHEAD_W2LMAX": 7,
                        "COMP_NOOHEAD_W2LMAX_TS": 3,
                        "COMP_W2L": 6,
                        "COMP_W2LMAX": 2,
                        "COMP_W2LMAX_TS": 2,
                        "CREATED": 5,
                        "CREATED_MAX": 9,
                        "CREATED_MAX_TS": 10,
                        "DELETED": 8,
                        "DELETED_MAX": 8,
                        "DELETED_MAX_TS": 4,
                        "LATENCY_AVG": 6,
                        "LATENCY_MAX": 8,
                        "LATENCY_MAX_TS": 2,
                        "LATENCY_MIN": 8,
                        "LATENCY_MIN_FROM_PEAK": 3,
                        "LATENCY_MIN_TS": 9,
                        "LRX_BYTES": 9,
                        "LRX_BYTES_MAX": 8,
                        "LRX_BYTES_MAX_TS": 2,
                        "LRX_PKTS": 3,
                        "LRX_PKTS_MAX": 2,
                        "LRX_PKTS_MAX_TS": 6,
                        "LTX_BYTES": 7,
                        "LTX_BYTES_MAX": 9,
                        "LTX_BYTES_MAX_TS": 4,
                        "LTX_PKTS": 4,
                        "LTX_PKTS_MAX": 7,
                        "LTX_PKTS_MAX_TS": 10,
                        "NON_TCP_FLOWS": 8,
                        "NON_TCP_FLOWS_MAX": 3,
                        "NON_TCP_FLOWS_MAX_TS": 6,
                        "OHEAD_WRX_BYTES": 3,
                        "OHEAD_WRX_BYTES_MAX": 2,
                        "OHEAD_WRX_BYTES_MAX_TS": 3,
                        "OHEAD_WRX_HDR_BYTES": 10,
                        "OHEAD_WRX_HDR_BYTES_MAX": 5,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 8,
                        "OHEAD_WRX_PKTS": 7,
                        "OHEAD_WRX_PKTS_MAX": 2,
                        "OHEAD_WRX_PKTS_MAX_TS": 4,
                        "OHEAD_WTX_BYTES": 9,
                        "OHEAD_WTX_BYTES_MAX": 1,
                        "OHEAD_WTX_BYTES_MAX_TS": 4,
                        "OHEAD_WTX_HDR_BYTES": 8,
                        "OHEAD_WTX_HDR_BYTES_MAX": 8,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 3,
                        "OHEAD_WTX_PKTS": 8,
                        "OHEAD_WTX_PKTS_MAX": 5,
                        "OHEAD_WTX_PKTS_MAX_TS": 4,
                        "POST_LOSS": 9,
                        "POST_LOSS_MAX": 9,
                        "POST_LOSS_MAX_TS": 6,
                        "POST_PCT_LOSS": 4,
                        "POST_PCT_LOSS_MAX": 5,
                        "POST_PCT_LOSS_MAX_TS": 9,
                        "POST_PCT_POC": 7,
                        "POST_PCT_POCMAX": 2,
                        "POST_PCT_POCMAX_TS": 9,
                        "POST_POC": 7,
                        "POST_POCMAX": 4,
                        "POST_POCMAX_TS": 9,
                        "PRE_LOSS": 4,
                        "PRE_LOSS_MAX": 2,
                        "PRE_LOSS_MAX_TS": 4,
                        "PRE_PCT_LOSS": 6,
                        "PRE_PCT_LOSS_MAX": 10,
                        "PRE_PCT_LOSS_MAX_TS": 9,
                        "PRE_PCT_POC": 6,
                        "PRE_PCT_POCMAX": 2,
                        "PRE_PCT_POCMAX_TS": 8,
                        "PRE_POC": 3,
                        "PRE_POCMAX": 4,
                        "PRE_POCMAX_TS": 4,
                        "TCP_ACC_FLOWS": 9,
                        "TCP_ACC_FLOWS_MAX": 10,
                        "TCP_ACC_FLOWS_MAX_TS": 4,
                        "TCP_FLOWS": 5,
                        "TCP_FLOWS_MAX": 10,
                        "TCP_FLOWS_MAX_TS": 1,
                        "TIMESTAMP": 7,
                        "WRX_BYTES": 5,
                        "WRX_BYTES_MAX": 2,
                        "WRX_BYTES_MAX_TS": 7,
                        "WRX_PKTS": 7,
                        "WRX_PKTS_MAX": 8,
                        "WRX_PKTS_MAX_TS": 4,
                        "WTX_BYTES": 9,
                        "WTX_BYTES_MAX": 4,
                        "WTX_BYTES_MAX_TS": 4,
                        "WTX_PKTS": 3,
                        "WTX_PKTS_MAX": 7,
                        "WTX_PKTS_MAX_TS": 4
                      },
                      {
                        "BW_PCT_UTIL_AVG": 1,
                        "BW_PCT_UTIL_MAX": 4,
                        "BW_PCT_UTIL_MAX_TS": 9,
                        "COMP_L2W": 2,
                        "COMP_L2WMAX": 3,
                        "COMP_L2WMAX_TS": 10,
                        "COMP_NOOHEAD_L2W": 6,
                        "COMP_NOOHEAD_L2WMAX": 10,
                        "COMP_NOOHEAD_L2WMAX_TS": 3,
                        "COMP_NOOHEAD_W2L": 8,
                        "COMP_NOOHEAD_W2LMAX": 5,
                        "COMP_NOOHEAD_W2LMAX_TS": 7,
                        "COMP_W2L": 4,
                        "COMP_W2LMAX": 6,
                        "COMP_W2LMAX_TS": 1,
                        "CREATED": 8,
                        "CREATED_MAX": 5,
                        "CREATED_MAX_TS": 7,
                        "DELETED": 5,
                        "DELETED_MAX": 5,
                        "DELETED_MAX_TS": 9,
                        "LATENCY_AVG": 5,
                        "LATENCY_MAX": 9,
                        "LATENCY_MAX_TS": 2,
                        "LATENCY_MIN": 8,
                        "LATENCY_MIN_FROM_PEAK": 2,
                        "LATENCY_MIN_TS": 1,
                        "LRX_BYTES": 1,
                        "LRX_BYTES_MAX": 10,
                        "LRX_BYTES_MAX_TS": 2,
                        "LRX_PKTS": 3,
                        "LRX_PKTS_MAX": 3,
                        "LRX_PKTS_MAX_TS": 8,
                        "LTX_BYTES": 2,
                        "LTX_BYTES_MAX": 6,
                        "LTX_BYTES_MAX_TS": 7,
                        "LTX_PKTS": 3,
                        "LTX_PKTS_MAX": 10,
                        "LTX_PKTS_MAX_TS": 10,
                        "NON_TCP_FLOWS": 9,
                        "NON_TCP_FLOWS_MAX": 5,
                        "NON_TCP_FLOWS_MAX_TS": 7,
                        "OHEAD_WRX_BYTES": 6,
                        "OHEAD_WRX_BYTES_MAX": 8,
                        "OHEAD_WRX_BYTES_MAX_TS": 6,
                        "OHEAD_WRX_HDR_BYTES": 2,
                        "OHEAD_WRX_HDR_BYTES_MAX": 8,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 4,
                        "OHEAD_WRX_PKTS": 2,
                        "OHEAD_WRX_PKTS_MAX": 2,
                        "OHEAD_WRX_PKTS_MAX_TS": 5,
                        "OHEAD_WTX_BYTES": 4,
                        "OHEAD_WTX_BYTES_MAX": 2,
                        "OHEAD_WTX_BYTES_MAX_TS": 10,
                        "OHEAD_WTX_HDR_BYTES": 4,
                        "OHEAD_WTX_HDR_BYTES_MAX": 3,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 9,
                        "OHEAD_WTX_PKTS": 6,
                        "OHEAD_WTX_PKTS_MAX": 9,
                        "OHEAD_WTX_PKTS_MAX_TS": 6,
                        "POST_LOSS": 7,
                        "POST_LOSS_MAX": 4,
                        "POST_LOSS_MAX_TS": 9,
                        "POST_PCT_LOSS": 5,
                        "POST_PCT_LOSS_MAX": 6,
                        "POST_PCT_LOSS_MAX_TS": 7,
                        "POST_PCT_POC": 9,
                        "POST_PCT_POCMAX": 8,
                        "POST_PCT_POCMAX_TS": 4,
                        "POST_POC": 5,
                        "POST_POCMAX": 8,
                        "POST_POCMAX_TS": 2,
                        "PRE_LOSS": 4,
                        "PRE_LOSS_MAX": 1,
                        "PRE_LOSS_MAX_TS": 4,
                        "PRE_PCT_LOSS": 2,
                        "PRE_PCT_LOSS_MAX": 9,
                        "PRE_PCT_LOSS_MAX_TS": 7,
                        "PRE_PCT_POC": 6,
                        "PRE_PCT_POCMAX": 6,
                        "PRE_PCT_POCMAX_TS": 10,
                        "PRE_POC": 3,
                        "PRE_POCMAX": 6,
                        "PRE_POCMAX_TS": 9,
                        "TCP_ACC_FLOWS": 1,
                        "TCP_ACC_FLOWS_MAX": 2,
                        "TCP_ACC_FLOWS_MAX_TS": 7,
                        "TCP_FLOWS": 10,
                        "TCP_FLOWS_MAX": 7,
                        "TCP_FLOWS_MAX_TS": 10,
                        "TIMESTAMP": 7,
                        "WRX_BYTES": 5,
                        "WRX_BYTES_MAX": 5,
                        "WRX_BYTES_MAX_TS": 7,
                        "WRX_PKTS": 4,
                        "WRX_PKTS_MAX": 4,
                        "WRX_PKTS_MAX_TS": 10,
                        "WTX_BYTES": 8,
                        "WTX_BYTES_MAX": 3,
                        "WTX_BYTES_MAX_TS": 1,
                        "WTX_PKTS": 3,
                        "WTX_PKTS_MAX": 4,
                        "WTX_PKTS_MAX_TS": 7
                      },
                      {
                        "BW_PCT_UTIL_AVG": 1,
                        "BW_PCT_UTIL_MAX": 8,
                        "BW_PCT_UTIL_MAX_TS": 6,
                        "COMP_L2W": 6,
                        "COMP_L2WMAX": 5,
                        "COMP_L2WMAX_TS": 2,
                        "COMP_NOOHEAD_L2W": 9,
                        "COMP_NOOHEAD_L2WMAX": 2,
                        "COMP_NOOHEAD_L2WMAX_TS": 7,
                        "COMP_NOOHEAD_W2L": 5,
                        "COMP_NOOHEAD_W2LMAX": 1,
                        "COMP_NOOHEAD_W2LMAX_TS": 2,
                        "COMP_W2L": 8,
                        "COMP_W2LMAX": 7,
                        "COMP_W2LMAX_TS": 5,
                        "CREATED": 1,
                        "CREATED_MAX": 5,
                        "CREATED_MAX_TS": 4,
                        "DELETED": 9,
                        "DELETED_MAX": 6,
                        "DELETED_MAX_TS": 4,
                        "LATENCY_AVG": 6,
                        "LATENCY_MAX": 4,
                        "LATENCY_MAX_TS": 6,
                        "LATENCY_MIN": 3,
                        "LATENCY_MIN_FROM_PEAK": 4,
                        "LATENCY_MIN_TS": 5,
                        "LRX_BYTES": 4,
                        "LRX_BYTES_MAX": 4,
                        "LRX_BYTES_MAX_TS": 1,
                        "LRX_PKTS": 7,
                        "LRX_PKTS_MAX": 6,
                        "LRX_PKTS_MAX_TS": 4,
                        "LTX_BYTES": 4,
                        "LTX_BYTES_MAX": 1,
                        "LTX_BYTES_MAX_TS": 2,
                        "LTX_PKTS": 9,
                        "LTX_PKTS_MAX": 3,
                        "LTX_PKTS_MAX_TS": 7,
                        "NON_TCP_FLOWS": 4,
                        "NON_TCP_FLOWS_MAX": 4,
                        "NON_TCP_FLOWS_MAX_TS": 6,
                        "OHEAD_WRX_BYTES": 8,
                        "OHEAD_WRX_BYTES_MAX": 3,
                        "OHEAD_WRX_BYTES_MAX_TS": 8,
                        "OHEAD_WRX_HDR_BYTES": 9,
                        "OHEAD_WRX_HDR_BYTES_MAX": 10,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 3,
                        "OHEAD_WRX_PKTS": 4,
                        "OHEAD_WRX_PKTS_MAX": 7,
                        "OHEAD_WRX_PKTS_MAX_TS": 10,
                        "OHEAD_WTX_BYTES": 3,
                        "OHEAD_WTX_BYTES_MAX": 10,
                        "OHEAD_WTX_BYTES_MAX_TS": 7,
                        "OHEAD_WTX_HDR_BYTES": 6,
                        "OHEAD_WTX_HDR_BYTES_MAX": 10,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 1,
                        "OHEAD_WTX_PKTS": 2,
                        "OHEAD_WTX_PKTS_MAX": 8,
                        "OHEAD_WTX_PKTS_MAX_TS": 1,
                        "POST_LOSS": 9,
                        "POST_LOSS_MAX": 9,
                        "POST_LOSS_MAX_TS": 1,
                        "POST_PCT_LOSS": 10,
                        "POST_PCT_LOSS_MAX": 1,
                        "POST_PCT_LOSS_MAX_TS": 3,
                        "POST_PCT_POC": 6,
                        "POST_PCT_POCMAX": 7,
                        "POST_PCT_POCMAX_TS": 6,
                        "POST_POC": 6,
                        "POST_POCMAX": 10,
                        "POST_POCMAX_TS": 7,
                        "PRE_LOSS": 2,
                        "PRE_LOSS_MAX": 9,
                        "PRE_LOSS_MAX_TS": 2,
                        "PRE_PCT_LOSS": 3,
                        "PRE_PCT_LOSS_MAX": 7,
                        "PRE_PCT_LOSS_MAX_TS": 9,
                        "PRE_PCT_POC": 8,
                        "PRE_PCT_POCMAX": 7,
                        "PRE_PCT_POCMAX_TS": 3,
                        "PRE_POC": 7,
                        "PRE_POCMAX": 1,
                        "PRE_POCMAX_TS": 10,
                        "TCP_ACC_FLOWS": 6,
                        "TCP_ACC_FLOWS_MAX": 3,
                        "TCP_ACC_FLOWS_MAX_TS": 2,
                        "TCP_FLOWS": 2,
                        "TCP_FLOWS_MAX": 2,
                        "TCP_FLOWS_MAX_TS": 5,
                        "TIMESTAMP": 8,
                        "WRX_BYTES": 2,
                        "WRX_BYTES_MAX": 1,
                        "WRX_BYTES_MAX_TS": 4,
                        "WRX_PKTS": 2,
                        "WRX_PKTS_MAX": 8,
                        "WRX_PKTS_MAX_TS": 4,
                        "WTX_BYTES": 4,
                        "WTX_BYTES_MAX": 7,
                        "WTX_BYTES_MAX_TS": 4,
                        "WTX_PKTS": 4,
                        "WTX_PKTS_MAX": 6,
                        "WTX_PKTS_MAX_TS": 4
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficClass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsTimeseriesTrafficClass",
        "description": "The parameters and request body are for method: postStatsTimeseriesTrafficClass. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "BW_PCT_UTIL_AVG": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX_TS": {
                                "type": "number"
                              },
                              "COMP_L2W": {
                                "type": "number"
                              },
                              "COMP_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2W": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2L": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX_TS": {
                                "type": "number"
                              },
                              "COMP_W2L": {
                                "type": "number"
                              },
                              "COMP_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_W2LMAX_TS": {
                                "type": "number"
                              },
                              "CREATED": {
                                "type": "number"
                              },
                              "CREATED_MAX": {
                                "type": "number"
                              },
                              "CREATED_MAX_TS": {
                                "type": "number"
                              },
                              "DELETED": {
                                "type": "number"
                              },
                              "DELETED_MAX": {
                                "type": "number"
                              },
                              "DELETED_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_AVG": {
                                "type": "number"
                              },
                              "LATENCY_MAX": {
                                "type": "number"
                              },
                              "LATENCY_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_MIN": {
                                "type": "number"
                              },
                              "LATENCY_MIN_FROM_PEAK": {
                                "type": "number"
                              },
                              "LATENCY_MIN_TS": {
                                "type": "number"
                              },
                              "LRX_BYTES": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LRX_PKTS": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_BYTES": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_PKTS": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_LOSS": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_POC": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "POST_POC": {
                                "type": "number"
                              },
                              "POST_POCMAX": {
                                "type": "number"
                              },
                              "POST_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_LOSS": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_POC": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_POC": {
                                "type": "number"
                              },
                              "PRE_POCMAX": {
                                "type": "number"
                              },
                              "PRE_POCMAX_TS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TCP_FLOWS": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TIMESTAMP": {
                                "type": "number"
                              },
                              "WRX_BYTES": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WRX_PKTS": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_BYTES": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_PKTS": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX_TS": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string"
                  ],
                  "data": {
                    "<nePk/IP>": [
                      {
                        "BW_PCT_UTIL_AVG": 5,
                        "BW_PCT_UTIL_MAX": 1,
                        "BW_PCT_UTIL_MAX_TS": 8,
                        "COMP_L2W": 5,
                        "COMP_L2WMAX": 9,
                        "COMP_L2WMAX_TS": 1,
                        "COMP_NOOHEAD_L2W": 9,
                        "COMP_NOOHEAD_L2WMAX": 4,
                        "COMP_NOOHEAD_L2WMAX_TS": 4,
                        "COMP_NOOHEAD_W2L": 7,
                        "COMP_NOOHEAD_W2LMAX": 5,
                        "COMP_NOOHEAD_W2LMAX_TS": 8,
                        "COMP_W2L": 3,
                        "COMP_W2LMAX": 2,
                        "COMP_W2LMAX_TS": 10,
                        "CREATED": 1,
                        "CREATED_MAX": 7,
                        "CREATED_MAX_TS": 4,
                        "DELETED": 7,
                        "DELETED_MAX": 9,
                        "DELETED_MAX_TS": 3,
                        "LATENCY_AVG": 6,
                        "LATENCY_MAX": 2,
                        "LATENCY_MAX_TS": 8,
                        "LATENCY_MIN": 9,
                        "LATENCY_MIN_FROM_PEAK": 9,
                        "LATENCY_MIN_TS": 8,
                        "LRX_BYTES": 4,
                        "LRX_BYTES_MAX": 6,
                        "LRX_BYTES_MAX_TS": 3,
                        "LRX_PKTS": 6,
                        "LRX_PKTS_MAX": 7,
                        "LRX_PKTS_MAX_TS": 6,
                        "LTX_BYTES": 1,
                        "LTX_BYTES_MAX": 10,
                        "LTX_BYTES_MAX_TS": 4,
                        "LTX_PKTS": 1,
                        "LTX_PKTS_MAX": 7,
                        "LTX_PKTS_MAX_TS": 7,
                        "NON_TCP_FLOWS": 5,
                        "NON_TCP_FLOWS_MAX": 7,
                        "NON_TCP_FLOWS_MAX_TS": 5,
                        "OHEAD_WRX_BYTES": 8,
                        "OHEAD_WRX_BYTES_MAX": 9,
                        "OHEAD_WRX_BYTES_MAX_TS": 8,
                        "OHEAD_WRX_HDR_BYTES": 9,
                        "OHEAD_WRX_HDR_BYTES_MAX": 8,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 10,
                        "OHEAD_WRX_PKTS": 5,
                        "OHEAD_WRX_PKTS_MAX": 3,
                        "OHEAD_WRX_PKTS_MAX_TS": 3,
                        "OHEAD_WTX_BYTES": 2,
                        "OHEAD_WTX_BYTES_MAX": 8,
                        "OHEAD_WTX_BYTES_MAX_TS": 4,
                        "OHEAD_WTX_HDR_BYTES": 4,
                        "OHEAD_WTX_HDR_BYTES_MAX": 9,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 9,
                        "OHEAD_WTX_PKTS": 9,
                        "OHEAD_WTX_PKTS_MAX": 8,
                        "OHEAD_WTX_PKTS_MAX_TS": 6,
                        "POST_LOSS": 7,
                        "POST_LOSS_MAX": 2,
                        "POST_LOSS_MAX_TS": 7,
                        "POST_PCT_LOSS": 1,
                        "POST_PCT_LOSS_MAX": 7,
                        "POST_PCT_LOSS_MAX_TS": 5,
                        "POST_PCT_POC": 8,
                        "POST_PCT_POCMAX": 5,
                        "POST_PCT_POCMAX_TS": 6,
                        "POST_POC": 7,
                        "POST_POCMAX": 8,
                        "POST_POCMAX_TS": 9,
                        "PRE_LOSS": 7,
                        "PRE_LOSS_MAX": 6,
                        "PRE_LOSS_MAX_TS": 7,
                        "PRE_PCT_LOSS": 6,
                        "PRE_PCT_LOSS_MAX": 9,
                        "PRE_PCT_LOSS_MAX_TS": 5,
                        "PRE_PCT_POC": 6,
                        "PRE_PCT_POCMAX": 2,
                        "PRE_PCT_POCMAX_TS": 10,
                        "PRE_POC": 7,
                        "PRE_POCMAX": 4,
                        "PRE_POCMAX_TS": 3,
                        "TCP_ACC_FLOWS": 5,
                        "TCP_ACC_FLOWS_MAX": 3,
                        "TCP_ACC_FLOWS_MAX_TS": 1,
                        "TCP_FLOWS": 3,
                        "TCP_FLOWS_MAX": 7,
                        "TCP_FLOWS_MAX_TS": 10,
                        "TIMESTAMP": 3,
                        "WRX_BYTES": 8,
                        "WRX_BYTES_MAX": 3,
                        "WRX_BYTES_MAX_TS": 9,
                        "WRX_PKTS": 9,
                        "WRX_PKTS_MAX": 1,
                        "WRX_PKTS_MAX_TS": 6,
                        "WTX_BYTES": 3,
                        "WTX_BYTES_MAX": 7,
                        "WTX_BYTES_MAX_TS": 2,
                        "WTX_PKTS": 10,
                        "WTX_PKTS_MAX": 1,
                        "WTX_PKTS_MAX_TS": 5
                      },
                      {
                        "BW_PCT_UTIL_AVG": 9,
                        "BW_PCT_UTIL_MAX": 9,
                        "BW_PCT_UTIL_MAX_TS": 6,
                        "COMP_L2W": 3,
                        "COMP_L2WMAX": 9,
                        "COMP_L2WMAX_TS": 5,
                        "COMP_NOOHEAD_L2W": 10,
                        "COMP_NOOHEAD_L2WMAX": 6,
                        "COMP_NOOHEAD_L2WMAX_TS": 4,
                        "COMP_NOOHEAD_W2L": 2,
                        "COMP_NOOHEAD_W2LMAX": 6,
                        "COMP_NOOHEAD_W2LMAX_TS": 1,
                        "COMP_W2L": 6,
                        "COMP_W2LMAX": 10,
                        "COMP_W2LMAX_TS": 1,
                        "CREATED": 2,
                        "CREATED_MAX": 4,
                        "CREATED_MAX_TS": 10,
                        "DELETED": 6,
                        "DELETED_MAX": 1,
                        "DELETED_MAX_TS": 9,
                        "LATENCY_AVG": 5,
                        "LATENCY_MAX": 4,
                        "LATENCY_MAX_TS": 10,
                        "LATENCY_MIN": 1,
                        "LATENCY_MIN_FROM_PEAK": 3,
                        "LATENCY_MIN_TS": 6,
                        "LRX_BYTES": 5,
                        "LRX_BYTES_MAX": 4,
                        "LRX_BYTES_MAX_TS": 5,
                        "LRX_PKTS": 5,
                        "LRX_PKTS_MAX": 8,
                        "LRX_PKTS_MAX_TS": 3,
                        "LTX_BYTES": 3,
                        "LTX_BYTES_MAX": 7,
                        "LTX_BYTES_MAX_TS": 6,
                        "LTX_PKTS": 4,
                        "LTX_PKTS_MAX": 7,
                        "LTX_PKTS_MAX_TS": 3,
                        "NON_TCP_FLOWS": 8,
                        "NON_TCP_FLOWS_MAX": 9,
                        "NON_TCP_FLOWS_MAX_TS": 5,
                        "OHEAD_WRX_BYTES": 10,
                        "OHEAD_WRX_BYTES_MAX": 10,
                        "OHEAD_WRX_BYTES_MAX_TS": 10,
                        "OHEAD_WRX_HDR_BYTES": 10,
                        "OHEAD_WRX_HDR_BYTES_MAX": 9,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 4,
                        "OHEAD_WRX_PKTS": 2,
                        "OHEAD_WRX_PKTS_MAX": 8,
                        "OHEAD_WRX_PKTS_MAX_TS": 3,
                        "OHEAD_WTX_BYTES": 4,
                        "OHEAD_WTX_BYTES_MAX": 3,
                        "OHEAD_WTX_BYTES_MAX_TS": 8,
                        "OHEAD_WTX_HDR_BYTES": 8,
                        "OHEAD_WTX_HDR_BYTES_MAX": 4,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 10,
                        "OHEAD_WTX_PKTS": 3,
                        "OHEAD_WTX_PKTS_MAX": 1,
                        "OHEAD_WTX_PKTS_MAX_TS": 2,
                        "POST_LOSS": 7,
                        "POST_LOSS_MAX": 3,
                        "POST_LOSS_MAX_TS": 4,
                        "POST_PCT_LOSS": 2,
                        "POST_PCT_LOSS_MAX": 7,
                        "POST_PCT_LOSS_MAX_TS": 4,
                        "POST_PCT_POC": 8,
                        "POST_PCT_POCMAX": 7,
                        "POST_PCT_POCMAX_TS": 5,
                        "POST_POC": 7,
                        "POST_POCMAX": 8,
                        "POST_POCMAX_TS": 5,
                        "PRE_LOSS": 4,
                        "PRE_LOSS_MAX": 3,
                        "PRE_LOSS_MAX_TS": 10,
                        "PRE_PCT_LOSS": 4,
                        "PRE_PCT_LOSS_MAX": 9,
                        "PRE_PCT_LOSS_MAX_TS": 10,
                        "PRE_PCT_POC": 6,
                        "PRE_PCT_POCMAX": 8,
                        "PRE_PCT_POCMAX_TS": 2,
                        "PRE_POC": 3,
                        "PRE_POCMAX": 7,
                        "PRE_POCMAX_TS": 8,
                        "TCP_ACC_FLOWS": 10,
                        "TCP_ACC_FLOWS_MAX": 5,
                        "TCP_ACC_FLOWS_MAX_TS": 4,
                        "TCP_FLOWS": 5,
                        "TCP_FLOWS_MAX": 1,
                        "TCP_FLOWS_MAX_TS": 4,
                        "TIMESTAMP": 4,
                        "WRX_BYTES": 6,
                        "WRX_BYTES_MAX": 10,
                        "WRX_BYTES_MAX_TS": 9,
                        "WRX_PKTS": 5,
                        "WRX_PKTS_MAX": 2,
                        "WRX_PKTS_MAX_TS": 9,
                        "WTX_BYTES": 1,
                        "WTX_BYTES_MAX": 2,
                        "WTX_BYTES_MAX_TS": 3,
                        "WTX_PKTS": 1,
                        "WTX_PKTS_MAX": 3,
                        "WTX_PKTS_MAX_TS": 1
                      },
                      {
                        "BW_PCT_UTIL_AVG": 7,
                        "BW_PCT_UTIL_MAX": 2,
                        "BW_PCT_UTIL_MAX_TS": 9,
                        "COMP_L2W": 9,
                        "COMP_L2WMAX": 2,
                        "COMP_L2WMAX_TS": 6,
                        "COMP_NOOHEAD_L2W": 3,
                        "COMP_NOOHEAD_L2WMAX": 2,
                        "COMP_NOOHEAD_L2WMAX_TS": 8,
                        "COMP_NOOHEAD_W2L": 10,
                        "COMP_NOOHEAD_W2LMAX": 10,
                        "COMP_NOOHEAD_W2LMAX_TS": 3,
                        "COMP_W2L": 5,
                        "COMP_W2LMAX": 4,
                        "COMP_W2LMAX_TS": 2,
                        "CREATED": 4,
                        "CREATED_MAX": 9,
                        "CREATED_MAX_TS": 3,
                        "DELETED": 4,
                        "DELETED_MAX": 1,
                        "DELETED_MAX_TS": 7,
                        "LATENCY_AVG": 9,
                        "LATENCY_MAX": 1,
                        "LATENCY_MAX_TS": 2,
                        "LATENCY_MIN": 3,
                        "LATENCY_MIN_FROM_PEAK": 9,
                        "LATENCY_MIN_TS": 7,
                        "LRX_BYTES": 8,
                        "LRX_BYTES_MAX": 6,
                        "LRX_BYTES_MAX_TS": 6,
                        "LRX_PKTS": 5,
                        "LRX_PKTS_MAX": 5,
                        "LRX_PKTS_MAX_TS": 1,
                        "LTX_BYTES": 1,
                        "LTX_BYTES_MAX": 6,
                        "LTX_BYTES_MAX_TS": 9,
                        "LTX_PKTS": 6,
                        "LTX_PKTS_MAX": 3,
                        "LTX_PKTS_MAX_TS": 3,
                        "NON_TCP_FLOWS": 7,
                        "NON_TCP_FLOWS_MAX": 8,
                        "NON_TCP_FLOWS_MAX_TS": 6,
                        "OHEAD_WRX_BYTES": 8,
                        "OHEAD_WRX_BYTES_MAX": 6,
                        "OHEAD_WRX_BYTES_MAX_TS": 9,
                        "OHEAD_WRX_HDR_BYTES": 9,
                        "OHEAD_WRX_HDR_BYTES_MAX": 10,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 9,
                        "OHEAD_WRX_PKTS": 6,
                        "OHEAD_WRX_PKTS_MAX": 6,
                        "OHEAD_WRX_PKTS_MAX_TS": 4,
                        "OHEAD_WTX_BYTES": 8,
                        "OHEAD_WTX_BYTES_MAX": 7,
                        "OHEAD_WTX_BYTES_MAX_TS": 5,
                        "OHEAD_WTX_HDR_BYTES": 6,
                        "OHEAD_WTX_HDR_BYTES_MAX": 5,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 9,
                        "OHEAD_WTX_PKTS": 1,
                        "OHEAD_WTX_PKTS_MAX": 3,
                        "OHEAD_WTX_PKTS_MAX_TS": 4,
                        "POST_LOSS": 8,
                        "POST_LOSS_MAX": 2,
                        "POST_LOSS_MAX_TS": 7,
                        "POST_PCT_LOSS": 5,
                        "POST_PCT_LOSS_MAX": 3,
                        "POST_PCT_LOSS_MAX_TS": 6,
                        "POST_PCT_POC": 6,
                        "POST_PCT_POCMAX": 3,
                        "POST_PCT_POCMAX_TS": 3,
                        "POST_POC": 7,
                        "POST_POCMAX": 6,
                        "POST_POCMAX_TS": 4,
                        "PRE_LOSS": 10,
                        "PRE_LOSS_MAX": 9,
                        "PRE_LOSS_MAX_TS": 7,
                        "PRE_PCT_LOSS": 10,
                        "PRE_PCT_LOSS_MAX": 4,
                        "PRE_PCT_LOSS_MAX_TS": 3,
                        "PRE_PCT_POC": 9,
                        "PRE_PCT_POCMAX": 7,
                        "PRE_PCT_POCMAX_TS": 4,
                        "PRE_POC": 3,
                        "PRE_POCMAX": 1,
                        "PRE_POCMAX_TS": 3,
                        "TCP_ACC_FLOWS": 4,
                        "TCP_ACC_FLOWS_MAX": 4,
                        "TCP_ACC_FLOWS_MAX_TS": 4,
                        "TCP_FLOWS": 3,
                        "TCP_FLOWS_MAX": 4,
                        "TCP_FLOWS_MAX_TS": 10,
                        "TIMESTAMP": 2,
                        "WRX_BYTES": 1,
                        "WRX_BYTES_MAX": 6,
                        "WRX_BYTES_MAX_TS": 1,
                        "WRX_PKTS": 5,
                        "WRX_PKTS_MAX": 3,
                        "WRX_PKTS_MAX_TS": 9,
                        "WTX_BYTES": 8,
                        "WTX_BYTES_MAX": 4,
                        "WTX_BYTES_MAX_TS": 4,
                        "WTX_PKTS": 10,
                        "WTX_PKTS_MAX": 9,
                        "WTX_PKTS_MAX_TS": 1
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficClass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/timeseries/trafficClass/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsTimeseriesTrafficClassNePk",
        "description": "The parameters and request body are for method: getStatsTimeseriesTrafficClassNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "BW_PCT_UTIL_AVG": {
                            "type": "number"
                          },
                          "BW_PCT_UTIL_MAX": {
                            "type": "number"
                          },
                          "BW_PCT_UTIL_MAX_TS": {
                            "type": "number"
                          },
                          "COMP_L2W": {
                            "type": "number"
                          },
                          "COMP_L2WMAX": {
                            "type": "number"
                          },
                          "COMP_L2WMAX_TS": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2W": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2WMAX": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2WMAX_TS": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2L": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2LMAX": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2LMAX_TS": {
                            "type": "number"
                          },
                          "COMP_W2L": {
                            "type": "number"
                          },
                          "COMP_W2LMAX": {
                            "type": "number"
                          },
                          "COMP_W2LMAX_TS": {
                            "type": "number"
                          },
                          "CREATED": {
                            "type": "number"
                          },
                          "CREATED_MAX": {
                            "type": "number"
                          },
                          "CREATED_MAX_TS": {
                            "type": "number"
                          },
                          "DELETED": {
                            "type": "number"
                          },
                          "DELETED_MAX": {
                            "type": "number"
                          },
                          "DELETED_MAX_TS": {
                            "type": "number"
                          },
                          "LATENCY_AVG": {
                            "type": "number"
                          },
                          "LATENCY_MAX": {
                            "type": "number"
                          },
                          "LATENCY_MAX_TS": {
                            "type": "number"
                          },
                          "LATENCY_MIN": {
                            "type": "number"
                          },
                          "LATENCY_MIN_FROM_PEAK": {
                            "type": "number"
                          },
                          "LATENCY_MIN_TS": {
                            "type": "number"
                          },
                          "LRX_BYTES": {
                            "type": "number"
                          },
                          "LRX_BYTES_MAX": {
                            "type": "number"
                          },
                          "LRX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "LRX_PKTS": {
                            "type": "number"
                          },
                          "LRX_PKTS_MAX": {
                            "type": "number"
                          },
                          "LRX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "LTX_BYTES": {
                            "type": "number"
                          },
                          "LTX_BYTES_MAX": {
                            "type": "number"
                          },
                          "LTX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "LTX_PKTS": {
                            "type": "number"
                          },
                          "LTX_PKTS_MAX": {
                            "type": "number"
                          },
                          "LTX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "NON_TCP_FLOWS": {
                            "type": "number"
                          },
                          "NON_TCP_FLOWS_MAX": {
                            "type": "number"
                          },
                          "NON_TCP_FLOWS_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WRX_BYTES": {
                            "type": "number"
                          },
                          "OHEAD_WRX_BYTES_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WRX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WRX_HDR_BYTES": {
                            "type": "number"
                          },
                          "OHEAD_WRX_HDR_BYTES_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WRX_HDR_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WRX_PKTS": {
                            "type": "number"
                          },
                          "OHEAD_WRX_PKTS_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WRX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WTX_BYTES": {
                            "type": "number"
                          },
                          "OHEAD_WTX_BYTES_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WTX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WTX_HDR_BYTES": {
                            "type": "number"
                          },
                          "OHEAD_WTX_HDR_BYTES_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WTX_HDR_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WTX_PKTS": {
                            "type": "number"
                          },
                          "OHEAD_WTX_PKTS_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WTX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "POST_LOSS": {
                            "type": "number"
                          },
                          "POST_LOSS_MAX": {
                            "type": "number"
                          },
                          "POST_LOSS_MAX_TS": {
                            "type": "number"
                          },
                          "POST_PCT_LOSS": {
                            "type": "number"
                          },
                          "POST_PCT_LOSS_MAX": {
                            "type": "number"
                          },
                          "POST_PCT_LOSS_MAX_TS": {
                            "type": "number"
                          },
                          "POST_PCT_POC": {
                            "type": "number"
                          },
                          "POST_PCT_POCMAX": {
                            "type": "number"
                          },
                          "POST_PCT_POCMAX_TS": {
                            "type": "number"
                          },
                          "POST_POC": {
                            "type": "number"
                          },
                          "POST_POCMAX": {
                            "type": "number"
                          },
                          "POST_POCMAX_TS": {
                            "type": "number"
                          },
                          "PRE_LOSS": {
                            "type": "number"
                          },
                          "PRE_LOSS_MAX": {
                            "type": "number"
                          },
                          "PRE_LOSS_MAX_TS": {
                            "type": "number"
                          },
                          "PRE_PCT_LOSS": {
                            "type": "number"
                          },
                          "PRE_PCT_LOSS_MAX": {
                            "type": "number"
                          },
                          "PRE_PCT_LOSS_MAX_TS": {
                            "type": "number"
                          },
                          "PRE_PCT_POC": {
                            "type": "number"
                          },
                          "PRE_PCT_POCMAX": {
                            "type": "number"
                          },
                          "PRE_PCT_POCMAX_TS": {
                            "type": "number"
                          },
                          "PRE_POC": {
                            "type": "number"
                          },
                          "PRE_POCMAX": {
                            "type": "number"
                          },
                          "PRE_POCMAX_TS": {
                            "type": "number"
                          },
                          "TCP_ACC_FLOWS": {
                            "type": "number"
                          },
                          "TCP_ACC_FLOWS_MAX": {
                            "type": "number"
                          },
                          "TCP_ACC_FLOWS_MAX_TS": {
                            "type": "number"
                          },
                          "TCP_FLOWS": {
                            "type": "number"
                          },
                          "TCP_FLOWS_MAX": {
                            "type": "number"
                          },
                          "TCP_FLOWS_MAX_TS": {
                            "type": "number"
                          },
                          "TIMESTAMP": {
                            "type": "number"
                          },
                          "WRX_BYTES": {
                            "type": "number"
                          },
                          "WRX_BYTES_MAX": {
                            "type": "number"
                          },
                          "WRX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "WRX_PKTS": {
                            "type": "number"
                          },
                          "WRX_PKTS_MAX": {
                            "type": "number"
                          },
                          "WRX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "WTX_BYTES": {
                            "type": "number"
                          },
                          "WTX_BYTES_MAX": {
                            "type": "number"
                          },
                          "WTX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "WTX_PKTS": {
                            "type": "number"
                          },
                          "WTX_PKTS_MAX": {
                            "type": "number"
                          },
                          "WTX_PKTS_MAX_TS": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string"
                  ],
                  "data": [
                    {
                      "BW_PCT_UTIL_AVG": 4,
                      "BW_PCT_UTIL_MAX": 4,
                      "BW_PCT_UTIL_MAX_TS": 8,
                      "COMP_L2W": 2,
                      "COMP_L2WMAX": 3,
                      "COMP_L2WMAX_TS": 5,
                      "COMP_NOOHEAD_L2W": 10,
                      "COMP_NOOHEAD_L2WMAX": 1,
                      "COMP_NOOHEAD_L2WMAX_TS": 3,
                      "COMP_NOOHEAD_W2L": 7,
                      "COMP_NOOHEAD_W2LMAX": 2,
                      "COMP_NOOHEAD_W2LMAX_TS": 3,
                      "COMP_W2L": 10,
                      "COMP_W2LMAX": 4,
                      "COMP_W2LMAX_TS": 2,
                      "CREATED": 3,
                      "CREATED_MAX": 6,
                      "CREATED_MAX_TS": 10,
                      "DELETED": 9,
                      "DELETED_MAX": 5,
                      "DELETED_MAX_TS": 2,
                      "LATENCY_AVG": 2,
                      "LATENCY_MAX": 5,
                      "LATENCY_MAX_TS": 2,
                      "LATENCY_MIN": 4,
                      "LATENCY_MIN_FROM_PEAK": 5,
                      "LATENCY_MIN_TS": 1,
                      "LRX_BYTES": 8,
                      "LRX_BYTES_MAX": 4,
                      "LRX_BYTES_MAX_TS": 1,
                      "LRX_PKTS": 5,
                      "LRX_PKTS_MAX": 8,
                      "LRX_PKTS_MAX_TS": 1,
                      "LTX_BYTES": 7,
                      "LTX_BYTES_MAX": 4,
                      "LTX_BYTES_MAX_TS": 5,
                      "LTX_PKTS": 9,
                      "LTX_PKTS_MAX": 10,
                      "LTX_PKTS_MAX_TS": 1,
                      "NON_TCP_FLOWS": 1,
                      "NON_TCP_FLOWS_MAX": 4,
                      "NON_TCP_FLOWS_MAX_TS": 7,
                      "OHEAD_WRX_BYTES": 8,
                      "OHEAD_WRX_BYTES_MAX": 6,
                      "OHEAD_WRX_BYTES_MAX_TS": 7,
                      "OHEAD_WRX_HDR_BYTES": 5,
                      "OHEAD_WRX_HDR_BYTES_MAX": 1,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 1,
                      "OHEAD_WRX_PKTS": 10,
                      "OHEAD_WRX_PKTS_MAX": 8,
                      "OHEAD_WRX_PKTS_MAX_TS": 3,
                      "OHEAD_WTX_BYTES": 5,
                      "OHEAD_WTX_BYTES_MAX": 10,
                      "OHEAD_WTX_BYTES_MAX_TS": 10,
                      "OHEAD_WTX_HDR_BYTES": 7,
                      "OHEAD_WTX_HDR_BYTES_MAX": 4,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 7,
                      "OHEAD_WTX_PKTS": 6,
                      "OHEAD_WTX_PKTS_MAX": 4,
                      "OHEAD_WTX_PKTS_MAX_TS": 4,
                      "POST_LOSS": 10,
                      "POST_LOSS_MAX": 1,
                      "POST_LOSS_MAX_TS": 8,
                      "POST_PCT_LOSS": 8,
                      "POST_PCT_LOSS_MAX": 9,
                      "POST_PCT_LOSS_MAX_TS": 7,
                      "POST_PCT_POC": 9,
                      "POST_PCT_POCMAX": 2,
                      "POST_PCT_POCMAX_TS": 5,
                      "POST_POC": 1,
                      "POST_POCMAX": 8,
                      "POST_POCMAX_TS": 3,
                      "PRE_LOSS": 1,
                      "PRE_LOSS_MAX": 1,
                      "PRE_LOSS_MAX_TS": 9,
                      "PRE_PCT_LOSS": 4,
                      "PRE_PCT_LOSS_MAX": 7,
                      "PRE_PCT_LOSS_MAX_TS": 5,
                      "PRE_PCT_POC": 5,
                      "PRE_PCT_POCMAX": 9,
                      "PRE_PCT_POCMAX_TS": 1,
                      "PRE_POC": 6,
                      "PRE_POCMAX": 6,
                      "PRE_POCMAX_TS": 7,
                      "TCP_ACC_FLOWS": 9,
                      "TCP_ACC_FLOWS_MAX": 4,
                      "TCP_ACC_FLOWS_MAX_TS": 10,
                      "TCP_FLOWS": 5,
                      "TCP_FLOWS_MAX": 9,
                      "TCP_FLOWS_MAX_TS": 4,
                      "TIMESTAMP": 5,
                      "WRX_BYTES": 9,
                      "WRX_BYTES_MAX": 10,
                      "WRX_BYTES_MAX_TS": 10,
                      "WRX_PKTS": 4,
                      "WRX_PKTS_MAX": 2,
                      "WRX_PKTS_MAX_TS": 5,
                      "WTX_BYTES": 10,
                      "WTX_BYTES_MAX": 2,
                      "WTX_BYTES_MAX_TS": 8,
                      "WTX_PKTS": 7,
                      "WTX_PKTS_MAX": 6,
                      "WTX_PKTS_MAX_TS": 6
                    },
                    {
                      "BW_PCT_UTIL_AVG": 10,
                      "BW_PCT_UTIL_MAX": 1,
                      "BW_PCT_UTIL_MAX_TS": 1,
                      "COMP_L2W": 5,
                      "COMP_L2WMAX": 8,
                      "COMP_L2WMAX_TS": 7,
                      "COMP_NOOHEAD_L2W": 10,
                      "COMP_NOOHEAD_L2WMAX": 9,
                      "COMP_NOOHEAD_L2WMAX_TS": 1,
                      "COMP_NOOHEAD_W2L": 1,
                      "COMP_NOOHEAD_W2LMAX": 9,
                      "COMP_NOOHEAD_W2LMAX_TS": 9,
                      "COMP_W2L": 5,
                      "COMP_W2LMAX": 9,
                      "COMP_W2LMAX_TS": 3,
                      "CREATED": 6,
                      "CREATED_MAX": 10,
                      "CREATED_MAX_TS": 5,
                      "DELETED": 9,
                      "DELETED_MAX": 9,
                      "DELETED_MAX_TS": 3,
                      "LATENCY_AVG": 1,
                      "LATENCY_MAX": 6,
                      "LATENCY_MAX_TS": 9,
                      "LATENCY_MIN": 9,
                      "LATENCY_MIN_FROM_PEAK": 1,
                      "LATENCY_MIN_TS": 3,
                      "LRX_BYTES": 7,
                      "LRX_BYTES_MAX": 1,
                      "LRX_BYTES_MAX_TS": 3,
                      "LRX_PKTS": 9,
                      "LRX_PKTS_MAX": 10,
                      "LRX_PKTS_MAX_TS": 8,
                      "LTX_BYTES": 9,
                      "LTX_BYTES_MAX": 7,
                      "LTX_BYTES_MAX_TS": 2,
                      "LTX_PKTS": 3,
                      "LTX_PKTS_MAX": 7,
                      "LTX_PKTS_MAX_TS": 6,
                      "NON_TCP_FLOWS": 1,
                      "NON_TCP_FLOWS_MAX": 6,
                      "NON_TCP_FLOWS_MAX_TS": 8,
                      "OHEAD_WRX_BYTES": 5,
                      "OHEAD_WRX_BYTES_MAX": 5,
                      "OHEAD_WRX_BYTES_MAX_TS": 1,
                      "OHEAD_WRX_HDR_BYTES": 1,
                      "OHEAD_WRX_HDR_BYTES_MAX": 4,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 4,
                      "OHEAD_WRX_PKTS": 4,
                      "OHEAD_WRX_PKTS_MAX": 10,
                      "OHEAD_WRX_PKTS_MAX_TS": 4,
                      "OHEAD_WTX_BYTES": 10,
                      "OHEAD_WTX_BYTES_MAX": 3,
                      "OHEAD_WTX_BYTES_MAX_TS": 7,
                      "OHEAD_WTX_HDR_BYTES": 1,
                      "OHEAD_WTX_HDR_BYTES_MAX": 8,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 2,
                      "OHEAD_WTX_PKTS": 4,
                      "OHEAD_WTX_PKTS_MAX": 9,
                      "OHEAD_WTX_PKTS_MAX_TS": 5,
                      "POST_LOSS": 4,
                      "POST_LOSS_MAX": 6,
                      "POST_LOSS_MAX_TS": 6,
                      "POST_PCT_LOSS": 5,
                      "POST_PCT_LOSS_MAX": 8,
                      "POST_PCT_LOSS_MAX_TS": 7,
                      "POST_PCT_POC": 10,
                      "POST_PCT_POCMAX": 8,
                      "POST_PCT_POCMAX_TS": 7,
                      "POST_POC": 9,
                      "POST_POCMAX": 5,
                      "POST_POCMAX_TS": 10,
                      "PRE_LOSS": 4,
                      "PRE_LOSS_MAX": 3,
                      "PRE_LOSS_MAX_TS": 1,
                      "PRE_PCT_LOSS": 3,
                      "PRE_PCT_LOSS_MAX": 6,
                      "PRE_PCT_LOSS_MAX_TS": 9,
                      "PRE_PCT_POC": 7,
                      "PRE_PCT_POCMAX": 3,
                      "PRE_PCT_POCMAX_TS": 7,
                      "PRE_POC": 3,
                      "PRE_POCMAX": 6,
                      "PRE_POCMAX_TS": 3,
                      "TCP_ACC_FLOWS": 10,
                      "TCP_ACC_FLOWS_MAX": 7,
                      "TCP_ACC_FLOWS_MAX_TS": 6,
                      "TCP_FLOWS": 8,
                      "TCP_FLOWS_MAX": 5,
                      "TCP_FLOWS_MAX_TS": 10,
                      "TIMESTAMP": 5,
                      "WRX_BYTES": 6,
                      "WRX_BYTES_MAX": 1,
                      "WRX_BYTES_MAX_TS": 1,
                      "WRX_PKTS": 5,
                      "WRX_PKTS_MAX": 7,
                      "WRX_PKTS_MAX_TS": 9,
                      "WTX_BYTES": 4,
                      "WTX_BYTES_MAX": 2,
                      "WTX_BYTES_MAX_TS": 1,
                      "WTX_PKTS": 2,
                      "WTX_PKTS_MAX": 8,
                      "WTX_PKTS_MAX_TS": 4
                    },
                    {
                      "BW_PCT_UTIL_AVG": 7,
                      "BW_PCT_UTIL_MAX": 3,
                      "BW_PCT_UTIL_MAX_TS": 6,
                      "COMP_L2W": 1,
                      "COMP_L2WMAX": 10,
                      "COMP_L2WMAX_TS": 5,
                      "COMP_NOOHEAD_L2W": 3,
                      "COMP_NOOHEAD_L2WMAX": 4,
                      "COMP_NOOHEAD_L2WMAX_TS": 6,
                      "COMP_NOOHEAD_W2L": 3,
                      "COMP_NOOHEAD_W2LMAX": 1,
                      "COMP_NOOHEAD_W2LMAX_TS": 4,
                      "COMP_W2L": 2,
                      "COMP_W2LMAX": 3,
                      "COMP_W2LMAX_TS": 10,
                      "CREATED": 1,
                      "CREATED_MAX": 4,
                      "CREATED_MAX_TS": 1,
                      "DELETED": 4,
                      "DELETED_MAX": 10,
                      "DELETED_MAX_TS": 8,
                      "LATENCY_AVG": 10,
                      "LATENCY_MAX": 10,
                      "LATENCY_MAX_TS": 6,
                      "LATENCY_MIN": 2,
                      "LATENCY_MIN_FROM_PEAK": 9,
                      "LATENCY_MIN_TS": 6,
                      "LRX_BYTES": 8,
                      "LRX_BYTES_MAX": 9,
                      "LRX_BYTES_MAX_TS": 9,
                      "LRX_PKTS": 1,
                      "LRX_PKTS_MAX": 1,
                      "LRX_PKTS_MAX_TS": 8,
                      "LTX_BYTES": 8,
                      "LTX_BYTES_MAX": 9,
                      "LTX_BYTES_MAX_TS": 1,
                      "LTX_PKTS": 5,
                      "LTX_PKTS_MAX": 9,
                      "LTX_PKTS_MAX_TS": 6,
                      "NON_TCP_FLOWS": 7,
                      "NON_TCP_FLOWS_MAX": 9,
                      "NON_TCP_FLOWS_MAX_TS": 8,
                      "OHEAD_WRX_BYTES": 1,
                      "OHEAD_WRX_BYTES_MAX": 5,
                      "OHEAD_WRX_BYTES_MAX_TS": 5,
                      "OHEAD_WRX_HDR_BYTES": 6,
                      "OHEAD_WRX_HDR_BYTES_MAX": 5,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 3,
                      "OHEAD_WRX_PKTS": 3,
                      "OHEAD_WRX_PKTS_MAX": 10,
                      "OHEAD_WRX_PKTS_MAX_TS": 3,
                      "OHEAD_WTX_BYTES": 7,
                      "OHEAD_WTX_BYTES_MAX": 7,
                      "OHEAD_WTX_BYTES_MAX_TS": 3,
                      "OHEAD_WTX_HDR_BYTES": 5,
                      "OHEAD_WTX_HDR_BYTES_MAX": 9,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 5,
                      "OHEAD_WTX_PKTS": 8,
                      "OHEAD_WTX_PKTS_MAX": 1,
                      "OHEAD_WTX_PKTS_MAX_TS": 9,
                      "POST_LOSS": 1,
                      "POST_LOSS_MAX": 3,
                      "POST_LOSS_MAX_TS": 8,
                      "POST_PCT_LOSS": 8,
                      "POST_PCT_LOSS_MAX": 5,
                      "POST_PCT_LOSS_MAX_TS": 8,
                      "POST_PCT_POC": 1,
                      "POST_PCT_POCMAX": 9,
                      "POST_PCT_POCMAX_TS": 3,
                      "POST_POC": 2,
                      "POST_POCMAX": 4,
                      "POST_POCMAX_TS": 5,
                      "PRE_LOSS": 4,
                      "PRE_LOSS_MAX": 6,
                      "PRE_LOSS_MAX_TS": 2,
                      "PRE_PCT_LOSS": 1,
                      "PRE_PCT_LOSS_MAX": 9,
                      "PRE_PCT_LOSS_MAX_TS": 10,
                      "PRE_PCT_POC": 9,
                      "PRE_PCT_POCMAX": 6,
                      "PRE_PCT_POCMAX_TS": 5,
                      "PRE_POC": 10,
                      "PRE_POCMAX": 9,
                      "PRE_POCMAX_TS": 10,
                      "TCP_ACC_FLOWS": 5,
                      "TCP_ACC_FLOWS_MAX": 5,
                      "TCP_ACC_FLOWS_MAX_TS": 8,
                      "TCP_FLOWS": 3,
                      "TCP_FLOWS_MAX": 9,
                      "TCP_FLOWS_MAX_TS": 7,
                      "TIMESTAMP": 9,
                      "WRX_BYTES": 6,
                      "WRX_BYTES_MAX": 9,
                      "WRX_BYTES_MAX_TS": 10,
                      "WRX_PKTS": 3,
                      "WRX_PKTS_MAX": 2,
                      "WRX_PKTS_MAX_TS": 1,
                      "WTX_BYTES": 9,
                      "WTX_BYTES_MAX": 1,
                      "WTX_BYTES_MAX_TS": 9,
                      "WTX_PKTS": 8,
                      "WTX_PKTS_MAX": 3,
                      "WTX_PKTS_MAX_TS": 2
                    },
                    {
                      "BW_PCT_UTIL_AVG": 3,
                      "BW_PCT_UTIL_MAX": 5,
                      "BW_PCT_UTIL_MAX_TS": 6,
                      "COMP_L2W": 5,
                      "COMP_L2WMAX": 1,
                      "COMP_L2WMAX_TS": 2,
                      "COMP_NOOHEAD_L2W": 10,
                      "COMP_NOOHEAD_L2WMAX": 9,
                      "COMP_NOOHEAD_L2WMAX_TS": 5,
                      "COMP_NOOHEAD_W2L": 6,
                      "COMP_NOOHEAD_W2LMAX": 8,
                      "COMP_NOOHEAD_W2LMAX_TS": 5,
                      "COMP_W2L": 6,
                      "COMP_W2LMAX": 9,
                      "COMP_W2LMAX_TS": 3,
                      "CREATED": 6,
                      "CREATED_MAX": 5,
                      "CREATED_MAX_TS": 3,
                      "DELETED": 10,
                      "DELETED_MAX": 10,
                      "DELETED_MAX_TS": 5,
                      "LATENCY_AVG": 4,
                      "LATENCY_MAX": 4,
                      "LATENCY_MAX_TS": 9,
                      "LATENCY_MIN": 3,
                      "LATENCY_MIN_FROM_PEAK": 6,
                      "LATENCY_MIN_TS": 6,
                      "LRX_BYTES": 4,
                      "LRX_BYTES_MAX": 1,
                      "LRX_BYTES_MAX_TS": 2,
                      "LRX_PKTS": 9,
                      "LRX_PKTS_MAX": 1,
                      "LRX_PKTS_MAX_TS": 4,
                      "LTX_BYTES": 6,
                      "LTX_BYTES_MAX": 1,
                      "LTX_BYTES_MAX_TS": 1,
                      "LTX_PKTS": 2,
                      "LTX_PKTS_MAX": 3,
                      "LTX_PKTS_MAX_TS": 10,
                      "NON_TCP_FLOWS": 1,
                      "NON_TCP_FLOWS_MAX": 10,
                      "NON_TCP_FLOWS_MAX_TS": 7,
                      "OHEAD_WRX_BYTES": 5,
                      "OHEAD_WRX_BYTES_MAX": 6,
                      "OHEAD_WRX_BYTES_MAX_TS": 4,
                      "OHEAD_WRX_HDR_BYTES": 4,
                      "OHEAD_WRX_HDR_BYTES_MAX": 3,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 10,
                      "OHEAD_WRX_PKTS": 2,
                      "OHEAD_WRX_PKTS_MAX": 7,
                      "OHEAD_WRX_PKTS_MAX_TS": 2,
                      "OHEAD_WTX_BYTES": 3,
                      "OHEAD_WTX_BYTES_MAX": 9,
                      "OHEAD_WTX_BYTES_MAX_TS": 1,
                      "OHEAD_WTX_HDR_BYTES": 7,
                      "OHEAD_WTX_HDR_BYTES_MAX": 3,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 4,
                      "OHEAD_WTX_PKTS": 3,
                      "OHEAD_WTX_PKTS_MAX": 10,
                      "OHEAD_WTX_PKTS_MAX_TS": 7,
                      "POST_LOSS": 7,
                      "POST_LOSS_MAX": 1,
                      "POST_LOSS_MAX_TS": 10,
                      "POST_PCT_LOSS": 4,
                      "POST_PCT_LOSS_MAX": 10,
                      "POST_PCT_LOSS_MAX_TS": 2,
                      "POST_PCT_POC": 2,
                      "POST_PCT_POCMAX": 7,
                      "POST_PCT_POCMAX_TS": 1,
                      "POST_POC": 7,
                      "POST_POCMAX": 8,
                      "POST_POCMAX_TS": 5,
                      "PRE_LOSS": 10,
                      "PRE_LOSS_MAX": 4,
                      "PRE_LOSS_MAX_TS": 4,
                      "PRE_PCT_LOSS": 8,
                      "PRE_PCT_LOSS_MAX": 4,
                      "PRE_PCT_LOSS_MAX_TS": 8,
                      "PRE_PCT_POC": 2,
                      "PRE_PCT_POCMAX": 3,
                      "PRE_PCT_POCMAX_TS": 5,
                      "PRE_POC": 8,
                      "PRE_POCMAX": 7,
                      "PRE_POCMAX_TS": 4,
                      "TCP_ACC_FLOWS": 7,
                      "TCP_ACC_FLOWS_MAX": 10,
                      "TCP_ACC_FLOWS_MAX_TS": 8,
                      "TCP_FLOWS": 8,
                      "TCP_FLOWS_MAX": 1,
                      "TCP_FLOWS_MAX_TS": 9,
                      "TIMESTAMP": 2,
                      "WRX_BYTES": 3,
                      "WRX_BYTES_MAX": 10,
                      "WRX_BYTES_MAX_TS": 9,
                      "WRX_PKTS": 2,
                      "WRX_PKTS_MAX": 8,
                      "WRX_PKTS_MAX_TS": 3,
                      "WTX_BYTES": 3,
                      "WTX_BYTES_MAX": 6,
                      "WTX_BYTES_MAX_TS": 7,
                      "WTX_PKTS": 6,
                      "WTX_PKTS_MAX": 7,
                      "WTX_PKTS_MAX_TS": 10
                    },
                    {
                      "BW_PCT_UTIL_AVG": 8,
                      "BW_PCT_UTIL_MAX": 2,
                      "BW_PCT_UTIL_MAX_TS": 1,
                      "COMP_L2W": 8,
                      "COMP_L2WMAX": 3,
                      "COMP_L2WMAX_TS": 2,
                      "COMP_NOOHEAD_L2W": 9,
                      "COMP_NOOHEAD_L2WMAX": 3,
                      "COMP_NOOHEAD_L2WMAX_TS": 8,
                      "COMP_NOOHEAD_W2L": 8,
                      "COMP_NOOHEAD_W2LMAX": 2,
                      "COMP_NOOHEAD_W2LMAX_TS": 5,
                      "COMP_W2L": 7,
                      "COMP_W2LMAX": 8,
                      "COMP_W2LMAX_TS": 2,
                      "CREATED": 1,
                      "CREATED_MAX": 3,
                      "CREATED_MAX_TS": 10,
                      "DELETED": 1,
                      "DELETED_MAX": 4,
                      "DELETED_MAX_TS": 1,
                      "LATENCY_AVG": 1,
                      "LATENCY_MAX": 4,
                      "LATENCY_MAX_TS": 6,
                      "LATENCY_MIN": 2,
                      "LATENCY_MIN_FROM_PEAK": 8,
                      "LATENCY_MIN_TS": 2,
                      "LRX_BYTES": 2,
                      "LRX_BYTES_MAX": 6,
                      "LRX_BYTES_MAX_TS": 4,
                      "LRX_PKTS": 5,
                      "LRX_PKTS_MAX": 7,
                      "LRX_PKTS_MAX_TS": 10,
                      "LTX_BYTES": 8,
                      "LTX_BYTES_MAX": 5,
                      "LTX_BYTES_MAX_TS": 2,
                      "LTX_PKTS": 9,
                      "LTX_PKTS_MAX": 6,
                      "LTX_PKTS_MAX_TS": 8,
                      "NON_TCP_FLOWS": 7,
                      "NON_TCP_FLOWS_MAX": 8,
                      "NON_TCP_FLOWS_MAX_TS": 6,
                      "OHEAD_WRX_BYTES": 8,
                      "OHEAD_WRX_BYTES_MAX": 9,
                      "OHEAD_WRX_BYTES_MAX_TS": 1,
                      "OHEAD_WRX_HDR_BYTES": 1,
                      "OHEAD_WRX_HDR_BYTES_MAX": 7,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 3,
                      "OHEAD_WRX_PKTS": 5,
                      "OHEAD_WRX_PKTS_MAX": 5,
                      "OHEAD_WRX_PKTS_MAX_TS": 6,
                      "OHEAD_WTX_BYTES": 6,
                      "OHEAD_WTX_BYTES_MAX": 3,
                      "OHEAD_WTX_BYTES_MAX_TS": 5,
                      "OHEAD_WTX_HDR_BYTES": 3,
                      "OHEAD_WTX_HDR_BYTES_MAX": 8,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 5,
                      "OHEAD_WTX_PKTS": 2,
                      "OHEAD_WTX_PKTS_MAX": 10,
                      "OHEAD_WTX_PKTS_MAX_TS": 5,
                      "POST_LOSS": 1,
                      "POST_LOSS_MAX": 5,
                      "POST_LOSS_MAX_TS": 2,
                      "POST_PCT_LOSS": 3,
                      "POST_PCT_LOSS_MAX": 8,
                      "POST_PCT_LOSS_MAX_TS": 6,
                      "POST_PCT_POC": 1,
                      "POST_PCT_POCMAX": 1,
                      "POST_PCT_POCMAX_TS": 10,
                      "POST_POC": 8,
                      "POST_POCMAX": 5,
                      "POST_POCMAX_TS": 1,
                      "PRE_LOSS": 3,
                      "PRE_LOSS_MAX": 2,
                      "PRE_LOSS_MAX_TS": 10,
                      "PRE_PCT_LOSS": 2,
                      "PRE_PCT_LOSS_MAX": 5,
                      "PRE_PCT_LOSS_MAX_TS": 2,
                      "PRE_PCT_POC": 8,
                      "PRE_PCT_POCMAX": 4,
                      "PRE_PCT_POCMAX_TS": 3,
                      "PRE_POC": 10,
                      "PRE_POCMAX": 3,
                      "PRE_POCMAX_TS": 6,
                      "TCP_ACC_FLOWS": 7,
                      "TCP_ACC_FLOWS_MAX": 1,
                      "TCP_ACC_FLOWS_MAX_TS": 9,
                      "TCP_FLOWS": 9,
                      "TCP_FLOWS_MAX": 3,
                      "TCP_FLOWS_MAX_TS": 10,
                      "TIMESTAMP": 2,
                      "WRX_BYTES": 1,
                      "WRX_BYTES_MAX": 7,
                      "WRX_BYTES_MAX_TS": 5,
                      "WRX_PKTS": 2,
                      "WRX_PKTS_MAX": 4,
                      "WRX_PKTS_MAX_TS": 5,
                      "WTX_BYTES": 7,
                      "WTX_BYTES_MAX": 2,
                      "WTX_BYTES_MAX_TS": 10,
                      "WTX_PKTS": 7,
                      "WTX_PKTS_MAX": 7,
                      "WTX_PKTS_MAX_TS": 4
                    },
                    {
                      "BW_PCT_UTIL_AVG": 5,
                      "BW_PCT_UTIL_MAX": 8,
                      "BW_PCT_UTIL_MAX_TS": 5,
                      "COMP_L2W": 4,
                      "COMP_L2WMAX": 6,
                      "COMP_L2WMAX_TS": 5,
                      "COMP_NOOHEAD_L2W": 10,
                      "COMP_NOOHEAD_L2WMAX": 4,
                      "COMP_NOOHEAD_L2WMAX_TS": 9,
                      "COMP_NOOHEAD_W2L": 1,
                      "COMP_NOOHEAD_W2LMAX": 1,
                      "COMP_NOOHEAD_W2LMAX_TS": 2,
                      "COMP_W2L": 6,
                      "COMP_W2LMAX": 5,
                      "COMP_W2LMAX_TS": 3,
                      "CREATED": 9,
                      "CREATED_MAX": 1,
                      "CREATED_MAX_TS": 8,
                      "DELETED": 3,
                      "DELETED_MAX": 6,
                      "DELETED_MAX_TS": 9,
                      "LATENCY_AVG": 7,
                      "LATENCY_MAX": 2,
                      "LATENCY_MAX_TS": 6,
                      "LATENCY_MIN": 10,
                      "LATENCY_MIN_FROM_PEAK": 5,
                      "LATENCY_MIN_TS": 2,
                      "LRX_BYTES": 5,
                      "LRX_BYTES_MAX": 6,
                      "LRX_BYTES_MAX_TS": 1,
                      "LRX_PKTS": 1,
                      "LRX_PKTS_MAX": 9,
                      "LRX_PKTS_MAX_TS": 6,
                      "LTX_BYTES": 3,
                      "LTX_BYTES_MAX": 6,
                      "LTX_BYTES_MAX_TS": 10,
                      "LTX_PKTS": 4,
                      "LTX_PKTS_MAX": 2,
                      "LTX_PKTS_MAX_TS": 9,
                      "NON_TCP_FLOWS": 4,
                      "NON_TCP_FLOWS_MAX": 1,
                      "NON_TCP_FLOWS_MAX_TS": 3,
                      "OHEAD_WRX_BYTES": 2,
                      "OHEAD_WRX_BYTES_MAX": 8,
                      "OHEAD_WRX_BYTES_MAX_TS": 6,
                      "OHEAD_WRX_HDR_BYTES": 10,
                      "OHEAD_WRX_HDR_BYTES_MAX": 7,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 6,
                      "OHEAD_WRX_PKTS": 3,
                      "OHEAD_WRX_PKTS_MAX": 3,
                      "OHEAD_WRX_PKTS_MAX_TS": 1,
                      "OHEAD_WTX_BYTES": 10,
                      "OHEAD_WTX_BYTES_MAX": 4,
                      "OHEAD_WTX_BYTES_MAX_TS": 2,
                      "OHEAD_WTX_HDR_BYTES": 9,
                      "OHEAD_WTX_HDR_BYTES_MAX": 1,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 6,
                      "OHEAD_WTX_PKTS": 1,
                      "OHEAD_WTX_PKTS_MAX": 1,
                      "OHEAD_WTX_PKTS_MAX_TS": 7,
                      "POST_LOSS": 5,
                      "POST_LOSS_MAX": 10,
                      "POST_LOSS_MAX_TS": 1,
                      "POST_PCT_LOSS": 1,
                      "POST_PCT_LOSS_MAX": 3,
                      "POST_PCT_LOSS_MAX_TS": 1,
                      "POST_PCT_POC": 4,
                      "POST_PCT_POCMAX": 3,
                      "POST_PCT_POCMAX_TS": 10,
                      "POST_POC": 7,
                      "POST_POCMAX": 10,
                      "POST_POCMAX_TS": 4,
                      "PRE_LOSS": 3,
                      "PRE_LOSS_MAX": 5,
                      "PRE_LOSS_MAX_TS": 9,
                      "PRE_PCT_LOSS": 8,
                      "PRE_PCT_LOSS_MAX": 8,
                      "PRE_PCT_LOSS_MAX_TS": 4,
                      "PRE_PCT_POC": 9,
                      "PRE_PCT_POCMAX": 5,
                      "PRE_PCT_POCMAX_TS": 5,
                      "PRE_POC": 2,
                      "PRE_POCMAX": 5,
                      "PRE_POCMAX_TS": 2,
                      "TCP_ACC_FLOWS": 6,
                      "TCP_ACC_FLOWS_MAX": 6,
                      "TCP_ACC_FLOWS_MAX_TS": 2,
                      "TCP_FLOWS": 1,
                      "TCP_FLOWS_MAX": 10,
                      "TCP_FLOWS_MAX_TS": 10,
                      "TIMESTAMP": 6,
                      "WRX_BYTES": 10,
                      "WRX_BYTES_MAX": 4,
                      "WRX_BYTES_MAX_TS": 5,
                      "WRX_PKTS": 10,
                      "WRX_PKTS_MAX": 8,
                      "WRX_PKTS_MAX_TS": 2,
                      "WTX_BYTES": 9,
                      "WTX_BYTES_MAX": 10,
                      "WTX_BYTES_MAX_TS": 4,
                      "WTX_PKTS": 9,
                      "WTX_PKTS_MAX": 5,
                      "WTX_PKTS_MAX_TS": 3
                    },
                    {
                      "BW_PCT_UTIL_AVG": 8,
                      "BW_PCT_UTIL_MAX": 9,
                      "BW_PCT_UTIL_MAX_TS": 5,
                      "COMP_L2W": 8,
                      "COMP_L2WMAX": 4,
                      "COMP_L2WMAX_TS": 3,
                      "COMP_NOOHEAD_L2W": 7,
                      "COMP_NOOHEAD_L2WMAX": 3,
                      "COMP_NOOHEAD_L2WMAX_TS": 6,
                      "COMP_NOOHEAD_W2L": 1,
                      "COMP_NOOHEAD_W2LMAX": 10,
                      "COMP_NOOHEAD_W2LMAX_TS": 8,
                      "COMP_W2L": 1,
                      "COMP_W2LMAX": 7,
                      "COMP_W2LMAX_TS": 8,
                      "CREATED": 4,
                      "CREATED_MAX": 5,
                      "CREATED_MAX_TS": 4,
                      "DELETED": 2,
                      "DELETED_MAX": 1,
                      "DELETED_MAX_TS": 1,
                      "LATENCY_AVG": 1,
                      "LATENCY_MAX": 6,
                      "LATENCY_MAX_TS": 2,
                      "LATENCY_MIN": 5,
                      "LATENCY_MIN_FROM_PEAK": 5,
                      "LATENCY_MIN_TS": 9,
                      "LRX_BYTES": 9,
                      "LRX_BYTES_MAX": 4,
                      "LRX_BYTES_MAX_TS": 9,
                      "LRX_PKTS": 1,
                      "LRX_PKTS_MAX": 3,
                      "LRX_PKTS_MAX_TS": 8,
                      "LTX_BYTES": 10,
                      "LTX_BYTES_MAX": 4,
                      "LTX_BYTES_MAX_TS": 9,
                      "LTX_PKTS": 6,
                      "LTX_PKTS_MAX": 7,
                      "LTX_PKTS_MAX_TS": 1,
                      "NON_TCP_FLOWS": 10,
                      "NON_TCP_FLOWS_MAX": 8,
                      "NON_TCP_FLOWS_MAX_TS": 3,
                      "OHEAD_WRX_BYTES": 5,
                      "OHEAD_WRX_BYTES_MAX": 8,
                      "OHEAD_WRX_BYTES_MAX_TS": 7,
                      "OHEAD_WRX_HDR_BYTES": 5,
                      "OHEAD_WRX_HDR_BYTES_MAX": 2,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 6,
                      "OHEAD_WRX_PKTS": 4,
                      "OHEAD_WRX_PKTS_MAX": 1,
                      "OHEAD_WRX_PKTS_MAX_TS": 2,
                      "OHEAD_WTX_BYTES": 9,
                      "OHEAD_WTX_BYTES_MAX": 5,
                      "OHEAD_WTX_BYTES_MAX_TS": 8,
                      "OHEAD_WTX_HDR_BYTES": 2,
                      "OHEAD_WTX_HDR_BYTES_MAX": 10,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 2,
                      "OHEAD_WTX_PKTS": 2,
                      "OHEAD_WTX_PKTS_MAX": 2,
                      "OHEAD_WTX_PKTS_MAX_TS": 7,
                      "POST_LOSS": 1,
                      "POST_LOSS_MAX": 6,
                      "POST_LOSS_MAX_TS": 9,
                      "POST_PCT_LOSS": 5,
                      "POST_PCT_LOSS_MAX": 6,
                      "POST_PCT_LOSS_MAX_TS": 1,
                      "POST_PCT_POC": 5,
                      "POST_PCT_POCMAX": 2,
                      "POST_PCT_POCMAX_TS": 7,
                      "POST_POC": 5,
                      "POST_POCMAX": 1,
                      "POST_POCMAX_TS": 9,
                      "PRE_LOSS": 1,
                      "PRE_LOSS_MAX": 6,
                      "PRE_LOSS_MAX_TS": 3,
                      "PRE_PCT_LOSS": 4,
                      "PRE_PCT_LOSS_MAX": 9,
                      "PRE_PCT_LOSS_MAX_TS": 1,
                      "PRE_PCT_POC": 9,
                      "PRE_PCT_POCMAX": 3,
                      "PRE_PCT_POCMAX_TS": 3,
                      "PRE_POC": 7,
                      "PRE_POCMAX": 7,
                      "PRE_POCMAX_TS": 6,
                      "TCP_ACC_FLOWS": 6,
                      "TCP_ACC_FLOWS_MAX": 10,
                      "TCP_ACC_FLOWS_MAX_TS": 6,
                      "TCP_FLOWS": 9,
                      "TCP_FLOWS_MAX": 7,
                      "TCP_FLOWS_MAX_TS": 6,
                      "TIMESTAMP": 3,
                      "WRX_BYTES": 3,
                      "WRX_BYTES_MAX": 10,
                      "WRX_BYTES_MAX_TS": 1,
                      "WRX_PKTS": 7,
                      "WRX_PKTS_MAX": 7,
                      "WRX_PKTS_MAX_TS": 10,
                      "WTX_BYTES": 1,
                      "WTX_BYTES_MAX": 5,
                      "WTX_BYTES_MAX_TS": 7,
                      "WTX_PKTS": 6,
                      "WTX_PKTS_MAX": 3,
                      "WTX_PKTS_MAX_TS": 10
                    },
                    {
                      "BW_PCT_UTIL_AVG": 4,
                      "BW_PCT_UTIL_MAX": 3,
                      "BW_PCT_UTIL_MAX_TS": 7,
                      "COMP_L2W": 9,
                      "COMP_L2WMAX": 6,
                      "COMP_L2WMAX_TS": 8,
                      "COMP_NOOHEAD_L2W": 7,
                      "COMP_NOOHEAD_L2WMAX": 3,
                      "COMP_NOOHEAD_L2WMAX_TS": 8,
                      "COMP_NOOHEAD_W2L": 5,
                      "COMP_NOOHEAD_W2LMAX": 10,
                      "COMP_NOOHEAD_W2LMAX_TS": 5,
                      "COMP_W2L": 5,
                      "COMP_W2LMAX": 1,
                      "COMP_W2LMAX_TS": 5,
                      "CREATED": 8,
                      "CREATED_MAX": 3,
                      "CREATED_MAX_TS": 3,
                      "DELETED": 2,
                      "DELETED_MAX": 5,
                      "DELETED_MAX_TS": 10,
                      "LATENCY_AVG": 2,
                      "LATENCY_MAX": 8,
                      "LATENCY_MAX_TS": 10,
                      "LATENCY_MIN": 6,
                      "LATENCY_MIN_FROM_PEAK": 8,
                      "LATENCY_MIN_TS": 7,
                      "LRX_BYTES": 5,
                      "LRX_BYTES_MAX": 3,
                      "LRX_BYTES_MAX_TS": 8,
                      "LRX_PKTS": 1,
                      "LRX_PKTS_MAX": 8,
                      "LRX_PKTS_MAX_TS": 9,
                      "LTX_BYTES": 2,
                      "LTX_BYTES_MAX": 8,
                      "LTX_BYTES_MAX_TS": 10,
                      "LTX_PKTS": 6,
                      "LTX_PKTS_MAX": 2,
                      "LTX_PKTS_MAX_TS": 2,
                      "NON_TCP_FLOWS": 8,
                      "NON_TCP_FLOWS_MAX": 9,
                      "NON_TCP_FLOWS_MAX_TS": 3,
                      "OHEAD_WRX_BYTES": 10,
                      "OHEAD_WRX_BYTES_MAX": 10,
                      "OHEAD_WRX_BYTES_MAX_TS": 9,
                      "OHEAD_WRX_HDR_BYTES": 1,
                      "OHEAD_WRX_HDR_BYTES_MAX": 6,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 5,
                      "OHEAD_WRX_PKTS": 3,
                      "OHEAD_WRX_PKTS_MAX": 1,
                      "OHEAD_WRX_PKTS_MAX_TS": 2,
                      "OHEAD_WTX_BYTES": 6,
                      "OHEAD_WTX_BYTES_MAX": 2,
                      "OHEAD_WTX_BYTES_MAX_TS": 5,
                      "OHEAD_WTX_HDR_BYTES": 5,
                      "OHEAD_WTX_HDR_BYTES_MAX": 10,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 1,
                      "OHEAD_WTX_PKTS": 3,
                      "OHEAD_WTX_PKTS_MAX": 3,
                      "OHEAD_WTX_PKTS_MAX_TS": 1,
                      "POST_LOSS": 4,
                      "POST_LOSS_MAX": 7,
                      "POST_LOSS_MAX_TS": 10,
                      "POST_PCT_LOSS": 10,
                      "POST_PCT_LOSS_MAX": 2,
                      "POST_PCT_LOSS_MAX_TS": 2,
                      "POST_PCT_POC": 3,
                      "POST_PCT_POCMAX": 1,
                      "POST_PCT_POCMAX_TS": 6,
                      "POST_POC": 3,
                      "POST_POCMAX": 9,
                      "POST_POCMAX_TS": 3,
                      "PRE_LOSS": 4,
                      "PRE_LOSS_MAX": 5,
                      "PRE_LOSS_MAX_TS": 9,
                      "PRE_PCT_LOSS": 9,
                      "PRE_PCT_LOSS_MAX": 4,
                      "PRE_PCT_LOSS_MAX_TS": 3,
                      "PRE_PCT_POC": 8,
                      "PRE_PCT_POCMAX": 2,
                      "PRE_PCT_POCMAX_TS": 2,
                      "PRE_POC": 5,
                      "PRE_POCMAX": 2,
                      "PRE_POCMAX_TS": 8,
                      "TCP_ACC_FLOWS": 3,
                      "TCP_ACC_FLOWS_MAX": 4,
                      "TCP_ACC_FLOWS_MAX_TS": 9,
                      "TCP_FLOWS": 1,
                      "TCP_FLOWS_MAX": 10,
                      "TCP_FLOWS_MAX_TS": 6,
                      "TIMESTAMP": 5,
                      "WRX_BYTES": 7,
                      "WRX_BYTES_MAX": 2,
                      "WRX_BYTES_MAX_TS": 9,
                      "WRX_PKTS": 1,
                      "WRX_PKTS_MAX": 5,
                      "WRX_PKTS_MAX_TS": 3,
                      "WTX_BYTES": 2,
                      "WTX_BYTES_MAX": 2,
                      "WTX_BYTES_MAX_TS": 8,
                      "WTX_PKTS": 10,
                      "WTX_PKTS_MAX": 8,
                      "WTX_PKTS_MAX_TS": 4
                    },
                    {
                      "BW_PCT_UTIL_AVG": 1,
                      "BW_PCT_UTIL_MAX": 6,
                      "BW_PCT_UTIL_MAX_TS": 5,
                      "COMP_L2W": 5,
                      "COMP_L2WMAX": 2,
                      "COMP_L2WMAX_TS": 2,
                      "COMP_NOOHEAD_L2W": 5,
                      "COMP_NOOHEAD_L2WMAX": 7,
                      "COMP_NOOHEAD_L2WMAX_TS": 7,
                      "COMP_NOOHEAD_W2L": 1,
                      "COMP_NOOHEAD_W2LMAX": 6,
                      "COMP_NOOHEAD_W2LMAX_TS": 9,
                      "COMP_W2L": 3,
                      "COMP_W2LMAX": 4,
                      "COMP_W2LMAX_TS": 1,
                      "CREATED": 1,
                      "CREATED_MAX": 2,
                      "CREATED_MAX_TS": 2,
                      "DELETED": 8,
                      "DELETED_MAX": 5,
                      "DELETED_MAX_TS": 7,
                      "LATENCY_AVG": 2,
                      "LATENCY_MAX": 2,
                      "LATENCY_MAX_TS": 4,
                      "LATENCY_MIN": 4,
                      "LATENCY_MIN_FROM_PEAK": 9,
                      "LATENCY_MIN_TS": 7,
                      "LRX_BYTES": 7,
                      "LRX_BYTES_MAX": 1,
                      "LRX_BYTES_MAX_TS": 2,
                      "LRX_PKTS": 2,
                      "LRX_PKTS_MAX": 2,
                      "LRX_PKTS_MAX_TS": 1,
                      "LTX_BYTES": 6,
                      "LTX_BYTES_MAX": 9,
                      "LTX_BYTES_MAX_TS": 6,
                      "LTX_PKTS": 7,
                      "LTX_PKTS_MAX": 3,
                      "LTX_PKTS_MAX_TS": 8,
                      "NON_TCP_FLOWS": 10,
                      "NON_TCP_FLOWS_MAX": 9,
                      "NON_TCP_FLOWS_MAX_TS": 6,
                      "OHEAD_WRX_BYTES": 8,
                      "OHEAD_WRX_BYTES_MAX": 2,
                      "OHEAD_WRX_BYTES_MAX_TS": 3,
                      "OHEAD_WRX_HDR_BYTES": 2,
                      "OHEAD_WRX_HDR_BYTES_MAX": 10,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 8,
                      "OHEAD_WRX_PKTS": 6,
                      "OHEAD_WRX_PKTS_MAX": 4,
                      "OHEAD_WRX_PKTS_MAX_TS": 5,
                      "OHEAD_WTX_BYTES": 2,
                      "OHEAD_WTX_BYTES_MAX": 2,
                      "OHEAD_WTX_BYTES_MAX_TS": 2,
                      "OHEAD_WTX_HDR_BYTES": 10,
                      "OHEAD_WTX_HDR_BYTES_MAX": 8,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 4,
                      "OHEAD_WTX_PKTS": 2,
                      "OHEAD_WTX_PKTS_MAX": 2,
                      "OHEAD_WTX_PKTS_MAX_TS": 7,
                      "POST_LOSS": 4,
                      "POST_LOSS_MAX": 8,
                      "POST_LOSS_MAX_TS": 1,
                      "POST_PCT_LOSS": 2,
                      "POST_PCT_LOSS_MAX": 2,
                      "POST_PCT_LOSS_MAX_TS": 1,
                      "POST_PCT_POC": 7,
                      "POST_PCT_POCMAX": 10,
                      "POST_PCT_POCMAX_TS": 8,
                      "POST_POC": 2,
                      "POST_POCMAX": 6,
                      "POST_POCMAX_TS": 2,
                      "PRE_LOSS": 2,
                      "PRE_LOSS_MAX": 2,
                      "PRE_LOSS_MAX_TS": 4,
                      "PRE_PCT_LOSS": 9,
                      "PRE_PCT_LOSS_MAX": 2,
                      "PRE_PCT_LOSS_MAX_TS": 2,
                      "PRE_PCT_POC": 2,
                      "PRE_PCT_POCMAX": 1,
                      "PRE_PCT_POCMAX_TS": 8,
                      "PRE_POC": 9,
                      "PRE_POCMAX": 4,
                      "PRE_POCMAX_TS": 6,
                      "TCP_ACC_FLOWS": 5,
                      "TCP_ACC_FLOWS_MAX": 3,
                      "TCP_ACC_FLOWS_MAX_TS": 8,
                      "TCP_FLOWS": 9,
                      "TCP_FLOWS_MAX": 10,
                      "TCP_FLOWS_MAX_TS": 6,
                      "TIMESTAMP": 8,
                      "WRX_BYTES": 2,
                      "WRX_BYTES_MAX": 10,
                      "WRX_BYTES_MAX_TS": 2,
                      "WRX_PKTS": 3,
                      "WRX_PKTS_MAX": 1,
                      "WRX_PKTS_MAX_TS": 4,
                      "WTX_BYTES": 5,
                      "WTX_BYTES_MAX": 4,
                      "WTX_BYTES_MAX_TS": 10,
                      "WTX_PKTS": 10,
                      "WTX_PKTS_MAX": 8,
                      "WTX_PKTS_MAX_TS": 6
                    },
                    {
                      "BW_PCT_UTIL_AVG": 5,
                      "BW_PCT_UTIL_MAX": 4,
                      "BW_PCT_UTIL_MAX_TS": 8,
                      "COMP_L2W": 10,
                      "COMP_L2WMAX": 6,
                      "COMP_L2WMAX_TS": 8,
                      "COMP_NOOHEAD_L2W": 1,
                      "COMP_NOOHEAD_L2WMAX": 8,
                      "COMP_NOOHEAD_L2WMAX_TS": 8,
                      "COMP_NOOHEAD_W2L": 10,
                      "COMP_NOOHEAD_W2LMAX": 6,
                      "COMP_NOOHEAD_W2LMAX_TS": 9,
                      "COMP_W2L": 10,
                      "COMP_W2LMAX": 3,
                      "COMP_W2LMAX_TS": 8,
                      "CREATED": 7,
                      "CREATED_MAX": 7,
                      "CREATED_MAX_TS": 3,
                      "DELETED": 8,
                      "DELETED_MAX": 4,
                      "DELETED_MAX_TS": 7,
                      "LATENCY_AVG": 2,
                      "LATENCY_MAX": 6,
                      "LATENCY_MAX_TS": 9,
                      "LATENCY_MIN": 1,
                      "LATENCY_MIN_FROM_PEAK": 1,
                      "LATENCY_MIN_TS": 3,
                      "LRX_BYTES": 1,
                      "LRX_BYTES_MAX": 5,
                      "LRX_BYTES_MAX_TS": 5,
                      "LRX_PKTS": 9,
                      "LRX_PKTS_MAX": 3,
                      "LRX_PKTS_MAX_TS": 8,
                      "LTX_BYTES": 7,
                      "LTX_BYTES_MAX": 7,
                      "LTX_BYTES_MAX_TS": 8,
                      "LTX_PKTS": 3,
                      "LTX_PKTS_MAX": 10,
                      "LTX_PKTS_MAX_TS": 8,
                      "NON_TCP_FLOWS": 8,
                      "NON_TCP_FLOWS_MAX": 4,
                      "NON_TCP_FLOWS_MAX_TS": 5,
                      "OHEAD_WRX_BYTES": 3,
                      "OHEAD_WRX_BYTES_MAX": 9,
                      "OHEAD_WRX_BYTES_MAX_TS": 9,
                      "OHEAD_WRX_HDR_BYTES": 3,
                      "OHEAD_WRX_HDR_BYTES_MAX": 4,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 7,
                      "OHEAD_WRX_PKTS": 3,
                      "OHEAD_WRX_PKTS_MAX": 7,
                      "OHEAD_WRX_PKTS_MAX_TS": 5,
                      "OHEAD_WTX_BYTES": 8,
                      "OHEAD_WTX_BYTES_MAX": 2,
                      "OHEAD_WTX_BYTES_MAX_TS": 9,
                      "OHEAD_WTX_HDR_BYTES": 9,
                      "OHEAD_WTX_HDR_BYTES_MAX": 5,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 8,
                      "OHEAD_WTX_PKTS": 2,
                      "OHEAD_WTX_PKTS_MAX": 8,
                      "OHEAD_WTX_PKTS_MAX_TS": 9,
                      "POST_LOSS": 3,
                      "POST_LOSS_MAX": 1,
                      "POST_LOSS_MAX_TS": 5,
                      "POST_PCT_LOSS": 3,
                      "POST_PCT_LOSS_MAX": 5,
                      "POST_PCT_LOSS_MAX_TS": 10,
                      "POST_PCT_POC": 1,
                      "POST_PCT_POCMAX": 1,
                      "POST_PCT_POCMAX_TS": 10,
                      "POST_POC": 10,
                      "POST_POCMAX": 10,
                      "POST_POCMAX_TS": 8,
                      "PRE_LOSS": 3,
                      "PRE_LOSS_MAX": 9,
                      "PRE_LOSS_MAX_TS": 5,
                      "PRE_PCT_LOSS": 8,
                      "PRE_PCT_LOSS_MAX": 5,
                      "PRE_PCT_LOSS_MAX_TS": 3,
                      "PRE_PCT_POC": 10,
                      "PRE_PCT_POCMAX": 8,
                      "PRE_PCT_POCMAX_TS": 3,
                      "PRE_POC": 6,
                      "PRE_POCMAX": 9,
                      "PRE_POCMAX_TS": 2,
                      "TCP_ACC_FLOWS": 10,
                      "TCP_ACC_FLOWS_MAX": 4,
                      "TCP_ACC_FLOWS_MAX_TS": 8,
                      "TCP_FLOWS": 6,
                      "TCP_FLOWS_MAX": 9,
                      "TCP_FLOWS_MAX_TS": 4,
                      "TIMESTAMP": 6,
                      "WRX_BYTES": 1,
                      "WRX_BYTES_MAX": 8,
                      "WRX_BYTES_MAX_TS": 9,
                      "WRX_PKTS": 3,
                      "WRX_PKTS_MAX": 1,
                      "WRX_PKTS_MAX_TS": 6,
                      "WTX_BYTES": 9,
                      "WTX_BYTES_MAX": 7,
                      "WTX_BYTES_MAX_TS": 5,
                      "WTX_PKTS": 1,
                      "WTX_PKTS_MAX": 7,
                      "WTX_PKTS_MAX_TS": 9
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "trafficClass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/stats/timeseries/tunnel": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsTimeseriesTunnel",
        "description": "The parameters and request body are for method: getStatsTimeseriesTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "BW_PCT_UTIL_AVG": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX_TS": {
                                "type": "number"
                              },
                              "COMP_L2W": {
                                "type": "number"
                              },
                              "COMP_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2W": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2L": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX_TS": {
                                "type": "number"
                              },
                              "COMP_W2L": {
                                "type": "number"
                              },
                              "COMP_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_W2LMAX_TS": {
                                "type": "number"
                              },
                              "CREATED": {
                                "type": "number"
                              },
                              "CREATED_MAX": {
                                "type": "number"
                              },
                              "CREATED_MAX_TS": {
                                "type": "number"
                              },
                              "DELETED": {
                                "type": "number"
                              },
                              "DELETED_MAX": {
                                "type": "number"
                              },
                              "DELETED_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_AVG": {
                                "type": "number"
                              },
                              "LATENCY_MAX": {
                                "type": "number"
                              },
                              "LATENCY_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_MIN": {
                                "type": "number"
                              },
                              "LATENCY_MIN_FROM_PEAK": {
                                "type": "number"
                              },
                              "LATENCY_MIN_TS": {
                                "type": "number"
                              },
                              "LRX_BYTES": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LRX_PKTS": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_BYTES": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_PKTS": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_LOSS": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_POC": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "POST_POC": {
                                "type": "number"
                              },
                              "POST_POCMAX": {
                                "type": "number"
                              },
                              "POST_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_LOSS": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_POC": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_POC": {
                                "type": "number"
                              },
                              "PRE_POCMAX": {
                                "type": "number"
                              },
                              "PRE_POCMAX_TS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TCP_FLOWS": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TIMESTAMP": {
                                "type": "number"
                              },
                              "WRX_BYTES": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WRX_PKTS": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_BYTES": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_PKTS": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX_TS": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string"
                  ],
                  "data": {
                    "<nePk/IP>": [
                      {
                        "BW_PCT_UTIL_AVG": 7,
                        "BW_PCT_UTIL_MAX": 1,
                        "BW_PCT_UTIL_MAX_TS": 10,
                        "COMP_L2W": 3,
                        "COMP_L2WMAX": 10,
                        "COMP_L2WMAX_TS": 5,
                        "COMP_NOOHEAD_L2W": 1,
                        "COMP_NOOHEAD_L2WMAX": 1,
                        "COMP_NOOHEAD_L2WMAX_TS": 6,
                        "COMP_NOOHEAD_W2L": 6,
                        "COMP_NOOHEAD_W2LMAX": 8,
                        "COMP_NOOHEAD_W2LMAX_TS": 9,
                        "COMP_W2L": 3,
                        "COMP_W2LMAX": 5,
                        "COMP_W2LMAX_TS": 6,
                        "CREATED": 1,
                        "CREATED_MAX": 6,
                        "CREATED_MAX_TS": 1,
                        "DELETED": 10,
                        "DELETED_MAX": 6,
                        "DELETED_MAX_TS": 10,
                        "LATENCY_AVG": 7,
                        "LATENCY_MAX": 5,
                        "LATENCY_MAX_TS": 1,
                        "LATENCY_MIN": 7,
                        "LATENCY_MIN_FROM_PEAK": 10,
                        "LATENCY_MIN_TS": 9,
                        "LRX_BYTES": 8,
                        "LRX_BYTES_MAX": 9,
                        "LRX_BYTES_MAX_TS": 2,
                        "LRX_PKTS": 8,
                        "LRX_PKTS_MAX": 8,
                        "LRX_PKTS_MAX_TS": 6,
                        "LTX_BYTES": 10,
                        "LTX_BYTES_MAX": 4,
                        "LTX_BYTES_MAX_TS": 1,
                        "LTX_PKTS": 5,
                        "LTX_PKTS_MAX": 7,
                        "LTX_PKTS_MAX_TS": 8,
                        "NON_TCP_FLOWS": 9,
                        "NON_TCP_FLOWS_MAX": 8,
                        "NON_TCP_FLOWS_MAX_TS": 4,
                        "OHEAD_WRX_BYTES": 7,
                        "OHEAD_WRX_BYTES_MAX": 5,
                        "OHEAD_WRX_BYTES_MAX_TS": 3,
                        "OHEAD_WRX_HDR_BYTES": 3,
                        "OHEAD_WRX_HDR_BYTES_MAX": 7,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 10,
                        "OHEAD_WRX_PKTS": 10,
                        "OHEAD_WRX_PKTS_MAX": 8,
                        "OHEAD_WRX_PKTS_MAX_TS": 10,
                        "OHEAD_WTX_BYTES": 10,
                        "OHEAD_WTX_BYTES_MAX": 7,
                        "OHEAD_WTX_BYTES_MAX_TS": 6,
                        "OHEAD_WTX_HDR_BYTES": 9,
                        "OHEAD_WTX_HDR_BYTES_MAX": 3,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 10,
                        "OHEAD_WTX_PKTS": 10,
                        "OHEAD_WTX_PKTS_MAX": 5,
                        "OHEAD_WTX_PKTS_MAX_TS": 4,
                        "POST_LOSS": 5,
                        "POST_LOSS_MAX": 3,
                        "POST_LOSS_MAX_TS": 3,
                        "POST_PCT_LOSS": 2,
                        "POST_PCT_LOSS_MAX": 7,
                        "POST_PCT_LOSS_MAX_TS": 7,
                        "POST_PCT_POC": 6,
                        "POST_PCT_POCMAX": 5,
                        "POST_PCT_POCMAX_TS": 3,
                        "POST_POC": 3,
                        "POST_POCMAX": 10,
                        "POST_POCMAX_TS": 5,
                        "PRE_LOSS": 8,
                        "PRE_LOSS_MAX": 3,
                        "PRE_LOSS_MAX_TS": 1,
                        "PRE_PCT_LOSS": 10,
                        "PRE_PCT_LOSS_MAX": 5,
                        "PRE_PCT_LOSS_MAX_TS": 2,
                        "PRE_PCT_POC": 2,
                        "PRE_PCT_POCMAX": 5,
                        "PRE_PCT_POCMAX_TS": 4,
                        "PRE_POC": 7,
                        "PRE_POCMAX": 10,
                        "PRE_POCMAX_TS": 10,
                        "TCP_ACC_FLOWS": 6,
                        "TCP_ACC_FLOWS_MAX": 6,
                        "TCP_ACC_FLOWS_MAX_TS": 7,
                        "TCP_FLOWS": 8,
                        "TCP_FLOWS_MAX": 9,
                        "TCP_FLOWS_MAX_TS": 1,
                        "TIMESTAMP": 9,
                        "WRX_BYTES": 10,
                        "WRX_BYTES_MAX": 2,
                        "WRX_BYTES_MAX_TS": 3,
                        "WRX_PKTS": 5,
                        "WRX_PKTS_MAX": 6,
                        "WRX_PKTS_MAX_TS": 6,
                        "WTX_BYTES": 8,
                        "WTX_BYTES_MAX": 4,
                        "WTX_BYTES_MAX_TS": 1,
                        "WTX_PKTS": 9,
                        "WTX_PKTS_MAX": 2,
                        "WTX_PKTS_MAX_TS": 1
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupPk",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Stats"
        ],
        "operationId": "postStatsTimeseriesTunnel",
        "description": "The parameters and request body are for method: postStatsTimeseriesTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "<nePk/IP>": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "BW_PCT_UTIL_AVG": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX": {
                                "type": "number"
                              },
                              "BW_PCT_UTIL_MAX_TS": {
                                "type": "number"
                              },
                              "COMP_L2W": {
                                "type": "number"
                              },
                              "COMP_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2W": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_L2WMAX_TS": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2L": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_NOOHEAD_W2LMAX_TS": {
                                "type": "number"
                              },
                              "COMP_W2L": {
                                "type": "number"
                              },
                              "COMP_W2LMAX": {
                                "type": "number"
                              },
                              "COMP_W2LMAX_TS": {
                                "type": "number"
                              },
                              "CREATED": {
                                "type": "number"
                              },
                              "CREATED_MAX": {
                                "type": "number"
                              },
                              "CREATED_MAX_TS": {
                                "type": "number"
                              },
                              "DELETED": {
                                "type": "number"
                              },
                              "DELETED_MAX": {
                                "type": "number"
                              },
                              "DELETED_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_AVG": {
                                "type": "number"
                              },
                              "LATENCY_MAX": {
                                "type": "number"
                              },
                              "LATENCY_MAX_TS": {
                                "type": "number"
                              },
                              "LATENCY_MIN": {
                                "type": "number"
                              },
                              "LATENCY_MIN_FROM_PEAK": {
                                "type": "number"
                              },
                              "LATENCY_MIN_TS": {
                                "type": "number"
                              },
                              "LRX_BYTES": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LRX_PKTS": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_BYTES": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "LTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "LTX_PKTS": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "LTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "NON_TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_HDR_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "OHEAD_WTX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_LOSS": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "POST_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "POST_PCT_POC": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX": {
                                "type": "number"
                              },
                              "POST_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "POST_POC": {
                                "type": "number"
                              },
                              "POST_POCMAX": {
                                "type": "number"
                              },
                              "POST_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_LOSS": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX": {
                                "type": "number"
                              },
                              "PRE_PCT_LOSS_MAX_TS": {
                                "type": "number"
                              },
                              "PRE_PCT_POC": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX": {
                                "type": "number"
                              },
                              "PRE_PCT_POCMAX_TS": {
                                "type": "number"
                              },
                              "PRE_POC": {
                                "type": "number"
                              },
                              "PRE_POCMAX": {
                                "type": "number"
                              },
                              "PRE_POCMAX_TS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_ACC_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TCP_FLOWS": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX": {
                                "type": "number"
                              },
                              "TCP_FLOWS_MAX_TS": {
                                "type": "number"
                              },
                              "TIMESTAMP": {
                                "type": "number"
                              },
                              "WRX_BYTES": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WRX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WRX_PKTS": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WRX_PKTS_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_BYTES": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX": {
                                "type": "number"
                              },
                              "WTX_BYTES_MAX_TS": {
                                "type": "number"
                              },
                              "WTX_PKTS": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX": {
                                "type": "number"
                              },
                              "WTX_PKTS_MAX_TS": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "data": {
                    "<nePk/IP>": [
                      {
                        "BW_PCT_UTIL_AVG": 6,
                        "BW_PCT_UTIL_MAX": 1,
                        "BW_PCT_UTIL_MAX_TS": 8,
                        "COMP_L2W": 9,
                        "COMP_L2WMAX": 4,
                        "COMP_L2WMAX_TS": 5,
                        "COMP_NOOHEAD_L2W": 7,
                        "COMP_NOOHEAD_L2WMAX": 1,
                        "COMP_NOOHEAD_L2WMAX_TS": 7,
                        "COMP_NOOHEAD_W2L": 7,
                        "COMP_NOOHEAD_W2LMAX": 10,
                        "COMP_NOOHEAD_W2LMAX_TS": 6,
                        "COMP_W2L": 2,
                        "COMP_W2LMAX": 6,
                        "COMP_W2LMAX_TS": 1,
                        "CREATED": 2,
                        "CREATED_MAX": 10,
                        "CREATED_MAX_TS": 7,
                        "DELETED": 3,
                        "DELETED_MAX": 6,
                        "DELETED_MAX_TS": 3,
                        "LATENCY_AVG": 4,
                        "LATENCY_MAX": 5,
                        "LATENCY_MAX_TS": 2,
                        "LATENCY_MIN": 1,
                        "LATENCY_MIN_FROM_PEAK": 2,
                        "LATENCY_MIN_TS": 2,
                        "LRX_BYTES": 2,
                        "LRX_BYTES_MAX": 6,
                        "LRX_BYTES_MAX_TS": 2,
                        "LRX_PKTS": 8,
                        "LRX_PKTS_MAX": 4,
                        "LRX_PKTS_MAX_TS": 2,
                        "LTX_BYTES": 7,
                        "LTX_BYTES_MAX": 7,
                        "LTX_BYTES_MAX_TS": 6,
                        "LTX_PKTS": 7,
                        "LTX_PKTS_MAX": 8,
                        "LTX_PKTS_MAX_TS": 6,
                        "NON_TCP_FLOWS": 3,
                        "NON_TCP_FLOWS_MAX": 7,
                        "NON_TCP_FLOWS_MAX_TS": 8,
                        "OHEAD_WRX_BYTES": 3,
                        "OHEAD_WRX_BYTES_MAX": 9,
                        "OHEAD_WRX_BYTES_MAX_TS": 9,
                        "OHEAD_WRX_HDR_BYTES": 8,
                        "OHEAD_WRX_HDR_BYTES_MAX": 1,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 5,
                        "OHEAD_WRX_PKTS": 4,
                        "OHEAD_WRX_PKTS_MAX": 8,
                        "OHEAD_WRX_PKTS_MAX_TS": 9,
                        "OHEAD_WTX_BYTES": 10,
                        "OHEAD_WTX_BYTES_MAX": 7,
                        "OHEAD_WTX_BYTES_MAX_TS": 6,
                        "OHEAD_WTX_HDR_BYTES": 2,
                        "OHEAD_WTX_HDR_BYTES_MAX": 8,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 5,
                        "OHEAD_WTX_PKTS": 9,
                        "OHEAD_WTX_PKTS_MAX": 9,
                        "OHEAD_WTX_PKTS_MAX_TS": 4,
                        "POST_LOSS": 7,
                        "POST_LOSS_MAX": 7,
                        "POST_LOSS_MAX_TS": 6,
                        "POST_PCT_LOSS": 6,
                        "POST_PCT_LOSS_MAX": 1,
                        "POST_PCT_LOSS_MAX_TS": 5,
                        "POST_PCT_POC": 3,
                        "POST_PCT_POCMAX": 6,
                        "POST_PCT_POCMAX_TS": 7,
                        "POST_POC": 8,
                        "POST_POCMAX": 9,
                        "POST_POCMAX_TS": 4,
                        "PRE_LOSS": 6,
                        "PRE_LOSS_MAX": 8,
                        "PRE_LOSS_MAX_TS": 4,
                        "PRE_PCT_LOSS": 4,
                        "PRE_PCT_LOSS_MAX": 2,
                        "PRE_PCT_LOSS_MAX_TS": 7,
                        "PRE_PCT_POC": 2,
                        "PRE_PCT_POCMAX": 2,
                        "PRE_PCT_POCMAX_TS": 8,
                        "PRE_POC": 4,
                        "PRE_POCMAX": 6,
                        "PRE_POCMAX_TS": 9,
                        "TCP_ACC_FLOWS": 2,
                        "TCP_ACC_FLOWS_MAX": 2,
                        "TCP_ACC_FLOWS_MAX_TS": 4,
                        "TCP_FLOWS": 2,
                        "TCP_FLOWS_MAX": 8,
                        "TCP_FLOWS_MAX_TS": 4,
                        "TIMESTAMP": 5,
                        "WRX_BYTES": 4,
                        "WRX_BYTES_MAX": 3,
                        "WRX_BYTES_MAX_TS": 2,
                        "WRX_PKTS": 9,
                        "WRX_PKTS_MAX": 2,
                        "WRX_PKTS_MAX_TS": 2,
                        "WTX_BYTES": 5,
                        "WTX_BYTES_MAX": 2,
                        "WTX_BYTES_MAX_TS": 6,
                        "WTX_PKTS": 2,
                        "WTX_PKTS_MAX": 5,
                        "WTX_PKTS_MAX_TS": 4
                      },
                      {
                        "BW_PCT_UTIL_AVG": 2,
                        "BW_PCT_UTIL_MAX": 4,
                        "BW_PCT_UTIL_MAX_TS": 10,
                        "COMP_L2W": 6,
                        "COMP_L2WMAX": 1,
                        "COMP_L2WMAX_TS": 4,
                        "COMP_NOOHEAD_L2W": 9,
                        "COMP_NOOHEAD_L2WMAX": 5,
                        "COMP_NOOHEAD_L2WMAX_TS": 5,
                        "COMP_NOOHEAD_W2L": 6,
                        "COMP_NOOHEAD_W2LMAX": 4,
                        "COMP_NOOHEAD_W2LMAX_TS": 4,
                        "COMP_W2L": 6,
                        "COMP_W2LMAX": 1,
                        "COMP_W2LMAX_TS": 8,
                        "CREATED": 7,
                        "CREATED_MAX": 4,
                        "CREATED_MAX_TS": 9,
                        "DELETED": 5,
                        "DELETED_MAX": 10,
                        "DELETED_MAX_TS": 8,
                        "LATENCY_AVG": 1,
                        "LATENCY_MAX": 6,
                        "LATENCY_MAX_TS": 3,
                        "LATENCY_MIN": 2,
                        "LATENCY_MIN_FROM_PEAK": 3,
                        "LATENCY_MIN_TS": 9,
                        "LRX_BYTES": 7,
                        "LRX_BYTES_MAX": 9,
                        "LRX_BYTES_MAX_TS": 6,
                        "LRX_PKTS": 7,
                        "LRX_PKTS_MAX": 4,
                        "LRX_PKTS_MAX_TS": 7,
                        "LTX_BYTES": 10,
                        "LTX_BYTES_MAX": 9,
                        "LTX_BYTES_MAX_TS": 1,
                        "LTX_PKTS": 7,
                        "LTX_PKTS_MAX": 10,
                        "LTX_PKTS_MAX_TS": 5,
                        "NON_TCP_FLOWS": 9,
                        "NON_TCP_FLOWS_MAX": 5,
                        "NON_TCP_FLOWS_MAX_TS": 9,
                        "OHEAD_WRX_BYTES": 4,
                        "OHEAD_WRX_BYTES_MAX": 1,
                        "OHEAD_WRX_BYTES_MAX_TS": 4,
                        "OHEAD_WRX_HDR_BYTES": 8,
                        "OHEAD_WRX_HDR_BYTES_MAX": 5,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 10,
                        "OHEAD_WRX_PKTS": 2,
                        "OHEAD_WRX_PKTS_MAX": 7,
                        "OHEAD_WRX_PKTS_MAX_TS": 10,
                        "OHEAD_WTX_BYTES": 4,
                        "OHEAD_WTX_BYTES_MAX": 5,
                        "OHEAD_WTX_BYTES_MAX_TS": 7,
                        "OHEAD_WTX_HDR_BYTES": 6,
                        "OHEAD_WTX_HDR_BYTES_MAX": 9,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 6,
                        "OHEAD_WTX_PKTS": 1,
                        "OHEAD_WTX_PKTS_MAX": 5,
                        "OHEAD_WTX_PKTS_MAX_TS": 3,
                        "POST_LOSS": 10,
                        "POST_LOSS_MAX": 10,
                        "POST_LOSS_MAX_TS": 5,
                        "POST_PCT_LOSS": 6,
                        "POST_PCT_LOSS_MAX": 1,
                        "POST_PCT_LOSS_MAX_TS": 6,
                        "POST_PCT_POC": 5,
                        "POST_PCT_POCMAX": 4,
                        "POST_PCT_POCMAX_TS": 1,
                        "POST_POC": 10,
                        "POST_POCMAX": 4,
                        "POST_POCMAX_TS": 1,
                        "PRE_LOSS": 4,
                        "PRE_LOSS_MAX": 7,
                        "PRE_LOSS_MAX_TS": 6,
                        "PRE_PCT_LOSS": 2,
                        "PRE_PCT_LOSS_MAX": 6,
                        "PRE_PCT_LOSS_MAX_TS": 8,
                        "PRE_PCT_POC": 8,
                        "PRE_PCT_POCMAX": 1,
                        "PRE_PCT_POCMAX_TS": 2,
                        "PRE_POC": 7,
                        "PRE_POCMAX": 7,
                        "PRE_POCMAX_TS": 3,
                        "TCP_ACC_FLOWS": 6,
                        "TCP_ACC_FLOWS_MAX": 5,
                        "TCP_ACC_FLOWS_MAX_TS": 1,
                        "TCP_FLOWS": 4,
                        "TCP_FLOWS_MAX": 9,
                        "TCP_FLOWS_MAX_TS": 3,
                        "TIMESTAMP": 5,
                        "WRX_BYTES": 10,
                        "WRX_BYTES_MAX": 8,
                        "WRX_BYTES_MAX_TS": 3,
                        "WRX_PKTS": 7,
                        "WRX_PKTS_MAX": 4,
                        "WRX_PKTS_MAX_TS": 5,
                        "WTX_BYTES": 3,
                        "WTX_BYTES_MAX": 7,
                        "WTX_BYTES_MAX_TS": 10,
                        "WTX_PKTS": 6,
                        "WTX_PKTS_MAX": 8,
                        "WTX_PKTS_MAX_TS": 6
                      },
                      {
                        "BW_PCT_UTIL_AVG": 3,
                        "BW_PCT_UTIL_MAX": 10,
                        "BW_PCT_UTIL_MAX_TS": 6,
                        "COMP_L2W": 1,
                        "COMP_L2WMAX": 4,
                        "COMP_L2WMAX_TS": 1,
                        "COMP_NOOHEAD_L2W": 3,
                        "COMP_NOOHEAD_L2WMAX": 8,
                        "COMP_NOOHEAD_L2WMAX_TS": 6,
                        "COMP_NOOHEAD_W2L": 8,
                        "COMP_NOOHEAD_W2LMAX": 2,
                        "COMP_NOOHEAD_W2LMAX_TS": 8,
                        "COMP_W2L": 3,
                        "COMP_W2LMAX": 2,
                        "COMP_W2LMAX_TS": 1,
                        "CREATED": 4,
                        "CREATED_MAX": 9,
                        "CREATED_MAX_TS": 4,
                        "DELETED": 4,
                        "DELETED_MAX": 6,
                        "DELETED_MAX_TS": 10,
                        "LATENCY_AVG": 4,
                        "LATENCY_MAX": 1,
                        "LATENCY_MAX_TS": 4,
                        "LATENCY_MIN": 1,
                        "LATENCY_MIN_FROM_PEAK": 10,
                        "LATENCY_MIN_TS": 8,
                        "LRX_BYTES": 3,
                        "LRX_BYTES_MAX": 10,
                        "LRX_BYTES_MAX_TS": 4,
                        "LRX_PKTS": 4,
                        "LRX_PKTS_MAX": 8,
                        "LRX_PKTS_MAX_TS": 1,
                        "LTX_BYTES": 6,
                        "LTX_BYTES_MAX": 9,
                        "LTX_BYTES_MAX_TS": 4,
                        "LTX_PKTS": 5,
                        "LTX_PKTS_MAX": 6,
                        "LTX_PKTS_MAX_TS": 2,
                        "NON_TCP_FLOWS": 9,
                        "NON_TCP_FLOWS_MAX": 4,
                        "NON_TCP_FLOWS_MAX_TS": 3,
                        "OHEAD_WRX_BYTES": 1,
                        "OHEAD_WRX_BYTES_MAX": 7,
                        "OHEAD_WRX_BYTES_MAX_TS": 3,
                        "OHEAD_WRX_HDR_BYTES": 1,
                        "OHEAD_WRX_HDR_BYTES_MAX": 5,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 1,
                        "OHEAD_WRX_PKTS": 3,
                        "OHEAD_WRX_PKTS_MAX": 8,
                        "OHEAD_WRX_PKTS_MAX_TS": 10,
                        "OHEAD_WTX_BYTES": 1,
                        "OHEAD_WTX_BYTES_MAX": 3,
                        "OHEAD_WTX_BYTES_MAX_TS": 6,
                        "OHEAD_WTX_HDR_BYTES": 7,
                        "OHEAD_WTX_HDR_BYTES_MAX": 10,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 5,
                        "OHEAD_WTX_PKTS": 9,
                        "OHEAD_WTX_PKTS_MAX": 1,
                        "OHEAD_WTX_PKTS_MAX_TS": 10,
                        "POST_LOSS": 2,
                        "POST_LOSS_MAX": 8,
                        "POST_LOSS_MAX_TS": 5,
                        "POST_PCT_LOSS": 9,
                        "POST_PCT_LOSS_MAX": 5,
                        "POST_PCT_LOSS_MAX_TS": 8,
                        "POST_PCT_POC": 6,
                        "POST_PCT_POCMAX": 5,
                        "POST_PCT_POCMAX_TS": 2,
                        "POST_POC": 7,
                        "POST_POCMAX": 8,
                        "POST_POCMAX_TS": 7,
                        "PRE_LOSS": 3,
                        "PRE_LOSS_MAX": 6,
                        "PRE_LOSS_MAX_TS": 3,
                        "PRE_PCT_LOSS": 6,
                        "PRE_PCT_LOSS_MAX": 8,
                        "PRE_PCT_LOSS_MAX_TS": 6,
                        "PRE_PCT_POC": 8,
                        "PRE_PCT_POCMAX": 1,
                        "PRE_PCT_POCMAX_TS": 9,
                        "PRE_POC": 1,
                        "PRE_POCMAX": 8,
                        "PRE_POCMAX_TS": 10,
                        "TCP_ACC_FLOWS": 7,
                        "TCP_ACC_FLOWS_MAX": 10,
                        "TCP_ACC_FLOWS_MAX_TS": 10,
                        "TCP_FLOWS": 8,
                        "TCP_FLOWS_MAX": 6,
                        "TCP_FLOWS_MAX_TS": 5,
                        "TIMESTAMP": 5,
                        "WRX_BYTES": 1,
                        "WRX_BYTES_MAX": 6,
                        "WRX_BYTES_MAX_TS": 10,
                        "WRX_PKTS": 8,
                        "WRX_PKTS_MAX": 6,
                        "WRX_PKTS_MAX_TS": 4,
                        "WTX_BYTES": 9,
                        "WTX_BYTES_MAX": 3,
                        "WTX_BYTES_MAX_TS": 6,
                        "WTX_PKTS": 3,
                        "WTX_PKTS_MAX": 5,
                        "WTX_PKTS_MAX_TS": 1
                      },
                      {
                        "BW_PCT_UTIL_AVG": 7,
                        "BW_PCT_UTIL_MAX": 6,
                        "BW_PCT_UTIL_MAX_TS": 10,
                        "COMP_L2W": 7,
                        "COMP_L2WMAX": 3,
                        "COMP_L2WMAX_TS": 3,
                        "COMP_NOOHEAD_L2W": 1,
                        "COMP_NOOHEAD_L2WMAX": 2,
                        "COMP_NOOHEAD_L2WMAX_TS": 2,
                        "COMP_NOOHEAD_W2L": 4,
                        "COMP_NOOHEAD_W2LMAX": 6,
                        "COMP_NOOHEAD_W2LMAX_TS": 2,
                        "COMP_W2L": 6,
                        "COMP_W2LMAX": 7,
                        "COMP_W2LMAX_TS": 9,
                        "CREATED": 6,
                        "CREATED_MAX": 7,
                        "CREATED_MAX_TS": 4,
                        "DELETED": 6,
                        "DELETED_MAX": 2,
                        "DELETED_MAX_TS": 5,
                        "LATENCY_AVG": 4,
                        "LATENCY_MAX": 8,
                        "LATENCY_MAX_TS": 7,
                        "LATENCY_MIN": 10,
                        "LATENCY_MIN_FROM_PEAK": 2,
                        "LATENCY_MIN_TS": 6,
                        "LRX_BYTES": 10,
                        "LRX_BYTES_MAX": 3,
                        "LRX_BYTES_MAX_TS": 4,
                        "LRX_PKTS": 3,
                        "LRX_PKTS_MAX": 6,
                        "LRX_PKTS_MAX_TS": 9,
                        "LTX_BYTES": 3,
                        "LTX_BYTES_MAX": 1,
                        "LTX_BYTES_MAX_TS": 8,
                        "LTX_PKTS": 2,
                        "LTX_PKTS_MAX": 4,
                        "LTX_PKTS_MAX_TS": 10,
                        "NON_TCP_FLOWS": 2,
                        "NON_TCP_FLOWS_MAX": 6,
                        "NON_TCP_FLOWS_MAX_TS": 4,
                        "OHEAD_WRX_BYTES": 2,
                        "OHEAD_WRX_BYTES_MAX": 6,
                        "OHEAD_WRX_BYTES_MAX_TS": 5,
                        "OHEAD_WRX_HDR_BYTES": 6,
                        "OHEAD_WRX_HDR_BYTES_MAX": 2,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 3,
                        "OHEAD_WRX_PKTS": 6,
                        "OHEAD_WRX_PKTS_MAX": 7,
                        "OHEAD_WRX_PKTS_MAX_TS": 6,
                        "OHEAD_WTX_BYTES": 8,
                        "OHEAD_WTX_BYTES_MAX": 2,
                        "OHEAD_WTX_BYTES_MAX_TS": 4,
                        "OHEAD_WTX_HDR_BYTES": 1,
                        "OHEAD_WTX_HDR_BYTES_MAX": 2,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 8,
                        "OHEAD_WTX_PKTS": 4,
                        "OHEAD_WTX_PKTS_MAX": 6,
                        "OHEAD_WTX_PKTS_MAX_TS": 9,
                        "POST_LOSS": 8,
                        "POST_LOSS_MAX": 10,
                        "POST_LOSS_MAX_TS": 7,
                        "POST_PCT_LOSS": 5,
                        "POST_PCT_LOSS_MAX": 5,
                        "POST_PCT_LOSS_MAX_TS": 4,
                        "POST_PCT_POC": 2,
                        "POST_PCT_POCMAX": 2,
                        "POST_PCT_POCMAX_TS": 10,
                        "POST_POC": 1,
                        "POST_POCMAX": 9,
                        "POST_POCMAX_TS": 8,
                        "PRE_LOSS": 8,
                        "PRE_LOSS_MAX": 9,
                        "PRE_LOSS_MAX_TS": 7,
                        "PRE_PCT_LOSS": 6,
                        "PRE_PCT_LOSS_MAX": 8,
                        "PRE_PCT_LOSS_MAX_TS": 10,
                        "PRE_PCT_POC": 2,
                        "PRE_PCT_POCMAX": 4,
                        "PRE_PCT_POCMAX_TS": 3,
                        "PRE_POC": 8,
                        "PRE_POCMAX": 8,
                        "PRE_POCMAX_TS": 6,
                        "TCP_ACC_FLOWS": 7,
                        "TCP_ACC_FLOWS_MAX": 7,
                        "TCP_ACC_FLOWS_MAX_TS": 8,
                        "TCP_FLOWS": 9,
                        "TCP_FLOWS_MAX": 6,
                        "TCP_FLOWS_MAX_TS": 10,
                        "TIMESTAMP": 9,
                        "WRX_BYTES": 10,
                        "WRX_BYTES_MAX": 4,
                        "WRX_BYTES_MAX_TS": 10,
                        "WRX_PKTS": 10,
                        "WRX_PKTS_MAX": 8,
                        "WRX_PKTS_MAX_TS": 3,
                        "WTX_BYTES": 1,
                        "WTX_BYTES_MAX": 2,
                        "WTX_BYTES_MAX_TS": 9,
                        "WTX_PKTS": 10,
                        "WTX_PKTS_MAX": 5,
                        "WTX_PKTS_MAX_TS": 5
                      },
                      {
                        "BW_PCT_UTIL_AVG": 4,
                        "BW_PCT_UTIL_MAX": 5,
                        "BW_PCT_UTIL_MAX_TS": 10,
                        "COMP_L2W": 5,
                        "COMP_L2WMAX": 8,
                        "COMP_L2WMAX_TS": 10,
                        "COMP_NOOHEAD_L2W": 7,
                        "COMP_NOOHEAD_L2WMAX": 7,
                        "COMP_NOOHEAD_L2WMAX_TS": 8,
                        "COMP_NOOHEAD_W2L": 8,
                        "COMP_NOOHEAD_W2LMAX": 10,
                        "COMP_NOOHEAD_W2LMAX_TS": 4,
                        "COMP_W2L": 5,
                        "COMP_W2LMAX": 4,
                        "COMP_W2LMAX_TS": 8,
                        "CREATED": 4,
                        "CREATED_MAX": 8,
                        "CREATED_MAX_TS": 1,
                        "DELETED": 5,
                        "DELETED_MAX": 10,
                        "DELETED_MAX_TS": 7,
                        "LATENCY_AVG": 9,
                        "LATENCY_MAX": 5,
                        "LATENCY_MAX_TS": 1,
                        "LATENCY_MIN": 3,
                        "LATENCY_MIN_FROM_PEAK": 5,
                        "LATENCY_MIN_TS": 7,
                        "LRX_BYTES": 7,
                        "LRX_BYTES_MAX": 5,
                        "LRX_BYTES_MAX_TS": 6,
                        "LRX_PKTS": 8,
                        "LRX_PKTS_MAX": 4,
                        "LRX_PKTS_MAX_TS": 9,
                        "LTX_BYTES": 4,
                        "LTX_BYTES_MAX": 7,
                        "LTX_BYTES_MAX_TS": 3,
                        "LTX_PKTS": 3,
                        "LTX_PKTS_MAX": 2,
                        "LTX_PKTS_MAX_TS": 8,
                        "NON_TCP_FLOWS": 2,
                        "NON_TCP_FLOWS_MAX": 1,
                        "NON_TCP_FLOWS_MAX_TS": 8,
                        "OHEAD_WRX_BYTES": 8,
                        "OHEAD_WRX_BYTES_MAX": 2,
                        "OHEAD_WRX_BYTES_MAX_TS": 5,
                        "OHEAD_WRX_HDR_BYTES": 6,
                        "OHEAD_WRX_HDR_BYTES_MAX": 6,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 5,
                        "OHEAD_WRX_PKTS": 5,
                        "OHEAD_WRX_PKTS_MAX": 1,
                        "OHEAD_WRX_PKTS_MAX_TS": 10,
                        "OHEAD_WTX_BYTES": 5,
                        "OHEAD_WTX_BYTES_MAX": 1,
                        "OHEAD_WTX_BYTES_MAX_TS": 6,
                        "OHEAD_WTX_HDR_BYTES": 3,
                        "OHEAD_WTX_HDR_BYTES_MAX": 1,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 2,
                        "OHEAD_WTX_PKTS": 1,
                        "OHEAD_WTX_PKTS_MAX": 10,
                        "OHEAD_WTX_PKTS_MAX_TS": 9,
                        "POST_LOSS": 10,
                        "POST_LOSS_MAX": 1,
                        "POST_LOSS_MAX_TS": 9,
                        "POST_PCT_LOSS": 2,
                        "POST_PCT_LOSS_MAX": 1,
                        "POST_PCT_LOSS_MAX_TS": 6,
                        "POST_PCT_POC": 1,
                        "POST_PCT_POCMAX": 2,
                        "POST_PCT_POCMAX_TS": 1,
                        "POST_POC": 5,
                        "POST_POCMAX": 7,
                        "POST_POCMAX_TS": 1,
                        "PRE_LOSS": 8,
                        "PRE_LOSS_MAX": 2,
                        "PRE_LOSS_MAX_TS": 4,
                        "PRE_PCT_LOSS": 2,
                        "PRE_PCT_LOSS_MAX": 2,
                        "PRE_PCT_LOSS_MAX_TS": 3,
                        "PRE_PCT_POC": 3,
                        "PRE_PCT_POCMAX": 7,
                        "PRE_PCT_POCMAX_TS": 3,
                        "PRE_POC": 8,
                        "PRE_POCMAX": 4,
                        "PRE_POCMAX_TS": 2,
                        "TCP_ACC_FLOWS": 4,
                        "TCP_ACC_FLOWS_MAX": 5,
                        "TCP_ACC_FLOWS_MAX_TS": 7,
                        "TCP_FLOWS": 2,
                        "TCP_FLOWS_MAX": 6,
                        "TCP_FLOWS_MAX_TS": 4,
                        "TIMESTAMP": 6,
                        "WRX_BYTES": 1,
                        "WRX_BYTES_MAX": 7,
                        "WRX_BYTES_MAX_TS": 3,
                        "WRX_PKTS": 6,
                        "WRX_PKTS_MAX": 9,
                        "WRX_PKTS_MAX_TS": 2,
                        "WTX_BYTES": 3,
                        "WTX_BYTES_MAX": 10,
                        "WTX_BYTES_MAX_TS": 4,
                        "WTX_PKTS": 9,
                        "WTX_PKTS_MAX": 8,
                        "WTX_PKTS_MAX_TS": 9
                      },
                      {
                        "BW_PCT_UTIL_AVG": 2,
                        "BW_PCT_UTIL_MAX": 5,
                        "BW_PCT_UTIL_MAX_TS": 4,
                        "COMP_L2W": 9,
                        "COMP_L2WMAX": 2,
                        "COMP_L2WMAX_TS": 10,
                        "COMP_NOOHEAD_L2W": 10,
                        "COMP_NOOHEAD_L2WMAX": 7,
                        "COMP_NOOHEAD_L2WMAX_TS": 2,
                        "COMP_NOOHEAD_W2L": 5,
                        "COMP_NOOHEAD_W2LMAX": 1,
                        "COMP_NOOHEAD_W2LMAX_TS": 10,
                        "COMP_W2L": 6,
                        "COMP_W2LMAX": 1,
                        "COMP_W2LMAX_TS": 5,
                        "CREATED": 6,
                        "CREATED_MAX": 9,
                        "CREATED_MAX_TS": 1,
                        "DELETED": 8,
                        "DELETED_MAX": 2,
                        "DELETED_MAX_TS": 9,
                        "LATENCY_AVG": 1,
                        "LATENCY_MAX": 7,
                        "LATENCY_MAX_TS": 5,
                        "LATENCY_MIN": 3,
                        "LATENCY_MIN_FROM_PEAK": 7,
                        "LATENCY_MIN_TS": 10,
                        "LRX_BYTES": 4,
                        "LRX_BYTES_MAX": 3,
                        "LRX_BYTES_MAX_TS": 4,
                        "LRX_PKTS": 6,
                        "LRX_PKTS_MAX": 1,
                        "LRX_PKTS_MAX_TS": 2,
                        "LTX_BYTES": 5,
                        "LTX_BYTES_MAX": 4,
                        "LTX_BYTES_MAX_TS": 6,
                        "LTX_PKTS": 10,
                        "LTX_PKTS_MAX": 7,
                        "LTX_PKTS_MAX_TS": 2,
                        "NON_TCP_FLOWS": 3,
                        "NON_TCP_FLOWS_MAX": 4,
                        "NON_TCP_FLOWS_MAX_TS": 3,
                        "OHEAD_WRX_BYTES": 4,
                        "OHEAD_WRX_BYTES_MAX": 5,
                        "OHEAD_WRX_BYTES_MAX_TS": 8,
                        "OHEAD_WRX_HDR_BYTES": 6,
                        "OHEAD_WRX_HDR_BYTES_MAX": 10,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 10,
                        "OHEAD_WRX_PKTS": 3,
                        "OHEAD_WRX_PKTS_MAX": 10,
                        "OHEAD_WRX_PKTS_MAX_TS": 10,
                        "OHEAD_WTX_BYTES": 2,
                        "OHEAD_WTX_BYTES_MAX": 8,
                        "OHEAD_WTX_BYTES_MAX_TS": 5,
                        "OHEAD_WTX_HDR_BYTES": 7,
                        "OHEAD_WTX_HDR_BYTES_MAX": 8,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 4,
                        "OHEAD_WTX_PKTS": 5,
                        "OHEAD_WTX_PKTS_MAX": 1,
                        "OHEAD_WTX_PKTS_MAX_TS": 7,
                        "POST_LOSS": 10,
                        "POST_LOSS_MAX": 10,
                        "POST_LOSS_MAX_TS": 2,
                        "POST_PCT_LOSS": 8,
                        "POST_PCT_LOSS_MAX": 2,
                        "POST_PCT_LOSS_MAX_TS": 9,
                        "POST_PCT_POC": 7,
                        "POST_PCT_POCMAX": 10,
                        "POST_PCT_POCMAX_TS": 1,
                        "POST_POC": 5,
                        "POST_POCMAX": 2,
                        "POST_POCMAX_TS": 5,
                        "PRE_LOSS": 5,
                        "PRE_LOSS_MAX": 6,
                        "PRE_LOSS_MAX_TS": 2,
                        "PRE_PCT_LOSS": 7,
                        "PRE_PCT_LOSS_MAX": 2,
                        "PRE_PCT_LOSS_MAX_TS": 3,
                        "PRE_PCT_POC": 9,
                        "PRE_PCT_POCMAX": 2,
                        "PRE_PCT_POCMAX_TS": 10,
                        "PRE_POC": 2,
                        "PRE_POCMAX": 1,
                        "PRE_POCMAX_TS": 1,
                        "TCP_ACC_FLOWS": 1,
                        "TCP_ACC_FLOWS_MAX": 8,
                        "TCP_ACC_FLOWS_MAX_TS": 5,
                        "TCP_FLOWS": 8,
                        "TCP_FLOWS_MAX": 9,
                        "TCP_FLOWS_MAX_TS": 3,
                        "TIMESTAMP": 3,
                        "WRX_BYTES": 2,
                        "WRX_BYTES_MAX": 5,
                        "WRX_BYTES_MAX_TS": 4,
                        "WRX_PKTS": 6,
                        "WRX_PKTS_MAX": 2,
                        "WRX_PKTS_MAX_TS": 8,
                        "WTX_BYTES": 4,
                        "WTX_BYTES_MAX": 3,
                        "WTX_BYTES_MAX_TS": 9,
                        "WTX_PKTS": 8,
                        "WTX_PKTS_MAX": 2,
                        "WTX_PKTS_MAX_TS": 3
                      },
                      {
                        "BW_PCT_UTIL_AVG": 3,
                        "BW_PCT_UTIL_MAX": 2,
                        "BW_PCT_UTIL_MAX_TS": 9,
                        "COMP_L2W": 9,
                        "COMP_L2WMAX": 6,
                        "COMP_L2WMAX_TS": 9,
                        "COMP_NOOHEAD_L2W": 8,
                        "COMP_NOOHEAD_L2WMAX": 10,
                        "COMP_NOOHEAD_L2WMAX_TS": 8,
                        "COMP_NOOHEAD_W2L": 1,
                        "COMP_NOOHEAD_W2LMAX": 9,
                        "COMP_NOOHEAD_W2LMAX_TS": 9,
                        "COMP_W2L": 10,
                        "COMP_W2LMAX": 5,
                        "COMP_W2LMAX_TS": 2,
                        "CREATED": 4,
                        "CREATED_MAX": 2,
                        "CREATED_MAX_TS": 3,
                        "DELETED": 6,
                        "DELETED_MAX": 4,
                        "DELETED_MAX_TS": 3,
                        "LATENCY_AVG": 1,
                        "LATENCY_MAX": 9,
                        "LATENCY_MAX_TS": 3,
                        "LATENCY_MIN": 8,
                        "LATENCY_MIN_FROM_PEAK": 8,
                        "LATENCY_MIN_TS": 1,
                        "LRX_BYTES": 5,
                        "LRX_BYTES_MAX": 1,
                        "LRX_BYTES_MAX_TS": 5,
                        "LRX_PKTS": 5,
                        "LRX_PKTS_MAX": 2,
                        "LRX_PKTS_MAX_TS": 3,
                        "LTX_BYTES": 4,
                        "LTX_BYTES_MAX": 6,
                        "LTX_BYTES_MAX_TS": 9,
                        "LTX_PKTS": 9,
                        "LTX_PKTS_MAX": 1,
                        "LTX_PKTS_MAX_TS": 2,
                        "NON_TCP_FLOWS": 6,
                        "NON_TCP_FLOWS_MAX": 10,
                        "NON_TCP_FLOWS_MAX_TS": 8,
                        "OHEAD_WRX_BYTES": 2,
                        "OHEAD_WRX_BYTES_MAX": 5,
                        "OHEAD_WRX_BYTES_MAX_TS": 8,
                        "OHEAD_WRX_HDR_BYTES": 10,
                        "OHEAD_WRX_HDR_BYTES_MAX": 1,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 8,
                        "OHEAD_WRX_PKTS": 7,
                        "OHEAD_WRX_PKTS_MAX": 10,
                        "OHEAD_WRX_PKTS_MAX_TS": 10,
                        "OHEAD_WTX_BYTES": 4,
                        "OHEAD_WTX_BYTES_MAX": 8,
                        "OHEAD_WTX_BYTES_MAX_TS": 4,
                        "OHEAD_WTX_HDR_BYTES": 3,
                        "OHEAD_WTX_HDR_BYTES_MAX": 9,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 4,
                        "OHEAD_WTX_PKTS": 4,
                        "OHEAD_WTX_PKTS_MAX": 8,
                        "OHEAD_WTX_PKTS_MAX_TS": 10,
                        "POST_LOSS": 4,
                        "POST_LOSS_MAX": 10,
                        "POST_LOSS_MAX_TS": 6,
                        "POST_PCT_LOSS": 10,
                        "POST_PCT_LOSS_MAX": 8,
                        "POST_PCT_LOSS_MAX_TS": 1,
                        "POST_PCT_POC": 2,
                        "POST_PCT_POCMAX": 3,
                        "POST_PCT_POCMAX_TS": 4,
                        "POST_POC": 2,
                        "POST_POCMAX": 10,
                        "POST_POCMAX_TS": 1,
                        "PRE_LOSS": 4,
                        "PRE_LOSS_MAX": 4,
                        "PRE_LOSS_MAX_TS": 7,
                        "PRE_PCT_LOSS": 3,
                        "PRE_PCT_LOSS_MAX": 4,
                        "PRE_PCT_LOSS_MAX_TS": 4,
                        "PRE_PCT_POC": 2,
                        "PRE_PCT_POCMAX": 5,
                        "PRE_PCT_POCMAX_TS": 2,
                        "PRE_POC": 5,
                        "PRE_POCMAX": 7,
                        "PRE_POCMAX_TS": 4,
                        "TCP_ACC_FLOWS": 5,
                        "TCP_ACC_FLOWS_MAX": 9,
                        "TCP_ACC_FLOWS_MAX_TS": 3,
                        "TCP_FLOWS": 5,
                        "TCP_FLOWS_MAX": 4,
                        "TCP_FLOWS_MAX_TS": 7,
                        "TIMESTAMP": 8,
                        "WRX_BYTES": 9,
                        "WRX_BYTES_MAX": 1,
                        "WRX_BYTES_MAX_TS": 10,
                        "WRX_PKTS": 10,
                        "WRX_PKTS_MAX": 7,
                        "WRX_PKTS_MAX_TS": 9,
                        "WTX_BYTES": 7,
                        "WTX_BYTES_MAX": 8,
                        "WTX_BYTES_MAX_TS": 4,
                        "WTX_PKTS": 2,
                        "WTX_PKTS_MAX": 10,
                        "WTX_PKTS_MAX_TS": 2
                      },
                      {
                        "BW_PCT_UTIL_AVG": 5,
                        "BW_PCT_UTIL_MAX": 10,
                        "BW_PCT_UTIL_MAX_TS": 2,
                        "COMP_L2W": 10,
                        "COMP_L2WMAX": 10,
                        "COMP_L2WMAX_TS": 8,
                        "COMP_NOOHEAD_L2W": 9,
                        "COMP_NOOHEAD_L2WMAX": 7,
                        "COMP_NOOHEAD_L2WMAX_TS": 7,
                        "COMP_NOOHEAD_W2L": 1,
                        "COMP_NOOHEAD_W2LMAX": 10,
                        "COMP_NOOHEAD_W2LMAX_TS": 9,
                        "COMP_W2L": 8,
                        "COMP_W2LMAX": 9,
                        "COMP_W2LMAX_TS": 10,
                        "CREATED": 4,
                        "CREATED_MAX": 8,
                        "CREATED_MAX_TS": 3,
                        "DELETED": 5,
                        "DELETED_MAX": 3,
                        "DELETED_MAX_TS": 7,
                        "LATENCY_AVG": 10,
                        "LATENCY_MAX": 4,
                        "LATENCY_MAX_TS": 2,
                        "LATENCY_MIN": 6,
                        "LATENCY_MIN_FROM_PEAK": 2,
                        "LATENCY_MIN_TS": 7,
                        "LRX_BYTES": 2,
                        "LRX_BYTES_MAX": 6,
                        "LRX_BYTES_MAX_TS": 6,
                        "LRX_PKTS": 3,
                        "LRX_PKTS_MAX": 6,
                        "LRX_PKTS_MAX_TS": 6,
                        "LTX_BYTES": 3,
                        "LTX_BYTES_MAX": 7,
                        "LTX_BYTES_MAX_TS": 3,
                        "LTX_PKTS": 4,
                        "LTX_PKTS_MAX": 1,
                        "LTX_PKTS_MAX_TS": 1,
                        "NON_TCP_FLOWS": 8,
                        "NON_TCP_FLOWS_MAX": 3,
                        "NON_TCP_FLOWS_MAX_TS": 5,
                        "OHEAD_WRX_BYTES": 9,
                        "OHEAD_WRX_BYTES_MAX": 6,
                        "OHEAD_WRX_BYTES_MAX_TS": 1,
                        "OHEAD_WRX_HDR_BYTES": 2,
                        "OHEAD_WRX_HDR_BYTES_MAX": 6,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 4,
                        "OHEAD_WRX_PKTS": 1,
                        "OHEAD_WRX_PKTS_MAX": 6,
                        "OHEAD_WRX_PKTS_MAX_TS": 8,
                        "OHEAD_WTX_BYTES": 8,
                        "OHEAD_WTX_BYTES_MAX": 4,
                        "OHEAD_WTX_BYTES_MAX_TS": 8,
                        "OHEAD_WTX_HDR_BYTES": 2,
                        "OHEAD_WTX_HDR_BYTES_MAX": 8,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 10,
                        "OHEAD_WTX_PKTS": 8,
                        "OHEAD_WTX_PKTS_MAX": 7,
                        "OHEAD_WTX_PKTS_MAX_TS": 1,
                        "POST_LOSS": 4,
                        "POST_LOSS_MAX": 4,
                        "POST_LOSS_MAX_TS": 9,
                        "POST_PCT_LOSS": 9,
                        "POST_PCT_LOSS_MAX": 1,
                        "POST_PCT_LOSS_MAX_TS": 7,
                        "POST_PCT_POC": 9,
                        "POST_PCT_POCMAX": 9,
                        "POST_PCT_POCMAX_TS": 10,
                        "POST_POC": 4,
                        "POST_POCMAX": 7,
                        "POST_POCMAX_TS": 10,
                        "PRE_LOSS": 5,
                        "PRE_LOSS_MAX": 9,
                        "PRE_LOSS_MAX_TS": 1,
                        "PRE_PCT_LOSS": 9,
                        "PRE_PCT_LOSS_MAX": 5,
                        "PRE_PCT_LOSS_MAX_TS": 8,
                        "PRE_PCT_POC": 5,
                        "PRE_PCT_POCMAX": 8,
                        "PRE_PCT_POCMAX_TS": 9,
                        "PRE_POC": 5,
                        "PRE_POCMAX": 9,
                        "PRE_POCMAX_TS": 3,
                        "TCP_ACC_FLOWS": 1,
                        "TCP_ACC_FLOWS_MAX": 3,
                        "TCP_ACC_FLOWS_MAX_TS": 4,
                        "TCP_FLOWS": 7,
                        "TCP_FLOWS_MAX": 4,
                        "TCP_FLOWS_MAX_TS": 10,
                        "TIMESTAMP": 5,
                        "WRX_BYTES": 10,
                        "WRX_BYTES_MAX": 4,
                        "WRX_BYTES_MAX_TS": 8,
                        "WRX_PKTS": 7,
                        "WRX_PKTS_MAX": 1,
                        "WRX_PKTS_MAX_TS": 5,
                        "WTX_BYTES": 8,
                        "WTX_BYTES_MAX": 8,
                        "WTX_BYTES_MAX_TS": 1,
                        "WTX_PKTS": 6,
                        "WTX_PKTS_MAX": 5,
                        "WTX_PKTS_MAX_TS": 10
                      },
                      {
                        "BW_PCT_UTIL_AVG": 5,
                        "BW_PCT_UTIL_MAX": 6,
                        "BW_PCT_UTIL_MAX_TS": 2,
                        "COMP_L2W": 9,
                        "COMP_L2WMAX": 5,
                        "COMP_L2WMAX_TS": 3,
                        "COMP_NOOHEAD_L2W": 7,
                        "COMP_NOOHEAD_L2WMAX": 7,
                        "COMP_NOOHEAD_L2WMAX_TS": 1,
                        "COMP_NOOHEAD_W2L": 4,
                        "COMP_NOOHEAD_W2LMAX": 2,
                        "COMP_NOOHEAD_W2LMAX_TS": 7,
                        "COMP_W2L": 6,
                        "COMP_W2LMAX": 10,
                        "COMP_W2LMAX_TS": 10,
                        "CREATED": 8,
                        "CREATED_MAX": 6,
                        "CREATED_MAX_TS": 1,
                        "DELETED": 7,
                        "DELETED_MAX": 1,
                        "DELETED_MAX_TS": 1,
                        "LATENCY_AVG": 4,
                        "LATENCY_MAX": 2,
                        "LATENCY_MAX_TS": 10,
                        "LATENCY_MIN": 4,
                        "LATENCY_MIN_FROM_PEAK": 6,
                        "LATENCY_MIN_TS": 8,
                        "LRX_BYTES": 7,
                        "LRX_BYTES_MAX": 5,
                        "LRX_BYTES_MAX_TS": 7,
                        "LRX_PKTS": 3,
                        "LRX_PKTS_MAX": 8,
                        "LRX_PKTS_MAX_TS": 2,
                        "LTX_BYTES": 8,
                        "LTX_BYTES_MAX": 10,
                        "LTX_BYTES_MAX_TS": 3,
                        "LTX_PKTS": 9,
                        "LTX_PKTS_MAX": 2,
                        "LTX_PKTS_MAX_TS": 3,
                        "NON_TCP_FLOWS": 1,
                        "NON_TCP_FLOWS_MAX": 2,
                        "NON_TCP_FLOWS_MAX_TS": 2,
                        "OHEAD_WRX_BYTES": 7,
                        "OHEAD_WRX_BYTES_MAX": 4,
                        "OHEAD_WRX_BYTES_MAX_TS": 10,
                        "OHEAD_WRX_HDR_BYTES": 6,
                        "OHEAD_WRX_HDR_BYTES_MAX": 2,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 7,
                        "OHEAD_WRX_PKTS": 10,
                        "OHEAD_WRX_PKTS_MAX": 2,
                        "OHEAD_WRX_PKTS_MAX_TS": 9,
                        "OHEAD_WTX_BYTES": 3,
                        "OHEAD_WTX_BYTES_MAX": 4,
                        "OHEAD_WTX_BYTES_MAX_TS": 2,
                        "OHEAD_WTX_HDR_BYTES": 3,
                        "OHEAD_WTX_HDR_BYTES_MAX": 6,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 3,
                        "OHEAD_WTX_PKTS": 9,
                        "OHEAD_WTX_PKTS_MAX": 6,
                        "OHEAD_WTX_PKTS_MAX_TS": 8,
                        "POST_LOSS": 8,
                        "POST_LOSS_MAX": 7,
                        "POST_LOSS_MAX_TS": 1,
                        "POST_PCT_LOSS": 3,
                        "POST_PCT_LOSS_MAX": 5,
                        "POST_PCT_LOSS_MAX_TS": 3,
                        "POST_PCT_POC": 2,
                        "POST_PCT_POCMAX": 3,
                        "POST_PCT_POCMAX_TS": 7,
                        "POST_POC": 10,
                        "POST_POCMAX": 1,
                        "POST_POCMAX_TS": 6,
                        "PRE_LOSS": 10,
                        "PRE_LOSS_MAX": 4,
                        "PRE_LOSS_MAX_TS": 2,
                        "PRE_PCT_LOSS": 1,
                        "PRE_PCT_LOSS_MAX": 10,
                        "PRE_PCT_LOSS_MAX_TS": 9,
                        "PRE_PCT_POC": 2,
                        "PRE_PCT_POCMAX": 8,
                        "PRE_PCT_POCMAX_TS": 8,
                        "PRE_POC": 8,
                        "PRE_POCMAX": 2,
                        "PRE_POCMAX_TS": 2,
                        "TCP_ACC_FLOWS": 7,
                        "TCP_ACC_FLOWS_MAX": 7,
                        "TCP_ACC_FLOWS_MAX_TS": 4,
                        "TCP_FLOWS": 3,
                        "TCP_FLOWS_MAX": 9,
                        "TCP_FLOWS_MAX_TS": 6,
                        "TIMESTAMP": 4,
                        "WRX_BYTES": 8,
                        "WRX_BYTES_MAX": 9,
                        "WRX_BYTES_MAX_TS": 4,
                        "WRX_PKTS": 4,
                        "WRX_PKTS_MAX": 1,
                        "WRX_PKTS_MAX_TS": 3,
                        "WTX_BYTES": 2,
                        "WTX_BYTES_MAX": 2,
                        "WTX_BYTES_MAX_TS": 1,
                        "WTX_PKTS": 2,
                        "WTX_PKTS_MAX": 4,
                        "WTX_PKTS_MAX_TS": 6
                      },
                      {
                        "BW_PCT_UTIL_AVG": 5,
                        "BW_PCT_UTIL_MAX": 3,
                        "BW_PCT_UTIL_MAX_TS": 6,
                        "COMP_L2W": 10,
                        "COMP_L2WMAX": 2,
                        "COMP_L2WMAX_TS": 10,
                        "COMP_NOOHEAD_L2W": 5,
                        "COMP_NOOHEAD_L2WMAX": 9,
                        "COMP_NOOHEAD_L2WMAX_TS": 4,
                        "COMP_NOOHEAD_W2L": 3,
                        "COMP_NOOHEAD_W2LMAX": 7,
                        "COMP_NOOHEAD_W2LMAX_TS": 6,
                        "COMP_W2L": 7,
                        "COMP_W2LMAX": 3,
                        "COMP_W2LMAX_TS": 1,
                        "CREATED": 2,
                        "CREATED_MAX": 3,
                        "CREATED_MAX_TS": 8,
                        "DELETED": 6,
                        "DELETED_MAX": 4,
                        "DELETED_MAX_TS": 1,
                        "LATENCY_AVG": 10,
                        "LATENCY_MAX": 2,
                        "LATENCY_MAX_TS": 2,
                        "LATENCY_MIN": 3,
                        "LATENCY_MIN_FROM_PEAK": 10,
                        "LATENCY_MIN_TS": 1,
                        "LRX_BYTES": 8,
                        "LRX_BYTES_MAX": 9,
                        "LRX_BYTES_MAX_TS": 7,
                        "LRX_PKTS": 1,
                        "LRX_PKTS_MAX": 10,
                        "LRX_PKTS_MAX_TS": 6,
                        "LTX_BYTES": 2,
                        "LTX_BYTES_MAX": 1,
                        "LTX_BYTES_MAX_TS": 9,
                        "LTX_PKTS": 5,
                        "LTX_PKTS_MAX": 10,
                        "LTX_PKTS_MAX_TS": 3,
                        "NON_TCP_FLOWS": 1,
                        "NON_TCP_FLOWS_MAX": 8,
                        "NON_TCP_FLOWS_MAX_TS": 7,
                        "OHEAD_WRX_BYTES": 5,
                        "OHEAD_WRX_BYTES_MAX": 6,
                        "OHEAD_WRX_BYTES_MAX_TS": 5,
                        "OHEAD_WRX_HDR_BYTES": 1,
                        "OHEAD_WRX_HDR_BYTES_MAX": 4,
                        "OHEAD_WRX_HDR_BYTES_MAX_TS": 8,
                        "OHEAD_WRX_PKTS": 5,
                        "OHEAD_WRX_PKTS_MAX": 10,
                        "OHEAD_WRX_PKTS_MAX_TS": 9,
                        "OHEAD_WTX_BYTES": 8,
                        "OHEAD_WTX_BYTES_MAX": 10,
                        "OHEAD_WTX_BYTES_MAX_TS": 5,
                        "OHEAD_WTX_HDR_BYTES": 10,
                        "OHEAD_WTX_HDR_BYTES_MAX": 9,
                        "OHEAD_WTX_HDR_BYTES_MAX_TS": 1,
                        "OHEAD_WTX_PKTS": 2,
                        "OHEAD_WTX_PKTS_MAX": 6,
                        "OHEAD_WTX_PKTS_MAX_TS": 2,
                        "POST_LOSS": 9,
                        "POST_LOSS_MAX": 2,
                        "POST_LOSS_MAX_TS": 10,
                        "POST_PCT_LOSS": 2,
                        "POST_PCT_LOSS_MAX": 4,
                        "POST_PCT_LOSS_MAX_TS": 1,
                        "POST_PCT_POC": 4,
                        "POST_PCT_POCMAX": 7,
                        "POST_PCT_POCMAX_TS": 6,
                        "POST_POC": 4,
                        "POST_POCMAX": 2,
                        "POST_POCMAX_TS": 3,
                        "PRE_LOSS": 3,
                        "PRE_LOSS_MAX": 1,
                        "PRE_LOSS_MAX_TS": 10,
                        "PRE_PCT_LOSS": 7,
                        "PRE_PCT_LOSS_MAX": 10,
                        "PRE_PCT_LOSS_MAX_TS": 9,
                        "PRE_PCT_POC": 3,
                        "PRE_PCT_POCMAX": 7,
                        "PRE_PCT_POCMAX_TS": 4,
                        "PRE_POC": 7,
                        "PRE_POCMAX": 7,
                        "PRE_POCMAX_TS": 2,
                        "TCP_ACC_FLOWS": 8,
                        "TCP_ACC_FLOWS_MAX": 7,
                        "TCP_ACC_FLOWS_MAX_TS": 7,
                        "TCP_FLOWS": 1,
                        "TCP_FLOWS_MAX": 1,
                        "TCP_FLOWS_MAX_TS": 7,
                        "TIMESTAMP": 5,
                        "WRX_BYTES": 9,
                        "WRX_BYTES_MAX": 1,
                        "WRX_BYTES_MAX_TS": 2,
                        "WRX_PKTS": 3,
                        "WRX_PKTS_MAX": 10,
                        "WRX_PKTS_MAX_TS": 2,
                        "WTX_BYTES": 10,
                        "WTX_BYTES_MAX": 6,
                        "WTX_BYTES_MAX_TS": 5,
                        "WTX_PKTS": 1,
                        "WTX_PKTS_MAX": 9,
                        "WTX_PKTS_MAX_TS": 9
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceIDs"
            }
          }
        }
      }
    },
    "/stats/timeseries/tunnel/{nePk}": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getStatsTimeseriesTunnelNePk",
        "description": "The parameters and request body are for method: getStatsTimeseriesTunnelNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "column_def": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "BW_PCT_UTIL_AVG": {
                            "type": "number"
                          },
                          "BW_PCT_UTIL_MAX": {
                            "type": "number"
                          },
                          "BW_PCT_UTIL_MAX_TS": {
                            "type": "number"
                          },
                          "COMP_L2W": {
                            "type": "number"
                          },
                          "COMP_L2WMAX": {
                            "type": "number"
                          },
                          "COMP_L2WMAX_TS": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2W": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2WMAX": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_L2WMAX_TS": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2L": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2LMAX": {
                            "type": "number"
                          },
                          "COMP_NOOHEAD_W2LMAX_TS": {
                            "type": "number"
                          },
                          "COMP_W2L": {
                            "type": "number"
                          },
                          "COMP_W2LMAX": {
                            "type": "number"
                          },
                          "COMP_W2LMAX_TS": {
                            "type": "number"
                          },
                          "CREATED": {
                            "type": "number"
                          },
                          "CREATED_MAX": {
                            "type": "number"
                          },
                          "CREATED_MAX_TS": {
                            "type": "number"
                          },
                          "DELETED": {
                            "type": "number"
                          },
                          "DELETED_MAX": {
                            "type": "number"
                          },
                          "DELETED_MAX_TS": {
                            "type": "number"
                          },
                          "LATENCY_AVG": {
                            "type": "number"
                          },
                          "LATENCY_MAX": {
                            "type": "number"
                          },
                          "LATENCY_MAX_TS": {
                            "type": "number"
                          },
                          "LATENCY_MIN": {
                            "type": "number"
                          },
                          "LATENCY_MIN_FROM_PEAK": {
                            "type": "number"
                          },
                          "LATENCY_MIN_TS": {
                            "type": "number"
                          },
                          "LRX_BYTES": {
                            "type": "number"
                          },
                          "LRX_BYTES_MAX": {
                            "type": "number"
                          },
                          "LRX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "LRX_PKTS": {
                            "type": "number"
                          },
                          "LRX_PKTS_MAX": {
                            "type": "number"
                          },
                          "LRX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "LTX_BYTES": {
                            "type": "number"
                          },
                          "LTX_BYTES_MAX": {
                            "type": "number"
                          },
                          "LTX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "LTX_PKTS": {
                            "type": "number"
                          },
                          "LTX_PKTS_MAX": {
                            "type": "number"
                          },
                          "LTX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "NON_TCP_FLOWS": {
                            "type": "number"
                          },
                          "NON_TCP_FLOWS_MAX": {
                            "type": "number"
                          },
                          "NON_TCP_FLOWS_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WRX_BYTES": {
                            "type": "number"
                          },
                          "OHEAD_WRX_BYTES_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WRX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WRX_HDR_BYTES": {
                            "type": "number"
                          },
                          "OHEAD_WRX_HDR_BYTES_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WRX_HDR_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WRX_PKTS": {
                            "type": "number"
                          },
                          "OHEAD_WRX_PKTS_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WRX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WTX_BYTES": {
                            "type": "number"
                          },
                          "OHEAD_WTX_BYTES_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WTX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WTX_HDR_BYTES": {
                            "type": "number"
                          },
                          "OHEAD_WTX_HDR_BYTES_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WTX_HDR_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "OHEAD_WTX_PKTS": {
                            "type": "number"
                          },
                          "OHEAD_WTX_PKTS_MAX": {
                            "type": "number"
                          },
                          "OHEAD_WTX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "POST_LOSS": {
                            "type": "number"
                          },
                          "POST_LOSS_MAX": {
                            "type": "number"
                          },
                          "POST_LOSS_MAX_TS": {
                            "type": "number"
                          },
                          "POST_PCT_LOSS": {
                            "type": "number"
                          },
                          "POST_PCT_LOSS_MAX": {
                            "type": "number"
                          },
                          "POST_PCT_LOSS_MAX_TS": {
                            "type": "number"
                          },
                          "POST_PCT_POC": {
                            "type": "number"
                          },
                          "POST_PCT_POCMAX": {
                            "type": "number"
                          },
                          "POST_PCT_POCMAX_TS": {
                            "type": "number"
                          },
                          "POST_POC": {
                            "type": "number"
                          },
                          "POST_POCMAX": {
                            "type": "number"
                          },
                          "POST_POCMAX_TS": {
                            "type": "number"
                          },
                          "PRE_LOSS": {
                            "type": "number"
                          },
                          "PRE_LOSS_MAX": {
                            "type": "number"
                          },
                          "PRE_LOSS_MAX_TS": {
                            "type": "number"
                          },
                          "PRE_PCT_LOSS": {
                            "type": "number"
                          },
                          "PRE_PCT_LOSS_MAX": {
                            "type": "number"
                          },
                          "PRE_PCT_LOSS_MAX_TS": {
                            "type": "number"
                          },
                          "PRE_PCT_POC": {
                            "type": "number"
                          },
                          "PRE_PCT_POCMAX": {
                            "type": "number"
                          },
                          "PRE_PCT_POCMAX_TS": {
                            "type": "number"
                          },
                          "PRE_POC": {
                            "type": "number"
                          },
                          "PRE_POCMAX": {
                            "type": "number"
                          },
                          "PRE_POCMAX_TS": {
                            "type": "number"
                          },
                          "TCP_ACC_FLOWS": {
                            "type": "number"
                          },
                          "TCP_ACC_FLOWS_MAX": {
                            "type": "number"
                          },
                          "TCP_ACC_FLOWS_MAX_TS": {
                            "type": "number"
                          },
                          "TCP_FLOWS": {
                            "type": "number"
                          },
                          "TCP_FLOWS_MAX": {
                            "type": "number"
                          },
                          "TCP_FLOWS_MAX_TS": {
                            "type": "number"
                          },
                          "TIMESTAMP": {
                            "type": "number"
                          },
                          "WRX_BYTES": {
                            "type": "number"
                          },
                          "WRX_BYTES_MAX": {
                            "type": "number"
                          },
                          "WRX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "WRX_PKTS": {
                            "type": "number"
                          },
                          "WRX_PKTS_MAX": {
                            "type": "number"
                          },
                          "WRX_PKTS_MAX_TS": {
                            "type": "number"
                          },
                          "WTX_BYTES": {
                            "type": "number"
                          },
                          "WTX_BYTES_MAX": {
                            "type": "number"
                          },
                          "WTX_BYTES_MAX_TS": {
                            "type": "number"
                          },
                          "WTX_PKTS": {
                            "type": "number"
                          },
                          "WTX_PKTS_MAX": {
                            "type": "number"
                          },
                          "WTX_PKTS_MAX_TS": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "column_def": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "data": [
                    {
                      "BW_PCT_UTIL_AVG": 5,
                      "BW_PCT_UTIL_MAX": 2,
                      "BW_PCT_UTIL_MAX_TS": 6,
                      "COMP_L2W": 8,
                      "COMP_L2WMAX": 6,
                      "COMP_L2WMAX_TS": 10,
                      "COMP_NOOHEAD_L2W": 1,
                      "COMP_NOOHEAD_L2WMAX": 10,
                      "COMP_NOOHEAD_L2WMAX_TS": 7,
                      "COMP_NOOHEAD_W2L": 9,
                      "COMP_NOOHEAD_W2LMAX": 8,
                      "COMP_NOOHEAD_W2LMAX_TS": 7,
                      "COMP_W2L": 4,
                      "COMP_W2LMAX": 9,
                      "COMP_W2LMAX_TS": 3,
                      "CREATED": 7,
                      "CREATED_MAX": 2,
                      "CREATED_MAX_TS": 3,
                      "DELETED": 4,
                      "DELETED_MAX": 4,
                      "DELETED_MAX_TS": 7,
                      "LATENCY_AVG": 5,
                      "LATENCY_MAX": 7,
                      "LATENCY_MAX_TS": 8,
                      "LATENCY_MIN": 4,
                      "LATENCY_MIN_FROM_PEAK": 7,
                      "LATENCY_MIN_TS": 4,
                      "LRX_BYTES": 2,
                      "LRX_BYTES_MAX": 7,
                      "LRX_BYTES_MAX_TS": 3,
                      "LRX_PKTS": 1,
                      "LRX_PKTS_MAX": 4,
                      "LRX_PKTS_MAX_TS": 1,
                      "LTX_BYTES": 8,
                      "LTX_BYTES_MAX": 5,
                      "LTX_BYTES_MAX_TS": 8,
                      "LTX_PKTS": 7,
                      "LTX_PKTS_MAX": 9,
                      "LTX_PKTS_MAX_TS": 4,
                      "NON_TCP_FLOWS": 4,
                      "NON_TCP_FLOWS_MAX": 9,
                      "NON_TCP_FLOWS_MAX_TS": 5,
                      "OHEAD_WRX_BYTES": 10,
                      "OHEAD_WRX_BYTES_MAX": 6,
                      "OHEAD_WRX_BYTES_MAX_TS": 7,
                      "OHEAD_WRX_HDR_BYTES": 10,
                      "OHEAD_WRX_HDR_BYTES_MAX": 2,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 6,
                      "OHEAD_WRX_PKTS": 7,
                      "OHEAD_WRX_PKTS_MAX": 5,
                      "OHEAD_WRX_PKTS_MAX_TS": 3,
                      "OHEAD_WTX_BYTES": 5,
                      "OHEAD_WTX_BYTES_MAX": 9,
                      "OHEAD_WTX_BYTES_MAX_TS": 8,
                      "OHEAD_WTX_HDR_BYTES": 9,
                      "OHEAD_WTX_HDR_BYTES_MAX": 5,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 6,
                      "OHEAD_WTX_PKTS": 2,
                      "OHEAD_WTX_PKTS_MAX": 8,
                      "OHEAD_WTX_PKTS_MAX_TS": 3,
                      "POST_LOSS": 2,
                      "POST_LOSS_MAX": 4,
                      "POST_LOSS_MAX_TS": 6,
                      "POST_PCT_LOSS": 10,
                      "POST_PCT_LOSS_MAX": 1,
                      "POST_PCT_LOSS_MAX_TS": 1,
                      "POST_PCT_POC": 10,
                      "POST_PCT_POCMAX": 5,
                      "POST_PCT_POCMAX_TS": 5,
                      "POST_POC": 6,
                      "POST_POCMAX": 7,
                      "POST_POCMAX_TS": 3,
                      "PRE_LOSS": 2,
                      "PRE_LOSS_MAX": 8,
                      "PRE_LOSS_MAX_TS": 3,
                      "PRE_PCT_LOSS": 1,
                      "PRE_PCT_LOSS_MAX": 3,
                      "PRE_PCT_LOSS_MAX_TS": 4,
                      "PRE_PCT_POC": 9,
                      "PRE_PCT_POCMAX": 2,
                      "PRE_PCT_POCMAX_TS": 8,
                      "PRE_POC": 6,
                      "PRE_POCMAX": 5,
                      "PRE_POCMAX_TS": 10,
                      "TCP_ACC_FLOWS": 1,
                      "TCP_ACC_FLOWS_MAX": 1,
                      "TCP_ACC_FLOWS_MAX_TS": 5,
                      "TCP_FLOWS": 6,
                      "TCP_FLOWS_MAX": 9,
                      "TCP_FLOWS_MAX_TS": 9,
                      "TIMESTAMP": 3,
                      "WRX_BYTES": 3,
                      "WRX_BYTES_MAX": 8,
                      "WRX_BYTES_MAX_TS": 10,
                      "WRX_PKTS": 2,
                      "WRX_PKTS_MAX": 3,
                      "WRX_PKTS_MAX_TS": 3,
                      "WTX_BYTES": 5,
                      "WTX_BYTES_MAX": 2,
                      "WTX_BYTES_MAX_TS": 3,
                      "WTX_PKTS": 7,
                      "WTX_PKTS_MAX": 1,
                      "WTX_PKTS_MAX_TS": 10
                    },
                    {
                      "BW_PCT_UTIL_AVG": 1,
                      "BW_PCT_UTIL_MAX": 10,
                      "BW_PCT_UTIL_MAX_TS": 7,
                      "COMP_L2W": 7,
                      "COMP_L2WMAX": 10,
                      "COMP_L2WMAX_TS": 8,
                      "COMP_NOOHEAD_L2W": 6,
                      "COMP_NOOHEAD_L2WMAX": 1,
                      "COMP_NOOHEAD_L2WMAX_TS": 6,
                      "COMP_NOOHEAD_W2L": 7,
                      "COMP_NOOHEAD_W2LMAX": 3,
                      "COMP_NOOHEAD_W2LMAX_TS": 5,
                      "COMP_W2L": 2,
                      "COMP_W2LMAX": 9,
                      "COMP_W2LMAX_TS": 2,
                      "CREATED": 5,
                      "CREATED_MAX": 9,
                      "CREATED_MAX_TS": 6,
                      "DELETED": 2,
                      "DELETED_MAX": 5,
                      "DELETED_MAX_TS": 10,
                      "LATENCY_AVG": 10,
                      "LATENCY_MAX": 4,
                      "LATENCY_MAX_TS": 6,
                      "LATENCY_MIN": 6,
                      "LATENCY_MIN_FROM_PEAK": 5,
                      "LATENCY_MIN_TS": 10,
                      "LRX_BYTES": 3,
                      "LRX_BYTES_MAX": 8,
                      "LRX_BYTES_MAX_TS": 8,
                      "LRX_PKTS": 5,
                      "LRX_PKTS_MAX": 1,
                      "LRX_PKTS_MAX_TS": 4,
                      "LTX_BYTES": 2,
                      "LTX_BYTES_MAX": 9,
                      "LTX_BYTES_MAX_TS": 4,
                      "LTX_PKTS": 5,
                      "LTX_PKTS_MAX": 2,
                      "LTX_PKTS_MAX_TS": 9,
                      "NON_TCP_FLOWS": 6,
                      "NON_TCP_FLOWS_MAX": 10,
                      "NON_TCP_FLOWS_MAX_TS": 2,
                      "OHEAD_WRX_BYTES": 9,
                      "OHEAD_WRX_BYTES_MAX": 5,
                      "OHEAD_WRX_BYTES_MAX_TS": 4,
                      "OHEAD_WRX_HDR_BYTES": 9,
                      "OHEAD_WRX_HDR_BYTES_MAX": 2,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 4,
                      "OHEAD_WRX_PKTS": 5,
                      "OHEAD_WRX_PKTS_MAX": 3,
                      "OHEAD_WRX_PKTS_MAX_TS": 1,
                      "OHEAD_WTX_BYTES": 9,
                      "OHEAD_WTX_BYTES_MAX": 3,
                      "OHEAD_WTX_BYTES_MAX_TS": 1,
                      "OHEAD_WTX_HDR_BYTES": 5,
                      "OHEAD_WTX_HDR_BYTES_MAX": 6,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 3,
                      "OHEAD_WTX_PKTS": 7,
                      "OHEAD_WTX_PKTS_MAX": 1,
                      "OHEAD_WTX_PKTS_MAX_TS": 6,
                      "POST_LOSS": 9,
                      "POST_LOSS_MAX": 6,
                      "POST_LOSS_MAX_TS": 5,
                      "POST_PCT_LOSS": 6,
                      "POST_PCT_LOSS_MAX": 2,
                      "POST_PCT_LOSS_MAX_TS": 8,
                      "POST_PCT_POC": 3,
                      "POST_PCT_POCMAX": 9,
                      "POST_PCT_POCMAX_TS": 10,
                      "POST_POC": 8,
                      "POST_POCMAX": 6,
                      "POST_POCMAX_TS": 8,
                      "PRE_LOSS": 1,
                      "PRE_LOSS_MAX": 10,
                      "PRE_LOSS_MAX_TS": 10,
                      "PRE_PCT_LOSS": 3,
                      "PRE_PCT_LOSS_MAX": 2,
                      "PRE_PCT_LOSS_MAX_TS": 4,
                      "PRE_PCT_POC": 8,
                      "PRE_PCT_POCMAX": 8,
                      "PRE_PCT_POCMAX_TS": 10,
                      "PRE_POC": 10,
                      "PRE_POCMAX": 6,
                      "PRE_POCMAX_TS": 10,
                      "TCP_ACC_FLOWS": 1,
                      "TCP_ACC_FLOWS_MAX": 10,
                      "TCP_ACC_FLOWS_MAX_TS": 7,
                      "TCP_FLOWS": 10,
                      "TCP_FLOWS_MAX": 9,
                      "TCP_FLOWS_MAX_TS": 3,
                      "TIMESTAMP": 4,
                      "WRX_BYTES": 7,
                      "WRX_BYTES_MAX": 2,
                      "WRX_BYTES_MAX_TS": 5,
                      "WRX_PKTS": 8,
                      "WRX_PKTS_MAX": 8,
                      "WRX_PKTS_MAX_TS": 9,
                      "WTX_BYTES": 6,
                      "WTX_BYTES_MAX": 3,
                      "WTX_BYTES_MAX_TS": 8,
                      "WTX_PKTS": 10,
                      "WTX_PKTS_MAX": 2,
                      "WTX_PKTS_MAX_TS": 5
                    },
                    {
                      "BW_PCT_UTIL_AVG": 4,
                      "BW_PCT_UTIL_MAX": 5,
                      "BW_PCT_UTIL_MAX_TS": 9,
                      "COMP_L2W": 9,
                      "COMP_L2WMAX": 4,
                      "COMP_L2WMAX_TS": 10,
                      "COMP_NOOHEAD_L2W": 3,
                      "COMP_NOOHEAD_L2WMAX": 9,
                      "COMP_NOOHEAD_L2WMAX_TS": 7,
                      "COMP_NOOHEAD_W2L": 7,
                      "COMP_NOOHEAD_W2LMAX": 9,
                      "COMP_NOOHEAD_W2LMAX_TS": 5,
                      "COMP_W2L": 6,
                      "COMP_W2LMAX": 5,
                      "COMP_W2LMAX_TS": 10,
                      "CREATED": 10,
                      "CREATED_MAX": 4,
                      "CREATED_MAX_TS": 5,
                      "DELETED": 8,
                      "DELETED_MAX": 10,
                      "DELETED_MAX_TS": 7,
                      "LATENCY_AVG": 3,
                      "LATENCY_MAX": 1,
                      "LATENCY_MAX_TS": 4,
                      "LATENCY_MIN": 6,
                      "LATENCY_MIN_FROM_PEAK": 4,
                      "LATENCY_MIN_TS": 4,
                      "LRX_BYTES": 4,
                      "LRX_BYTES_MAX": 2,
                      "LRX_BYTES_MAX_TS": 3,
                      "LRX_PKTS": 6,
                      "LRX_PKTS_MAX": 5,
                      "LRX_PKTS_MAX_TS": 3,
                      "LTX_BYTES": 6,
                      "LTX_BYTES_MAX": 3,
                      "LTX_BYTES_MAX_TS": 3,
                      "LTX_PKTS": 10,
                      "LTX_PKTS_MAX": 6,
                      "LTX_PKTS_MAX_TS": 4,
                      "NON_TCP_FLOWS": 3,
                      "NON_TCP_FLOWS_MAX": 3,
                      "NON_TCP_FLOWS_MAX_TS": 7,
                      "OHEAD_WRX_BYTES": 4,
                      "OHEAD_WRX_BYTES_MAX": 1,
                      "OHEAD_WRX_BYTES_MAX_TS": 3,
                      "OHEAD_WRX_HDR_BYTES": 7,
                      "OHEAD_WRX_HDR_BYTES_MAX": 5,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 7,
                      "OHEAD_WRX_PKTS": 8,
                      "OHEAD_WRX_PKTS_MAX": 7,
                      "OHEAD_WRX_PKTS_MAX_TS": 10,
                      "OHEAD_WTX_BYTES": 3,
                      "OHEAD_WTX_BYTES_MAX": 6,
                      "OHEAD_WTX_BYTES_MAX_TS": 4,
                      "OHEAD_WTX_HDR_BYTES": 2,
                      "OHEAD_WTX_HDR_BYTES_MAX": 6,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 3,
                      "OHEAD_WTX_PKTS": 7,
                      "OHEAD_WTX_PKTS_MAX": 9,
                      "OHEAD_WTX_PKTS_MAX_TS": 4,
                      "POST_LOSS": 7,
                      "POST_LOSS_MAX": 9,
                      "POST_LOSS_MAX_TS": 6,
                      "POST_PCT_LOSS": 4,
                      "POST_PCT_LOSS_MAX": 6,
                      "POST_PCT_LOSS_MAX_TS": 1,
                      "POST_PCT_POC": 7,
                      "POST_PCT_POCMAX": 4,
                      "POST_PCT_POCMAX_TS": 7,
                      "POST_POC": 7,
                      "POST_POCMAX": 8,
                      "POST_POCMAX_TS": 9,
                      "PRE_LOSS": 4,
                      "PRE_LOSS_MAX": 8,
                      "PRE_LOSS_MAX_TS": 2,
                      "PRE_PCT_LOSS": 9,
                      "PRE_PCT_LOSS_MAX": 1,
                      "PRE_PCT_LOSS_MAX_TS": 5,
                      "PRE_PCT_POC": 1,
                      "PRE_PCT_POCMAX": 2,
                      "PRE_PCT_POCMAX_TS": 5,
                      "PRE_POC": 7,
                      "PRE_POCMAX": 3,
                      "PRE_POCMAX_TS": 8,
                      "TCP_ACC_FLOWS": 9,
                      "TCP_ACC_FLOWS_MAX": 6,
                      "TCP_ACC_FLOWS_MAX_TS": 6,
                      "TCP_FLOWS": 3,
                      "TCP_FLOWS_MAX": 3,
                      "TCP_FLOWS_MAX_TS": 8,
                      "TIMESTAMP": 10,
                      "WRX_BYTES": 1,
                      "WRX_BYTES_MAX": 1,
                      "WRX_BYTES_MAX_TS": 1,
                      "WRX_PKTS": 5,
                      "WRX_PKTS_MAX": 6,
                      "WRX_PKTS_MAX_TS": 7,
                      "WTX_BYTES": 5,
                      "WTX_BYTES_MAX": 10,
                      "WTX_BYTES_MAX_TS": 7,
                      "WTX_PKTS": 1,
                      "WTX_PKTS_MAX": 4,
                      "WTX_PKTS_MAX_TS": 9
                    },
                    {
                      "BW_PCT_UTIL_AVG": 7,
                      "BW_PCT_UTIL_MAX": 5,
                      "BW_PCT_UTIL_MAX_TS": 8,
                      "COMP_L2W": 1,
                      "COMP_L2WMAX": 8,
                      "COMP_L2WMAX_TS": 6,
                      "COMP_NOOHEAD_L2W": 3,
                      "COMP_NOOHEAD_L2WMAX": 4,
                      "COMP_NOOHEAD_L2WMAX_TS": 2,
                      "COMP_NOOHEAD_W2L": 4,
                      "COMP_NOOHEAD_W2LMAX": 10,
                      "COMP_NOOHEAD_W2LMAX_TS": 4,
                      "COMP_W2L": 6,
                      "COMP_W2LMAX": 1,
                      "COMP_W2LMAX_TS": 7,
                      "CREATED": 9,
                      "CREATED_MAX": 10,
                      "CREATED_MAX_TS": 2,
                      "DELETED": 10,
                      "DELETED_MAX": 2,
                      "DELETED_MAX_TS": 4,
                      "LATENCY_AVG": 2,
                      "LATENCY_MAX": 9,
                      "LATENCY_MAX_TS": 9,
                      "LATENCY_MIN": 6,
                      "LATENCY_MIN_FROM_PEAK": 2,
                      "LATENCY_MIN_TS": 9,
                      "LRX_BYTES": 7,
                      "LRX_BYTES_MAX": 10,
                      "LRX_BYTES_MAX_TS": 2,
                      "LRX_PKTS": 9,
                      "LRX_PKTS_MAX": 4,
                      "LRX_PKTS_MAX_TS": 8,
                      "LTX_BYTES": 6,
                      "LTX_BYTES_MAX": 9,
                      "LTX_BYTES_MAX_TS": 3,
                      "LTX_PKTS": 6,
                      "LTX_PKTS_MAX": 4,
                      "LTX_PKTS_MAX_TS": 9,
                      "NON_TCP_FLOWS": 3,
                      "NON_TCP_FLOWS_MAX": 9,
                      "NON_TCP_FLOWS_MAX_TS": 9,
                      "OHEAD_WRX_BYTES": 6,
                      "OHEAD_WRX_BYTES_MAX": 3,
                      "OHEAD_WRX_BYTES_MAX_TS": 5,
                      "OHEAD_WRX_HDR_BYTES": 5,
                      "OHEAD_WRX_HDR_BYTES_MAX": 6,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 5,
                      "OHEAD_WRX_PKTS": 2,
                      "OHEAD_WRX_PKTS_MAX": 8,
                      "OHEAD_WRX_PKTS_MAX_TS": 2,
                      "OHEAD_WTX_BYTES": 5,
                      "OHEAD_WTX_BYTES_MAX": 10,
                      "OHEAD_WTX_BYTES_MAX_TS": 7,
                      "OHEAD_WTX_HDR_BYTES": 7,
                      "OHEAD_WTX_HDR_BYTES_MAX": 9,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 1,
                      "OHEAD_WTX_PKTS": 7,
                      "OHEAD_WTX_PKTS_MAX": 4,
                      "OHEAD_WTX_PKTS_MAX_TS": 4,
                      "POST_LOSS": 1,
                      "POST_LOSS_MAX": 8,
                      "POST_LOSS_MAX_TS": 5,
                      "POST_PCT_LOSS": 10,
                      "POST_PCT_LOSS_MAX": 8,
                      "POST_PCT_LOSS_MAX_TS": 1,
                      "POST_PCT_POC": 6,
                      "POST_PCT_POCMAX": 9,
                      "POST_PCT_POCMAX_TS": 9,
                      "POST_POC": 5,
                      "POST_POCMAX": 10,
                      "POST_POCMAX_TS": 3,
                      "PRE_LOSS": 2,
                      "PRE_LOSS_MAX": 2,
                      "PRE_LOSS_MAX_TS": 8,
                      "PRE_PCT_LOSS": 3,
                      "PRE_PCT_LOSS_MAX": 7,
                      "PRE_PCT_LOSS_MAX_TS": 2,
                      "PRE_PCT_POC": 5,
                      "PRE_PCT_POCMAX": 4,
                      "PRE_PCT_POCMAX_TS": 3,
                      "PRE_POC": 10,
                      "PRE_POCMAX": 9,
                      "PRE_POCMAX_TS": 3,
                      "TCP_ACC_FLOWS": 2,
                      "TCP_ACC_FLOWS_MAX": 1,
                      "TCP_ACC_FLOWS_MAX_TS": 6,
                      "TCP_FLOWS": 2,
                      "TCP_FLOWS_MAX": 5,
                      "TCP_FLOWS_MAX_TS": 9,
                      "TIMESTAMP": 9,
                      "WRX_BYTES": 5,
                      "WRX_BYTES_MAX": 4,
                      "WRX_BYTES_MAX_TS": 3,
                      "WRX_PKTS": 9,
                      "WRX_PKTS_MAX": 7,
                      "WRX_PKTS_MAX_TS": 8,
                      "WTX_BYTES": 5,
                      "WTX_BYTES_MAX": 4,
                      "WTX_BYTES_MAX_TS": 2,
                      "WTX_PKTS": 5,
                      "WTX_PKTS_MAX": 2,
                      "WTX_PKTS_MAX_TS": 4
                    },
                    {
                      "BW_PCT_UTIL_AVG": 2,
                      "BW_PCT_UTIL_MAX": 4,
                      "BW_PCT_UTIL_MAX_TS": 6,
                      "COMP_L2W": 4,
                      "COMP_L2WMAX": 8,
                      "COMP_L2WMAX_TS": 6,
                      "COMP_NOOHEAD_L2W": 9,
                      "COMP_NOOHEAD_L2WMAX": 5,
                      "COMP_NOOHEAD_L2WMAX_TS": 6,
                      "COMP_NOOHEAD_W2L": 7,
                      "COMP_NOOHEAD_W2LMAX": 9,
                      "COMP_NOOHEAD_W2LMAX_TS": 4,
                      "COMP_W2L": 5,
                      "COMP_W2LMAX": 10,
                      "COMP_W2LMAX_TS": 8,
                      "CREATED": 7,
                      "CREATED_MAX": 9,
                      "CREATED_MAX_TS": 7,
                      "DELETED": 3,
                      "DELETED_MAX": 7,
                      "DELETED_MAX_TS": 2,
                      "LATENCY_AVG": 1,
                      "LATENCY_MAX": 3,
                      "LATENCY_MAX_TS": 5,
                      "LATENCY_MIN": 3,
                      "LATENCY_MIN_FROM_PEAK": 10,
                      "LATENCY_MIN_TS": 9,
                      "LRX_BYTES": 6,
                      "LRX_BYTES_MAX": 4,
                      "LRX_BYTES_MAX_TS": 4,
                      "LRX_PKTS": 5,
                      "LRX_PKTS_MAX": 9,
                      "LRX_PKTS_MAX_TS": 10,
                      "LTX_BYTES": 10,
                      "LTX_BYTES_MAX": 4,
                      "LTX_BYTES_MAX_TS": 8,
                      "LTX_PKTS": 2,
                      "LTX_PKTS_MAX": 4,
                      "LTX_PKTS_MAX_TS": 5,
                      "NON_TCP_FLOWS": 10,
                      "NON_TCP_FLOWS_MAX": 4,
                      "NON_TCP_FLOWS_MAX_TS": 5,
                      "OHEAD_WRX_BYTES": 8,
                      "OHEAD_WRX_BYTES_MAX": 10,
                      "OHEAD_WRX_BYTES_MAX_TS": 1,
                      "OHEAD_WRX_HDR_BYTES": 6,
                      "OHEAD_WRX_HDR_BYTES_MAX": 4,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 1,
                      "OHEAD_WRX_PKTS": 8,
                      "OHEAD_WRX_PKTS_MAX": 9,
                      "OHEAD_WRX_PKTS_MAX_TS": 7,
                      "OHEAD_WTX_BYTES": 1,
                      "OHEAD_WTX_BYTES_MAX": 2,
                      "OHEAD_WTX_BYTES_MAX_TS": 1,
                      "OHEAD_WTX_HDR_BYTES": 1,
                      "OHEAD_WTX_HDR_BYTES_MAX": 4,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 2,
                      "OHEAD_WTX_PKTS": 4,
                      "OHEAD_WTX_PKTS_MAX": 4,
                      "OHEAD_WTX_PKTS_MAX_TS": 5,
                      "POST_LOSS": 2,
                      "POST_LOSS_MAX": 7,
                      "POST_LOSS_MAX_TS": 2,
                      "POST_PCT_LOSS": 6,
                      "POST_PCT_LOSS_MAX": 7,
                      "POST_PCT_LOSS_MAX_TS": 10,
                      "POST_PCT_POC": 7,
                      "POST_PCT_POCMAX": 8,
                      "POST_PCT_POCMAX_TS": 4,
                      "POST_POC": 10,
                      "POST_POCMAX": 5,
                      "POST_POCMAX_TS": 1,
                      "PRE_LOSS": 1,
                      "PRE_LOSS_MAX": 9,
                      "PRE_LOSS_MAX_TS": 6,
                      "PRE_PCT_LOSS": 10,
                      "PRE_PCT_LOSS_MAX": 8,
                      "PRE_PCT_LOSS_MAX_TS": 3,
                      "PRE_PCT_POC": 9,
                      "PRE_PCT_POCMAX": 5,
                      "PRE_PCT_POCMAX_TS": 10,
                      "PRE_POC": 5,
                      "PRE_POCMAX": 2,
                      "PRE_POCMAX_TS": 1,
                      "TCP_ACC_FLOWS": 5,
                      "TCP_ACC_FLOWS_MAX": 4,
                      "TCP_ACC_FLOWS_MAX_TS": 7,
                      "TCP_FLOWS": 6,
                      "TCP_FLOWS_MAX": 8,
                      "TCP_FLOWS_MAX_TS": 10,
                      "TIMESTAMP": 10,
                      "WRX_BYTES": 7,
                      "WRX_BYTES_MAX": 7,
                      "WRX_BYTES_MAX_TS": 2,
                      "WRX_PKTS": 1,
                      "WRX_PKTS_MAX": 7,
                      "WRX_PKTS_MAX_TS": 10,
                      "WTX_BYTES": 8,
                      "WTX_BYTES_MAX": 7,
                      "WTX_BYTES_MAX_TS": 10,
                      "WTX_PKTS": 8,
                      "WTX_PKTS_MAX": 1,
                      "WTX_PKTS_MAX_TS": 9
                    },
                    {
                      "BW_PCT_UTIL_AVG": 10,
                      "BW_PCT_UTIL_MAX": 3,
                      "BW_PCT_UTIL_MAX_TS": 10,
                      "COMP_L2W": 7,
                      "COMP_L2WMAX": 9,
                      "COMP_L2WMAX_TS": 4,
                      "COMP_NOOHEAD_L2W": 2,
                      "COMP_NOOHEAD_L2WMAX": 9,
                      "COMP_NOOHEAD_L2WMAX_TS": 10,
                      "COMP_NOOHEAD_W2L": 4,
                      "COMP_NOOHEAD_W2LMAX": 10,
                      "COMP_NOOHEAD_W2LMAX_TS": 3,
                      "COMP_W2L": 1,
                      "COMP_W2LMAX": 4,
                      "COMP_W2LMAX_TS": 7,
                      "CREATED": 5,
                      "CREATED_MAX": 4,
                      "CREATED_MAX_TS": 7,
                      "DELETED": 8,
                      "DELETED_MAX": 6,
                      "DELETED_MAX_TS": 1,
                      "LATENCY_AVG": 4,
                      "LATENCY_MAX": 1,
                      "LATENCY_MAX_TS": 3,
                      "LATENCY_MIN": 10,
                      "LATENCY_MIN_FROM_PEAK": 1,
                      "LATENCY_MIN_TS": 4,
                      "LRX_BYTES": 4,
                      "LRX_BYTES_MAX": 10,
                      "LRX_BYTES_MAX_TS": 1,
                      "LRX_PKTS": 8,
                      "LRX_PKTS_MAX": 5,
                      "LRX_PKTS_MAX_TS": 2,
                      "LTX_BYTES": 4,
                      "LTX_BYTES_MAX": 1,
                      "LTX_BYTES_MAX_TS": 3,
                      "LTX_PKTS": 10,
                      "LTX_PKTS_MAX": 10,
                      "LTX_PKTS_MAX_TS": 8,
                      "NON_TCP_FLOWS": 7,
                      "NON_TCP_FLOWS_MAX": 5,
                      "NON_TCP_FLOWS_MAX_TS": 7,
                      "OHEAD_WRX_BYTES": 5,
                      "OHEAD_WRX_BYTES_MAX": 8,
                      "OHEAD_WRX_BYTES_MAX_TS": 10,
                      "OHEAD_WRX_HDR_BYTES": 3,
                      "OHEAD_WRX_HDR_BYTES_MAX": 10,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 9,
                      "OHEAD_WRX_PKTS": 3,
                      "OHEAD_WRX_PKTS_MAX": 1,
                      "OHEAD_WRX_PKTS_MAX_TS": 8,
                      "OHEAD_WTX_BYTES": 4,
                      "OHEAD_WTX_BYTES_MAX": 7,
                      "OHEAD_WTX_BYTES_MAX_TS": 9,
                      "OHEAD_WTX_HDR_BYTES": 4,
                      "OHEAD_WTX_HDR_BYTES_MAX": 4,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 4,
                      "OHEAD_WTX_PKTS": 3,
                      "OHEAD_WTX_PKTS_MAX": 1,
                      "OHEAD_WTX_PKTS_MAX_TS": 4,
                      "POST_LOSS": 2,
                      "POST_LOSS_MAX": 8,
                      "POST_LOSS_MAX_TS": 10,
                      "POST_PCT_LOSS": 3,
                      "POST_PCT_LOSS_MAX": 5,
                      "POST_PCT_LOSS_MAX_TS": 9,
                      "POST_PCT_POC": 10,
                      "POST_PCT_POCMAX": 2,
                      "POST_PCT_POCMAX_TS": 3,
                      "POST_POC": 3,
                      "POST_POCMAX": 7,
                      "POST_POCMAX_TS": 3,
                      "PRE_LOSS": 7,
                      "PRE_LOSS_MAX": 3,
                      "PRE_LOSS_MAX_TS": 6,
                      "PRE_PCT_LOSS": 7,
                      "PRE_PCT_LOSS_MAX": 9,
                      "PRE_PCT_LOSS_MAX_TS": 5,
                      "PRE_PCT_POC": 8,
                      "PRE_PCT_POCMAX": 3,
                      "PRE_PCT_POCMAX_TS": 4,
                      "PRE_POC": 9,
                      "PRE_POCMAX": 5,
                      "PRE_POCMAX_TS": 9,
                      "TCP_ACC_FLOWS": 1,
                      "TCP_ACC_FLOWS_MAX": 2,
                      "TCP_ACC_FLOWS_MAX_TS": 6,
                      "TCP_FLOWS": 1,
                      "TCP_FLOWS_MAX": 1,
                      "TCP_FLOWS_MAX_TS": 10,
                      "TIMESTAMP": 2,
                      "WRX_BYTES": 6,
                      "WRX_BYTES_MAX": 6,
                      "WRX_BYTES_MAX_TS": 8,
                      "WRX_PKTS": 5,
                      "WRX_PKTS_MAX": 4,
                      "WRX_PKTS_MAX_TS": 5,
                      "WTX_BYTES": 2,
                      "WTX_BYTES_MAX": 2,
                      "WTX_BYTES_MAX_TS": 5,
                      "WTX_PKTS": 4,
                      "WTX_PKTS_MAX": 4,
                      "WTX_PKTS_MAX_TS": 3
                    },
                    {
                      "BW_PCT_UTIL_AVG": 6,
                      "BW_PCT_UTIL_MAX": 6,
                      "BW_PCT_UTIL_MAX_TS": 1,
                      "COMP_L2W": 3,
                      "COMP_L2WMAX": 5,
                      "COMP_L2WMAX_TS": 9,
                      "COMP_NOOHEAD_L2W": 10,
                      "COMP_NOOHEAD_L2WMAX": 2,
                      "COMP_NOOHEAD_L2WMAX_TS": 10,
                      "COMP_NOOHEAD_W2L": 8,
                      "COMP_NOOHEAD_W2LMAX": 1,
                      "COMP_NOOHEAD_W2LMAX_TS": 5,
                      "COMP_W2L": 3,
                      "COMP_W2LMAX": 2,
                      "COMP_W2LMAX_TS": 4,
                      "CREATED": 4,
                      "CREATED_MAX": 9,
                      "CREATED_MAX_TS": 1,
                      "DELETED": 8,
                      "DELETED_MAX": 7,
                      "DELETED_MAX_TS": 1,
                      "LATENCY_AVG": 6,
                      "LATENCY_MAX": 5,
                      "LATENCY_MAX_TS": 5,
                      "LATENCY_MIN": 6,
                      "LATENCY_MIN_FROM_PEAK": 5,
                      "LATENCY_MIN_TS": 10,
                      "LRX_BYTES": 1,
                      "LRX_BYTES_MAX": 8,
                      "LRX_BYTES_MAX_TS": 3,
                      "LRX_PKTS": 4,
                      "LRX_PKTS_MAX": 9,
                      "LRX_PKTS_MAX_TS": 8,
                      "LTX_BYTES": 6,
                      "LTX_BYTES_MAX": 3,
                      "LTX_BYTES_MAX_TS": 3,
                      "LTX_PKTS": 9,
                      "LTX_PKTS_MAX": 5,
                      "LTX_PKTS_MAX_TS": 7,
                      "NON_TCP_FLOWS": 7,
                      "NON_TCP_FLOWS_MAX": 5,
                      "NON_TCP_FLOWS_MAX_TS": 6,
                      "OHEAD_WRX_BYTES": 5,
                      "OHEAD_WRX_BYTES_MAX": 6,
                      "OHEAD_WRX_BYTES_MAX_TS": 8,
                      "OHEAD_WRX_HDR_BYTES": 8,
                      "OHEAD_WRX_HDR_BYTES_MAX": 2,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 9,
                      "OHEAD_WRX_PKTS": 8,
                      "OHEAD_WRX_PKTS_MAX": 3,
                      "OHEAD_WRX_PKTS_MAX_TS": 9,
                      "OHEAD_WTX_BYTES": 7,
                      "OHEAD_WTX_BYTES_MAX": 1,
                      "OHEAD_WTX_BYTES_MAX_TS": 1,
                      "OHEAD_WTX_HDR_BYTES": 10,
                      "OHEAD_WTX_HDR_BYTES_MAX": 10,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 9,
                      "OHEAD_WTX_PKTS": 8,
                      "OHEAD_WTX_PKTS_MAX": 1,
                      "OHEAD_WTX_PKTS_MAX_TS": 2,
                      "POST_LOSS": 3,
                      "POST_LOSS_MAX": 1,
                      "POST_LOSS_MAX_TS": 6,
                      "POST_PCT_LOSS": 10,
                      "POST_PCT_LOSS_MAX": 7,
                      "POST_PCT_LOSS_MAX_TS": 7,
                      "POST_PCT_POC": 2,
                      "POST_PCT_POCMAX": 6,
                      "POST_PCT_POCMAX_TS": 6,
                      "POST_POC": 6,
                      "POST_POCMAX": 5,
                      "POST_POCMAX_TS": 5,
                      "PRE_LOSS": 4,
                      "PRE_LOSS_MAX": 5,
                      "PRE_LOSS_MAX_TS": 3,
                      "PRE_PCT_LOSS": 9,
                      "PRE_PCT_LOSS_MAX": 4,
                      "PRE_PCT_LOSS_MAX_TS": 2,
                      "PRE_PCT_POC": 2,
                      "PRE_PCT_POCMAX": 2,
                      "PRE_PCT_POCMAX_TS": 7,
                      "PRE_POC": 4,
                      "PRE_POCMAX": 6,
                      "PRE_POCMAX_TS": 5,
                      "TCP_ACC_FLOWS": 10,
                      "TCP_ACC_FLOWS_MAX": 3,
                      "TCP_ACC_FLOWS_MAX_TS": 2,
                      "TCP_FLOWS": 6,
                      "TCP_FLOWS_MAX": 7,
                      "TCP_FLOWS_MAX_TS": 4,
                      "TIMESTAMP": 10,
                      "WRX_BYTES": 1,
                      "WRX_BYTES_MAX": 2,
                      "WRX_BYTES_MAX_TS": 5,
                      "WRX_PKTS": 9,
                      "WRX_PKTS_MAX": 4,
                      "WRX_PKTS_MAX_TS": 5,
                      "WTX_BYTES": 10,
                      "WTX_BYTES_MAX": 8,
                      "WTX_BYTES_MAX_TS": 4,
                      "WTX_PKTS": 6,
                      "WTX_PKTS_MAX": 1,
                      "WTX_PKTS_MAX_TS": 5
                    },
                    {
                      "BW_PCT_UTIL_AVG": 1,
                      "BW_PCT_UTIL_MAX": 8,
                      "BW_PCT_UTIL_MAX_TS": 5,
                      "COMP_L2W": 5,
                      "COMP_L2WMAX": 3,
                      "COMP_L2WMAX_TS": 8,
                      "COMP_NOOHEAD_L2W": 10,
                      "COMP_NOOHEAD_L2WMAX": 4,
                      "COMP_NOOHEAD_L2WMAX_TS": 7,
                      "COMP_NOOHEAD_W2L": 3,
                      "COMP_NOOHEAD_W2LMAX": 2,
                      "COMP_NOOHEAD_W2LMAX_TS": 6,
                      "COMP_W2L": 5,
                      "COMP_W2LMAX": 5,
                      "COMP_W2LMAX_TS": 3,
                      "CREATED": 8,
                      "CREATED_MAX": 8,
                      "CREATED_MAX_TS": 4,
                      "DELETED": 6,
                      "DELETED_MAX": 3,
                      "DELETED_MAX_TS": 3,
                      "LATENCY_AVG": 7,
                      "LATENCY_MAX": 7,
                      "LATENCY_MAX_TS": 7,
                      "LATENCY_MIN": 8,
                      "LATENCY_MIN_FROM_PEAK": 4,
                      "LATENCY_MIN_TS": 3,
                      "LRX_BYTES": 7,
                      "LRX_BYTES_MAX": 10,
                      "LRX_BYTES_MAX_TS": 6,
                      "LRX_PKTS": 10,
                      "LRX_PKTS_MAX": 10,
                      "LRX_PKTS_MAX_TS": 5,
                      "LTX_BYTES": 2,
                      "LTX_BYTES_MAX": 3,
                      "LTX_BYTES_MAX_TS": 5,
                      "LTX_PKTS": 3,
                      "LTX_PKTS_MAX": 4,
                      "LTX_PKTS_MAX_TS": 9,
                      "NON_TCP_FLOWS": 3,
                      "NON_TCP_FLOWS_MAX": 8,
                      "NON_TCP_FLOWS_MAX_TS": 4,
                      "OHEAD_WRX_BYTES": 8,
                      "OHEAD_WRX_BYTES_MAX": 4,
                      "OHEAD_WRX_BYTES_MAX_TS": 4,
                      "OHEAD_WRX_HDR_BYTES": 1,
                      "OHEAD_WRX_HDR_BYTES_MAX": 6,
                      "OHEAD_WRX_HDR_BYTES_MAX_TS": 8,
                      "OHEAD_WRX_PKTS": 10,
                      "OHEAD_WRX_PKTS_MAX": 3,
                      "OHEAD_WRX_PKTS_MAX_TS": 5,
                      "OHEAD_WTX_BYTES": 3,
                      "OHEAD_WTX_BYTES_MAX": 2,
                      "OHEAD_WTX_BYTES_MAX_TS": 3,
                      "OHEAD_WTX_HDR_BYTES": 5,
                      "OHEAD_WTX_HDR_BYTES_MAX": 7,
                      "OHEAD_WTX_HDR_BYTES_MAX_TS": 4,
                      "OHEAD_WTX_PKTS": 1,
                      "OHEAD_WTX_PKTS_MAX": 1,
                      "OHEAD_WTX_PKTS_MAX_TS": 1,
                      "POST_LOSS": 4,
                      "POST_LOSS_MAX": 7,
                      "POST_LOSS_MAX_TS": 9,
                      "POST_PCT_LOSS": 8,
                      "POST_PCT_LOSS_MAX": 8,
                      "POST_PCT_LOSS_MAX_TS": 4,
                      "POST_PCT_POC": 2,
                      "POST_PCT_POCMAX": 9,
                      "POST_PCT_POCMAX_TS": 4,
                      "POST_POC": 3,
                      "POST_POCMAX": 9,
                      "POST_POCMAX_TS": 7,
                      "PRE_LOSS": 8,
                      "PRE_LOSS_MAX": 9,
                      "PRE_LOSS_MAX_TS": 9,
                      "PRE_PCT_LOSS": 9,
                      "PRE_PCT_LOSS_MAX": 4,
                      "PRE_PCT_LOSS_MAX_TS": 10,
                      "PRE_PCT_POC": 3,
                      "PRE_PCT_POCMAX": 3,
                      "PRE_PCT_POCMAX_TS": 8,
                      "PRE_POC": 5,
                      "PRE_POCMAX": 9,
                      "PRE_POCMAX_TS": 4,
                      "TCP_ACC_FLOWS": 4,
                      "TCP_ACC_FLOWS_MAX": 10,
                      "TCP_ACC_FLOWS_MAX_TS": 7,
                      "TCP_FLOWS": 5,
                      "TCP_FLOWS_MAX": 8,
                      "TCP_FLOWS_MAX_TS": 3,
                      "TIMESTAMP": 7,
                      "WRX_BYTES": 4,
                      "WRX_BYTES_MAX": 5,
                      "WRX_BYTES_MAX_TS": 3,
                      "WRX_PKTS": 3,
                      "WRX_PKTS_MAX": 3,
                      "WRX_PKTS_MAX_TS": 8,
                      "WTX_BYTES": 3,
                      "WTX_BYTES_MAX": 9,
                      "WTX_BYTES_MAX_TS": 6,
                      "WTX_PKTS": 1,
                      "WTX_PKTS_MAX": 5,
                      "WTX_PKTS_MAX_TS": 9
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/subnets/configured/{neId}": {
      "post": {
        "tags": [
          "Subnets"
        ],
        "operationId": "confSubnets",
        "description": "The parameters and request body are for method: confSubnets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "operation"
            }
          }
        }
      }
    },
    "/subnets/forDiscovered/{discoveredId}": {
      "get": {
        "tags": [
          "Subnets"
        ],
        "operationId": "getSubnetsForDiscoveredAppliance",
        "description": "The parameters and request body are for method: getSubnetsForDiscoveredAppliance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "moduleInfo": {
                      "type": "object",
                      "properties": {
                        "last change": {
                          "type": "string"
                        },
                        "last peer index": {
                          "type": "string"
                        },
                        "last time": {
                          "type": "string"
                        },
                        "last tx msg count": {
                          "type": "string"
                        },
                        "last tx rec count": {
                          "type": "string"
                        },
                        "last tx trans": {
                          "type": "string"
                        },
                        "local change": {
                          "type": "string"
                        },
                        "my system id": {
                          "type": "string"
                        },
                        "rx invalid msg": {
                          "type": "string"
                        },
                        "rx unknown msg": {
                          "type": "string"
                        },
                        "time since change": {
                          "type": "string"
                        }
                      }
                    },
                    "peers": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "index": {
                            "type": "string"
                          },
                          "peerIP": {
                            "type": "string"
                          },
                          "peerid": {
                            "type": "number"
                          },
                          "rxrecs": {
                            "type": "number"
                          },
                          "rxsecs": {
                            "type": "number"
                          },
                          "rxtabs": {
                            "type": "number"
                          },
                          "rxtrans": {
                            "type": "number"
                          },
                          "txsecs": {
                            "type": "number"
                          },
                          "txtrans": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "subnets": {
                      "type": "object",
                      "properties": {
                        "count": {
                          "type": "number"
                        },
                        "entries": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        },
                        "max": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "moduleInfo": {
                    "last change": "string",
                    "last peer index": "string",
                    "last time": "string",
                    "last tx msg count": "string",
                    "last tx rec count": "string",
                    "last tx trans": "string",
                    "local change": "string",
                    "my system id": "string",
                    "rx invalid msg": "string",
                    "rx unknown msg": "string",
                    "time since change": "string"
                  },
                  "peers": [
                    {
                      "index": "string",
                      "peerIP": "string",
                      "peerid": 1,
                      "rxrecs": 2,
                      "rxsecs": 5,
                      "rxtabs": 1,
                      "rxtrans": 3,
                      "txsecs": 4,
                      "txtrans": 6
                    },
                    {
                      "index": "string",
                      "peerIP": "string",
                      "peerid": 2,
                      "rxrecs": 1,
                      "rxsecs": 10,
                      "rxtabs": 4,
                      "rxtrans": 1,
                      "txsecs": 4,
                      "txtrans": 6
                    },
                    {
                      "index": "string",
                      "peerIP": "string",
                      "peerid": 8,
                      "rxrecs": 1,
                      "rxsecs": 2,
                      "rxtabs": 7,
                      "rxtrans": 10,
                      "txsecs": 10,
                      "txtrans": 10
                    },
                    {
                      "index": "string",
                      "peerIP": "string",
                      "peerid": 2,
                      "rxrecs": 7,
                      "rxsecs": 4,
                      "rxtabs": 7,
                      "rxtrans": 4,
                      "txsecs": 10,
                      "txtrans": 9
                    },
                    {
                      "index": "string",
                      "peerIP": "string",
                      "peerid": 4,
                      "rxrecs": 9,
                      "rxsecs": 2,
                      "rxtabs": 5,
                      "rxtrans": 5,
                      "txsecs": 3,
                      "txtrans": 3
                    },
                    {
                      "index": "string",
                      "peerIP": "string",
                      "peerid": 5,
                      "rxrecs": 7,
                      "rxsecs": 5,
                      "rxtabs": 1,
                      "rxtrans": 7,
                      "txsecs": 1,
                      "txtrans": 3
                    },
                    {
                      "index": "string",
                      "peerIP": "string",
                      "peerid": 1,
                      "rxrecs": 1,
                      "rxsecs": 4,
                      "rxtabs": 2,
                      "rxtrans": 7,
                      "txsecs": 5,
                      "txtrans": 4
                    }
                  ],
                  "subnets": {
                    "count": 1,
                    "entries": [
                      {},
                      {},
                      {}
                    ],
                    "max": 3
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "discoveredId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discoveredId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/subnets/setSubnetSharingOptions/{neId}": {
      "post": {
        "tags": [
          "Subnets"
        ],
        "operationId": "setSubnetSharingOptions",
        "description": "The parameters and request body are for method: setSubnetSharingOptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "subnetsSystemJson"
            }
          }
        }
      }
    },
    "/subnets/{getCachedData}/{neId}": {
      "get": {
        "tags": [
          "Subnets"
        ],
        "operationId": "getSubnets",
        "description": "The parameters and request body are for method: getSubnets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "moduleInfo": {
                      "type": "object",
                      "properties": {
                        "last change": {
                          "type": "string"
                        },
                        "last peer index": {
                          "type": "string"
                        },
                        "last time": {
                          "type": "string"
                        },
                        "last tx msg count": {
                          "type": "string"
                        },
                        "last tx rec count": {
                          "type": "string"
                        },
                        "last tx trans": {
                          "type": "string"
                        },
                        "local change": {
                          "type": "string"
                        },
                        "my system id": {
                          "type": "string"
                        },
                        "rx invalid msg": {
                          "type": "string"
                        },
                        "rx unknown msg": {
                          "type": "string"
                        },
                        "time since change": {
                          "type": "string"
                        }
                      }
                    },
                    "peers": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "index": {
                            "type": "string"
                          },
                          "peerIP": {
                            "type": "string"
                          },
                          "peerid": {
                            "type": "number"
                          },
                          "rxrecs": {
                            "type": "number"
                          },
                          "rxsecs": {
                            "type": "number"
                          },
                          "rxtabs": {
                            "type": "number"
                          },
                          "rxtrans": {
                            "type": "number"
                          },
                          "txsecs": {
                            "type": "number"
                          },
                          "txtrans": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "subnets": {
                      "type": "object",
                      "properties": {
                        "count": {
                          "type": "number"
                        },
                        "entries": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        },
                        "max": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "moduleInfo": {
                    "last change": "string",
                    "last peer index": "string",
                    "last time": "string",
                    "last tx msg count": "string",
                    "last tx rec count": "string",
                    "last tx trans": "string",
                    "local change": "string",
                    "my system id": "string",
                    "rx invalid msg": "string",
                    "rx unknown msg": "string",
                    "time since change": "string"
                  },
                  "peers": [
                    {
                      "index": "string",
                      "peerIP": "string",
                      "peerid": 10,
                      "rxrecs": 2,
                      "rxsecs": 6,
                      "rxtabs": 7,
                      "rxtrans": 2,
                      "txsecs": 10,
                      "txtrans": 5
                    },
                    {
                      "index": "string",
                      "peerIP": "string",
                      "peerid": 6,
                      "rxrecs": 6,
                      "rxsecs": 6,
                      "rxtabs": 10,
                      "rxtrans": 6,
                      "txsecs": 7,
                      "txtrans": 3
                    },
                    {
                      "index": "string",
                      "peerIP": "string",
                      "peerid": 5,
                      "rxrecs": 9,
                      "rxsecs": 4,
                      "rxtabs": 7,
                      "rxtrans": 1,
                      "txsecs": 10,
                      "txtrans": 8
                    },
                    {
                      "index": "string",
                      "peerIP": "string",
                      "peerid": 3,
                      "rxrecs": 10,
                      "rxsecs": 9,
                      "rxtabs": 2,
                      "rxtrans": 9,
                      "txsecs": 9,
                      "txtrans": 3
                    },
                    {
                      "index": "string",
                      "peerIP": "string",
                      "peerid": 10,
                      "rxrecs": 6,
                      "rxsecs": 7,
                      "rxtabs": 3,
                      "rxtrans": 3,
                      "txsecs": 8,
                      "txtrans": 2
                    },
                    {
                      "index": "string",
                      "peerIP": "string",
                      "peerid": 8,
                      "rxrecs": 5,
                      "rxsecs": 10,
                      "rxtabs": 2,
                      "rxtrans": 7,
                      "txsecs": 1,
                      "txtrans": 10
                    },
                    {
                      "index": "string",
                      "peerIP": "string",
                      "peerid": 6,
                      "rxrecs": 3,
                      "rxsecs": 9,
                      "rxtabs": 6,
                      "rxtrans": 1,
                      "txsecs": 4,
                      "txtrans": 7
                    },
                    {
                      "index": "string",
                      "peerIP": "string",
                      "peerid": 9,
                      "rxrecs": 5,
                      "rxsecs": 5,
                      "rxtabs": 6,
                      "rxtrans": 7,
                      "txsecs": 2,
                      "txtrans": 9
                    },
                    {
                      "index": "string",
                      "peerIP": "string",
                      "peerid": 8,
                      "rxrecs": 9,
                      "rxsecs": 10,
                      "rxtabs": 6,
                      "rxtrans": 1,
                      "txsecs": 9,
                      "txtrans": 6
                    },
                    {
                      "index": "string",
                      "peerIP": "string",
                      "peerid": 7,
                      "rxrecs": 8,
                      "rxsecs": 10,
                      "rxtabs": 3,
                      "rxtrans": 9,
                      "txsecs": 6,
                      "txtrans": 9
                    }
                  ],
                  "subnets": {
                    "count": 4,
                    "entries": [
                      {},
                      {},
                      {},
                      {}
                    ],
                    "max": 4
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "getCachedData",
            "in": "path",
            "required": true,
            "schema": {
              "title": "getCachedData",
              "type": "boolean"
            }
          },
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          },
          {
            "name": "subnet",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/systemInfo/system/{neId}": {
      "get": {
        "tags": [
          "SystemInfo"
        ],
        "operationId": "appSystemDeployInfo",
        "description": "The parameters and request body are for method: appSystemDeployInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "auto_ipid": {
                      "type": "boolean"
                    },
                    "auto_pol_lookup_intvl": {
                      "type": "number"
                    },
                    "auto_subnet": {
                      "type": "object",
                      "properties": {
                        "add_local": {
                          "type": "boolean"
                        },
                        "add_local_lan": {
                          "type": "boolean"
                        },
                        "add_local_metric": {
                          "type": "number"
                        },
                        "add_local_wan": {
                          "type": "boolean"
                        },
                        "local_ospf_filter": {
                          "type": "number"
                        },
                        "redist_bgp": {
                          "type": "boolean"
                        },
                        "redist_ospf": {
                          "type": "boolean"
                        },
                        "redist_ospf_filter": {
                          "type": "number"
                        },
                        "redist_ospf_metric": {
                          "type": "number"
                        },
                        "self": {
                          "type": "boolean"
                        }
                      }
                    },
                    "auto_syn": {
                      "type": "boolean"
                    },
                    "auto_tunnel": {
                      "type": "boolean"
                    },
                    "bridge_loop_test": {
                      "type": "boolean"
                    },
                    "bw": {
                      "type": "object",
                      "properties": {
                        "if_rx_target": {
                          "type": "boolean"
                        }
                      }
                    },
                    "disk_encrypt_enable": {
                      "type": "boolean"
                    },
                    "dpc": {
                      "type": "object",
                      "properties": {
                        "tunfail": {
                          "type": "string"
                        }
                      }
                    },
                    "excess_flow": {
                      "type": "object",
                      "properties": {
                        "dscp_marking": {
                          "type": "boolean"
                        },
                        "policy": {
                          "type": "string"
                        }
                      }
                    },
                    "ha_if": {
                      "type": "string"
                    },
                    "idrc": {
                      "type": "object",
                      "properties": {
                        "param_delta": {
                          "type": "number"
                        },
                        "param_g": {
                          "type": "number"
                        },
                        "param_m": {
                          "type": "number"
                        },
                        "param_y": {
                          "type": "number"
                        }
                      }
                    },
                    "igmp_snooping": {
                      "type": "boolean"
                    },
                    "int_hairpin": {
                      "type": "boolean"
                    },
                    "ipsec_override": {
                      "type": "boolean"
                    },
                    "max_tcp_mss": {
                      "type": "number"
                    },
                    "nat": {
                      "type": "boolean"
                    },
                    "network_role": {
                      "type": "number"
                    },
                    "nm_fsp_enable": {
                      "type": "boolean"
                    },
                    "nm_media": {
                      "type": "number"
                    },
                    "nm_mode": {
                      "type": "number"
                    },
                    "node_dns": {
                      "type": "object",
                      "properties": {
                        "enable": {
                          "type": "boolean"
                        },
                        "ipaddr": {
                          "type": "string"
                        }
                      }
                    },
                    "options": {
                      "type": "number"
                    },
                    "orch_guid": {
                      "type": "string"
                    },
                    "passthru_to_sender": {
                      "type": "boolean"
                    },
                    "port_fwd_rules": {
                      "type": "string"
                    },
                    "quies_tun_ka_intvl": {
                      "type": "number"
                    },
                    "serverMode": {
                      "type": "object",
                      "properties": {
                        "in_max_bw": {
                          "type": "number"
                        },
                        "out_max_bw": {
                          "type": "number"
                        },
                        "target_in_thres": {
                          "type": "number"
                        },
                        "target_out_thres": {
                          "type": "number"
                        }
                      }
                    },
                    "shaperinbound": {
                      "type": "object",
                      "properties": {
                        "wan": {
                          "type": "object",
                          "properties": {
                            "accuracy": {
                              "type": "number"
                            },
                            "dyn_bw_enable": {
                              "type": "boolean"
                            },
                            "enable": {
                              "type": "boolean"
                            },
                            "max_bw": {
                              "type": "number"
                            },
                            "self": {
                              "type": "string"
                            },
                            "traffic-class": {
                              "type": "object",
                              "properties": {
                                "<traffic_class_id>": {
                                  "type": "object",
                                  "properties": {
                                    "excess": {
                                      "type": "number"
                                    },
                                    "flow_limit": {
                                      "type": "number"
                                    },
                                    "max_bw": {
                                      "type": "number"
                                    },
                                    "max_bw_abs": {
                                      "type": "number"
                                    },
                                    "max_wait": {
                                      "type": "number"
                                    },
                                    "min_bw": {
                                      "type": "number"
                                    },
                                    "min_bw_abs": {
                                      "type": "number"
                                    },
                                    "priority": {
                                      "type": "number"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "smb_signing": {
                      "type": "boolean"
                    },
                    "udp_inact_time": {
                      "type": "number"
                    },
                    "udp_ipsec_lcl_ports": {
                      "type": "string"
                    },
                    "udp_ipsec_peer_ports": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "auto_ipid": true,
                  "auto_pol_lookup_intvl": 3,
                  "auto_subnet": {
                    "add_local": true,
                    "add_local_lan": true,
                    "add_local_metric": 4,
                    "add_local_wan": false,
                    "local_ospf_filter": 2,
                    "redist_bgp": true,
                    "redist_ospf": false,
                    "redist_ospf_filter": 10,
                    "redist_ospf_metric": 7,
                    "self": false
                  },
                  "auto_syn": false,
                  "auto_tunnel": false,
                  "bridge_loop_test": false,
                  "bw": {
                    "if_rx_target": false
                  },
                  "disk_encrypt_enable": true,
                  "dpc": {
                    "tunfail": "string"
                  },
                  "excess_flow": {
                    "dscp_marking": false,
                    "policy": "string"
                  },
                  "ha_if": "string",
                  "idrc": {
                    "param_delta": 3,
                    "param_g": 4,
                    "param_m": 3,
                    "param_y": 10
                  },
                  "igmp_snooping": true,
                  "int_hairpin": true,
                  "ipsec_override": false,
                  "max_tcp_mss": 10,
                  "nat": false,
                  "network_role": 6,
                  "nm_fsp_enable": false,
                  "nm_media": 8,
                  "nm_mode": 3,
                  "node_dns": {
                    "enable": false,
                    "ipaddr": "string"
                  },
                  "options": 9,
                  "orch_guid": "string",
                  "passthru_to_sender": false,
                  "port_fwd_rules": "string",
                  "quies_tun_ka_intvl": 6,
                  "serverMode": {
                    "in_max_bw": 5,
                    "out_max_bw": 1,
                    "target_in_thres": 6,
                    "target_out_thres": 2
                  },
                  "shaperinbound": {
                    "wan": {
                      "accuracy": 6,
                      "dyn_bw_enable": false,
                      "enable": false,
                      "max_bw": 4,
                      "self": "string",
                      "traffic-class": {
                        "<traffic_class_id>": {
                          "excess": 3,
                          "flow_limit": 5,
                          "max_bw": 2,
                          "max_bw_abs": 6,
                          "max_wait": 2,
                          "min_bw": 2,
                          "min_bw_abs": 7,
                          "priority": 9,
                          "self": 2
                        }
                      }
                    }
                  },
                  "smb_signing": false,
                  "udp_inact_time": 10,
                  "udp_ipsec_lcl_ports": "string",
                  "udp_ipsec_peer_ports": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/systemInfo/systemForDiscovered/{discoveredId}": {
      "get": {
        "tags": [
          "SystemInfo"
        ],
        "operationId": "discoveredAppSystemDeployInfo",
        "description": "The parameters and request body are for method: discoveredAppSystemDeployInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "auto_ipid": {
                      "type": "boolean"
                    },
                    "auto_pol_lookup_intvl": {
                      "type": "number"
                    },
                    "auto_subnet": {
                      "type": "object",
                      "properties": {
                        "add_local": {
                          "type": "boolean"
                        },
                        "add_local_lan": {
                          "type": "boolean"
                        },
                        "add_local_metric": {
                          "type": "number"
                        },
                        "add_local_wan": {
                          "type": "boolean"
                        },
                        "local_ospf_filter": {
                          "type": "number"
                        },
                        "redist_bgp": {
                          "type": "boolean"
                        },
                        "redist_ospf": {
                          "type": "boolean"
                        },
                        "redist_ospf_filter": {
                          "type": "number"
                        },
                        "redist_ospf_metric": {
                          "type": "number"
                        },
                        "self": {
                          "type": "boolean"
                        }
                      }
                    },
                    "auto_syn": {
                      "type": "boolean"
                    },
                    "auto_tunnel": {
                      "type": "boolean"
                    },
                    "bridge_loop_test": {
                      "type": "boolean"
                    },
                    "bw": {
                      "type": "object",
                      "properties": {
                        "if_rx_target": {
                          "type": "boolean"
                        }
                      }
                    },
                    "disk_encrypt_enable": {
                      "type": "boolean"
                    },
                    "dpc": {
                      "type": "object",
                      "properties": {
                        "tunfail": {
                          "type": "string"
                        }
                      }
                    },
                    "excess_flow": {
                      "type": "object",
                      "properties": {
                        "dscp_marking": {
                          "type": "boolean"
                        },
                        "policy": {
                          "type": "string"
                        }
                      }
                    },
                    "ha_if": {
                      "type": "string"
                    },
                    "idrc": {
                      "type": "object",
                      "properties": {
                        "param_delta": {
                          "type": "number"
                        },
                        "param_g": {
                          "type": "number"
                        },
                        "param_m": {
                          "type": "number"
                        },
                        "param_y": {
                          "type": "number"
                        }
                      }
                    },
                    "igmp_snooping": {
                      "type": "boolean"
                    },
                    "int_hairpin": {
                      "type": "boolean"
                    },
                    "ipsec_override": {
                      "type": "boolean"
                    },
                    "max_tcp_mss": {
                      "type": "number"
                    },
                    "nat": {
                      "type": "boolean"
                    },
                    "network_role": {
                      "type": "number"
                    },
                    "nm_fsp_enable": {
                      "type": "boolean"
                    },
                    "nm_media": {
                      "type": "number"
                    },
                    "nm_mode": {
                      "type": "number"
                    },
                    "node_dns": {
                      "type": "object",
                      "properties": {
                        "enable": {
                          "type": "boolean"
                        },
                        "ipaddr": {
                          "type": "string"
                        }
                      }
                    },
                    "options": {
                      "type": "number"
                    },
                    "orch_guid": {
                      "type": "string"
                    },
                    "passthru_to_sender": {
                      "type": "boolean"
                    },
                    "port_fwd_rules": {
                      "type": "string"
                    },
                    "quies_tun_ka_intvl": {
                      "type": "number"
                    },
                    "serverMode": {
                      "type": "object",
                      "properties": {
                        "in_max_bw": {
                          "type": "number"
                        },
                        "out_max_bw": {
                          "type": "number"
                        },
                        "target_in_thres": {
                          "type": "number"
                        },
                        "target_out_thres": {
                          "type": "number"
                        }
                      }
                    },
                    "shaperinbound": {
                      "type": "object",
                      "properties": {
                        "wan": {
                          "type": "object",
                          "properties": {
                            "accuracy": {
                              "type": "number"
                            },
                            "dyn_bw_enable": {
                              "type": "boolean"
                            },
                            "enable": {
                              "type": "boolean"
                            },
                            "max_bw": {
                              "type": "number"
                            },
                            "self": {
                              "type": "string"
                            },
                            "traffic-class": {
                              "type": "object",
                              "properties": {
                                "<traffic_class_id>": {
                                  "type": "object",
                                  "properties": {
                                    "excess": {
                                      "type": "number"
                                    },
                                    "flow_limit": {
                                      "type": "number"
                                    },
                                    "max_bw": {
                                      "type": "number"
                                    },
                                    "max_bw_abs": {
                                      "type": "number"
                                    },
                                    "max_wait": {
                                      "type": "number"
                                    },
                                    "min_bw": {
                                      "type": "number"
                                    },
                                    "min_bw_abs": {
                                      "type": "number"
                                    },
                                    "priority": {
                                      "type": "number"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "smb_signing": {
                      "type": "boolean"
                    },
                    "udp_inact_time": {
                      "type": "number"
                    },
                    "udp_ipsec_lcl_ports": {
                      "type": "string"
                    },
                    "udp_ipsec_peer_ports": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "auto_ipid": false,
                  "auto_pol_lookup_intvl": 6,
                  "auto_subnet": {
                    "add_local": false,
                    "add_local_lan": true,
                    "add_local_metric": 5,
                    "add_local_wan": true,
                    "local_ospf_filter": 8,
                    "redist_bgp": false,
                    "redist_ospf": true,
                    "redist_ospf_filter": 10,
                    "redist_ospf_metric": 2,
                    "self": false
                  },
                  "auto_syn": true,
                  "auto_tunnel": true,
                  "bridge_loop_test": false,
                  "bw": {
                    "if_rx_target": false
                  },
                  "disk_encrypt_enable": false,
                  "dpc": {
                    "tunfail": "string"
                  },
                  "excess_flow": {
                    "dscp_marking": true,
                    "policy": "string"
                  },
                  "ha_if": "string",
                  "idrc": {
                    "param_delta": 6,
                    "param_g": 1,
                    "param_m": 6,
                    "param_y": 8
                  },
                  "igmp_snooping": false,
                  "int_hairpin": true,
                  "ipsec_override": false,
                  "max_tcp_mss": 7,
                  "nat": true,
                  "network_role": 10,
                  "nm_fsp_enable": false,
                  "nm_media": 6,
                  "nm_mode": 9,
                  "node_dns": {
                    "enable": false,
                    "ipaddr": "string"
                  },
                  "options": 1,
                  "orch_guid": "string",
                  "passthru_to_sender": false,
                  "port_fwd_rules": "string",
                  "quies_tun_ka_intvl": 8,
                  "serverMode": {
                    "in_max_bw": 5,
                    "out_max_bw": 4,
                    "target_in_thres": 2,
                    "target_out_thres": 6
                  },
                  "shaperinbound": {
                    "wan": {
                      "accuracy": 1,
                      "dyn_bw_enable": true,
                      "enable": true,
                      "max_bw": 5,
                      "self": "string",
                      "traffic-class": {
                        "<traffic_class_id>": {
                          "excess": 7,
                          "flow_limit": 2,
                          "max_bw": 2,
                          "max_bw_abs": 4,
                          "max_wait": 6,
                          "min_bw": 2,
                          "min_bw_abs": 6,
                          "priority": 7,
                          "self": 9
                        }
                      }
                    }
                  },
                  "smb_signing": false,
                  "udp_inact_time": 9,
                  "udp_ipsec_lcl_ports": "string",
                  "udp_ipsec_peer_ports": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "discoveredId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discoveredId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/systemInfo/{neId}": {
      "get": {
        "tags": [
          "SystemInfo"
        ],
        "operationId": "appSystemStateInfo",
        "description": "The parameters and request body are for method: appSystemStateInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "alarmSummary": {
                      "type": "object",
                      "properties": {
                        "num_critical": {
                          "type": "number"
                        },
                        "num_equipment_outstanding": {
                          "type": "number"
                        },
                        "num_major": {
                          "type": "number"
                        },
                        "num_minor": {
                          "type": "number"
                        },
                        "num_outstanding": {
                          "type": "number"
                        },
                        "num_software_outstanding": {
                          "type": "number"
                        },
                        "num_tca_outstanding": {
                          "type": "number"
                        },
                        "num_traffic_class_outstanding": {
                          "type": "number"
                        },
                        "num_tunnel_outstanding": {
                          "type": "number"
                        },
                        "num_warning": {
                          "type": "number"
                        }
                      }
                    },
                    "applianceid": {
                      "type": "number"
                    },
                    "biosVersion": {
                      "type": "string"
                    },
                    "datetime": {
                      "type": "string"
                    },
                    "deploymentMode": {
                      "type": "string"
                    },
                    "gmtOffset": {
                      "type": "number"
                    },
                    "hasUnsavedChanges": {
                      "type": "boolean"
                    },
                    "hostName": {
                      "type": "string"
                    },
                    "isLicenseInstalled": {
                      "type": "boolean"
                    },
                    "licenseExpirationDaysLeft": {
                      "type": "number"
                    },
                    "licenseExpiryDate": {
                      "type": "number"
                    },
                    "licenseRequired": {
                      "type": "boolean"
                    },
                    "model": {
                      "type": "string"
                    },
                    "modelShort": {
                      "type": "string"
                    },
                    "rebootRequired": {
                      "type": "boolean"
                    },
                    "release": {
                      "type": "string"
                    },
                    "releaseWithoutPrefix": {
                      "type": "string"
                    },
                    "serial": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "timezone": {
                      "type": "string"
                    },
                    "uptime": {
                      "type": "number"
                    },
                    "uptimeString": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "alarmSummary": {
                    "num_critical": 9,
                    "num_equipment_outstanding": 1,
                    "num_major": 10,
                    "num_minor": 9,
                    "num_outstanding": 4,
                    "num_software_outstanding": 9,
                    "num_tca_outstanding": 1,
                    "num_traffic_class_outstanding": 4,
                    "num_tunnel_outstanding": 8,
                    "num_warning": 5
                  },
                  "applianceid": 7,
                  "biosVersion": "string",
                  "datetime": "string",
                  "deploymentMode": "string",
                  "gmtOffset": 9,
                  "hasUnsavedChanges": true,
                  "hostName": "string",
                  "isLicenseInstalled": true,
                  "licenseExpirationDaysLeft": 2,
                  "licenseExpiryDate": 1,
                  "licenseRequired": true,
                  "model": "string",
                  "modelShort": "string",
                  "rebootRequired": true,
                  "release": "string",
                  "releaseWithoutPrefix": "string",
                  "serial": "string",
                  "status": "string",
                  "timezone": "string",
                  "uptime": 7,
                  "uptimeString": "string",
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tca/tunnel/{neId}": {
      "get": {
        "tags": [
          "Tca"
        ],
        "operationId": "getTunnelTca",
        "description": "The parameters and request body are for method: getTunnelTca. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "latency": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        },
                        "wc": {
                          "type": "object",
                          "properties": {
                            "<tunnel name>": {
                              "type": "object",
                              "properties": {
                                "enable": {
                                  "type": "boolean"
                                },
                                "falling": {
                                  "type": "object",
                                  "properties": {
                                    "clearVal": {
                                      "type": "number"
                                    },
                                    "is_set": {
                                      "type": "boolean"
                                    },
                                    "raiseVal": {
                                      "type": "number"
                                    },
                                    "sustain": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "rising": {
                                  "type": "object",
                                  "properties": {
                                    "clearVal": {
                                      "type": "number"
                                    },
                                    "is_set": {
                                      "type": "boolean"
                                    },
                                    "raiseVal": {
                                      "type": "number"
                                    },
                                    "sustain": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "self": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "loss-post-fec": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        },
                        "wc": {
                          "type": "object",
                          "properties": {
                            "<tunnel name>": {
                              "type": "object",
                              "properties": {
                                "enable": {
                                  "type": "boolean"
                                },
                                "falling": {
                                  "type": "object",
                                  "properties": {
                                    "clearVal": {
                                      "type": "number"
                                    },
                                    "is_set": {
                                      "type": "boolean"
                                    },
                                    "raiseVal": {
                                      "type": "number"
                                    },
                                    "sustain": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "rising": {
                                  "type": "object",
                                  "properties": {
                                    "clearVal": {
                                      "type": "number"
                                    },
                                    "is_set": {
                                      "type": "boolean"
                                    },
                                    "raiseVal": {
                                      "type": "number"
                                    },
                                    "sustain": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "self": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "loss-pre-fec": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        },
                        "wc": {
                          "type": "object",
                          "properties": {
                            "<tunnel name>": {
                              "type": "object",
                              "properties": {
                                "enable": {
                                  "type": "boolean"
                                },
                                "falling": {
                                  "type": "object",
                                  "properties": {
                                    "clearVal": {
                                      "type": "number"
                                    },
                                    "is_set": {
                                      "type": "boolean"
                                    },
                                    "raiseVal": {
                                      "type": "number"
                                    },
                                    "sustain": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "rising": {
                                  "type": "object",
                                  "properties": {
                                    "clearVal": {
                                      "type": "number"
                                    },
                                    "is_set": {
                                      "type": "boolean"
                                    },
                                    "raiseVal": {
                                      "type": "number"
                                    },
                                    "sustain": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "self": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "oop-post-poc": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        },
                        "wc": {
                          "type": "object",
                          "properties": {
                            "<tunnel name>": {
                              "type": "object",
                              "properties": {
                                "enable": {
                                  "type": "boolean"
                                },
                                "falling": {
                                  "type": "object",
                                  "properties": {
                                    "clearVal": {
                                      "type": "number"
                                    },
                                    "is_set": {
                                      "type": "boolean"
                                    },
                                    "raiseVal": {
                                      "type": "number"
                                    },
                                    "sustain": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "rising": {
                                  "type": "object",
                                  "properties": {
                                    "clearVal": {
                                      "type": "number"
                                    },
                                    "is_set": {
                                      "type": "boolean"
                                    },
                                    "raiseVal": {
                                      "type": "number"
                                    },
                                    "sustain": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "self": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "oop-pre-poc": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        },
                        "wc": {
                          "type": "object",
                          "properties": {
                            "<tunnel name>": {
                              "type": "object",
                              "properties": {
                                "enable": {
                                  "type": "boolean"
                                },
                                "falling": {
                                  "type": "object",
                                  "properties": {
                                    "clearVal": {
                                      "type": "number"
                                    },
                                    "is_set": {
                                      "type": "boolean"
                                    },
                                    "raiseVal": {
                                      "type": "number"
                                    },
                                    "sustain": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "rising": {
                                  "type": "object",
                                  "properties": {
                                    "clearVal": {
                                      "type": "number"
                                    },
                                    "is_set": {
                                      "type": "boolean"
                                    },
                                    "raiseVal": {
                                      "type": "number"
                                    },
                                    "sustain": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "self": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "reduction": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        },
                        "wc": {
                          "type": "object",
                          "properties": {
                            "<tunnel name>": {
                              "type": "object",
                              "properties": {
                                "enable": {
                                  "type": "boolean"
                                },
                                "falling": {
                                  "type": "object",
                                  "properties": {
                                    "clearVal": {
                                      "type": "number"
                                    },
                                    "is_set": {
                                      "type": "boolean"
                                    },
                                    "raiseVal": {
                                      "type": "number"
                                    },
                                    "sustain": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "rising": {
                                  "type": "object",
                                  "properties": {
                                    "clearVal": {
                                      "type": "number"
                                    },
                                    "is_set": {
                                      "type": "boolean"
                                    },
                                    "raiseVal": {
                                      "type": "number"
                                    },
                                    "sustain": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "self": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "utilization": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        },
                        "wc": {
                          "type": "object",
                          "properties": {
                            "<tunnel name>": {
                              "type": "object",
                              "properties": {
                                "enable": {
                                  "type": "boolean"
                                },
                                "falling": {
                                  "type": "object",
                                  "properties": {
                                    "clearVal": {
                                      "type": "number"
                                    },
                                    "is_set": {
                                      "type": "boolean"
                                    },
                                    "raiseVal": {
                                      "type": "number"
                                    },
                                    "sustain": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "rising": {
                                  "type": "object",
                                  "properties": {
                                    "clearVal": {
                                      "type": "number"
                                    },
                                    "is_set": {
                                      "type": "boolean"
                                    },
                                    "raiseVal": {
                                      "type": "number"
                                    },
                                    "sustain": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "self": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "latency": {
                    "UI": {
                      "allow_config": true,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 10
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": true,
                    "allow_falling": false,
                    "allow_rising": false,
                    "dft": {
                      "enable": true,
                      "falling": {
                        "clearVal": 8,
                        "is_set": true,
                        "raiseVal": 9,
                        "sustain": 3
                      },
                      "rising": {
                        "clearVal": 6,
                        "is_set": true,
                        "raiseVal": 5,
                        "sustain": 9
                      }
                    },
                    "threshold_max": 7,
                    "threshold_min": 9,
                    "wc": {
                      "<tunnel name>": {
                        "enable": false,
                        "falling": {
                          "clearVal": 9,
                          "is_set": true,
                          "raiseVal": 8,
                          "sustain": 2
                        },
                        "rising": {
                          "clearVal": 4,
                          "is_set": true,
                          "raiseVal": 10,
                          "sustain": 7
                        },
                        "self": "string"
                      }
                    }
                  },
                  "loss-post-fec": {
                    "UI": {
                      "allow_config": false,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 7
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": false,
                    "allow_falling": false,
                    "allow_rising": true,
                    "dft": {
                      "enable": true,
                      "falling": {
                        "clearVal": 5,
                        "is_set": false,
                        "raiseVal": 8,
                        "sustain": 10
                      },
                      "rising": {
                        "clearVal": 3,
                        "is_set": false,
                        "raiseVal": 5,
                        "sustain": 3
                      }
                    },
                    "threshold_max": 3,
                    "threshold_min": 2,
                    "wc": {
                      "<tunnel name>": {
                        "enable": false,
                        "falling": {
                          "clearVal": 2,
                          "is_set": true,
                          "raiseVal": 8,
                          "sustain": 3
                        },
                        "rising": {
                          "clearVal": 7,
                          "is_set": true,
                          "raiseVal": 1,
                          "sustain": 7
                        },
                        "self": "string"
                      }
                    }
                  },
                  "loss-pre-fec": {
                    "UI": {
                      "allow_config": true,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 4
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": true,
                    "allow_falling": true,
                    "allow_rising": true,
                    "dft": {
                      "enable": true,
                      "falling": {
                        "clearVal": 5,
                        "is_set": false,
                        "raiseVal": 9,
                        "sustain": 4
                      },
                      "rising": {
                        "clearVal": 1,
                        "is_set": false,
                        "raiseVal": 9,
                        "sustain": 8
                      }
                    },
                    "threshold_max": 1,
                    "threshold_min": 5,
                    "wc": {
                      "<tunnel name>": {
                        "enable": true,
                        "falling": {
                          "clearVal": 4,
                          "is_set": true,
                          "raiseVal": 8,
                          "sustain": 4
                        },
                        "rising": {
                          "clearVal": 5,
                          "is_set": true,
                          "raiseVal": 6,
                          "sustain": 2
                        },
                        "self": "string"
                      }
                    }
                  },
                  "oop-post-poc": {
                    "UI": {
                      "allow_config": false,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 10
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": true,
                    "allow_falling": false,
                    "allow_rising": false,
                    "dft": {
                      "enable": true,
                      "falling": {
                        "clearVal": 3,
                        "is_set": false,
                        "raiseVal": 3,
                        "sustain": 6
                      },
                      "rising": {
                        "clearVal": 8,
                        "is_set": true,
                        "raiseVal": 9,
                        "sustain": 10
                      }
                    },
                    "threshold_max": 5,
                    "threshold_min": 7,
                    "wc": {
                      "<tunnel name>": {
                        "enable": true,
                        "falling": {
                          "clearVal": 8,
                          "is_set": false,
                          "raiseVal": 7,
                          "sustain": 6
                        },
                        "rising": {
                          "clearVal": 1,
                          "is_set": false,
                          "raiseVal": 8,
                          "sustain": 3
                        },
                        "self": "string"
                      }
                    }
                  },
                  "oop-pre-poc": {
                    "UI": {
                      "allow_config": true,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 3
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": true,
                    "allow_falling": false,
                    "allow_rising": true,
                    "dft": {
                      "enable": true,
                      "falling": {
                        "clearVal": 6,
                        "is_set": true,
                        "raiseVal": 7,
                        "sustain": 7
                      },
                      "rising": {
                        "clearVal": 9,
                        "is_set": true,
                        "raiseVal": 6,
                        "sustain": 2
                      }
                    },
                    "threshold_max": 7,
                    "threshold_min": 2,
                    "wc": {
                      "<tunnel name>": {
                        "enable": false,
                        "falling": {
                          "clearVal": 6,
                          "is_set": true,
                          "raiseVal": 3,
                          "sustain": 8
                        },
                        "rising": {
                          "clearVal": 4,
                          "is_set": false,
                          "raiseVal": 8,
                          "sustain": 5
                        },
                        "self": "string"
                      }
                    }
                  },
                  "reduction": {
                    "UI": {
                      "allow_config": true,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 10
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": true,
                    "allow_falling": true,
                    "allow_rising": false,
                    "dft": {
                      "enable": true,
                      "falling": {
                        "clearVal": 6,
                        "is_set": true,
                        "raiseVal": 9,
                        "sustain": 1
                      },
                      "rising": {
                        "clearVal": 2,
                        "is_set": false,
                        "raiseVal": 2,
                        "sustain": 5
                      }
                    },
                    "threshold_max": 10,
                    "threshold_min": 1,
                    "wc": {
                      "<tunnel name>": {
                        "enable": true,
                        "falling": {
                          "clearVal": 2,
                          "is_set": true,
                          "raiseVal": 3,
                          "sustain": 7
                        },
                        "rising": {
                          "clearVal": 4,
                          "is_set": false,
                          "raiseVal": 6,
                          "sustain": 1
                        },
                        "self": "string"
                      }
                    }
                  },
                  "utilization": {
                    "UI": {
                      "allow_config": true,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 10
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": false,
                    "allow_falling": true,
                    "allow_rising": false,
                    "dft": {
                      "enable": false,
                      "falling": {
                        "clearVal": 10,
                        "is_set": true,
                        "raiseVal": 1,
                        "sustain": 10
                      },
                      "rising": {
                        "clearVal": 9,
                        "is_set": true,
                        "raiseVal": 3,
                        "sustain": 8
                      }
                    },
                    "threshold_max": 8,
                    "threshold_min": 5,
                    "wc": {
                      "<tunnel name>": {
                        "enable": true,
                        "falling": {
                          "clearVal": 2,
                          "is_set": false,
                          "raiseVal": 5,
                          "sustain": 5
                        },
                        "rising": {
                          "clearVal": 1,
                          "is_set": true,
                          "raiseVal": 9,
                          "sustain": 1
                        },
                        "self": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          },
          {
            "name": "cached",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tca/{neId}": {
      "get": {
        "tags": [
          "Tca"
        ],
        "operationId": "getSystemTca",
        "description": "The parameters and request body are for method: getSystemTca. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "file-system-utilization": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        }
                      }
                    },
                    "lan-side-rx-throughput": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        }
                      }
                    },
                    "latency": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        }
                      }
                    },
                    "loss-post-fec": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        }
                      }
                    },
                    "loss-pre-fec": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        }
                      }
                    },
                    "oop-post-poc": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        }
                      }
                    },
                    "oop-pre-poc": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        }
                      }
                    },
                    "optimized-flows": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        }
                      }
                    },
                    "reduction": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        }
                      }
                    },
                    "total-flows": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        }
                      }
                    },
                    "utilization": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        }
                      }
                    },
                    "wan-side-tx-throughput": {
                      "type": "object",
                      "properties": {
                        "UI": {
                          "type": "object",
                          "properties": {
                            "allow_config": {
                              "type": "boolean"
                            },
                            "descr": {
                              "type": "string"
                            },
                            "inst_bname": {
                              "type": "object",
                              "properties": {
                                "<a number from 1 to 1000>": {
                                  "type": "object",
                                  "properties": {
                                    "descr": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "self": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "units": {
                              "type": "string"
                            }
                          }
                        },
                        "allow_disable": {
                          "type": "boolean"
                        },
                        "allow_falling": {
                          "type": "boolean"
                        },
                        "allow_rising": {
                          "type": "boolean"
                        },
                        "dft": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "falling": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            },
                            "rising": {
                              "type": "object",
                              "properties": {
                                "clearVal": {
                                  "type": "number"
                                },
                                "is_set": {
                                  "type": "boolean"
                                },
                                "raiseVal": {
                                  "type": "number"
                                },
                                "sustain": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "threshold_max": {
                          "type": "number"
                        },
                        "threshold_min": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "file-system-utilization": {
                    "UI": {
                      "allow_config": false,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 1
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": false,
                    "allow_falling": true,
                    "allow_rising": true,
                    "dft": {
                      "enable": true,
                      "falling": {
                        "clearVal": 9,
                        "is_set": true,
                        "raiseVal": 2,
                        "sustain": 6
                      },
                      "rising": {
                        "clearVal": 8,
                        "is_set": true,
                        "raiseVal": 4,
                        "sustain": 9
                      }
                    },
                    "threshold_max": 2,
                    "threshold_min": 5
                  },
                  "lan-side-rx-throughput": {
                    "UI": {
                      "allow_config": true,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 5
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": false,
                    "allow_falling": true,
                    "allow_rising": true,
                    "dft": {
                      "enable": true,
                      "falling": {
                        "clearVal": 3,
                        "is_set": true,
                        "raiseVal": 3,
                        "sustain": 9
                      },
                      "rising": {
                        "clearVal": 7,
                        "is_set": false,
                        "raiseVal": 2,
                        "sustain": 7
                      }
                    },
                    "threshold_max": 8,
                    "threshold_min": 7
                  },
                  "latency": {
                    "UI": {
                      "allow_config": false,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 3
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": true,
                    "allow_falling": false,
                    "allow_rising": false,
                    "dft": {
                      "enable": true,
                      "falling": {
                        "clearVal": 3,
                        "is_set": true,
                        "raiseVal": 10,
                        "sustain": 2
                      },
                      "rising": {
                        "clearVal": 3,
                        "is_set": false,
                        "raiseVal": 8,
                        "sustain": 2
                      }
                    },
                    "threshold_max": 10,
                    "threshold_min": 8
                  },
                  "loss-post-fec": {
                    "UI": {
                      "allow_config": true,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 4
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": true,
                    "allow_falling": true,
                    "allow_rising": false,
                    "dft": {
                      "enable": true,
                      "falling": {
                        "clearVal": 5,
                        "is_set": false,
                        "raiseVal": 8,
                        "sustain": 4
                      },
                      "rising": {
                        "clearVal": 8,
                        "is_set": false,
                        "raiseVal": 3,
                        "sustain": 6
                      }
                    },
                    "threshold_max": 9,
                    "threshold_min": 3
                  },
                  "loss-pre-fec": {
                    "UI": {
                      "allow_config": true,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 3
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": false,
                    "allow_falling": true,
                    "allow_rising": false,
                    "dft": {
                      "enable": true,
                      "falling": {
                        "clearVal": 4,
                        "is_set": false,
                        "raiseVal": 5,
                        "sustain": 10
                      },
                      "rising": {
                        "clearVal": 8,
                        "is_set": true,
                        "raiseVal": 7,
                        "sustain": 8
                      }
                    },
                    "threshold_max": 3,
                    "threshold_min": 5
                  },
                  "oop-post-poc": {
                    "UI": {
                      "allow_config": false,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 1
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": false,
                    "allow_falling": true,
                    "allow_rising": true,
                    "dft": {
                      "enable": true,
                      "falling": {
                        "clearVal": 7,
                        "is_set": false,
                        "raiseVal": 8,
                        "sustain": 4
                      },
                      "rising": {
                        "clearVal": 6,
                        "is_set": false,
                        "raiseVal": 5,
                        "sustain": 1
                      }
                    },
                    "threshold_max": 10,
                    "threshold_min": 1
                  },
                  "oop-pre-poc": {
                    "UI": {
                      "allow_config": true,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 3
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": false,
                    "allow_falling": false,
                    "allow_rising": false,
                    "dft": {
                      "enable": false,
                      "falling": {
                        "clearVal": 10,
                        "is_set": false,
                        "raiseVal": 6,
                        "sustain": 6
                      },
                      "rising": {
                        "clearVal": 7,
                        "is_set": true,
                        "raiseVal": 6,
                        "sustain": 4
                      }
                    },
                    "threshold_max": 6,
                    "threshold_min": 7
                  },
                  "optimized-flows": {
                    "UI": {
                      "allow_config": true,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 3
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": false,
                    "allow_falling": false,
                    "allow_rising": true,
                    "dft": {
                      "enable": true,
                      "falling": {
                        "clearVal": 4,
                        "is_set": true,
                        "raiseVal": 8,
                        "sustain": 4
                      },
                      "rising": {
                        "clearVal": 9,
                        "is_set": true,
                        "raiseVal": 5,
                        "sustain": 1
                      }
                    },
                    "threshold_max": 3,
                    "threshold_min": 3
                  },
                  "reduction": {
                    "UI": {
                      "allow_config": true,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 10
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": true,
                    "allow_falling": true,
                    "allow_rising": true,
                    "dft": {
                      "enable": true,
                      "falling": {
                        "clearVal": 4,
                        "is_set": false,
                        "raiseVal": 6,
                        "sustain": 7
                      },
                      "rising": {
                        "clearVal": 10,
                        "is_set": false,
                        "raiseVal": 7,
                        "sustain": 7
                      }
                    },
                    "threshold_max": 5,
                    "threshold_min": 1
                  },
                  "total-flows": {
                    "UI": {
                      "allow_config": false,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 10
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": true,
                    "allow_falling": true,
                    "allow_rising": false,
                    "dft": {
                      "enable": false,
                      "falling": {
                        "clearVal": 4,
                        "is_set": false,
                        "raiseVal": 1,
                        "sustain": 6
                      },
                      "rising": {
                        "clearVal": 4,
                        "is_set": false,
                        "raiseVal": 8,
                        "sustain": 2
                      }
                    },
                    "threshold_max": 8,
                    "threshold_min": 4
                  },
                  "utilization": {
                    "UI": {
                      "allow_config": false,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 8
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": true,
                    "allow_falling": false,
                    "allow_rising": true,
                    "dft": {
                      "enable": true,
                      "falling": {
                        "clearVal": 5,
                        "is_set": false,
                        "raiseVal": 5,
                        "sustain": 1
                      },
                      "rising": {
                        "clearVal": 5,
                        "is_set": false,
                        "raiseVal": 3,
                        "sustain": 6
                      }
                    },
                    "threshold_max": 10,
                    "threshold_min": 6
                  },
                  "wan-side-tx-throughput": {
                    "UI": {
                      "allow_config": true,
                      "descr": "string",
                      "inst_bname": {
                        "<a number from 1 to 1000>": {
                          "descr": "string",
                          "name": "string",
                          "self": 8
                        }
                      },
                      "units": "string"
                    },
                    "allow_disable": true,
                    "allow_falling": false,
                    "allow_rising": true,
                    "dft": {
                      "enable": true,
                      "falling": {
                        "clearVal": 6,
                        "is_set": false,
                        "raiseVal": 9,
                        "sustain": 8
                      },
                      "rising": {
                        "clearVal": 3,
                        "is_set": false,
                        "raiseVal": 1,
                        "sustain": 8
                      }
                    },
                    "threshold_max": 6,
                    "threshold_min": 7
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          },
          {
            "name": "cached",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tcpdump/run/": {
      "post": {
        "tags": [
          "Tcpdump"
        ],
        "operationId": "tcpdumpRun",
        "description": "The parameters and request body are for method: tcpdumpRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "postRunConfig"
            }
          }
        }
      }
    },
    "/tcpdump/status/{neId}": {
      "get": {
        "tags": [
          "Tcpdump"
        ],
        "operationId": "tcpdumpStatus",
        "description": "The parameters and request body are for method: tcpdumpStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "active": {
                      "type": "boolean"
                    },
                    "lastOneDone": {
                      "type": "boolean"
                    },
                    "progress": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "active": false,
                  "lastOneDone": false,
                  "progress": 4
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tcpdump/tcpdumpStatus": {
      "get": {
        "tags": [
          "Tcpdump"
        ],
        "operationId": "getTcpdumpTcpdumpStatus",
        "description": "The parameters and request body are for method: getTcpdumpTcpdumpStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/template/applianceAssociation/": {
      "get": {
        "tags": [
          "Template"
        ],
        "operationId": "associationAll",
        "description": "The parameters and request body are for method: associationAll. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nepk": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "nepk": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/template/applianceAssociation/{nePk}": {
      "get": {
        "tags": [
          "Template"
        ],
        "operationId": "associationOne",
        "description": "The parameters and request body are for method: associationOne. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "templateIds": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "templateIds": [
                    "string"
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Template"
        ],
        "operationId": "associationOnePost",
        "description": "The parameters and request body are for method: associationOnePost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/template/history/groupList/{nePk}": {
      "get": {
        "tags": [
          "Template"
        ],
        "operationId": "template",
        "description": "The parameters and request body are for method: template. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/template/history/{nePk}": {
      "get": {
        "tags": [
          "Template"
        ],
        "operationId": "getTemplateHistoryNePk",
        "description": "The parameters and request body are for method: getTemplateHistoryNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "appliedOn": {
                        "type": "number"
                      },
                      "nePk": {
                        "type": "string"
                      },
                      "status": {
                        "type": "string"
                      },
                      "statusMessage": {
                        "type": "string"
                      },
                      "templateGroup": {
                        "type": "string"
                      },
                      "templateName": {
                        "type": "string"
                      },
                      "user": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "appliedOn": 7,
                    "nePk": "string",
                    "status": "string",
                    "statusMessage": "string",
                    "templateGroup": "string",
                    "templateName": "string",
                    "user": "string"
                  },
                  {
                    "appliedOn": 2,
                    "nePk": "string",
                    "status": "string",
                    "statusMessage": "string",
                    "templateGroup": "string",
                    "templateName": "string",
                    "user": "string"
                  },
                  {
                    "appliedOn": 10,
                    "nePk": "string",
                    "status": "string",
                    "statusMessage": "string",
                    "templateGroup": "string",
                    "templateName": "string",
                    "user": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "latestOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/template/templateCreate": {
      "post": {
        "tags": [
          "Template"
        ],
        "operationId": "postTemplateTemplateCreate",
        "description": "The parameters and request body are for method: postTemplateTemplateCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/template/templateGroups": {
      "get": {
        "tags": [
          "Template"
        ],
        "operationId": "getTemplateTemplateGroups",
        "description": "The parameters and request body are for method: getTemplateTemplateGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "selectedTemplates": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      },
                      "templates": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "string",
                    "selectedTemplates": [
                      {},
                      {},
                      {}
                    ],
                    "templates": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ]
                  },
                  {
                    "name": "string",
                    "selectedTemplates": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "templates": [
                      {},
                      {},
                      {},
                      {},
                      {}
                    ]
                  },
                  {
                    "name": "string",
                    "selectedTemplates": [
                      {}
                    ],
                    "templates": [
                      {},
                      {},
                      {},
                      {}
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/template/templateGroups/{templateGroup}": {
      "delete": {
        "tags": [
          "Template"
        ],
        "operationId": "deleteTemplateTemplateGroupsTemplateGroup",
        "description": "The parameters and request body are for method: deleteTemplateTemplateGroupsTemplateGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "templateGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "templateGroup",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Template"
        ],
        "operationId": "getTemplateTemplateGroupsTemplateGroup",
        "description": "The parameters and request body are for method: getTemplateTemplateGroupsTemplateGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "selectedTemplates": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "templates": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "selectedTemplates": [
                    {},
                    {},
                    {}
                  ],
                  "templates": [
                    {},
                    {},
                    {},
                    {},
                    {},
                    {},
                    {},
                    {},
                    {}
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "templateGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "templateGroup",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Template"
        ],
        "operationId": "postTemplateTemplateGroupsTemplateGroup",
        "description": "The parameters and request body are for method: postTemplateTemplateGroupsTemplateGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "templateGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "templateGroup",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/template/templateGroupsPriorities": {
      "get": {
        "tags": [
          "Template"
        ],
        "operationId": "groupPrioGet",
        "description": "The parameters and request body are for method: groupPrioGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "priorities": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "priorities": [
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Template"
        ],
        "operationId": "groupPrioPost",
        "description": "The parameters and request body are for method: groupPrioPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/template/templateSelection/{templateGroup}": {
      "get": {
        "tags": [
          "Template"
        ],
        "operationId": "getTemplateTemplateSelectionTemplateGroup",
        "description": "The parameters and request body are for method: getTemplateTemplateSelectionTemplateGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "templateGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "templateGroup",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Template"
        ],
        "operationId": "postTemplateTemplateSelectionTemplateGroup",
        "description": "The parameters and request body are for method: postTemplateTemplateSelectionTemplateGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "templateGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "templateGroup",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/thirdPartyLicenses": {
      "get": {
        "tags": [
          "ThirdPartyLicenses"
        ],
        "operationId": "rdPartyLicenses",
        "description": "The parameters and request body are for method: rdPartyLicenses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {},
                  {},
                  {}
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/thirdPartyServices/zscaler/configuration": {
      "get": {
        "tags": [
          "ThirdPartyServices"
        ],
        "operationId": "zscalerConfigurationGet",
        "description": "The parameters and request body are for method: zscalerConfigurationGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "interfaces": {
                      "type": "array",
                      "items": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    },
                    "locationSetting": {
                      "type": "object",
                      "properties": {
                        "authRequired": {
                          "type": "boolean"
                        },
                        "ofwEnabled": {
                          "type": "boolean"
                        },
                        "sslScanEnabled": {
                          "type": "boolean"
                        },
                        "xffForwardEnabled": {
                          "type": "boolean"
                        }
                      }
                    },
                    "tunnelSetting": {
                      "type": "object",
                      "properties": {
                        "admin": {
                          "type": "string"
                        },
                        "authenticationAlgorithm": {
                          "type": "string"
                        },
                        "autoMaxBandwidthEnabled": {
                          "type": "boolean"
                        },
                        "dhgroup": {
                          "type": "string"
                        },
                        "dpdDelay": {
                          "type": "number"
                        },
                        "dpdRetry": {
                          "type": "number"
                        },
                        "encryptionAlgorithm": {
                          "type": "string"
                        },
                        "exchangeMode": {
                          "type": "string"
                        },
                        "idStr": {
                          "type": "string"
                        },
                        "idType": {
                          "type": "string"
                        },
                        "ikeAuthenticationAlgorithm": {
                          "type": "string"
                        },
                        "ikeEncryptionAlgorithm": {
                          "type": "string"
                        },
                        "ikeLifetime": {
                          "type": "number"
                        },
                        "ipsecAntiReplayWindow": {
                          "type": "string"
                        },
                        "lifebytes": {
                          "type": "number"
                        },
                        "lifetime": {
                          "type": "number"
                        },
                        "mode": {
                          "type": "string"
                        },
                        "natMode": {
                          "type": "string"
                        },
                        "pfs": {
                          "type": "boolean"
                        },
                        "pfsgroup": {
                          "type": "string"
                        },
                        "presharedKey": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "interfaces": [
                    [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    [
                      "string",
                      "string"
                    ],
                    [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    [
                      "string",
                      "string"
                    ],
                    [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    [
                      "string"
                    ]
                  ],
                  "locationSetting": {
                    "authRequired": false,
                    "ofwEnabled": true,
                    "sslScanEnabled": true,
                    "xffForwardEnabled": false
                  },
                  "tunnelSetting": {
                    "admin": "string",
                    "authenticationAlgorithm": "string",
                    "autoMaxBandwidthEnabled": true,
                    "dhgroup": "string",
                    "dpdDelay": 5,
                    "dpdRetry": 9,
                    "encryptionAlgorithm": "string",
                    "exchangeMode": "string",
                    "idStr": "string",
                    "idType": "string",
                    "ikeAuthenticationAlgorithm": "string",
                    "ikeEncryptionAlgorithm": "string",
                    "ikeLifetime": 5,
                    "ipsecAntiReplayWindow": "string",
                    "lifebytes": 7,
                    "lifetime": 1,
                    "mode": "string",
                    "natMode": "string",
                    "pfs": false,
                    "pfsgroup": "string",
                    "presharedKey": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ThirdPartyServices"
        ],
        "operationId": "zscalerConfigurationPost",
        "description": "The parameters and request body are for method: zscalerConfigurationPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "configuration"
            }
          }
        }
      }
    },
    "/thirdPartyServices/zscaler/connectivity": {
      "get": {
        "tags": [
          "ThirdPartyServices"
        ],
        "operationId": "zscalerConnectivityGet",
        "description": "The parameters and request body are for method: zscalerConnectivityGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "connectivity": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "connectivity": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/thirdPartyServices/zscaler/defaultTunnelSetting": {
      "get": {
        "tags": [
          "ThirdPartyServices"
        ],
        "operationId": "zscalerDefaultTunnelSettingGet",
        "description": "The parameters and request body are for method: zscalerDefaultTunnelSettingGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "admin": {
                      "type": "string"
                    },
                    "authenticationAlgorithm": {
                      "type": "string"
                    },
                    "autoMaxBandwidthEnabled": {
                      "type": "boolean"
                    },
                    "dhgroup": {
                      "type": "string"
                    },
                    "dpdDelay": {
                      "type": "number"
                    },
                    "dpdRetry": {
                      "type": "number"
                    },
                    "encryptionAlgorithm": {
                      "type": "string"
                    },
                    "exchangeMode": {
                      "type": "string"
                    },
                    "idStr": {
                      "type": "string"
                    },
                    "idType": {
                      "type": "string"
                    },
                    "ikeAuthenticationAlgorithm": {
                      "type": "string"
                    },
                    "ikeEncryptionAlgorithm": {
                      "type": "string"
                    },
                    "ikeLifetime": {
                      "type": "number"
                    },
                    "ipsecAntiReplayWindow": {
                      "type": "string"
                    },
                    "lifebytes": {
                      "type": "number"
                    },
                    "lifetime": {
                      "type": "number"
                    },
                    "mode": {
                      "type": "string"
                    },
                    "natMode": {
                      "type": "string"
                    },
                    "pfs": {
                      "type": "boolean"
                    },
                    "pfsgroup": {
                      "type": "string"
                    },
                    "presharedKey": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "admin": "string",
                  "authenticationAlgorithm": "string",
                  "autoMaxBandwidthEnabled": true,
                  "dhgroup": "string",
                  "dpdDelay": 3,
                  "dpdRetry": 4,
                  "encryptionAlgorithm": "string",
                  "exchangeMode": "string",
                  "idStr": "string",
                  "idType": "string",
                  "ikeAuthenticationAlgorithm": "string",
                  "ikeEncryptionAlgorithm": "string",
                  "ikeLifetime": 3,
                  "ipsecAntiReplayWindow": "string",
                  "lifebytes": 2,
                  "lifetime": 3,
                  "mode": "string",
                  "natMode": "string",
                  "pfs": true,
                  "pfsgroup": "string",
                  "presharedKey": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/thirdPartyServices/zscaler/pauseOrchestration": {
      "get": {
        "tags": [
          "ThirdPartyServices"
        ],
        "operationId": "zscalerPauseOrchestrationGet",
        "description": "The parameters and request body are for method: zscalerPauseOrchestrationGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "paused": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "paused": false
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ThirdPartyServices"
        ],
        "operationId": "zscalerPauseOrchestrationPost",
        "description": "The parameters and request body are for method: zscalerPauseOrchestrationPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "zscalerPauseObj"
            }
          }
        }
      }
    },
    "/thirdPartyServices/zscaler/remoteEndpointException": {
      "get": {
        "tags": [
          "ThirdPartyServices"
        ],
        "operationId": "zscalerRemoteEndpointExceptionGet",
        "description": "The parameters and request body are for method: zscalerRemoteEndpointExceptionGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<nePk>": {
                      "type": "object",
                      "properties": {
                        "<labelId>": {
                          "type": "object",
                          "properties": {
                            "ip1": {
                              "type": "string"
                            },
                            "ip2": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<nePk>": {
                    "<labelId>": {
                      "ip1": "string",
                      "ip2": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/thirdPartyServices/zscaler/subscription": {
      "delete": {
        "tags": [
          "ThirdPartyServices"
        ],
        "operationId": "zscalerSubscriptionDelete",
        "description": "The parameters and request body are for method: zscalerSubscriptionDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "ThirdPartyServices"
        ],
        "operationId": "zscalerSubscriptionGet",
        "description": "The parameters and request body are for method: zscalerSubscriptionGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cloud": {
                      "type": "string"
                    },
                    "domain": {
                      "type": "string"
                    },
                    "partnerKey": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "username": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "cloud": "string",
                  "domain": "string",
                  "partnerKey": "string",
                  "password": "string",
                  "username": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ThirdPartyServices"
        ],
        "operationId": "zscalerSubscriptionPost",
        "description": "The parameters and request body are for method: zscalerSubscriptionPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "subscription"
            }
          }
        }
      }
    },
    "/thirdPartyServices/zscaler/vpnLocationEndpointExceptionSetting": {
      "post": {
        "tags": [
          "ThirdPartyServices"
        ],
        "operationId": "zscalerVpnLocationExceptionPost",
        "description": "The parameters and request body are for method: zscalerVpnLocationExceptionPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "endpointException": {
                        "type": "string"
                      },
                      "endpointExceptionTimestamp": {
                        "type": "number"
                      },
                      "fqdn": {
                        "type": "string"
                      },
                      "nepk": {
                        "type": "string"
                      },
                      "presharedKey": {
                        "type": "string"
                      },
                      "vpnLocation": {
                        "type": "string"
                      },
                      "vpnLocationTimestamp": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "endpointException": "string",
                    "endpointExceptionTimestamp": 6,
                    "fqdn": "string",
                    "nepk": "string",
                    "presharedKey": "string",
                    "vpnLocation": "string",
                    "vpnLocationTimestamp": 2
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "applianceList": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "applianceList": "applianceList"
              }
            }
          }
        }
      }
    },
    "/tunnels/bonded": {
      "post": {
        "tags": [
          "Tunnels"
        ],
        "operationId": "getBondedTunnelsConfigurationAndStates",
        "description": "The parameters and request body are for method: getBondedTunnelsConfigurationAndStates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<tunnel name>": {
                      "type": "object",
                      "properties": {
                        "admin": {
                          "type": "string"
                        },
                        "auto_mtu": {
                          "type": "boolean"
                        },
                        "bound_tun": {
                          "type": "object",
                          "properties": {
                            "<boundTunnelName1>": {
                              "type": "string"
                            },
                            "<boundTunnelName2>": {
                              "type": "string"
                            }
                          }
                        },
                        "ctrl_pkt": {
                          "type": "object",
                          "properties": {
                            "fec_enable_str": {
                              "type": "string"
                            },
                            "fec_reset_intvl": {
                              "type": "number"
                            },
                            "frag_enable": {
                              "type": "boolean"
                            },
                            "reorder_wait": {
                              "type": "number"
                            }
                          }
                        },
                        "destination": {
                          "type": "string"
                        },
                        "gre_proto": {
                          "type": "number"
                        },
                        "id2": {
                          "type": "number"
                        },
                        "ipsec_arc_window": {
                          "type": "string"
                        },
                        "ipsec_enable": {
                          "type": "boolean"
                        },
                        "max_bw": {
                          "type": "number"
                        },
                        "max_bw_auto": {
                          "type": "boolean"
                        },
                        "min_bw": {
                          "type": "number"
                        },
                        "mode": {
                          "type": "string"
                        },
                        "mtu": {
                          "type": "number"
                        },
                        "options": {
                          "type": "number"
                        },
                        "pkt": {
                          "type": "object",
                          "properties": {
                            "fec_enable_str": {
                              "type": "string"
                            },
                            "fec_reset_intvl": {
                              "type": "number"
                            },
                            "frag_enable": {
                              "type": "boolean"
                            },
                            "reorder_wait": {
                              "type": "number"
                            }
                          }
                        },
                        "self": {
                          "type": "string"
                        },
                        "source": {
                          "type": "string"
                        },
                        "tag_name": {
                          "type": "string"
                        },
                        "threshold": {
                          "type": "object",
                          "properties": {
                            "dbw_aimd": {
                              "type": "boolean"
                            },
                            "dbw_rserc": {
                              "type": "boolean"
                            },
                            "retry_count": {
                              "type": "number"
                            }
                          }
                        },
                        "type": {
                          "type": "string"
                        },
                        "udp_dest_port": {
                          "type": "number"
                        },
                        "udp_flows": {
                          "type": "number"
                        }
                      }
                    },
                    "allTunnelState": {
                      "type": "object",
                      "properties": {
                        "<tunnel name>": {
                          "type": "object",
                          "properties": {
                            "auto_mtu": {
                              "type": "number"
                            },
                            "config_bin": {
                              "type": "string"
                            },
                            "cur_max_bw": {
                              "type": "string"
                            },
                            "cur_min_bw": {
                              "type": "string"
                            },
                            "cur_mtu": {
                              "type": "string"
                            },
                            "cur_set_max_bw": {
                              "type": "string"
                            },
                            "details": {
                              "type": "string"
                            },
                            "encap": {
                              "type": "string"
                            },
                            "encap_brief": {
                              "type": "string"
                            },
                            "ipsec_debug": {
                              "type": "string"
                            },
                            "ipsec_health": {
                              "type": "string"
                            },
                            "ipsec_sas": {
                              "type": "string"
                            },
                            "ipsec_stats": {
                              "type": "string"
                            },
                            "num_ipsec_sas": {
                              "type": "string"
                            },
                            "oper": {
                              "type": "string"
                            },
                            "pkt": {
                              "type": "object",
                              "properties": {
                                "cur_fec_enable": {
                                  "type": "string"
                                },
                                "cur_fec_reset_intvl": {
                                  "type": "string"
                                }
                              }
                            },
                            "qos_stats": {
                              "type": "string"
                            },
                            "quiescence": {
                              "type": "boolean"
                            },
                            "refunk": {
                              "type": "boolean"
                            },
                            "rem_sys_bw": {
                              "type": "string"
                            },
                            "remote_id": {
                              "type": "number"
                            },
                            "self": {
                              "type": "string"
                            },
                            "state_bin": {
                              "type": "string"
                            },
                            "uptime": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<tunnel name>": {
                    "admin": "string",
                    "auto_mtu": false,
                    "bound_tun": {
                      "<boundTunnelName1>": "string",
                      "<boundTunnelName2>": "string"
                    },
                    "ctrl_pkt": {
                      "fec_enable_str": "enable",
                      "fec_reset_intvl": 20,
                      "frag_enable": true,
                      "reorder_wait": 2
                    },
                    "destination": "string",
                    "gre_proto": 7,
                    "id2": 9,
                    "ipsec_arc_window": "string",
                    "ipsec_enable": true,
                    "max_bw": 5,
                    "max_bw_auto": false,
                    "min_bw": 1,
                    "mode": "string",
                    "mtu": 5,
                    "options": 7,
                    "pkt": {
                      "fec_enable_str": "auto",
                      "fec_reset_intvl": 5,
                      "frag_enable": true,
                      "reorder_wait": 10
                    },
                    "self": "string",
                    "source": "string",
                    "tag_name": "string",
                    "threshold": {
                      "dbw_aimd": true,
                      "dbw_rserc": false,
                      "retry_count": 8
                    },
                    "type": "string",
                    "udp_dest_port": 10,
                    "udp_flows": 9
                  },
                  "allTunnelState": {
                    "<tunnel name>": {
                      "auto_mtu": 8,
                      "config_bin": "string",
                      "cur_max_bw": "string",
                      "cur_min_bw": "string",
                      "cur_mtu": "string",
                      "cur_set_max_bw": "string",
                      "details": "string",
                      "encap": "string",
                      "encap_brief": "string",
                      "ipsec_debug": "string",
                      "ipsec_health": "string",
                      "ipsec_sas": "string",
                      "ipsec_stats": "string",
                      "num_ipsec_sas": "string",
                      "oper": "string",
                      "pkt": {
                        "cur_fec_enable": "string",
                        "cur_fec_reset_intvl": "string"
                      },
                      "qos_stats": "string",
                      "quiescence": true,
                      "refunk": true,
                      "rem_sys_bw": "string",
                      "remote_id": 5,
                      "self": "string",
                      "state_bin": "string",
                      "uptime": 4
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "overlayId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "neIds"
            }
          }
        }
      }
    },
    "/tunnels/bonded/state": {
      "post": {
        "tags": [
          "Tunnels"
        ],
        "operationId": "getBondedTunnelsStates",
        "description": "The parameters and request body are for method: getBondedTunnelsStates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<tunnel name>": {
                      "type": "object",
                      "properties": {
                        "auto_mtu": {
                          "type": "number"
                        },
                        "config_bin": {
                          "type": "string"
                        },
                        "cur_max_bw": {
                          "type": "string"
                        },
                        "cur_min_bw": {
                          "type": "string"
                        },
                        "cur_mtu": {
                          "type": "string"
                        },
                        "cur_set_max_bw": {
                          "type": "string"
                        },
                        "details": {
                          "type": "string"
                        },
                        "encap": {
                          "type": "string"
                        },
                        "encap_brief": {
                          "type": "string"
                        },
                        "ipsec_debug": {
                          "type": "string"
                        },
                        "ipsec_health": {
                          "type": "string"
                        },
                        "ipsec_sas": {
                          "type": "string"
                        },
                        "ipsec_stats": {
                          "type": "string"
                        },
                        "num_ipsec_sas": {
                          "type": "string"
                        },
                        "oper": {
                          "type": "string"
                        },
                        "pkt": {
                          "type": "object",
                          "properties": {
                            "cur_fec_enable": {
                              "type": "string"
                            },
                            "cur_fec_reset_intvl": {
                              "type": "string"
                            }
                          }
                        },
                        "qos_stats": {
                          "type": "string"
                        },
                        "quiescence": {
                          "type": "boolean"
                        },
                        "refunk": {
                          "type": "boolean"
                        },
                        "rem_sys_bw": {
                          "type": "string"
                        },
                        "remote_id": {
                          "type": "number"
                        },
                        "self": {
                          "type": "string"
                        },
                        "state_bin": {
                          "type": "string"
                        },
                        "uptime": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<tunnel name>": {
                    "auto_mtu": 10,
                    "config_bin": "string",
                    "cur_max_bw": "string",
                    "cur_min_bw": "string",
                    "cur_mtu": "string",
                    "cur_set_max_bw": "string",
                    "details": "string",
                    "encap": "string",
                    "encap_brief": "string",
                    "ipsec_debug": "string",
                    "ipsec_health": "string",
                    "ipsec_sas": "string",
                    "ipsec_stats": "string",
                    "num_ipsec_sas": "string",
                    "oper": "string",
                    "pkt": {
                      "cur_fec_enable": "string",
                      "cur_fec_reset_intvl": "string"
                    },
                    "qos_stats": "string",
                    "quiescence": true,
                    "refunk": false,
                    "rem_sys_bw": "string",
                    "remote_id": 1,
                    "self": "string",
                    "state_bin": "string",
                    "uptime": 3
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "neIds"
            }
          }
        }
      }
    },
    "/tunnels/physical": {
      "post": {
        "tags": [
          "Tunnels"
        ],
        "operationId": "getTunnelsConfigurationAndStates",
        "description": "The parameters and request body are for method: getTunnelsConfigurationAndStates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<tunnel name>": {
                      "type": "object",
                      "properties": {
                        "admin": {
                          "type": "string"
                        },
                        "auto_mtu": {
                          "type": "boolean"
                        },
                        "ctrl_pkt": {
                          "type": "object",
                          "properties": {
                            "fec_enable_str": {
                              "type": "string"
                            },
                            "fec_reset_intvl": {
                              "type": "number"
                            },
                            "frag_enable": {
                              "type": "boolean"
                            },
                            "reorder_wait": {
                              "type": "number"
                            }
                          }
                        },
                        "destination": {
                          "type": "string"
                        },
                        "gre_proto": {
                          "type": "number"
                        },
                        "ipsec_arc_window": {
                          "type": "string"
                        },
                        "ipsec_enable": {
                          "type": "boolean"
                        },
                        "max_bw": {
                          "type": "number"
                        },
                        "max_bw_auto": {
                          "type": "boolean"
                        },
                        "min_bw": {
                          "type": "number"
                        },
                        "mode": {
                          "type": "string"
                        },
                        "mtu": {
                          "type": "number"
                        },
                        "options": {
                          "type": "number"
                        },
                        "pkt": {
                          "type": "object",
                          "properties": {
                            "fec_enable_str": {
                              "type": "string"
                            },
                            "fec_reset_intvl": {
                              "type": "number"
                            },
                            "frag_enable": {
                              "type": "boolean"
                            },
                            "reorder_wait": {
                              "type": "number"
                            }
                          }
                        },
                        "self": {
                          "type": "string"
                        },
                        "source": {
                          "type": "string"
                        },
                        "threshold": {
                          "type": "object",
                          "properties": {
                            "dbw_aimd": {
                              "type": "boolean"
                            },
                            "dbw_rserc": {
                              "type": "boolean"
                            },
                            "retry_count": {
                              "type": "number"
                            }
                          }
                        },
                        "type": {
                          "type": "string"
                        },
                        "udp_dest_port": {
                          "type": "number"
                        },
                        "udp_flows": {
                          "type": "number"
                        }
                      }
                    },
                    "allTunnelState": {
                      "type": "object",
                      "properties": {
                        "<tunnel name>": {
                          "type": "object",
                          "properties": {
                            "auto_mtu": {
                              "type": "number"
                            },
                            "config_bin": {
                              "type": "string"
                            },
                            "cur_max_bw": {
                              "type": "string"
                            },
                            "cur_min_bw": {
                              "type": "string"
                            },
                            "cur_mtu": {
                              "type": "string"
                            },
                            "cur_set_max_bw": {
                              "type": "string"
                            },
                            "details": {
                              "type": "string"
                            },
                            "encap": {
                              "type": "string"
                            },
                            "encap_brief": {
                              "type": "string"
                            },
                            "ipsec_debug": {
                              "type": "string"
                            },
                            "ipsec_health": {
                              "type": "string"
                            },
                            "ipsec_sas": {
                              "type": "string"
                            },
                            "ipsec_stats": {
                              "type": "string"
                            },
                            "num_ipsec_sas": {
                              "type": "string"
                            },
                            "oper": {
                              "type": "string"
                            },
                            "pkt": {
                              "type": "object",
                              "properties": {
                                "cur_fec_enable": {
                                  "type": "string"
                                },
                                "cur_fec_reset_intvl": {
                                  "type": "string"
                                }
                              }
                            },
                            "qos_stats": {
                              "type": "string"
                            },
                            "quiescence": {
                              "type": "boolean"
                            },
                            "refunk": {
                              "type": "boolean"
                            },
                            "rem_sys_bw": {
                              "type": "string"
                            },
                            "remote_id": {
                              "type": "number"
                            },
                            "self": {
                              "type": "string"
                            },
                            "state_bin": {
                              "type": "string"
                            },
                            "uptime": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "default": {
                      "type": "object",
                      "properties": {
                        "admin": {
                          "type": "string"
                        },
                        "auto_mtu": {
                          "type": "boolean"
                        },
                        "ctrl_pkt": {
                          "type": "object",
                          "properties": {
                            "dscp": {
                              "type": "string"
                            }
                          }
                        },
                        "cur_max_bw": {
                          "type": "number"
                        },
                        "destination": {
                          "type": "string"
                        },
                        "gre_proto": {
                          "type": "number"
                        },
                        "id2": {
                          "type": "number"
                        },
                        "ipsec_arc_window": {
                          "type": "string"
                        },
                        "ipsec_enable": {
                          "type": "boolean"
                        },
                        "isRediscoveringMTU": {
                          "type": "boolean"
                        },
                        "max_bw": {
                          "type": "number"
                        },
                        "max_bw_auto": {
                          "type": "boolean"
                        },
                        "min_bw": {
                          "type": "number"
                        },
                        "mode": {
                          "type": "string"
                        },
                        "mtu": {
                          "type": "number"
                        },
                        "options": {
                          "type": "number"
                        },
                        "pkt": {
                          "type": "object",
                          "properties": {
                            "fec_enable_str": {
                              "type": "string"
                            },
                            "fec_reset_intvl": {
                              "type": "number"
                            },
                            "frag_enable": {
                              "type": "boolean"
                            },
                            "reorder_wait": {
                              "type": "number"
                            }
                          }
                        },
                        "self": {
                          "type": "string"
                        },
                        "source": {
                          "type": "string"
                        },
                        "status": {
                          "type": "string"
                        },
                        "tag_name": {
                          "type": "string"
                        },
                        "threshold": {
                          "type": "object",
                          "properties": {
                            "dbw_aimd": {
                              "type": "boolean"
                            },
                            "dbw_rserc": {
                              "type": "boolean"
                            },
                            "retry_count": {
                              "type": "number"
                            }
                          }
                        },
                        "type": {
                          "type": "string"
                        },
                        "udp_dest_port": {
                          "type": "number"
                        },
                        "udp_flows": {
                          "type": "number"
                        },
                        "uptime": {
                          "type": "number"
                        }
                      }
                    },
                    "pass-through": {
                      "type": "object",
                      "properties": {
                        "admin": {
                          "type": "string"
                        },
                        "auto_mtu": {
                          "type": "boolean"
                        },
                        "ctrl_pkt": {
                          "type": "object",
                          "properties": {
                            "dscp": {
                              "type": "string"
                            }
                          }
                        },
                        "cur_max_bw": {
                          "type": "number"
                        },
                        "destination": {
                          "type": "string"
                        },
                        "gre_proto": {
                          "type": "number"
                        },
                        "id2": {
                          "type": "number"
                        },
                        "ipsec_arc_window": {
                          "type": "string"
                        },
                        "ipsec_enable": {
                          "type": "boolean"
                        },
                        "isRediscoveringMTU": {
                          "type": "boolean"
                        },
                        "max_bw": {
                          "type": "number"
                        },
                        "max_bw_auto": {
                          "type": "boolean"
                        },
                        "min_bw": {
                          "type": "number"
                        },
                        "mode": {
                          "type": "string"
                        },
                        "mtu": {
                          "type": "number"
                        },
                        "options": {
                          "type": "number"
                        },
                        "pkt": {
                          "type": "object",
                          "properties": {
                            "fec_enable_str": {
                              "type": "string"
                            },
                            "fec_reset_intvl": {
                              "type": "number"
                            },
                            "frag_enable": {
                              "type": "boolean"
                            },
                            "reorder_wait": {
                              "type": "number"
                            }
                          }
                        },
                        "self": {
                          "type": "string"
                        },
                        "source": {
                          "type": "string"
                        },
                        "status": {
                          "type": "string"
                        },
                        "tag_name": {
                          "type": "string"
                        },
                        "threshold": {
                          "type": "object",
                          "properties": {
                            "dbw_aimd": {
                              "type": "boolean"
                            },
                            "dbw_rserc": {
                              "type": "boolean"
                            },
                            "retry_count": {
                              "type": "number"
                            }
                          }
                        },
                        "type": {
                          "type": "string"
                        },
                        "udp_dest_port": {
                          "type": "number"
                        },
                        "udp_flows": {
                          "type": "number"
                        },
                        "uptime": {
                          "type": "number"
                        }
                      }
                    },
                    "pass-through-unshaped": {
                      "type": "object",
                      "properties": {
                        "admin": {
                          "type": "string"
                        },
                        "auto_mtu": {
                          "type": "boolean"
                        },
                        "ctrl_pkt": {
                          "type": "object",
                          "properties": {
                            "dscp": {
                              "type": "string"
                            }
                          }
                        },
                        "cur_max_bw": {
                          "type": "number"
                        },
                        "destination": {
                          "type": "string"
                        },
                        "gre_proto": {
                          "type": "number"
                        },
                        "id2": {
                          "type": "number"
                        },
                        "ipsec_arc_window": {
                          "type": "string"
                        },
                        "ipsec_enable": {
                          "type": "boolean"
                        },
                        "isRediscoveringMTU": {
                          "type": "boolean"
                        },
                        "max_bw": {
                          "type": "number"
                        },
                        "max_bw_auto": {
                          "type": "boolean"
                        },
                        "min_bw": {
                          "type": "number"
                        },
                        "mode": {
                          "type": "string"
                        },
                        "mtu": {
                          "type": "number"
                        },
                        "options": {
                          "type": "number"
                        },
                        "pkt": {
                          "type": "object",
                          "properties": {
                            "fec_enable_str": {
                              "type": "string"
                            },
                            "fec_reset_intvl": {
                              "type": "number"
                            },
                            "frag_enable": {
                              "type": "boolean"
                            },
                            "reorder_wait": {
                              "type": "number"
                            }
                          }
                        },
                        "self": {
                          "type": "string"
                        },
                        "source": {
                          "type": "string"
                        },
                        "status": {
                          "type": "string"
                        },
                        "tag_name": {
                          "type": "string"
                        },
                        "threshold": {
                          "type": "object",
                          "properties": {
                            "dbw_aimd": {
                              "type": "boolean"
                            },
                            "dbw_rserc": {
                              "type": "boolean"
                            },
                            "retry_count": {
                              "type": "number"
                            }
                          }
                        },
                        "type": {
                          "type": "string"
                        },
                        "udp_dest_port": {
                          "type": "number"
                        },
                        "udp_flows": {
                          "type": "number"
                        },
                        "uptime": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<tunnel name>": {
                    "admin": "string",
                    "auto_mtu": true,
                    "ctrl_pkt": {
                      "fec_enable_str": "enable",
                      "fec_reset_intvl": 20,
                      "frag_enable": true,
                      "reorder_wait": 9
                    },
                    "destination": "string",
                    "gre_proto": 1,
                    "ipsec_arc_window": "string",
                    "ipsec_enable": true,
                    "max_bw": 9,
                    "max_bw_auto": false,
                    "min_bw": 10,
                    "mode": "string",
                    "mtu": 3,
                    "options": 6,
                    "pkt": {
                      "fec_enable_str": "enable",
                      "fec_reset_intvl": 5,
                      "frag_enable": false,
                      "reorder_wait": 9
                    },
                    "self": "string",
                    "source": "string",
                    "threshold": {
                      "dbw_aimd": false,
                      "dbw_rserc": false,
                      "retry_count": 2
                    },
                    "type": "string",
                    "udp_dest_port": 4,
                    "udp_flows": 1
                  },
                  "allTunnelState": {
                    "<tunnel name>": {
                      "auto_mtu": 4,
                      "config_bin": "string",
                      "cur_max_bw": "string",
                      "cur_min_bw": "string",
                      "cur_mtu": "string",
                      "cur_set_max_bw": "string",
                      "details": "string",
                      "encap": "string",
                      "encap_brief": "string",
                      "ipsec_debug": "string",
                      "ipsec_health": "string",
                      "ipsec_sas": "string",
                      "ipsec_stats": "string",
                      "num_ipsec_sas": "string",
                      "oper": "string",
                      "pkt": {
                        "cur_fec_enable": "string",
                        "cur_fec_reset_intvl": "string"
                      },
                      "qos_stats": "string",
                      "quiescence": true,
                      "refunk": false,
                      "rem_sys_bw": "string",
                      "remote_id": 1,
                      "self": "string",
                      "state_bin": "string",
                      "uptime": 7
                    }
                  },
                  "default": {
                    "admin": "string",
                    "auto_mtu": true,
                    "ctrl_pkt": {
                      "dscp": "string"
                    },
                    "cur_max_bw": 5,
                    "destination": "string",
                    "gre_proto": 2,
                    "id2": 8,
                    "ipsec_arc_window": "string",
                    "ipsec_enable": true,
                    "isRediscoveringMTU": false,
                    "max_bw": 5,
                    "max_bw_auto": true,
                    "min_bw": 2,
                    "mode": "string",
                    "mtu": 7,
                    "options": 4,
                    "pkt": {
                      "fec_enable_str": "string",
                      "fec_reset_intvl": 10,
                      "frag_enable": false,
                      "reorder_wait": 3
                    },
                    "self": "string",
                    "source": "string",
                    "status": "string",
                    "tag_name": "string",
                    "threshold": {
                      "dbw_aimd": true,
                      "dbw_rserc": false,
                      "retry_count": 10
                    },
                    "type": "string",
                    "udp_dest_port": 8,
                    "udp_flows": 6,
                    "uptime": 3
                  },
                  "pass-through": {
                    "admin": "string",
                    "auto_mtu": true,
                    "ctrl_pkt": {
                      "dscp": "string"
                    },
                    "cur_max_bw": 4,
                    "destination": "string",
                    "gre_proto": 3,
                    "id2": 3,
                    "ipsec_arc_window": "string",
                    "ipsec_enable": true,
                    "isRediscoveringMTU": false,
                    "max_bw": 5,
                    "max_bw_auto": false,
                    "min_bw": 3,
                    "mode": "string",
                    "mtu": 2,
                    "options": 3,
                    "pkt": {
                      "fec_enable_str": "string",
                      "fec_reset_intvl": 1,
                      "frag_enable": false,
                      "reorder_wait": 8
                    },
                    "self": "string",
                    "source": "string",
                    "status": "string",
                    "tag_name": "string",
                    "threshold": {
                      "dbw_aimd": true,
                      "dbw_rserc": false,
                      "retry_count": 4
                    },
                    "type": "string",
                    "udp_dest_port": 10,
                    "udp_flows": 5,
                    "uptime": 2
                  },
                  "pass-through-unshaped": {
                    "admin": "string",
                    "auto_mtu": true,
                    "ctrl_pkt": {
                      "dscp": "string"
                    },
                    "cur_max_bw": 8,
                    "destination": "string",
                    "gre_proto": 5,
                    "id2": 4,
                    "ipsec_arc_window": "string",
                    "ipsec_enable": true,
                    "isRediscoveringMTU": false,
                    "max_bw": 9,
                    "max_bw_auto": true,
                    "min_bw": 1,
                    "mode": "string",
                    "mtu": 10,
                    "options": 2,
                    "pkt": {
                      "fec_enable_str": "string",
                      "fec_reset_intvl": 8,
                      "frag_enable": false,
                      "reorder_wait": 4
                    },
                    "self": "string",
                    "source": "string",
                    "status": "string",
                    "tag_name": "string",
                    "threshold": {
                      "dbw_aimd": true,
                      "dbw_rserc": false,
                      "retry_count": 1
                    },
                    "type": "string",
                    "udp_dest_port": 3,
                    "udp_flows": 7,
                    "uptime": 9
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "ids"
            }
          }
        }
      }
    },
    "/tunnels/physical/state": {
      "post": {
        "tags": [
          "Tunnels"
        ],
        "operationId": "getTunnelsStates",
        "description": "The parameters and request body are for method: getTunnelsStates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<tunnel name>": {
                      "type": "object",
                      "properties": {
                        "auto_mtu": {
                          "type": "number"
                        },
                        "config_bin": {
                          "type": "string"
                        },
                        "cur_max_bw": {
                          "type": "string"
                        },
                        "cur_min_bw": {
                          "type": "string"
                        },
                        "cur_mtu": {
                          "type": "string"
                        },
                        "cur_set_max_bw": {
                          "type": "string"
                        },
                        "details": {
                          "type": "string"
                        },
                        "encap": {
                          "type": "string"
                        },
                        "encap_brief": {
                          "type": "string"
                        },
                        "ipsec_debug": {
                          "type": "string"
                        },
                        "ipsec_health": {
                          "type": "string"
                        },
                        "ipsec_sas": {
                          "type": "string"
                        },
                        "ipsec_stats": {
                          "type": "string"
                        },
                        "num_ipsec_sas": {
                          "type": "string"
                        },
                        "oper": {
                          "type": "string"
                        },
                        "pkt": {
                          "type": "object",
                          "properties": {
                            "cur_fec_enable": {
                              "type": "string"
                            },
                            "cur_fec_reset_intvl": {
                              "type": "string"
                            }
                          }
                        },
                        "qos_stats": {
                          "type": "string"
                        },
                        "quiescence": {
                          "type": "boolean"
                        },
                        "refunk": {
                          "type": "boolean"
                        },
                        "rem_sys_bw": {
                          "type": "string"
                        },
                        "remote_id": {
                          "type": "number"
                        },
                        "self": {
                          "type": "string"
                        },
                        "state_bin": {
                          "type": "string"
                        },
                        "uptime": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<tunnel name>": {
                    "auto_mtu": 5,
                    "config_bin": "string",
                    "cur_max_bw": "string",
                    "cur_min_bw": "string",
                    "cur_mtu": "string",
                    "cur_set_max_bw": "string",
                    "details": "string",
                    "encap": "string",
                    "encap_brief": "string",
                    "ipsec_debug": "string",
                    "ipsec_health": "string",
                    "ipsec_sas": "string",
                    "ipsec_stats": "string",
                    "num_ipsec_sas": "string",
                    "oper": "string",
                    "pkt": {
                      "cur_fec_enable": "string",
                      "cur_fec_reset_intvl": "string"
                    },
                    "qos_stats": "string",
                    "quiescence": true,
                    "refunk": false,
                    "rem_sys_bw": "string",
                    "remote_id": 3,
                    "self": "string",
                    "state_bin": "string",
                    "uptime": 3
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "neIds"
            }
          }
        }
      }
    },
    "/tunnels/physical/traceroute/{id}": {
      "post": {
        "tags": [
          "Tunnels"
        ],
        "operationId": "initiateTraceroute",
        "description": "The parameters and request body are for method: initiateTraceroute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "nePk": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "nePk": "nePk"
              }
            }
          }
        }
      }
    },
    "/tunnels/physical/tracerouteState/{id}": {
      "post": {
        "tags": [
          "Tunnels"
        ],
        "operationId": "tracerouteState",
        "description": "The parameters and request body are for method: tracerouteState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "nePk": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "nePk": "nePk"
              }
            }
          }
        }
      }
    },
    "/tunnels/thirdParty": {
      "post": {
        "tags": [
          "Tunnels"
        ],
        "operationId": "getThirdPartyTunnelsConfigurationAndStates",
        "description": "The parameters and request body are for method: getThirdPartyTunnelsConfigurationAndStates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<tunnel name>": {
                      "type": "object",
                      "properties": {
                        "admin": {
                          "type": "string"
                        },
                        "auto_mtu": {
                          "type": "boolean"
                        },
                        "bound_tun": {
                          "type": "object",
                          "properties": {
                            "<boundTunnelName1>": {
                              "type": "string"
                            },
                            "<boundTunnelName2>": {
                              "type": "string"
                            }
                          }
                        },
                        "ctrl_pkt": {
                          "type": "object",
                          "properties": {
                            "fec_enable_str": {
                              "type": "string"
                            },
                            "fec_reset_intvl": {
                              "type": "number"
                            },
                            "frag_enable": {
                              "type": "boolean"
                            },
                            "reorder_wait": {
                              "type": "number"
                            }
                          }
                        },
                        "destination": {
                          "type": "string"
                        },
                        "gre_proto": {
                          "type": "number"
                        },
                        "id2": {
                          "type": "number"
                        },
                        "ipsec_arc_window": {
                          "type": "string"
                        },
                        "ipsec_enable": {
                          "type": "boolean"
                        },
                        "max_bw": {
                          "type": "number"
                        },
                        "max_bw_auto": {
                          "type": "boolean"
                        },
                        "min_bw": {
                          "type": "number"
                        },
                        "mode": {
                          "type": "string"
                        },
                        "mtu": {
                          "type": "number"
                        },
                        "options": {
                          "type": "number"
                        },
                        "pkt": {
                          "type": "object",
                          "properties": {
                            "fec_enable_str": {
                              "type": "string"
                            },
                            "fec_reset_intvl": {
                              "type": "number"
                            },
                            "frag_enable": {
                              "type": "boolean"
                            },
                            "reorder_wait": {
                              "type": "number"
                            }
                          }
                        },
                        "self": {
                          "type": "string"
                        },
                        "source": {
                          "type": "string"
                        },
                        "tag_name": {
                          "type": "string"
                        },
                        "threshold": {
                          "type": "object",
                          "properties": {
                            "dbw_aimd": {
                              "type": "boolean"
                            },
                            "dbw_rserc": {
                              "type": "boolean"
                            },
                            "retry_count": {
                              "type": "number"
                            }
                          }
                        },
                        "type": {
                          "type": "string"
                        },
                        "udp_dest_port": {
                          "type": "number"
                        },
                        "udp_flows": {
                          "type": "number"
                        }
                      }
                    },
                    "allTunnelState": {
                      "type": "object",
                      "properties": {
                        "<tunnel name>": {
                          "type": "object",
                          "properties": {
                            "auto_mtu": {
                              "type": "number"
                            },
                            "config_bin": {
                              "type": "string"
                            },
                            "cur_max_bw": {
                              "type": "string"
                            },
                            "cur_min_bw": {
                              "type": "string"
                            },
                            "cur_mtu": {
                              "type": "string"
                            },
                            "cur_set_max_bw": {
                              "type": "string"
                            },
                            "details": {
                              "type": "string"
                            },
                            "encap": {
                              "type": "string"
                            },
                            "encap_brief": {
                              "type": "string"
                            },
                            "ipsec_debug": {
                              "type": "string"
                            },
                            "ipsec_health": {
                              "type": "string"
                            },
                            "ipsec_sas": {
                              "type": "string"
                            },
                            "ipsec_stats": {
                              "type": "string"
                            },
                            "num_ipsec_sas": {
                              "type": "string"
                            },
                            "oper": {
                              "type": "string"
                            },
                            "pkt": {
                              "type": "object",
                              "properties": {
                                "cur_fec_enable": {
                                  "type": "string"
                                },
                                "cur_fec_reset_intvl": {
                                  "type": "string"
                                }
                              }
                            },
                            "qos_stats": {
                              "type": "string"
                            },
                            "quiescence": {
                              "type": "boolean"
                            },
                            "refunk": {
                              "type": "boolean"
                            },
                            "rem_sys_bw": {
                              "type": "string"
                            },
                            "remote_id": {
                              "type": "number"
                            },
                            "self": {
                              "type": "string"
                            },
                            "state_bin": {
                              "type": "string"
                            },
                            "uptime": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<tunnel name>": {
                    "admin": "string",
                    "auto_mtu": true,
                    "bound_tun": {
                      "<boundTunnelName1>": "string",
                      "<boundTunnelName2>": "string"
                    },
                    "ctrl_pkt": {
                      "fec_enable_str": "auto",
                      "fec_reset_intvl": 10,
                      "frag_enable": true,
                      "reorder_wait": 3
                    },
                    "destination": "string",
                    "gre_proto": 5,
                    "id2": 10,
                    "ipsec_arc_window": "string",
                    "ipsec_enable": true,
                    "max_bw": 3,
                    "max_bw_auto": false,
                    "min_bw": 8,
                    "mode": "string",
                    "mtu": 6,
                    "options": 7,
                    "pkt": {
                      "fec_enable_str": "enable",
                      "fec_reset_intvl": 20,
                      "frag_enable": true,
                      "reorder_wait": 4
                    },
                    "self": "string",
                    "source": "string",
                    "tag_name": "string",
                    "threshold": {
                      "dbw_aimd": false,
                      "dbw_rserc": false,
                      "retry_count": 7
                    },
                    "type": "string",
                    "udp_dest_port": 3,
                    "udp_flows": 7
                  },
                  "allTunnelState": {
                    "<tunnel name>": {
                      "auto_mtu": 8,
                      "config_bin": "string",
                      "cur_max_bw": "string",
                      "cur_min_bw": "string",
                      "cur_mtu": "string",
                      "cur_set_max_bw": "string",
                      "details": "string",
                      "encap": "string",
                      "encap_brief": "string",
                      "ipsec_debug": "string",
                      "ipsec_health": "string",
                      "ipsec_sas": "string",
                      "ipsec_stats": "string",
                      "num_ipsec_sas": "string",
                      "oper": "string",
                      "pkt": {
                        "cur_fec_enable": "string",
                        "cur_fec_reset_intvl": "string"
                      },
                      "qos_stats": "string",
                      "quiescence": true,
                      "refunk": false,
                      "rem_sys_bw": "string",
                      "remote_id": 10,
                      "self": "string",
                      "state_bin": "string",
                      "uptime": 3
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "neIds"
            }
          }
        }
      }
    },
    "/tunnels/thirdParty/state": {
      "post": {
        "tags": [
          "Tunnels"
        ],
        "operationId": "getThirdPartyTunnelsStates",
        "description": "The parameters and request body are for method: getThirdPartyTunnelsStates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<tunnel name>": {
                      "type": "object",
                      "properties": {
                        "auto_mtu": {
                          "type": "number"
                        },
                        "config_bin": {
                          "type": "string"
                        },
                        "cur_max_bw": {
                          "type": "string"
                        },
                        "cur_min_bw": {
                          "type": "string"
                        },
                        "cur_mtu": {
                          "type": "string"
                        },
                        "cur_set_max_bw": {
                          "type": "string"
                        },
                        "details": {
                          "type": "string"
                        },
                        "encap": {
                          "type": "string"
                        },
                        "encap_brief": {
                          "type": "string"
                        },
                        "ipsec_debug": {
                          "type": "string"
                        },
                        "ipsec_health": {
                          "type": "string"
                        },
                        "ipsec_sas": {
                          "type": "string"
                        },
                        "ipsec_stats": {
                          "type": "string"
                        },
                        "num_ipsec_sas": {
                          "type": "string"
                        },
                        "oper": {
                          "type": "string"
                        },
                        "pkt": {
                          "type": "object",
                          "properties": {
                            "cur_fec_enable": {
                              "type": "string"
                            },
                            "cur_fec_reset_intvl": {
                              "type": "string"
                            }
                          }
                        },
                        "qos_stats": {
                          "type": "string"
                        },
                        "quiescence": {
                          "type": "boolean"
                        },
                        "refunk": {
                          "type": "boolean"
                        },
                        "rem_sys_bw": {
                          "type": "string"
                        },
                        "remote_id": {
                          "type": "number"
                        },
                        "self": {
                          "type": "string"
                        },
                        "state_bin": {
                          "type": "string"
                        },
                        "uptime": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<tunnel name>": {
                    "auto_mtu": 8,
                    "config_bin": "string",
                    "cur_max_bw": "string",
                    "cur_min_bw": "string",
                    "cur_mtu": "string",
                    "cur_set_max_bw": "string",
                    "details": "string",
                    "encap": "string",
                    "encap_brief": "string",
                    "ipsec_debug": "string",
                    "ipsec_health": "string",
                    "ipsec_sas": "string",
                    "ipsec_stats": "string",
                    "num_ipsec_sas": "string",
                    "oper": "string",
                    "pkt": {
                      "cur_fec_enable": "string",
                      "cur_fec_reset_intvl": "string"
                    },
                    "qos_stats": "string",
                    "quiescence": false,
                    "refunk": true,
                    "rem_sys_bw": "string",
                    "remote_id": 6,
                    "self": "string",
                    "state_bin": "string",
                    "uptime": 10
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "neIds"
            }
          }
        }
      }
    },
    "/tunnels2": {
      "get": {
        "tags": [
          "Tunnels2"
        ],
        "operationId": "tunnelsCount",
        "description": "The parameters and request body are for method: tunnelsCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "totalTunnelCount": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "totalTunnelCount": 4
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "metaData",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tunnels2/bonded": {
      "get": {
        "tags": [
          "Tunnels2"
        ],
        "operationId": "searchAllBondedTunnels",
        "description": "The parameters and request body are for method: searchAllBondedTunnels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "1.NE": {
                      "type": "object",
                      "properties": {
                        "exampleTunnelId1": {
                          "type": "object",
                          "properties": {
                            "adminStatus": {
                              "type": "string"
                            },
                            "alias": {
                              "type": "string"
                            },
                            "children": {
                              "type": "array",
                              "items": {
                                "type": "object"
                              }
                            },
                            "destNePk": {
                              "type": "string"
                            },
                            "destTunnelAlias": {
                              "type": "string"
                            },
                            "destTunnelId": {
                              "type": "string"
                            },
                            "gmsMarked": {
                              "type": "string"
                            },
                            "id": {
                              "type": "string"
                            },
                            "operStatus": {
                              "type": "string"
                            },
                            "overlayId": {
                              "type": "number"
                            },
                            "srcNePk": {
                              "type": "string"
                            },
                            "tag": {
                              "type": "string"
                            }
                          }
                        },
                        "exampleTunnelId2": {
                          "type": "object",
                          "properties": {
                            "adminStatus": {
                              "type": "string"
                            },
                            "alias": {
                              "type": "string"
                            },
                            "children": {
                              "type": "array",
                              "items": {
                                "type": "object"
                              }
                            },
                            "destNePk": {
                              "type": "string"
                            },
                            "destTunnelAlias": {
                              "type": "string"
                            },
                            "destTunnelId": {
                              "type": "string"
                            },
                            "gmsMarked": {
                              "type": "string"
                            },
                            "id": {
                              "type": "string"
                            },
                            "operStatus": {
                              "type": "string"
                            },
                            "overlayId": {
                              "type": "number"
                            },
                            "srcNePk": {
                              "type": "string"
                            },
                            "tag": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "2.NE": {
                      "type": "object",
                      "properties": {
                        "exampleTunnelId1": {
                          "type": "object",
                          "properties": {
                            "adminStatus": {
                              "type": "string"
                            },
                            "alias": {
                              "type": "string"
                            },
                            "children": {
                              "type": "array",
                              "items": {
                                "type": "object"
                              }
                            },
                            "destNePk": {
                              "type": "string"
                            },
                            "destTunnelAlias": {
                              "type": "string"
                            },
                            "destTunnelId": {
                              "type": "string"
                            },
                            "gmsMarked": {
                              "type": "string"
                            },
                            "id": {
                              "type": "string"
                            },
                            "operStatus": {
                              "type": "string"
                            },
                            "overlayId": {
                              "type": "number"
                            },
                            "srcNePk": {
                              "type": "string"
                            },
                            "tag": {
                              "type": "string"
                            }
                          }
                        },
                        "exampleTunnelId2": {
                          "type": "object",
                          "properties": {
                            "adminStatus": {
                              "type": "string"
                            },
                            "alias": {
                              "type": "string"
                            },
                            "children": {
                              "type": "array",
                              "items": {
                                "type": "object"
                              }
                            },
                            "destNePk": {
                              "type": "string"
                            },
                            "destTunnelAlias": {
                              "type": "string"
                            },
                            "destTunnelId": {
                              "type": "string"
                            },
                            "gmsMarked": {
                              "type": "string"
                            },
                            "id": {
                              "type": "string"
                            },
                            "operStatus": {
                              "type": "string"
                            },
                            "overlayId": {
                              "type": "number"
                            },
                            "srcNePk": {
                              "type": "string"
                            },
                            "tag": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "1.NE": {
                    "exampleTunnelId1": {
                      "adminStatus": "string",
                      "alias": "string",
                      "children": [
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null
                      ],
                      "destNePk": "string",
                      "destTunnelAlias": "string",
                      "destTunnelId": "string",
                      "gmsMarked": "string",
                      "id": "string",
                      "operStatus": "string",
                      "overlayId": 6,
                      "srcNePk": "string",
                      "tag": "string"
                    },
                    "exampleTunnelId2": {
                      "adminStatus": "string",
                      "alias": "string",
                      "children": [
                        null,
                        null,
                        null,
                        null,
                        null,
                        null
                      ],
                      "destNePk": "string",
                      "destTunnelAlias": "string",
                      "destTunnelId": "string",
                      "gmsMarked": "string",
                      "id": "string",
                      "operStatus": "string",
                      "overlayId": 3,
                      "srcNePk": "string",
                      "tag": "string"
                    }
                  },
                  "2.NE": {
                    "exampleTunnelId1": {
                      "adminStatus": "string",
                      "alias": "string",
                      "children": [
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null,
                        null
                      ],
                      "destNePk": "string",
                      "destTunnelAlias": "string",
                      "destTunnelId": "string",
                      "gmsMarked": "string",
                      "id": "string",
                      "operStatus": "string",
                      "overlayId": 6,
                      "srcNePk": "string",
                      "tag": "string"
                    },
                    "exampleTunnelId2": {
                      "adminStatus": "string",
                      "alias": "string",
                      "children": [
                        null,
                        null,
                        null,
                        null,
                        null,
                        null
                      ],
                      "destNePk": "string",
                      "destTunnelAlias": "string",
                      "destTunnelId": "string",
                      "gmsMarked": "string",
                      "id": "string",
                      "operStatus": "string",
                      "overlayId": 8,
                      "srcNePk": "string",
                      "tag": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "matchingAlias",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlayId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tunnels2/bonded/{nePk}": {
      "get": {
        "tags": [
          "Tunnels2"
        ],
        "operationId": "searchBondedTunnelsForAppliance",
        "description": "The parameters and request body are for method: searchBondedTunnelsForAppliance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "exampleTunnelId1": {
                      "type": "object",
                      "properties": {
                        "adminStatus": {
                          "type": "string"
                        },
                        "alias": {
                          "type": "string"
                        },
                        "children": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        },
                        "destNePk": {
                          "type": "string"
                        },
                        "destTunnelAlias": {
                          "type": "string"
                        },
                        "destTunnelId": {
                          "type": "string"
                        },
                        "gmsMarked": {
                          "type": "string"
                        },
                        "id": {
                          "type": "string"
                        },
                        "operStatus": {
                          "type": "string"
                        },
                        "overlayId": {
                          "type": "number"
                        },
                        "srcNePk": {
                          "type": "string"
                        },
                        "tag": {
                          "type": "string"
                        }
                      }
                    },
                    "exampleTunnelId2": {
                      "type": "object",
                      "properties": {
                        "adminStatus": {
                          "type": "string"
                        },
                        "alias": {
                          "type": "string"
                        },
                        "children": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        },
                        "destNePk": {
                          "type": "string"
                        },
                        "destTunnelAlias": {
                          "type": "string"
                        },
                        "destTunnelId": {
                          "type": "string"
                        },
                        "gmsMarked": {
                          "type": "string"
                        },
                        "id": {
                          "type": "string"
                        },
                        "operStatus": {
                          "type": "string"
                        },
                        "overlayId": {
                          "type": "number"
                        },
                        "srcNePk": {
                          "type": "string"
                        },
                        "tag": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "exampleTunnelId1": {
                    "adminStatus": "string",
                    "alias": "string",
                    "children": [
                      null,
                      null,
                      null,
                      null,
                      null
                    ],
                    "destNePk": "string",
                    "destTunnelAlias": "string",
                    "destTunnelId": "string",
                    "gmsMarked": "string",
                    "id": "string",
                    "operStatus": "string",
                    "overlayId": 10,
                    "srcNePk": "string",
                    "tag": "string"
                  },
                  "exampleTunnelId2": {
                    "adminStatus": "string",
                    "alias": "string",
                    "children": [
                      null,
                      null
                    ],
                    "destNePk": "string",
                    "destTunnelAlias": "string",
                    "destTunnelId": "string",
                    "gmsMarked": "string",
                    "id": "string",
                    "operStatus": "string",
                    "overlayId": 10,
                    "srcNePk": "string",
                    "tag": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "matchingAlias",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlayId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tunnels2/bonded/{bondedTunnelId}/{nePk}": {
      "get": {
        "tags": [
          "Tunnels2"
        ],
        "operationId": "getOneBondedTunnel",
        "description": "The parameters and request body are for method: getOneBondedTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "adminStatus": {
                      "type": "string"
                    },
                    "alias": {
                      "type": "string"
                    },
                    "children": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "destNePk": {
                      "type": "string"
                    },
                    "destTunnelAlias": {
                      "type": "string"
                    },
                    "destTunnelId": {
                      "type": "string"
                    },
                    "gmsMarked": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    },
                    "operStatus": {
                      "type": "string"
                    },
                    "overlayId": {
                      "type": "number"
                    },
                    "srcNePk": {
                      "type": "string"
                    },
                    "tag": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "adminStatus": "string",
                  "alias": "string",
                  "children": [
                    null,
                    null,
                    null,
                    null,
                    null,
                    null
                  ],
                  "destNePk": "string",
                  "destTunnelAlias": "string",
                  "destTunnelId": "string",
                  "gmsMarked": "string",
                  "id": "string",
                  "operStatus": "string",
                  "overlayId": 3,
                  "srcNePk": "string",
                  "tag": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "bondedTunnelId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "bondedTunnelId",
              "type": "string"
            }
          },
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tunnels2/bondedTunnelsWithPhysicalTunnel/{nePk}/{physicalTunnelId}": {
      "get": {
        "tags": [
          "Tunnels2"
        ],
        "operationId": "getBondedTunnelsWithPhysicalTunnels",
        "description": "The parameters and request body are for method: getBondedTunnelsWithPhysicalTunnels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "exampleTunnelId1": {
                      "type": "object",
                      "properties": {
                        "adminStatus": {
                          "type": "string"
                        },
                        "alias": {
                          "type": "string"
                        },
                        "children": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        },
                        "destNePk": {
                          "type": "string"
                        },
                        "destTunnelAlias": {
                          "type": "string"
                        },
                        "destTunnelId": {
                          "type": "string"
                        },
                        "gmsMarked": {
                          "type": "string"
                        },
                        "id": {
                          "type": "string"
                        },
                        "operStatus": {
                          "type": "string"
                        },
                        "overlayId": {
                          "type": "number"
                        },
                        "srcNePk": {
                          "type": "string"
                        },
                        "tag": {
                          "type": "string"
                        }
                      }
                    },
                    "exampleTunnelId2": {
                      "type": "object",
                      "properties": {
                        "adminStatus": {
                          "type": "string"
                        },
                        "alias": {
                          "type": "string"
                        },
                        "children": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        },
                        "destNePk": {
                          "type": "string"
                        },
                        "destTunnelAlias": {
                          "type": "string"
                        },
                        "destTunnelId": {
                          "type": "string"
                        },
                        "gmsMarked": {
                          "type": "string"
                        },
                        "id": {
                          "type": "string"
                        },
                        "operStatus": {
                          "type": "string"
                        },
                        "overlayId": {
                          "type": "number"
                        },
                        "srcNePk": {
                          "type": "string"
                        },
                        "tag": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "exampleTunnelId1": {
                    "adminStatus": "string",
                    "alias": "string",
                    "children": [
                      null,
                      null,
                      null,
                      null,
                      null,
                      null,
                      null,
                      null
                    ],
                    "destNePk": "string",
                    "destTunnelAlias": "string",
                    "destTunnelId": "string",
                    "gmsMarked": "string",
                    "id": "string",
                    "operStatus": "string",
                    "overlayId": 5,
                    "srcNePk": "string",
                    "tag": "string"
                  },
                  "exampleTunnelId2": {
                    "adminStatus": "string",
                    "alias": "string",
                    "children": [
                      null,
                      null,
                      null,
                      null,
                      null,
                      null,
                      null,
                      null,
                      null
                    ],
                    "destNePk": "string",
                    "destTunnelAlias": "string",
                    "destTunnelId": "string",
                    "gmsMarked": "string",
                    "id": "string",
                    "operStatus": "string",
                    "overlayId": 5,
                    "srcNePk": "string",
                    "tag": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "physicalTunnelId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalTunnelId",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tunnels2/getTunnelsBetweenAppliances": {
      "post": {
        "tags": [
          "Tunnels2"
        ],
        "operationId": "getTunnelsBetweenAppliances",
        "description": "The parameters and request body are for method: getTunnelsBetweenAppliances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "alias": {
                        "type": "string"
                      },
                      "destNePk": {
                        "type": "string"
                      },
                      "destTunnelAlias": {
                        "type": "string"
                      },
                      "destTunnelId": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string"
                      },
                      "isBondedTunnel": {
                        "type": "boolean"
                      },
                      "isPassThrough": {
                        "type": "boolean"
                      },
                      "nePk": {
                        "type": "string"
                      },
                      "overlayId": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "alias": "string",
                    "destNePk": "string",
                    "destTunnelAlias": "string",
                    "destTunnelId": "string",
                    "id": "string",
                    "isBondedTunnel": true,
                    "isPassThrough": true,
                    "nePk": "string",
                    "overlayId": 2
                  },
                  {
                    "alias": "string",
                    "destNePk": "string",
                    "destTunnelAlias": "string",
                    "destTunnelId": "string",
                    "id": "string",
                    "isBondedTunnel": true,
                    "isPassThrough": true,
                    "nePk": "string",
                    "overlayId": 9
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "matchingAlias",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "overlayId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "ids"
            }
          }
        }
      }
    },
    "/tunnels2/passThrough": {
      "get": {
        "tags": [
          "Tunnels2"
        ],
        "operationId": "searchAllPassThroughTunnels",
        "description": "The parameters and request body are for method: searchAllPassThroughTunnels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "matchingAlias",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "matchingService",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tunnels2/passThrough/{nePk}": {
      "get": {
        "tags": [
          "Tunnels2"
        ],
        "operationId": "searchAppliancePassthroughTunnels",
        "description": "The parameters and request body are for method: searchAppliancePassthroughTunnels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "exampleTunnelId1": {
                      "type": "object",
                      "properties": {
                        "adminStatus": {
                          "type": "string"
                        },
                        "alias": {
                          "type": "string"
                        },
                        "destIpAddress": {
                          "type": "string"
                        },
                        "destNePk": {
                          "type": "string"
                        },
                        "fecRatio": {
                          "type": "number"
                        },
                        "fecStatus": {
                          "type": "string"
                        },
                        "gmsMarked": {
                          "type": "boolean"
                        },
                        "id": {
                          "type": "string"
                        },
                        "max_bw": {
                          "type": "number"
                        },
                        "max_bw_auto": {
                          "type": "boolean"
                        },
                        "mode": {
                          "type": "string"
                        },
                        "natMode": {
                          "type": "string"
                        },
                        "operStatus": {
                          "type": "string"
                        },
                        "peerName": {
                          "type": "string"
                        },
                        "sourceIpAddress": {
                          "type": "string"
                        },
                        "srcNePk": {
                          "type": "string"
                        }
                      }
                    },
                    "exampleTunnelId2": {
                      "type": "object",
                      "properties": {
                        "adminStatus": {
                          "type": "string"
                        },
                        "alias": {
                          "type": "string"
                        },
                        "destIpAddress": {
                          "type": "string"
                        },
                        "destNePk": {
                          "type": "string"
                        },
                        "fecRatio": {
                          "type": "number"
                        },
                        "fecStatus": {
                          "type": "string"
                        },
                        "gmsMarked": {
                          "type": "boolean"
                        },
                        "id": {
                          "type": "string"
                        },
                        "max_bw": {
                          "type": "number"
                        },
                        "max_bw_auto": {
                          "type": "boolean"
                        },
                        "mode": {
                          "type": "string"
                        },
                        "natMode": {
                          "type": "string"
                        },
                        "operStatus": {
                          "type": "string"
                        },
                        "peerName": {
                          "type": "string"
                        },
                        "sourceIpAddress": {
                          "type": "string"
                        },
                        "srcNePk": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "exampleTunnelId1": {
                    "adminStatus": "string",
                    "alias": "string",
                    "destIpAddress": "string",
                    "destNePk": "string",
                    "fecRatio": 5,
                    "fecStatus": "string",
                    "gmsMarked": false,
                    "id": "string",
                    "max_bw": 7,
                    "max_bw_auto": false,
                    "mode": "string",
                    "natMode": "string",
                    "operStatus": "string",
                    "peerName": "string",
                    "sourceIpAddress": "string",
                    "srcNePk": "string"
                  },
                  "exampleTunnelId2": {
                    "adminStatus": "string",
                    "alias": "string",
                    "destIpAddress": "string",
                    "destNePk": "string",
                    "fecRatio": 2,
                    "fecStatus": "string",
                    "gmsMarked": true,
                    "id": "string",
                    "max_bw": 7,
                    "max_bw_auto": false,
                    "mode": "string",
                    "natMode": "string",
                    "operStatus": "string",
                    "peerName": "string",
                    "sourceIpAddress": "string",
                    "srcNePk": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "matchingAlias",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "matchingService",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tunnels2/passThrough/{nePk}/{passThroughTunnelId}": {
      "get": {
        "tags": [
          "Tunnels2"
        ],
        "operationId": "getPassThroughTunnel",
        "description": "The parameters and request body are for method: getPassThroughTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "adminStatus": {
                      "type": "string"
                    },
                    "alias": {
                      "type": "string"
                    },
                    "destIpAddress": {
                      "type": "string"
                    },
                    "destNePk": {
                      "type": "string"
                    },
                    "fecRatio": {
                      "type": "number"
                    },
                    "fecStatus": {
                      "type": "string"
                    },
                    "gmsMarked": {
                      "type": "boolean"
                    },
                    "id": {
                      "type": "string"
                    },
                    "max_bw": {
                      "type": "number"
                    },
                    "max_bw_auto": {
                      "type": "boolean"
                    },
                    "mode": {
                      "type": "string"
                    },
                    "natMode": {
                      "type": "string"
                    },
                    "operStatus": {
                      "type": "string"
                    },
                    "peerName": {
                      "type": "string"
                    },
                    "sourceIpAddress": {
                      "type": "string"
                    },
                    "srcNePk": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "adminStatus": "string",
                  "alias": "string",
                  "destIpAddress": "string",
                  "destNePk": "string",
                  "fecRatio": 10,
                  "fecStatus": "string",
                  "gmsMarked": false,
                  "id": "string",
                  "max_bw": 2,
                  "max_bw_auto": true,
                  "mode": "string",
                  "natMode": "string",
                  "operStatus": "string",
                  "peerName": "string",
                  "sourceIpAddress": "string",
                  "srcNePk": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "passThroughTunnelId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "passThroughTunnelId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tunnels2/physical": {
      "get": {
        "tags": [
          "Tunnels2"
        ],
        "operationId": "searchAllPhysicalTunnels",
        "description": "The parameters and request body are for method: searchAllPhysicalTunnels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "1.NE": {
                      "type": "object",
                      "properties": {
                        "exampleTunnelId1": {
                          "type": "object"
                        },
                        "exampleTunnelId2": {
                          "type": "object"
                        }
                      }
                    },
                    "2.NE": {
                      "type": "object",
                      "properties": {
                        "exampleTunnelId1": {
                          "type": "object"
                        },
                        "exampleTunnelId2": {
                          "type": "object"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "1.NE": {
                    "exampleTunnelId1": null,
                    "exampleTunnelId2": null
                  },
                  "2.NE": {
                    "exampleTunnelId1": null,
                    "exampleTunnelId2": null
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "matchingAlias",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tunnels2/physical/{nePk}": {
      "get": {
        "tags": [
          "Tunnels2"
        ],
        "operationId": "getTunnels2PhysicalNePk",
        "description": "The parameters and request body are for method: getTunnels2PhysicalNePk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "exampleTunnelId1": {
                      "type": "object"
                    },
                    "exampleTunnelId2": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "exampleTunnelId1": null,
                  "exampleTunnelId2": null
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "matchingAlias",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tunnels2/physical/{nePk}/{tunnelId}": {
      "get": {
        "tags": [
          "Tunnels2"
        ],
        "operationId": "getOnePhysicalTunnel",
        "description": "The parameters and request body are for method: getOnePhysicalTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nePk",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nePk",
              "type": "string"
            }
          },
          {
            "name": "tunnelId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tunnelId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tunnelsConfiguration/deployment": {
      "get": {
        "tags": [
          "TunnelsConfiguration"
        ],
        "operationId": "tunnelsDeploymentInfo",
        "description": "The parameters and request body are for method: tunnelsDeploymentInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nePk": {
                      "type": "object",
                      "properties": {
                        "lanInterfaces": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "behindNAT": {
                                "type": "boolean"
                              },
                              "dhcp": {
                                "type": "boolean"
                              },
                              "harden": {
                                "type": "boolean"
                              },
                              "inboundBandwidth": {
                                "type": "number"
                              },
                              "ipAddress": {
                                "type": "string"
                              },
                              "ipv4": {
                                "type": "boolean"
                              },
                              "label": {
                                "type": "string"
                              },
                              "lanSide": {
                                "type": "boolean"
                              },
                              "mask": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "outboundBandwidth": {
                                "type": "number"
                              },
                              "parentInterfaceName": {
                                "type": "string"
                              },
                              "publicIPv4": {
                                "type": "boolean"
                              },
                              "publicIpAddress": {
                                "type": "string"
                              },
                              "subInterface": {
                                "type": "number"
                              },
                              "vlan": {
                                "type": "number"
                              },
                              "wanNextHop": {
                                "type": "string"
                              },
                              "wanSide": {
                                "type": "boolean"
                              }
                            }
                          }
                        },
                        "mode": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "nePk": {
                    "lanInterfaces": [
                      {
                        "behindNAT": false,
                        "dhcp": false,
                        "harden": true,
                        "inboundBandwidth": 8,
                        "ipAddress": "string",
                        "ipv4": true,
                        "label": "string",
                        "lanSide": false,
                        "mask": 6,
                        "name": "string",
                        "outboundBandwidth": 2,
                        "parentInterfaceName": "string",
                        "publicIPv4": false,
                        "publicIpAddress": "string",
                        "subInterface": 7,
                        "vlan": 3,
                        "wanNextHop": "string",
                        "wanSide": false
                      },
                      {
                        "behindNAT": true,
                        "dhcp": false,
                        "harden": true,
                        "inboundBandwidth": 10,
                        "ipAddress": "string",
                        "ipv4": false,
                        "label": "string",
                        "lanSide": true,
                        "mask": 9,
                        "name": "string",
                        "outboundBandwidth": 10,
                        "parentInterfaceName": "string",
                        "publicIPv4": true,
                        "publicIpAddress": "string",
                        "subInterface": 1,
                        "vlan": 5,
                        "wanNextHop": "string",
                        "wanSide": true
                      },
                      {
                        "behindNAT": false,
                        "dhcp": true,
                        "harden": false,
                        "inboundBandwidth": 3,
                        "ipAddress": "string",
                        "ipv4": true,
                        "label": "string",
                        "lanSide": false,
                        "mask": 10,
                        "name": "string",
                        "outboundBandwidth": 5,
                        "parentInterfaceName": "string",
                        "publicIPv4": true,
                        "publicIpAddress": "string",
                        "subInterface": 10,
                        "vlan": 4,
                        "wanNextHop": "string",
                        "wanSide": true
                      },
                      {
                        "behindNAT": false,
                        "dhcp": false,
                        "harden": false,
                        "inboundBandwidth": 9,
                        "ipAddress": "string",
                        "ipv4": false,
                        "label": "string",
                        "lanSide": false,
                        "mask": 3,
                        "name": "string",
                        "outboundBandwidth": 2,
                        "parentInterfaceName": "string",
                        "publicIPv4": false,
                        "publicIpAddress": "string",
                        "subInterface": 8,
                        "vlan": 2,
                        "wanNextHop": "string",
                        "wanSide": false
                      },
                      {
                        "behindNAT": true,
                        "dhcp": false,
                        "harden": false,
                        "inboundBandwidth": 7,
                        "ipAddress": "string",
                        "ipv4": false,
                        "label": "string",
                        "lanSide": false,
                        "mask": 2,
                        "name": "string",
                        "outboundBandwidth": 10,
                        "parentInterfaceName": "string",
                        "publicIPv4": false,
                        "publicIpAddress": "string",
                        "subInterface": 7,
                        "vlan": 2,
                        "wanNextHop": "string",
                        "wanSide": false
                      },
                      {
                        "behindNAT": false,
                        "dhcp": false,
                        "harden": true,
                        "inboundBandwidth": 8,
                        "ipAddress": "string",
                        "ipv4": true,
                        "label": "string",
                        "lanSide": false,
                        "mask": 2,
                        "name": "string",
                        "outboundBandwidth": 6,
                        "parentInterfaceName": "string",
                        "publicIPv4": false,
                        "publicIpAddress": "string",
                        "subInterface": 6,
                        "vlan": 5,
                        "wanNextHop": "string",
                        "wanSide": false
                      },
                      {
                        "behindNAT": true,
                        "dhcp": false,
                        "harden": true,
                        "inboundBandwidth": 5,
                        "ipAddress": "string",
                        "ipv4": false,
                        "label": "string",
                        "lanSide": false,
                        "mask": 2,
                        "name": "string",
                        "outboundBandwidth": 2,
                        "parentInterfaceName": "string",
                        "publicIPv4": true,
                        "publicIpAddress": "string",
                        "subInterface": 10,
                        "vlan": 3,
                        "wanNextHop": "string",
                        "wanSide": true
                      },
                      {
                        "behindNAT": false,
                        "dhcp": true,
                        "harden": false,
                        "inboundBandwidth": 2,
                        "ipAddress": "string",
                        "ipv4": false,
                        "label": "string",
                        "lanSide": true,
                        "mask": 3,
                        "name": "string",
                        "outboundBandwidth": 7,
                        "parentInterfaceName": "string",
                        "publicIPv4": true,
                        "publicIpAddress": "string",
                        "subInterface": 4,
                        "vlan": 2,
                        "wanNextHop": "string",
                        "wanSide": false
                      }
                    ],
                    "mode": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tunnelsConfiguration/overlayInfo": {
      "get": {
        "tags": [
          "TunnelsConfiguration"
        ],
        "operationId": "tunnelsOverlayInfo",
        "description": "The parameters and request body are for method: tunnelsOverlayInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "0": {
                      "type": "object",
                      "properties": {
                        "nePk": {
                          "type": "object",
                          "properties": {
                            "destinationNePk": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "adminStatus": {
                                    "type": "string"
                                  },
                                  "alias": {
                                    "type": "string"
                                  },
                                  "destIpAddress": {
                                    "type": "string"
                                  },
                                  "destNePk": {
                                    "type": "string"
                                  },
                                  "destTunnelAlias": {
                                    "type": "string"
                                  },
                                  "destTunnelId": {
                                    "type": "string"
                                  },
                                  "fecRation": {
                                    "type": "string"
                                  },
                                  "fecStatus": {
                                    "type": "string"
                                  },
                                  "id": {
                                    "type": "string"
                                  },
                                  "ipsec_enabled": {
                                    "type": "string"
                                  },
                                  "mode": {
                                    "type": "string"
                                  },
                                  "operStatus": {
                                    "type": "string"
                                  },
                                  "parallelTunnelId": {
                                    "type": "number"
                                  },
                                  "presharedkey": {
                                    "type": "string"
                                  },
                                  "sourceIpAddress": {
                                    "type": "string"
                                  },
                                  "srcNePk": {
                                    "type": "string"
                                  },
                                  "tag": {
                                    "type": "string"
                                  },
                                  "tunnelThreshold": {
                                    "type": "object",
                                    "properties": {
                                      "fastfail": {
                                        "type": "number"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "1-7": {
                      "type": "object",
                      "properties": {
                        "nePk": {
                          "type": "object",
                          "properties": {
                            "destinationNePk": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "adminStatus": {
                                    "type": "string"
                                  },
                                  "alias": {
                                    "type": "string"
                                  },
                                  "children": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "adminStatus": {
                                          "type": "string"
                                        },
                                        "alias": {
                                          "type": "string"
                                        },
                                        "destIpAddress": {
                                          "type": "string"
                                        },
                                        "destNePk": {
                                          "type": "string"
                                        },
                                        "destTunnelAlias": {
                                          "type": "string"
                                        },
                                        "destTunnelId": {
                                          "type": "string"
                                        },
                                        "fecRation": {
                                          "type": "string"
                                        },
                                        "fecStatus": {
                                          "type": "string"
                                        },
                                        "id": {
                                          "type": "string"
                                        },
                                        "ipsec_enabled": {
                                          "type": "string"
                                        },
                                        "mode": {
                                          "type": "string"
                                        },
                                        "operStatus": {
                                          "type": "string"
                                        },
                                        "parallelTunnelId": {
                                          "type": "number"
                                        },
                                        "presharedkey": {
                                          "type": "string"
                                        },
                                        "sourceIpAddress": {
                                          "type": "string"
                                        },
                                        "srcNePk": {
                                          "type": "string"
                                        },
                                        "tag": {
                                          "type": "string"
                                        },
                                        "tunnelThreshold": {
                                          "type": "object",
                                          "properties": {
                                            "fastfail": {
                                              "type": "number"
                                            }
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "destNePk": {
                                    "type": "string"
                                  },
                                  "destTunnelAlias": {
                                    "type": "string"
                                  },
                                  "destTunnelId": {
                                    "type": "string"
                                  },
                                  "fecRation": {
                                    "type": "string"
                                  },
                                  "fecStatus": {
                                    "type": "string"
                                  },
                                  "gmsMarked": {
                                    "type": "boolean"
                                  },
                                  "id": {
                                    "type": "string"
                                  },
                                  "operStatus": {
                                    "type": "string"
                                  },
                                  "overlayId": {
                                    "type": "string"
                                  },
                                  "srcNePk": {
                                    "type": "string"
                                  },
                                  "tag": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "all": {
                      "type": "object",
                      "properties": {
                        "nePk": {
                          "type": "object",
                          "properties": {
                            "destinationNePk": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "adminStatus": {
                                    "type": "string"
                                  },
                                  "alias": {
                                    "type": "string"
                                  },
                                  "children": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "adminStatus": {
                                          "type": "string"
                                        },
                                        "alias": {
                                          "type": "string"
                                        },
                                        "destIpAddress": {
                                          "type": "string"
                                        },
                                        "destNePk": {
                                          "type": "string"
                                        },
                                        "destTunnelAlias": {
                                          "type": "string"
                                        },
                                        "destTunnelId": {
                                          "type": "string"
                                        },
                                        "fecRation": {
                                          "type": "string"
                                        },
                                        "fecStatus": {
                                          "type": "string"
                                        },
                                        "id": {
                                          "type": "string"
                                        },
                                        "ipsec_enabled": {
                                          "type": "string"
                                        },
                                        "mode": {
                                          "type": "string"
                                        },
                                        "operStatus": {
                                          "type": "string"
                                        },
                                        "parallelTunnelId": {
                                          "type": "number"
                                        },
                                        "presharedkey": {
                                          "type": "string"
                                        },
                                        "sourceIpAddress": {
                                          "type": "string"
                                        },
                                        "srcNePk": {
                                          "type": "string"
                                        },
                                        "tag": {
                                          "type": "string"
                                        },
                                        "tunnelThreshold": {
                                          "type": "object",
                                          "properties": {
                                            "fastfail": {
                                              "type": "number"
                                            }
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "destNePk": {
                                    "type": "string"
                                  },
                                  "destTunnelAlias": {
                                    "type": "string"
                                  },
                                  "destTunnelId": {
                                    "type": "string"
                                  },
                                  "fecRation": {
                                    "type": "string"
                                  },
                                  "fecStatus": {
                                    "type": "string"
                                  },
                                  "gmsMarked": {
                                    "type": "boolean"
                                  },
                                  "id": {
                                    "type": "string"
                                  },
                                  "operStatus": {
                                    "type": "string"
                                  },
                                  "overlayId": {
                                    "type": "string"
                                  },
                                  "srcNePk": {
                                    "type": "string"
                                  },
                                  "tag": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "0": {
                    "nePk": {
                      "destinationNePk": [
                        {
                          "adminStatus": "string",
                          "alias": "string",
                          "destIpAddress": "string",
                          "destNePk": "string",
                          "destTunnelAlias": "string",
                          "destTunnelId": "string",
                          "fecRation": "string",
                          "fecStatus": "string",
                          "id": "string",
                          "ipsec_enabled": "string",
                          "mode": "string",
                          "operStatus": "string",
                          "parallelTunnelId": 3,
                          "presharedkey": "string",
                          "sourceIpAddress": "string",
                          "srcNePk": "string",
                          "tag": "string",
                          "tunnelThreshold": {
                            "fastfail": 4
                          }
                        }
                      ]
                    }
                  },
                  "1-7": {
                    "nePk": {
                      "destinationNePk": [
                        {
                          "adminStatus": "string",
                          "alias": "string",
                          "children": [
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 3,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 8
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 10,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 5
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 1,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 10
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 1,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 10
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 6,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 1
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 7,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 7
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 7,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 7
                              }
                            }
                          ],
                          "destNePk": "string",
                          "destTunnelAlias": "string",
                          "destTunnelId": "string",
                          "fecRation": "string",
                          "fecStatus": "string",
                          "gmsMarked": true,
                          "id": "string",
                          "operStatus": "string",
                          "overlayId": "string",
                          "srcNePk": "string",
                          "tag": "string"
                        },
                        {
                          "adminStatus": "string",
                          "alias": "string",
                          "children": [
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 6,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 5
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 4,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 1
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 10,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 7
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 9,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 10
                              }
                            }
                          ],
                          "destNePk": "string",
                          "destTunnelAlias": "string",
                          "destTunnelId": "string",
                          "fecRation": "string",
                          "fecStatus": "string",
                          "gmsMarked": true,
                          "id": "string",
                          "operStatus": "string",
                          "overlayId": "string",
                          "srcNePk": "string",
                          "tag": "string"
                        },
                        {
                          "adminStatus": "string",
                          "alias": "string",
                          "children": [
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 8,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 4
                              }
                            }
                          ],
                          "destNePk": "string",
                          "destTunnelAlias": "string",
                          "destTunnelId": "string",
                          "fecRation": "string",
                          "fecStatus": "string",
                          "gmsMarked": false,
                          "id": "string",
                          "operStatus": "string",
                          "overlayId": "string",
                          "srcNePk": "string",
                          "tag": "string"
                        },
                        {
                          "adminStatus": "string",
                          "alias": "string",
                          "children": [
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 5,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 4
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 1,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 9
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 8,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 1
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 6,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 1
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 2,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 7
                              }
                            }
                          ],
                          "destNePk": "string",
                          "destTunnelAlias": "string",
                          "destTunnelId": "string",
                          "fecRation": "string",
                          "fecStatus": "string",
                          "gmsMarked": true,
                          "id": "string",
                          "operStatus": "string",
                          "overlayId": "string",
                          "srcNePk": "string",
                          "tag": "string"
                        },
                        {
                          "adminStatus": "string",
                          "alias": "string",
                          "children": [
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 3,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 6
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 5,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 8
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 10,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 3
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 8,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 1
                              }
                            }
                          ],
                          "destNePk": "string",
                          "destTunnelAlias": "string",
                          "destTunnelId": "string",
                          "fecRation": "string",
                          "fecStatus": "string",
                          "gmsMarked": false,
                          "id": "string",
                          "operStatus": "string",
                          "overlayId": "string",
                          "srcNePk": "string",
                          "tag": "string"
                        },
                        {
                          "adminStatus": "string",
                          "alias": "string",
                          "children": [
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 3,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 1
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 6,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 10
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 6,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 3
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 2,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 7
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 4,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 9
                              }
                            }
                          ],
                          "destNePk": "string",
                          "destTunnelAlias": "string",
                          "destTunnelId": "string",
                          "fecRation": "string",
                          "fecStatus": "string",
                          "gmsMarked": true,
                          "id": "string",
                          "operStatus": "string",
                          "overlayId": "string",
                          "srcNePk": "string",
                          "tag": "string"
                        }
                      ]
                    }
                  },
                  "all": {
                    "nePk": {
                      "destinationNePk": [
                        {
                          "adminStatus": "string",
                          "alias": "string",
                          "children": [
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 2,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 2
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 5,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 7
                              }
                            }
                          ],
                          "destNePk": "string",
                          "destTunnelAlias": "string",
                          "destTunnelId": "string",
                          "fecRation": "string",
                          "fecStatus": "string",
                          "gmsMarked": false,
                          "id": "string",
                          "operStatus": "string",
                          "overlayId": "string",
                          "srcNePk": "string",
                          "tag": "string"
                        },
                        {
                          "adminStatus": "string",
                          "alias": "string",
                          "children": [
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 4,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 10
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 8,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 3
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 4,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 10
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 3,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 9
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 9,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 1
                              }
                            }
                          ],
                          "destNePk": "string",
                          "destTunnelAlias": "string",
                          "destTunnelId": "string",
                          "fecRation": "string",
                          "fecStatus": "string",
                          "gmsMarked": true,
                          "id": "string",
                          "operStatus": "string",
                          "overlayId": "string",
                          "srcNePk": "string",
                          "tag": "string"
                        },
                        {
                          "adminStatus": "string",
                          "alias": "string",
                          "children": [
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 7,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 5
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 9,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 10
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 9,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 5
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 5,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 7
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 7,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 1
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 10,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 1
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 8,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 1
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 8,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 3
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 6,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 7
                              }
                            }
                          ],
                          "destNePk": "string",
                          "destTunnelAlias": "string",
                          "destTunnelId": "string",
                          "fecRation": "string",
                          "fecStatus": "string",
                          "gmsMarked": false,
                          "id": "string",
                          "operStatus": "string",
                          "overlayId": "string",
                          "srcNePk": "string",
                          "tag": "string"
                        },
                        {
                          "adminStatus": "string",
                          "alias": "string",
                          "children": [
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 7,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 3
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 4,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 9
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 7,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 9
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 2,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 6
                              }
                            }
                          ],
                          "destNePk": "string",
                          "destTunnelAlias": "string",
                          "destTunnelId": "string",
                          "fecRation": "string",
                          "fecStatus": "string",
                          "gmsMarked": true,
                          "id": "string",
                          "operStatus": "string",
                          "overlayId": "string",
                          "srcNePk": "string",
                          "tag": "string"
                        },
                        {
                          "adminStatus": "string",
                          "alias": "string",
                          "children": [
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 3,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 10
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 10,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 8
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 4,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 6
                              }
                            }
                          ],
                          "destNePk": "string",
                          "destTunnelAlias": "string",
                          "destTunnelId": "string",
                          "fecRation": "string",
                          "fecStatus": "string",
                          "gmsMarked": false,
                          "id": "string",
                          "operStatus": "string",
                          "overlayId": "string",
                          "srcNePk": "string",
                          "tag": "string"
                        },
                        {
                          "adminStatus": "string",
                          "alias": "string",
                          "children": [
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 3,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 6
                              }
                            },
                            {
                              "adminStatus": "string",
                              "alias": "string",
                              "destIpAddress": "string",
                              "destNePk": "string",
                              "destTunnelAlias": "string",
                              "destTunnelId": "string",
                              "fecRation": "string",
                              "fecStatus": "string",
                              "id": "string",
                              "ipsec_enabled": "string",
                              "mode": "string",
                              "operStatus": "string",
                              "parallelTunnelId": 3,
                              "presharedkey": "string",
                              "sourceIpAddress": "string",
                              "srcNePk": "string",
                              "tag": "string",
                              "tunnelThreshold": {
                                "fastfail": 2
                              }
                            }
                          ],
                          "destNePk": "string",
                          "destTunnelAlias": "string",
                          "destTunnelId": "string",
                          "fecRation": "string",
                          "fecStatus": "string",
                          "gmsMarked": true,
                          "id": "string",
                          "operStatus": "string",
                          "overlayId": "string",
                          "srcNePk": "string",
                          "tag": "string"
                        }
                      ]
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tunnelsConfiguration/passThroughTunnelsInfo": {
      "get": {
        "tags": [
          "TunnelsConfiguration"
        ],
        "operationId": "passThroughTunnelsInfo",
        "description": "The parameters and request body are for method: passThroughTunnelsInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nePk": {
                      "type": "object",
                      "properties": {
                        "passThroughTunnelId": {
                          "type": "object",
                          "properties": {
                            "adminStatus": {
                              "type": "string"
                            },
                            "alias": {
                              "type": "string"
                            },
                            "destIpAddress": {
                              "type": "string"
                            },
                            "destNePk": {
                              "type": "string"
                            },
                            "destTunnelAlias": {
                              "type": "string"
                            },
                            "destTunnelId": {
                              "type": "string"
                            },
                            "fecRatio": {
                              "type": "number"
                            },
                            "fecStatus": {
                              "type": "string"
                            },
                            "gmsMarked": {
                              "type": "boolean"
                            },
                            "id": {
                              "type": "string"
                            },
                            "ipsec_enabled": {
                              "type": "boolean"
                            },
                            "max_bw": {
                              "type": "number"
                            },
                            "max_bw_auto": {
                              "type": "boolean"
                            },
                            "mode": {
                              "type": "string"
                            },
                            "operStatus": {
                              "type": "string"
                            },
                            "parallelTunnelId": {
                              "type": "number"
                            },
                            "peerName": {
                              "type": "string"
                            },
                            "sourceIpAddress": {
                              "type": "string"
                            },
                            "srcNePk": {
                              "type": "string"
                            },
                            "tag": {
                              "type": "string"
                            },
                            "tunnelThreshold": {
                              "type": "object",
                              "properties": {
                                "fastfail": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "nePk": {
                    "passThroughTunnelId": {
                      "adminStatus": "string",
                      "alias": "string",
                      "destIpAddress": "string",
                      "destNePk": "string",
                      "destTunnelAlias": "string",
                      "destTunnelId": "string",
                      "fecRatio": 9,
                      "fecStatus": "string",
                      "gmsMarked": true,
                      "id": "string",
                      "ipsec_enabled": true,
                      "max_bw": 2,
                      "max_bw_auto": false,
                      "mode": "string",
                      "operStatus": "string",
                      "parallelTunnelId": 9,
                      "peerName": "string",
                      "sourceIpAddress": "string",
                      "srcNePk": "string",
                      "tag": "string",
                      "tunnelThreshold": {
                        "fastfail": 6
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/uiUsageStats/{uiName}": {
      "post": {
        "tags": [
          "UiUsageStats"
        ],
        "operationId": "uiUsageStats",
        "description": "The parameters and request body are for method: uiUsageStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uiName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uiName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/upgradeAppliances": {
      "post": {
        "tags": [
          "UpgradeAppliances"
        ],
        "operationId": "upgradeAppliances",
        "description": "The parameters and request body are for method: upgradeAppliances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "clientKey": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "clientKey": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applianceUpgradeEntry"
            }
          }
        }
      }
    },
    "/userAccount/{neId}": {
      "get": {
        "tags": [
          "UserAccount"
        ],
        "operationId": "getUserAccount",
        "description": "The parameters and request body are for method: getUserAccount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sessions": {
                      "type": "object",
                      "properties": {
                        "<a number of from 1>": {
                          "type": "object",
                          "properties": {
                            "gid": {
                              "type": "number"
                            },
                            "idle_time": {
                              "type": "string"
                            },
                            "login_time": {
                              "type": "string"
                            },
                            "port": {
                              "type": "string"
                            },
                            "remote_host": {
                              "type": "string"
                            },
                            "username": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "users": {
                      "type": "object",
                      "properties": {
                        "<username>": {
                          "type": "object",
                          "properties": {
                            "enable": {
                              "type": "boolean"
                            },
                            "gid": {
                              "type": "number"
                            },
                            "password": {
                              "type": "string"
                            },
                            "self": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "sessions": {
                    "<a number of from 1>": {
                      "gid": 4,
                      "idle_time": "string",
                      "login_time": "string",
                      "port": "string",
                      "remote_host": "string",
                      "username": "string"
                    }
                  },
                  "users": {
                    "<username>": {
                      "enable": true,
                      "gid": 4,
                      "password": "string",
                      "self": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          },
          {
            "name": "cached",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "users",
        "description": "The parameters and request body are for method: users. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "createTime": {
                        "type": "number"
                      },
                      "email": {
                        "type": "string"
                      },
                      "firstName": {
                        "type": "string"
                      },
                      "isTwoFactorEmail": {
                        "type": "boolean"
                      },
                      "isTwoFactorTime": {
                        "type": "boolean"
                      },
                      "lastName": {
                        "type": "string"
                      },
                      "password": {
                        "type": "string"
                      },
                      "phone": {
                        "type": "string"
                      },
                      "role": {
                        "type": "string"
                      },
                      "salt": {
                        "type": "string"
                      },
                      "status": {
                        "type": "string"
                      },
                      "userPk": {
                        "type": "string"
                      },
                      "username": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "createTime": 10,
                    "email": "string",
                    "firstName": "string",
                    "isTwoFactorEmail": true,
                    "isTwoFactorTime": false,
                    "lastName": "string",
                    "password": "string",
                    "phone": "string",
                    "role": "string",
                    "salt": "string",
                    "status": "string",
                    "userPk": "string",
                    "username": "string"
                  },
                  {
                    "createTime": 4,
                    "email": "string",
                    "firstName": "string",
                    "isTwoFactorEmail": true,
                    "isTwoFactorTime": true,
                    "lastName": "string",
                    "password": "string",
                    "phone": "string",
                    "role": "string",
                    "salt": "string",
                    "status": "string",
                    "userPk": "string",
                    "username": "string"
                  },
                  {
                    "createTime": 5,
                    "email": "string",
                    "firstName": "string",
                    "isTwoFactorEmail": false,
                    "isTwoFactorTime": false,
                    "lastName": "string",
                    "password": "string",
                    "phone": "string",
                    "role": "string",
                    "salt": "string",
                    "status": "string",
                    "userPk": "string",
                    "username": "string"
                  },
                  {
                    "createTime": 4,
                    "email": "string",
                    "firstName": "string",
                    "isTwoFactorEmail": false,
                    "isTwoFactorTime": true,
                    "lastName": "string",
                    "password": "string",
                    "phone": "string",
                    "role": "string",
                    "salt": "string",
                    "status": "string",
                    "userPk": "string",
                    "username": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/forgotPassword": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "forgotPassword",
        "description": "The parameters and request body are for method: forgotPassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "forgotPasswordBody"
            }
          }
        }
      }
    },
    "/users/newTfaKey": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "newTfaKey",
        "description": "The parameters and request body are for method: newTfaKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "barcodeBase64Jpeg": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "barcodeBase64Jpeg": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/resetPassword": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "resetPassword",
        "description": "The parameters and request body are for method: resetPassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "barcodeBase64Jpeg": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "barcodeBase64Jpeg": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "resetPasswordBody"
            }
          }
        }
      }
    },
    "/users/{newUser}": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "postUsersNewUser",
        "description": "The parameters and request body are for method: postUsersNewUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "newUser",
            "in": "path",
            "required": true,
            "schema": {
              "title": "newUser",
              "type": "boolean"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "saveUpdateUserBody"
            }
          }
        }
      }
    },
    "/users/{userId}/{userName}": {
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "deleteUsersUserIdUserName",
        "description": "The parameters and request body are for method: deleteUsersUserIdUserName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "string"
            }
          },
          {
            "name": "userName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{userName}": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUserName",
        "description": "The parameters and request body are for method: getUsersUserName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "createTime": {
                      "type": "number"
                    },
                    "email": {
                      "type": "string"
                    },
                    "firstName": {
                      "type": "string"
                    },
                    "isTwoFactorEmail": {
                      "type": "boolean"
                    },
                    "isTwoFactorTime": {
                      "type": "boolean"
                    },
                    "lastName": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "phone": {
                      "type": "string"
                    },
                    "role": {
                      "type": "string"
                    },
                    "salt": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "userPk": {
                      "type": "string"
                    },
                    "username": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "createTime": 5,
                  "email": "string",
                  "firstName": "string",
                  "isTwoFactorEmail": false,
                  "isTwoFactorTime": true,
                  "lastName": "string",
                  "password": "string",
                  "phone": "string",
                  "role": "string",
                  "salt": "string",
                  "status": "string",
                  "userPk": "string",
                  "username": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/password": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "postUsersUsernamePassword",
        "description": "The parameters and request body are for method: postUsersUsernamePassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "changePasswordBody"
            }
          }
        }
      }
    },
    "/virtualif/loopback/{neId}": {
      "get": {
        "tags": [
          "Virtualif"
        ],
        "operationId": "loopbackGet",
        "description": "The parameters and request body are for method: loopbackGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<interface>": {
                      "type": "object",
                      "properties": {
                        "admin": {
                          "type": "boolean"
                        },
                        "ipaddr": {
                          "type": "string"
                        },
                        "label": {
                          "type": "string"
                        },
                        "nmask": {
                          "type": "number"
                        },
                        "zone": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<interface>": {
                    "admin": true,
                    "ipaddr": "string",
                    "label": "string",
                    "nmask": 8,
                    "zone": 9
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/virtualif/vti/{neId}": {
      "get": {
        "tags": [
          "Virtualif"
        ],
        "operationId": "vtiGet",
        "description": "The parameters and request body are for method: vtiGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<interface>": {
                      "type": "object",
                      "properties": {
                        "admin": {
                          "type": "boolean"
                        },
                        "ipaddr": {
                          "type": "string"
                        },
                        "label": {
                          "type": "string"
                        },
                        "nmask": {
                          "type": "number"
                        },
                        "side": {
                          "type": "string"
                        },
                        "tunnel": {
                          "type": "string"
                        },
                        "zone": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<interface>": {
                    "admin": true,
                    "ipaddr": "string",
                    "label": "string",
                    "nmask": 8,
                    "side": "string",
                    "tunnel": "string",
                    "zone": 5
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vrrp/{neId}": {
      "get": {
        "tags": [
          "Vrrp"
        ],
        "operationId": "vrrpGet",
        "description": "The parameters and request body are for method: vrrpGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "adv_timer": {
                        "type": "number"
                      },
                      "auth": {
                        "type": "string"
                      },
                      "desc": {
                        "type": "string"
                      },
                      "enable": {
                        "type": "string"
                      },
                      "groupId": {
                        "type": "number"
                      },
                      "holddown": {
                        "type": "number"
                      },
                      "interface": {
                        "type": "string"
                      },
                      "master_transitions": {
                        "type": "number"
                      },
                      "masterip": {
                        "type": "string"
                      },
                      "mode": {
                        "type": "string"
                      },
                      "pkt_trace": {
                        "type": "boolean"
                      },
                      "preempt": {
                        "type": "boolean"
                      },
                      "priority": {
                        "type": "number"
                      },
                      "uptime": {
                        "type": "string"
                      },
                      "vipaddr": {
                        "type": "string"
                      },
                      "vipowner": {
                        "type": "boolean"
                      },
                      "vmac": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "adv_timer": 7,
                    "auth": "string",
                    "desc": "string",
                    "enable": "string",
                    "groupId": 8,
                    "holddown": 3,
                    "interface": "string",
                    "master_transitions": 10,
                    "masterip": "string",
                    "mode": "string",
                    "pkt_trace": false,
                    "preempt": false,
                    "priority": 5,
                    "uptime": "string",
                    "vipaddr": "string",
                    "vipowner": false,
                    "vmac": "string"
                  },
                  {
                    "adv_timer": 4,
                    "auth": "string",
                    "desc": "string",
                    "enable": "string",
                    "groupId": 3,
                    "holddown": 7,
                    "interface": "string",
                    "master_transitions": 6,
                    "masterip": "string",
                    "mode": "string",
                    "pkt_trace": false,
                    "preempt": true,
                    "priority": 3,
                    "uptime": "string",
                    "vipaddr": "string",
                    "vipowner": false,
                    "vmac": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vxoaImages": {
      "get": {
        "tags": [
          "VxoaImages"
        ],
        "operationId": "vXOAImagesGet",
        "description": "The parameters and request body are for method: vXOAImagesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "NxImage.buildDate": {
                        "type": "string"
                      },
                      "NxImage.fileName": {
                        "type": "string"
                      },
                      "NxImage.version": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "NxImage.buildDate": "string",
                    "NxImage.fileName": "string",
                    "NxImage.version": "string"
                  },
                  {
                    "NxImage.buildDate": "string",
                    "NxImage.fileName": "string",
                    "NxImage.version": "string"
                  },
                  {
                    "NxImage.buildDate": "string",
                    "NxImage.fileName": "string",
                    "NxImage.version": "string"
                  },
                  {
                    "NxImage.buildDate": "string",
                    "NxImage.fileName": "string",
                    "NxImage.version": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vxoaImages/{imageFile}": {
      "delete": {
        "tags": [
          "VxoaImages"
        ],
        "operationId": "vXOAImagesDelete",
        "description": "The parameters and request body are for method: vXOAImagesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "imageFile",
            "in": "path",
            "required": true,
            "schema": {
              "title": "imageFile",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wccp/config/group/{neId}": {
      "get": {
        "tags": [
          "Wccp"
        ],
        "operationId": "wccpConfigGroup",
        "description": "The parameters and request body are for method: wccpConfigGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "51": {
                      "type": "object",
                      "properties": {
                        "assign_detail": {
                          "type": "string"
                        },
                        "assign_method": {
                          "type": "string"
                        },
                        "compatibility": {
                          "type": "string"
                        },
                        "encap": {
                          "type": "string"
                        },
                        "force_l2_return": {
                          "type": "boolean"
                        },
                        "hash_dst_ip": {
                          "type": "boolean"
                        },
                        "hash_dst_port": {
                          "type": "boolean"
                        },
                        "hash_src_ip": {
                          "type": "boolean"
                        },
                        "hash_src_port": {
                          "type": "boolean"
                        },
                        "interface": {
                          "type": "string"
                        },
                        "mask_dst_ip": {
                          "type": "number"
                        },
                        "mask_dst_port": {
                          "type": "number"
                        },
                        "mask_src_ip": {
                          "type": "number"
                        },
                        "mask_src_port": {
                          "type": "number"
                        },
                        "password": {
                          "type": "string"
                        },
                        "priority": {
                          "type": "number"
                        },
                        "protocol": {
                          "type": "string"
                        },
                        "router": {
                          "type": "object",
                          "properties": {
                            "1": {
                              "type": "object",
                              "properties": {
                                "ipaddr": {
                                  "type": "string"
                                },
                                "self": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "self": {
                          "type": "number"
                        },
                        "weight": {
                          "type": "number"
                        }
                      }
                    },
                    "52": {
                      "type": "object",
                      "properties": {
                        "assign_detail": {
                          "type": "string"
                        },
                        "assign_method": {
                          "type": "string"
                        },
                        "compatibility": {
                          "type": "string"
                        },
                        "encap": {
                          "type": "string"
                        },
                        "force_l2_return": {
                          "type": "boolean"
                        },
                        "hash_dst_ip": {
                          "type": "boolean"
                        },
                        "hash_dst_port": {
                          "type": "boolean"
                        },
                        "hash_src_ip": {
                          "type": "boolean"
                        },
                        "hash_src_port": {
                          "type": "boolean"
                        },
                        "interface": {
                          "type": "string"
                        },
                        "mask_dst_ip": {
                          "type": "number"
                        },
                        "mask_dst_port": {
                          "type": "number"
                        },
                        "mask_src_ip": {
                          "type": "number"
                        },
                        "mask_src_port": {
                          "type": "number"
                        },
                        "password": {
                          "type": "string"
                        },
                        "priority": {
                          "type": "number"
                        },
                        "protocol": {
                          "type": "string"
                        },
                        "router": {
                          "type": "object",
                          "properties": {
                            "1": {
                              "type": "object",
                              "properties": {
                                "ipaddr": {
                                  "type": "string"
                                },
                                "self": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "self": {
                          "type": "number"
                        },
                        "weight": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "51": {
                    "assign_detail": "string",
                    "assign_method": "string",
                    "compatibility": "string",
                    "encap": "string",
                    "force_l2_return": true,
                    "hash_dst_ip": false,
                    "hash_dst_port": true,
                    "hash_src_ip": true,
                    "hash_src_port": false,
                    "interface": "string",
                    "mask_dst_ip": 4,
                    "mask_dst_port": 9,
                    "mask_src_ip": 1,
                    "mask_src_port": 6,
                    "password": "string",
                    "priority": 3,
                    "protocol": "string",
                    "router": {
                      "1": {
                        "ipaddr": "string",
                        "self": 6
                      }
                    },
                    "self": 1,
                    "weight": 6
                  },
                  "52": {
                    "assign_detail": "string",
                    "assign_method": "string",
                    "compatibility": "string",
                    "encap": "string",
                    "force_l2_return": false,
                    "hash_dst_ip": false,
                    "hash_dst_port": true,
                    "hash_src_ip": true,
                    "hash_src_port": false,
                    "interface": "string",
                    "mask_dst_ip": 9,
                    "mask_dst_port": 9,
                    "mask_src_ip": 2,
                    "mask_src_port": 6,
                    "password": "string",
                    "priority": 10,
                    "protocol": "string",
                    "router": {
                      "1": {
                        "ipaddr": "string",
                        "self": 7
                      }
                    },
                    "self": 9,
                    "weight": 1
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wccp/config/system/{neId}": {
      "get": {
        "tags": [
          "Wccp"
        ],
        "operationId": "wccpConfigSystem",
        "description": "The parameters and request body are for method: wccpConfigSystem. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "enable": {
                      "type": "boolean"
                    },
                    "mcast_ttl": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "enable": false,
                  "mcast_ttl": 4
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wccp/state/{neId}": {
      "get": {
        "tags": [
          "Wccp"
        ],
        "operationId": "wccpState",
        "description": "The parameters and request body are for method: wccpState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "group": {
                      "type": "object",
                      "properties": {
                        "51": {
                          "type": "object",
                          "properties": {
                            "app_id": {
                              "type": "string"
                            },
                            "assignment": {
                              "type": "string"
                            },
                            "debug": {
                              "type": "string"
                            },
                            "num_appliances": {
                              "type": "number"
                            },
                            "num_routers": {
                              "type": "number"
                            },
                            "oper": {
                              "type": "string"
                            },
                            "self": {
                              "type": "number"
                            },
                            "uptime": {
                              "type": "number"
                            }
                          }
                        },
                        "52": {
                          "type": "object",
                          "properties": {
                            "app_id": {
                              "type": "string"
                            },
                            "assignment": {
                              "type": "string"
                            },
                            "debug": {
                              "type": "string"
                            },
                            "num_appliances": {
                              "type": "number"
                            },
                            "num_routers": {
                              "type": "number"
                            },
                            "oper": {
                              "type": "string"
                            },
                            "self": {
                              "type": "number"
                            },
                            "uptime": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "system": {
                      "type": "object",
                      "properties": {
                        "debug_all": {
                          "type": "string"
                        },
                        "debug_global": {
                          "type": "string"
                        },
                        "is_alive": {
                          "type": "string"
                        },
                        "proto_ver": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "group": {
                    "51": {
                      "app_id": "string",
                      "assignment": "string",
                      "debug": "string",
                      "num_appliances": 5,
                      "num_routers": 10,
                      "oper": "string",
                      "self": 8,
                      "uptime": 2
                    },
                    "52": {
                      "app_id": "string",
                      "assignment": "string",
                      "debug": "string",
                      "num_appliances": 4,
                      "num_routers": 5,
                      "oper": "string",
                      "self": 7,
                      "uptime": 5
                    }
                  },
                  "system": {
                    "debug_all": "string",
                    "debug_global": "string",
                    "is_alive": "string",
                    "proto_ver": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "neId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/zones": {
      "get": {
        "tags": [
          "Zones"
        ],
        "operationId": "zonesGet",
        "description": "The parameters and request body are for method: zonesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "<zoneId>": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "<zoneId>": {
                    "name": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Zones"
        ],
        "operationId": "zonesPost",
        "description": "The parameters and request body are for method: zonesPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "deleteDependencies",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "zones"
            }
          }
        }
      }
    },
    "/zones/nextId": {
      "get": {
        "tags": [
          "Zones"
        ],
        "operationId": "nextIdGet",
        "description": "The parameters and request body are for method: nextIdGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nextId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "nextId": 3
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Zones"
        ],
        "operationId": "nextIdPost",
        "description": "The parameters and request body are for method: nextIdPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "nextIdPost"
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}