{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/login/operatorLogin": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "loginOperatorLogin",
        "description": "The parameters and request body are for method: loginOperatorLogin. 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": "authorization"
            }
          }
        }
      }
    },
    "/login/enterpriseLogin": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "loginEnterpriseLogin",
        "description": "The parameters and request body are for method: loginEnterpriseLogin. 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": "authorization"
            }
          }
        }
      }
    },
    "/logout": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "postLogout",
        "description": "The parameters and request body are for method: postLogout. 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": {}
            }
          }
        }
      }
    },
    "/meta/{apiPath}": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "postMetaApiPath",
        "description": "The parameters and request body are for method: postMetaApiPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "privileges": {
                      "type": "object"
                    },
                    "swagger": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "privileges": {},
                  "swagger": {}
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "apiPath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "apiPath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configuration/cloneEnterpriseTemplate": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "configurationCloneEnterpriseTemplate",
        "description": "The parameters and request body are for method: configurationCloneEnterpriseTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 7
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/configuration/deleteConfiguration": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "configurationDeleteConfiguration",
        "description": "The parameters and request body are for method: configurationDeleteConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/configuration/getConfiguration": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "configurationGetConfiguration",
        "description": "The parameters and request body are for method: configurationGetConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "configurationType": {
                      "type": "string"
                    },
                    "created": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "edgeCount": {
                      "type": "number"
                    },
                    "effective": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "logicalId": {
                      "type": "string"
                    },
                    "modified": {
                      "type": "string"
                    },
                    "modules": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "created": {
                            "type": "string"
                          },
                          "effective": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "isSmallData": {
                            "type": "number"
                          },
                          "modified": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "configurationId": {
                            "type": "number"
                          },
                          "data": {
                            "type": "object"
                          },
                          "refs": {
                            "type": "object"
                          },
                          "schemaVersion": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "schemaVersion": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "configurationType": "SEGMENT_BASED",
                  "created": "string",
                  "description": "string",
                  "edgeCount": 4,
                  "effective": "string",
                  "id": 3,
                  "logicalId": "string",
                  "modified": "string",
                  "modules": [
                    {
                      "created": "string",
                      "effective": "string",
                      "id": 4,
                      "isSmallData": 1,
                      "modified": "string",
                      "name": "controlPlane",
                      "type": "OPERATOR",
                      "description": "string",
                      "configurationId": 8,
                      "data": {},
                      "refs": {},
                      "schemaVersion": "string"
                    },
                    {
                      "created": "string",
                      "effective": "string",
                      "id": 5,
                      "isSmallData": 0,
                      "modified": "string",
                      "name": "managementPlane",
                      "type": "GATEWAY",
                      "description": "string",
                      "configurationId": 1,
                      "data": {},
                      "refs": {},
                      "schemaVersion": "string"
                    }
                  ],
                  "name": "string",
                  "schemaVersion": "string",
                  "version": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/configuration/getIdentifiableApplications": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "configurationGetIdentifiableApplications",
        "description": "The parameters and request body are for method: configurationGetIdentifiableApplications. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "applicationClassToApplication": {
                      "type": "object"
                    },
                    "applicationToApplicationClass": {
                      "type": "object"
                    },
                    "applicationClasses": {
                      "type": "object"
                    },
                    "applications": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "class": {
                            "type": "number"
                          },
                          "description": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "knownIpPortMapping": {
                            "type": "object",
                            "properties": {
                              "subnets": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "tcpPorts": {
                                "type": "array",
                                "items": {
                                  "type": "number"
                                }
                              },
                              "udpPorts": {
                                "type": "array",
                                "items": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "protocolPortMapping": {
                            "type": "object",
                            "properties": {
                              "tcpPorts": {
                                "type": "array",
                                "items": {
                                  "type": "number"
                                }
                              },
                              "udpPorts": {
                                "type": "array",
                                "items": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "applicationClassToApplication": {},
                  "applicationToApplicationClass": {},
                  "applicationClasses": null,
                  "applications": [
                    {
                      "class": 9,
                      "description": "string",
                      "displayName": "string",
                      "name": "string",
                      "id": 2,
                      "knownIpPortMapping": {
                        "subnets": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "tcpPorts": [
                          6,
                          5,
                          9,
                          6
                        ],
                        "udpPorts": [
                          9,
                          3,
                          2,
                          7,
                          9,
                          4,
                          10
                        ]
                      },
                      "protocolPortMapping": {
                        "tcpPorts": [
                          9,
                          10,
                          10,
                          2,
                          7,
                          10
                        ],
                        "udpPorts": [
                          6
                        ]
                      }
                    },
                    {
                      "class": 8,
                      "description": "string",
                      "displayName": "string",
                      "name": "string",
                      "id": 5,
                      "knownIpPortMapping": {
                        "subnets": [
                          "string",
                          "string"
                        ],
                        "tcpPorts": [
                          4,
                          8,
                          10,
                          9,
                          1,
                          7,
                          6
                        ],
                        "udpPorts": [
                          10,
                          3,
                          6,
                          6
                        ]
                      },
                      "protocolPortMapping": {
                        "tcpPorts": [
                          2,
                          6,
                          1,
                          1,
                          7,
                          2,
                          6
                        ],
                        "udpPorts": [
                          7,
                          5
                        ]
                      }
                    },
                    {
                      "class": 8,
                      "description": "string",
                      "displayName": "string",
                      "name": "string",
                      "id": 5,
                      "knownIpPortMapping": {
                        "subnets": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "tcpPorts": [
                          6,
                          8
                        ],
                        "udpPorts": [
                          9,
                          3,
                          5,
                          7
                        ]
                      },
                      "protocolPortMapping": {
                        "tcpPorts": [
                          5,
                          7,
                          5,
                          7,
                          7,
                          4
                        ],
                        "udpPorts": [
                          7,
                          8,
                          9,
                          8
                        ]
                      }
                    },
                    {
                      "class": 1,
                      "description": "string",
                      "displayName": "string",
                      "name": "string",
                      "id": 10,
                      "knownIpPortMapping": {
                        "subnets": [
                          "string"
                        ],
                        "tcpPorts": [
                          9,
                          2
                        ],
                        "udpPorts": [
                          9,
                          1,
                          2,
                          4,
                          2,
                          2,
                          4,
                          10,
                          3
                        ]
                      },
                      "protocolPortMapping": {
                        "tcpPorts": [
                          1,
                          7,
                          3,
                          8,
                          6
                        ],
                        "udpPorts": [
                          5,
                          6,
                          9,
                          1,
                          9,
                          3,
                          10,
                          9,
                          10
                        ]
                      }
                    },
                    {
                      "class": 3,
                      "description": "string",
                      "displayName": "string",
                      "name": "string",
                      "id": 1,
                      "knownIpPortMapping": {
                        "subnets": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "tcpPorts": [
                          3,
                          7,
                          3,
                          3,
                          6,
                          9,
                          8,
                          4,
                          4,
                          8
                        ],
                        "udpPorts": [
                          5
                        ]
                      },
                      "protocolPortMapping": {
                        "tcpPorts": [
                          5,
                          5,
                          9,
                          2,
                          2,
                          2
                        ],
                        "udpPorts": [
                          1,
                          3
                        ]
                      }
                    },
                    {
                      "class": 8,
                      "description": "string",
                      "displayName": "string",
                      "name": "string",
                      "id": 7,
                      "knownIpPortMapping": {
                        "subnets": [
                          "string",
                          "string"
                        ],
                        "tcpPorts": [
                          2,
                          3,
                          7,
                          7,
                          4
                        ],
                        "udpPorts": [
                          4,
                          6,
                          10,
                          8,
                          1,
                          6,
                          7,
                          9,
                          4
                        ]
                      },
                      "protocolPortMapping": {
                        "tcpPorts": [
                          9,
                          6,
                          2,
                          4,
                          1,
                          3,
                          3,
                          7,
                          3,
                          3
                        ],
                        "udpPorts": [
                          1,
                          8,
                          10
                        ]
                      }
                    },
                    {
                      "class": 10,
                      "description": "string",
                      "displayName": "string",
                      "name": "string",
                      "id": 9,
                      "knownIpPortMapping": {
                        "subnets": [
                          "string",
                          "string"
                        ],
                        "tcpPorts": [
                          7,
                          1,
                          1,
                          6,
                          6,
                          5,
                          6,
                          3
                        ],
                        "udpPorts": [
                          7,
                          9,
                          10,
                          3,
                          3,
                          8,
                          7,
                          10
                        ]
                      },
                      "protocolPortMapping": {
                        "tcpPorts": [
                          4,
                          5
                        ],
                        "udpPorts": [
                          9,
                          7,
                          8,
                          8,
                          9,
                          4,
                          1
                        ]
                      }
                    },
                    {
                      "class": 2,
                      "description": "string",
                      "displayName": "string",
                      "name": "string",
                      "id": 1,
                      "knownIpPortMapping": {
                        "subnets": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "tcpPorts": [
                          4,
                          1,
                          6,
                          10
                        ],
                        "udpPorts": [
                          2,
                          4,
                          1,
                          7,
                          4,
                          4
                        ]
                      },
                      "protocolPortMapping": {
                        "tcpPorts": [
                          1,
                          6,
                          1,
                          9,
                          4,
                          10
                        ],
                        "udpPorts": [
                          7,
                          3,
                          5,
                          1,
                          4,
                          2,
                          1,
                          4,
                          3
                        ]
                      }
                    },
                    {
                      "class": 8,
                      "description": "string",
                      "displayName": "string",
                      "name": "string",
                      "id": 1,
                      "knownIpPortMapping": {
                        "subnets": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "tcpPorts": [
                          2
                        ],
                        "udpPorts": [
                          10,
                          6,
                          6,
                          1,
                          1,
                          6,
                          7,
                          1,
                          3,
                          9
                        ]
                      },
                      "protocolPortMapping": {
                        "tcpPorts": [
                          6,
                          5,
                          4,
                          7
                        ],
                        "udpPorts": [
                          7,
                          5,
                          1,
                          7,
                          8,
                          8
                        ]
                      }
                    },
                    {
                      "class": 7,
                      "description": "string",
                      "displayName": "string",
                      "name": "string",
                      "id": 4,
                      "knownIpPortMapping": {
                        "subnets": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "tcpPorts": [
                          2,
                          10,
                          10,
                          9,
                          7,
                          3,
                          3,
                          10,
                          5
                        ],
                        "udpPorts": [
                          7,
                          4,
                          9,
                          3,
                          9,
                          3,
                          3
                        ]
                      },
                      "protocolPortMapping": {
                        "tcpPorts": [
                          10,
                          2,
                          6,
                          5,
                          2,
                          5,
                          6,
                          7,
                          9,
                          3
                        ],
                        "udpPorts": [
                          3,
                          8,
                          10,
                          10,
                          5,
                          7
                        ]
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/configuration/getRoutableApplications": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "configurationGetRoutableApplications",
        "description": "The parameters and request body are for method: configurationGetRoutableApplications. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "applicationClassToApplication": {
                      "type": "object"
                    },
                    "applicationToApplicationClass": {
                      "type": "object"
                    },
                    "applicationClasses": {
                      "type": "object"
                    },
                    "applications": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "class": {
                            "type": "number"
                          },
                          "description": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "knownIpPortMapping": {
                            "type": "object",
                            "properties": {
                              "subnets": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "tcpPorts": {
                                "type": "array",
                                "items": {
                                  "type": "number"
                                }
                              },
                              "udpPorts": {
                                "type": "array",
                                "items": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "protocolPortMapping": {
                            "type": "object",
                            "properties": {
                              "tcpPorts": {
                                "type": "array",
                                "items": {
                                  "type": "number"
                                }
                              },
                              "udpPorts": {
                                "type": "array",
                                "items": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "metaData": {
                      "type": "object",
                      "properties": {
                        "blobId": {
                          "type": "number"
                        },
                        "created": {
                          "type": "string"
                        },
                        "description": {
                          "type": "string"
                        },
                        "fileName": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "logicalId": {
                          "type": "string"
                        },
                        "manifest": {
                          "type": "object",
                          "properties": {
                            "description": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "version": {
                              "type": "string"
                            }
                          }
                        },
                        "modified": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "networkId": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "uploadDetails": {
                          "type": "object",
                          "properties": {
                            "size": {
                              "type": "number"
                            }
                          }
                        },
                        "version": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "applicationClassToApplication": {},
                  "applicationToApplicationClass": {},
                  "applicationClasses": null,
                  "applications": [
                    {
                      "class": 3,
                      "description": "string",
                      "displayName": "string",
                      "name": "string",
                      "id": 4,
                      "knownIpPortMapping": {
                        "subnets": [
                          "string",
                          "string"
                        ],
                        "tcpPorts": [
                          9,
                          7,
                          9,
                          10,
                          3,
                          5,
                          1
                        ],
                        "udpPorts": [
                          9,
                          9,
                          6,
                          6,
                          8,
                          5,
                          1,
                          6
                        ]
                      },
                      "protocolPortMapping": {
                        "tcpPorts": [
                          9
                        ],
                        "udpPorts": [
                          6,
                          8,
                          1,
                          9,
                          3,
                          7
                        ]
                      }
                    },
                    {
                      "class": 1,
                      "description": "string",
                      "displayName": "string",
                      "name": "string",
                      "id": 1,
                      "knownIpPortMapping": {
                        "subnets": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "tcpPorts": [
                          7,
                          4,
                          7
                        ],
                        "udpPorts": [
                          3,
                          3,
                          2,
                          7,
                          4
                        ]
                      },
                      "protocolPortMapping": {
                        "tcpPorts": [
                          8,
                          3,
                          3,
                          7,
                          5,
                          7,
                          9,
                          10,
                          6
                        ],
                        "udpPorts": [
                          10,
                          3,
                          4,
                          4,
                          8,
                          9,
                          3,
                          2
                        ]
                      }
                    },
                    {
                      "class": 7,
                      "description": "string",
                      "displayName": "string",
                      "name": "string",
                      "id": 1,
                      "knownIpPortMapping": {
                        "subnets": [
                          "string",
                          "string",
                          "string"
                        ],
                        "tcpPorts": [
                          6,
                          10,
                          3,
                          3,
                          1,
                          2,
                          8,
                          10,
                          1
                        ],
                        "udpPorts": [
                          2,
                          4,
                          6,
                          1,
                          4,
                          6,
                          9,
                          4
                        ]
                      },
                      "protocolPortMapping": {
                        "tcpPorts": [
                          8,
                          5,
                          6,
                          4,
                          8,
                          8,
                          5
                        ],
                        "udpPorts": [
                          7,
                          4,
                          10,
                          9,
                          6
                        ]
                      }
                    },
                    {
                      "class": 5,
                      "description": "string",
                      "displayName": "string",
                      "name": "string",
                      "id": 8,
                      "knownIpPortMapping": {
                        "subnets": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "tcpPorts": [
                          2
                        ],
                        "udpPorts": [
                          3,
                          1,
                          6,
                          6,
                          3,
                          9,
                          8
                        ]
                      },
                      "protocolPortMapping": {
                        "tcpPorts": [
                          2,
                          8,
                          2,
                          2,
                          10,
                          1
                        ],
                        "udpPorts": [
                          2,
                          10,
                          7,
                          8,
                          9,
                          1,
                          6,
                          6,
                          9
                        ]
                      }
                    },
                    {
                      "class": 9,
                      "description": "string",
                      "displayName": "string",
                      "name": "string",
                      "id": 2,
                      "knownIpPortMapping": {
                        "subnets": [
                          "string",
                          "string"
                        ],
                        "tcpPorts": [
                          7,
                          3,
                          10,
                          10,
                          6,
                          10,
                          8
                        ],
                        "udpPorts": [
                          2
                        ]
                      },
                      "protocolPortMapping": {
                        "tcpPorts": [
                          5,
                          5,
                          10,
                          5,
                          9,
                          2
                        ],
                        "udpPorts": [
                          2,
                          8
                        ]
                      }
                    },
                    {
                      "class": 2,
                      "description": "string",
                      "displayName": "string",
                      "name": "string",
                      "id": 6,
                      "knownIpPortMapping": {
                        "subnets": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "tcpPorts": [
                          3,
                          4,
                          7
                        ],
                        "udpPorts": [
                          10,
                          10,
                          6,
                          3,
                          6,
                          3,
                          3,
                          7,
                          7
                        ]
                      },
                      "protocolPortMapping": {
                        "tcpPorts": [
                          3,
                          5,
                          6,
                          6,
                          10,
                          9
                        ],
                        "udpPorts": [
                          10,
                          2,
                          6,
                          10,
                          7,
                          7,
                          9
                        ]
                      }
                    },
                    {
                      "class": 2,
                      "description": "string",
                      "displayName": "string",
                      "name": "string",
                      "id": 10,
                      "knownIpPortMapping": {
                        "subnets": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "tcpPorts": [
                          7,
                          4,
                          5,
                          9
                        ],
                        "udpPorts": [
                          10,
                          2,
                          9,
                          2,
                          5,
                          3
                        ]
                      },
                      "protocolPortMapping": {
                        "tcpPorts": [
                          8,
                          7,
                          8,
                          4,
                          4,
                          6,
                          7,
                          5,
                          7
                        ],
                        "udpPorts": [
                          2
                        ]
                      }
                    }
                  ],
                  "metaData": {
                    "blobId": 3,
                    "created": "string",
                    "description": "string",
                    "fileName": "string",
                    "id": 6,
                    "logicalId": "string",
                    "manifest": {
                      "description": "string",
                      "name": "string",
                      "version": "string"
                    },
                    "modified": "string",
                    "name": "string",
                    "networkId": 3,
                    "type": "string",
                    "uploadDetails": {
                      "size": 2
                    },
                    "version": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/disasterRecovery/configureActiveForReplication": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "disasterRecoveryConfigureActiveForReplication",
        "description": "The parameters and request body are for method: disasterRecoveryConfigureActiveForReplication. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/disasterRecovery/demoteActive": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "disasterRecoveryDemoteActive",
        "description": "The parameters and request body are for method: disasterRecoveryDemoteActive. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/disasterRecovery/getReplicationBlob": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "disasterRecoveryGetReplicationBlob",
        "description": "The parameters and request body are for method: disasterRecoveryGetReplicationBlob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "activeAccessFromStandby": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "activeAccessFromStandby": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/disasterRecovery/getReplicationStatus": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "disasterRecoveryGetReplicationStatus",
        "description": "The parameters and request body are for method: disasterRecoveryGetReplicationStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "activeAddress": {
                      "type": "string"
                    },
                    "activeReplicationAddress": {
                      "type": "string"
                    },
                    "clientContact": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "activeAddress": {
                            "type": "string"
                          },
                          "activeLastResponseTime": {
                            "type": "string"
                          },
                          "clientLogicalId": {
                            "type": "string"
                          },
                          "clientType": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "modified": {
                            "type": "string"
                          },
                          "standbyAddress": {
                            "type": "string"
                          },
                          "standbyLastResponseTime": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "clientCount": {
                      "type": "object",
                      "properties": {
                        "edgeCount": {
                          "type": "number"
                        },
                        "gatewayCount": {
                          "type": "number"
                        },
                        "currentActiveEdgeCount": {
                          "type": "number"
                        },
                        "currentStandbyEdgeCount": {
                          "type": "number"
                        },
                        "currentActiveGatewayCount": {
                          "type": "number"
                        },
                        "currentStandbyGatewayCount": {
                          "type": "number"
                        }
                      }
                    },
                    "drState": {
                      "type": "string"
                    },
                    "drVCOUser": {
                      "type": "string"
                    },
                    "failureDescription": {
                      "type": "string"
                    },
                    "lastDrProtectedTime": {
                      "type": "string"
                    },
                    "role": {
                      "type": "string"
                    },
                    "roleTimestamp": {
                      "type": "string"
                    },
                    "standbyList": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "standbyAddress": {
                            "type": "string"
                          },
                          "standbyReplicationAddress": {
                            "type": "string"
                          },
                          "standbyUuid": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "stateHistory": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "from": {
                            "type": "string"
                          },
                          "to": {
                            "type": "string"
                          },
                          "timestamp": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "stateTimestamp": {
                      "type": "string"
                    },
                    "vcoIp": {
                      "type": "string"
                    },
                    "vcoReplicationIp": {
                      "type": "string"
                    },
                    "vcoUuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "activeAddress": "string",
                  "activeReplicationAddress": "string",
                  "clientContact": [
                    {
                      "activeAddress": "string",
                      "activeLastResponseTime": "string",
                      "clientLogicalId": "string",
                      "clientType": "EDGE",
                      "id": 1,
                      "modified": "string",
                      "standbyAddress": "string",
                      "standbyLastResponseTime": "string"
                    },
                    {
                      "activeAddress": "string",
                      "activeLastResponseTime": "string",
                      "clientLogicalId": "string",
                      "clientType": "GATEWAY",
                      "id": 8,
                      "modified": "string",
                      "standbyAddress": "string",
                      "standbyLastResponseTime": "string"
                    },
                    {
                      "activeAddress": "string",
                      "activeLastResponseTime": "string",
                      "clientLogicalId": "string",
                      "clientType": "EDGE",
                      "id": 4,
                      "modified": "string",
                      "standbyAddress": "string",
                      "standbyLastResponseTime": "string"
                    },
                    {
                      "activeAddress": "string",
                      "activeLastResponseTime": "string",
                      "clientLogicalId": "string",
                      "clientType": "EDGE",
                      "id": 8,
                      "modified": "string",
                      "standbyAddress": "string",
                      "standbyLastResponseTime": "string"
                    }
                  ],
                  "clientCount": {
                    "edgeCount": 10,
                    "gatewayCount": 9,
                    "currentActiveEdgeCount": 2,
                    "currentStandbyEdgeCount": 2,
                    "currentActiveGatewayCount": 6,
                    "currentStandbyGatewayCount": 2
                  },
                  "drState": "STANDBY_BACKGROUND_IMPORT",
                  "drVCOUser": "string",
                  "failureDescription": "string",
                  "lastDrProtectedTime": "string",
                  "role": "ZOMBIE",
                  "roleTimestamp": "string",
                  "standbyList": [
                    {
                      "standbyAddress": "string",
                      "standbyReplicationAddress": "string",
                      "standbyUuid": "string"
                    },
                    {
                      "standbyAddress": "string",
                      "standbyReplicationAddress": "string",
                      "standbyUuid": "string"
                    },
                    {
                      "standbyAddress": "string",
                      "standbyReplicationAddress": "string",
                      "standbyUuid": "string"
                    }
                  ],
                  "stateHistory": [
                    {
                      "from": "STANDBY_BACKGROUND_IMPORT",
                      "to": "FAILURE_MYSQL_ACTIVE_STATUS",
                      "timestamp": "string"
                    },
                    {
                      "from": "FAILURE_STANDBY_CANDIDATE",
                      "to": "ACTIVE_CONFIGURED",
                      "timestamp": "string"
                    },
                    {
                      "from": "FAILURE_SYNC_CONFIGURING",
                      "to": "FAILURE_MYSQL_STANDBY_STATUS",
                      "timestamp": "string"
                    },
                    {
                      "from": "ACTIVE_CONFIGURED",
                      "to": "FAILURE_GET_STANDBY_CONFIG",
                      "timestamp": "string"
                    },
                    {
                      "from": "ACTIVE_CONFIGURED",
                      "to": "STANDBY_BACKGROUND_IMPORT",
                      "timestamp": "string"
                    },
                    {
                      "from": "FAILURE_GET_STANDBY_STATUS",
                      "to": "STANDBY_SYNC",
                      "timestamp": "string"
                    }
                  ],
                  "stateTimestamp": "string",
                  "vcoIp": "string",
                  "vcoReplicationIp": "string",
                  "vcoUuid": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/disasterRecovery/prepareForStandby": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "disasterRecoveryPrepareForStandby",
        "description": "The parameters and request body are for method: disasterRecoveryPrepareForStandby. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/disasterRecovery/promoteStandbyToActive": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "disasterRecoveryPromoteStandbyToActive",
        "description": "The parameters and request body are for method: disasterRecoveryPromoteStandbyToActive. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/disasterRecovery/removeStandby": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "disasterRecoveryRemoveStandby",
        "description": "The parameters and request body are for method: disasterRecoveryRemoveStandby. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/disasterRecovery/transitionToStandby": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "disasterRecoveryTransitionToStandby",
        "description": "The parameters and request body are for method: disasterRecoveryTransitionToStandby. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/edge/deleteEdge": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "edgeDeleteEdge",
        "description": "The parameters and request body are for method: edgeDeleteEdge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "rows": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 123,
                    "rows": 1
                  },
                  {
                    "id": 123,
                    "rows": 1
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/edge/deleteEdgeBgpNeighborRecords": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "edgeDeleteEdgeBgpNeighborRecords",
        "description": "The parameters and request body are for method: edgeDeleteEdgeBgpNeighborRecords. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/edge/setEdgeEnterpriseConfiguration": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "edgeSetEdgeEnterpriseConfiguration",
        "description": "The parameters and request body are for method: edgeSetEdgeEnterpriseConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/edge/setEdgeHandOffGateways": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "edgeSetEdgeHandOffGateways",
        "description": "The parameters and request body are for method: edgeSetEdgeHandOffGateways. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/edge/setEdgeOperatorConfiguration": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "edgeSetEdgeOperatorConfiguration",
        "description": "The parameters and request body are for method: edgeSetEdgeOperatorConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/deleteEnterprise": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseDeleteEnterprise",
        "description": "The parameters and request body are for method: enterpriseDeleteEnterprise. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/deleteEnterpriseGatewayRecords": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseDeleteEnterpriseGatewayRecords",
        "description": "The parameters and request body are for method: enterpriseDeleteEnterpriseGatewayRecords. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/deleteEnterpriseNetworkAllocation": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseDeleteEnterpriseNetworkAllocation",
        "description": "The parameters and request body are for method: enterpriseDeleteEnterpriseNetworkAllocation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/deleteEnterpriseNetworkSegment": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseDeleteEnterpriseNetworkSegment",
        "description": "The parameters and request body are for method: enterpriseDeleteEnterpriseNetworkSegment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 10,
                  "error": "string",
                  "rows": 8
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/deleteEnterpriseService": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseDeleteEnterpriseService",
        "description": "The parameters and request body are for method: enterpriseDeleteEnterpriseService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseAddresses": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseGetEnterpriseAddresses",
        "description": "The parameters and request body are for method: enterpriseGetEnterpriseAddresses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "address": {
                        "type": "string"
                      },
                      "entity": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "address": "string",
                    "entity": "GATEWAY"
                  },
                  {
                    "address": "string",
                    "entity": "DATACENTER"
                  },
                  {
                    "address": "string",
                    "entity": "GATEWAY"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseAlertConfigurations": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseGetEnterpriseAlertConfigurations",
        "description": "The parameters and request body are for method: enterpriseGetEnterpriseAlertConfigurations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "created": {
                        "type": "string"
                      },
                      "alertDefinitionId": {
                        "type": "number"
                      },
                      "enterpriseId": {
                        "type": "number"
                      },
                      "enabled": {
                        "type": "boolean"
                      },
                      "name": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "type": {
                        "type": "string"
                      },
                      "definition": {
                        "type": "object",
                        "properties": {
                          "isSystemOnly": {
                            "type": "boolean"
                          },
                          "isOperatorOnly": {
                            "type": "boolean"
                          }
                        }
                      },
                      "firstNotificationSeconds": {
                        "type": "number"
                      },
                      "maxNotifications": {
                        "type": "number"
                      },
                      "notificationIntervalSeconds": {
                        "type": "number"
                      },
                      "resetIntervalSeconds": {
                        "type": "number"
                      },
                      "modified": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 6,
                    "created": "string",
                    "alertDefinitionId": 2,
                    "enterpriseId": 2,
                    "enabled": false,
                    "name": "VNF_VM_POWERED_OFF",
                    "description": "string",
                    "type": "LINK_UP",
                    "definition": {
                      "isSystemOnly": false,
                      "isOperatorOnly": true
                    },
                    "firstNotificationSeconds": 2,
                    "maxNotifications": 7,
                    "notificationIntervalSeconds": 5,
                    "resetIntervalSeconds": 1,
                    "modified": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseAlerts": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseGetEnterpriseAlerts",
        "description": "The parameters and request body are for method: enterpriseGetEnterpriseAlerts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "metaData": {
                      "type": "object",
                      "properties": {
                        "limit": {
                          "type": "number"
                        },
                        "more": {
                          "type": "boolean"
                        }
                      }
                    },
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "created": {
                            "type": "string"
                          },
                          "triggerTime": {
                            "type": "string"
                          },
                          "enterpriseAlertConfigurationId": {
                            "type": "number"
                          },
                          "enterpriseId": {
                            "type": "number"
                          },
                          "edgeId": {
                            "type": "number"
                          },
                          "edgeName": {
                            "type": "string"
                          },
                          "linkId": {
                            "type": "number"
                          },
                          "linkName": {
                            "type": "string"
                          },
                          "enterpriseObjectId": {
                            "type": "number"
                          },
                          "enterpriseObjectName": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "state": {
                            "type": "string"
                          },
                          "stateSetTime": {
                            "type": "string"
                          },
                          "lastContact": {
                            "type": "string"
                          },
                          "firstNotificationSeconds": {
                            "type": "number"
                          },
                          "maxNotifications": {
                            "type": "number"
                          },
                          "notificationIntervalSeconds": {
                            "type": "number"
                          },
                          "resetIntervalSeconds": {
                            "type": "number"
                          },
                          "comment": {
                            "type": "string"
                          },
                          "nextNotificationTime": {
                            "type": "string"
                          },
                          "remainingNotifications": {
                            "type": "number"
                          },
                          "timezone": {
                            "type": "string"
                          },
                          "locale": {
                            "type": "string"
                          },
                          "modified": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "metaData": {
                    "limit": 2,
                    "more": false
                  },
                  "data": [
                    {
                      "id": 4,
                      "created": "string",
                      "triggerTime": "string",
                      "enterpriseAlertConfigurationId": 10,
                      "enterpriseId": 8,
                      "edgeId": 9,
                      "edgeName": "string",
                      "linkId": 3,
                      "linkName": "string",
                      "enterpriseObjectId": 2,
                      "enterpriseObjectName": "string",
                      "name": "VPN_TUNNEL_DOWN",
                      "type": "VNF_IMAGE_DOWNLOAD_IN_PROGRESS",
                      "state": "PENDING",
                      "stateSetTime": "string",
                      "lastContact": "string",
                      "firstNotificationSeconds": 3,
                      "maxNotifications": 10,
                      "notificationIntervalSeconds": 4,
                      "resetIntervalSeconds": 10,
                      "comment": "string",
                      "nextNotificationTime": "string",
                      "remainingNotifications": 5,
                      "timezone": "string",
                      "locale": "string",
                      "modified": "string"
                    },
                    {
                      "id": 4,
                      "created": "string",
                      "triggerTime": "string",
                      "enterpriseAlertConfigurationId": 8,
                      "enterpriseId": 8,
                      "edgeId": 5,
                      "edgeName": "string",
                      "linkId": 4,
                      "linkName": "string",
                      "enterpriseObjectId": 5,
                      "enterpriseObjectName": "string",
                      "name": "VNF_IMAGE_DOWNLOAD_IN_PROGRESS",
                      "type": "EDGE_CSS_TUNNEL_DOWN",
                      "state": "CLOSED",
                      "stateSetTime": "string",
                      "lastContact": "string",
                      "firstNotificationSeconds": 10,
                      "maxNotifications": 3,
                      "notificationIntervalSeconds": 4,
                      "resetIntervalSeconds": 3,
                      "comment": "string",
                      "nextNotificationTime": "string",
                      "remainingNotifications": 1,
                      "timezone": "string",
                      "locale": "string",
                      "modified": "string"
                    },
                    {
                      "id": 6,
                      "created": "string",
                      "triggerTime": "string",
                      "enterpriseAlertConfigurationId": 6,
                      "enterpriseId": 2,
                      "edgeId": 8,
                      "edgeName": "string",
                      "linkId": 6,
                      "linkName": "string",
                      "enterpriseObjectId": 2,
                      "enterpriseObjectName": "string",
                      "name": "EDGE_HA_FAILOVER",
                      "type": "TEST_ALERT",
                      "state": "ACTIVE",
                      "stateSetTime": "string",
                      "lastContact": "string",
                      "firstNotificationSeconds": 5,
                      "maxNotifications": 10,
                      "notificationIntervalSeconds": 5,
                      "resetIntervalSeconds": 6,
                      "comment": "string",
                      "nextNotificationTime": "string",
                      "remainingNotifications": 1,
                      "timezone": "string",
                      "locale": "string",
                      "modified": "string"
                    },
                    {
                      "id": 9,
                      "created": "string",
                      "triggerTime": "string",
                      "enterpriseAlertConfigurationId": 7,
                      "enterpriseId": 5,
                      "edgeId": 7,
                      "edgeName": "string",
                      "linkId": 4,
                      "linkName": "string",
                      "enterpriseObjectId": 7,
                      "enterpriseObjectName": "string",
                      "name": "VNF_IMAGE_DOWNLOAD_IN_PROGRESS",
                      "type": "VNF_VM_DEPLOYED_AND_POWERED_OFF",
                      "state": "PENDING",
                      "stateSetTime": "string",
                      "lastContact": "string",
                      "firstNotificationSeconds": 2,
                      "maxNotifications": 4,
                      "notificationIntervalSeconds": 7,
                      "resetIntervalSeconds": 2,
                      "comment": "string",
                      "nextNotificationTime": "string",
                      "remainingNotifications": 3,
                      "timezone": "string",
                      "locale": "string",
                      "modified": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseAllAlertsRecipients": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseGetEnterpriseAllAlertRecipients",
        "description": "The parameters and request body are for method: enterpriseGetEnterpriseAllAlertRecipients. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "emailEnabled": {
                      "type": "boolean"
                    },
                    "emailList": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "enterpriseUsers": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "email": {
                            "type": "string"
                          },
                          "emailEnabled": {
                            "type": "number"
                          },
                          "enabled": {
                            "type": "number"
                          },
                          "enterpriseUserId": {
                            "type": "number"
                          },
                          "mobileEnabled": {
                            "type": "number"
                          },
                          "mobilePhone": {
                            "type": "string"
                          },
                          "smsEnabled": {
                            "type": "number"
                          },
                          "username": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "mobileEnabled": {
                      "type": "boolean"
                    },
                    "mobileList": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "smsEnabled": {
                      "type": "boolean"
                    },
                    "smsList": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "snmpEnabled": {
                      "type": "boolean"
                    },
                    "snmpList": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "emailEnabled": true,
                  "emailList": [
                    "string",
                    "string"
                  ],
                  "enterpriseUsers": [
                    {
                      "email": "string",
                      "emailEnabled": 3,
                      "enabled": 1,
                      "enterpriseUserId": 1,
                      "mobileEnabled": 5,
                      "mobilePhone": "string",
                      "smsEnabled": 1,
                      "username": "string"
                    },
                    {
                      "email": "string",
                      "emailEnabled": 7,
                      "enabled": 3,
                      "enterpriseUserId": 5,
                      "mobileEnabled": 2,
                      "mobilePhone": "string",
                      "smsEnabled": 10,
                      "username": "string"
                    },
                    {
                      "email": "string",
                      "emailEnabled": 5,
                      "enabled": 3,
                      "enterpriseUserId": 10,
                      "mobileEnabled": 9,
                      "mobilePhone": "string",
                      "smsEnabled": 3,
                      "username": "string"
                    }
                  ],
                  "mobileEnabled": false,
                  "mobileList": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "smsEnabled": false,
                  "smsList": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "snmpEnabled": true,
                  "snmpList": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseConfigurations": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseGetEnterpriseConfigurations",
        "description": "The parameters and request body are for method: enterpriseGetEnterpriseConfigurations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "configurationType": {
                        "type": "string"
                      },
                      "created": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "edgeCount": {
                        "type": "number"
                      },
                      "effective": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "logicalId": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "modules": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "created": {
                              "type": "string"
                            },
                            "effective": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "isSmallData": {
                              "type": "number"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "configurationId": {
                              "type": "number"
                            },
                            "data": {
                              "type": "object"
                            },
                            "refs": {
                              "type": "object"
                            },
                            "schemaVersion": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "name": {
                        "type": "string"
                      },
                      "schemaVersion": {
                        "type": "string"
                      },
                      "version": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "configurationType": "SEGMENT_BASED",
                    "created": "string",
                    "description": "string",
                    "edgeCount": 4,
                    "effective": "string",
                    "id": 9,
                    "logicalId": "string",
                    "modified": "string",
                    "modules": [
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 3,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "imageUpdate",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 4,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 3,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "properties",
                        "type": "ENTERPRISE",
                        "description": "string",
                        "configurationId": 4,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 5,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "QOS",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 3,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 7,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "properties",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 6,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 1,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "WAN",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 3,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 4,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "properties",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 1,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      }
                    ],
                    "name": "string",
                    "schemaVersion": "string",
                    "version": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseNetworkAllocations": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseGetEnterpriseNetworkAllocations",
        "description": "The parameters and request body are for method: enterpriseGetEnterpriseNetworkAllocations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "created": {
                        "type": "string"
                      },
                      "operatorId": {
                        "type": "number"
                      },
                      "networkId": {
                        "type": "number"
                      },
                      "enterpriseId": {
                        "type": "number"
                      },
                      "edgeId": {
                        "type": "number"
                      },
                      "gatewayId": {
                        "type": "number"
                      },
                      "parentGroupId": {
                        "type": "number"
                      },
                      "description": {
                        "type": "string"
                      },
                      "object": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "type": {
                        "type": "string"
                      },
                      "logicalId": {
                        "type": "string"
                      },
                      "alertsEnabled": {
                        "type": "number"
                      },
                      "operatorAlertsEnabled": {
                        "type": "number"
                      },
                      "status": {
                        "type": "string"
                      },
                      "statusModified": {
                        "type": "string"
                      },
                      "previousData": {
                        "type": "object"
                      },
                      "previousCreated": {
                        "type": "string"
                      },
                      "draftData": {
                        "type": "string"
                      },
                      "draftCreated": {
                        "type": "string"
                      },
                      "draftComment": {
                        "type": "string"
                      },
                      "data": {
                        "type": "object"
                      },
                      "lastContact": {
                        "type": "string"
                      },
                      "version": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 1,
                    "created": "string",
                    "operatorId": 7,
                    "networkId": 7,
                    "enterpriseId": 5,
                    "edgeId": 9,
                    "gatewayId": 3,
                    "parentGroupId": 1,
                    "description": "string",
                    "object": "string",
                    "name": "string",
                    "type": "string",
                    "logicalId": "string",
                    "alertsEnabled": 1,
                    "operatorAlertsEnabled": 0,
                    "status": "string",
                    "statusModified": "string",
                    "previousData": {},
                    "previousCreated": "string",
                    "draftData": "string",
                    "draftCreated": "string",
                    "draftComment": "string",
                    "data": {},
                    "lastContact": "string",
                    "version": "string",
                    "modified": "string"
                  },
                  {
                    "id": 5,
                    "created": "string",
                    "operatorId": 6,
                    "networkId": 8,
                    "enterpriseId": 10,
                    "edgeId": 2,
                    "gatewayId": 9,
                    "parentGroupId": 2,
                    "description": "string",
                    "object": "string",
                    "name": "string",
                    "type": "string",
                    "logicalId": "string",
                    "alertsEnabled": 0,
                    "operatorAlertsEnabled": 1,
                    "status": "string",
                    "statusModified": "string",
                    "previousData": {},
                    "previousCreated": "string",
                    "draftData": "string",
                    "draftCreated": "string",
                    "draftComment": "string",
                    "data": {},
                    "lastContact": "string",
                    "version": "string",
                    "modified": "string"
                  },
                  {
                    "id": 4,
                    "created": "string",
                    "operatorId": 4,
                    "networkId": 9,
                    "enterpriseId": 3,
                    "edgeId": 8,
                    "gatewayId": 5,
                    "parentGroupId": 7,
                    "description": "string",
                    "object": "string",
                    "name": "string",
                    "type": "string",
                    "logicalId": "string",
                    "alertsEnabled": 0,
                    "operatorAlertsEnabled": 1,
                    "status": "string",
                    "statusModified": "string",
                    "previousData": {},
                    "previousCreated": "string",
                    "draftData": "string",
                    "draftCreated": "string",
                    "draftComment": "string",
                    "data": {},
                    "lastContact": "string",
                    "version": "string",
                    "modified": "string"
                  },
                  {
                    "id": 1,
                    "created": "string",
                    "operatorId": 1,
                    "networkId": 6,
                    "enterpriseId": 6,
                    "edgeId": 5,
                    "gatewayId": 10,
                    "parentGroupId": 8,
                    "description": "string",
                    "object": "string",
                    "name": "string",
                    "type": "string",
                    "logicalId": "string",
                    "alertsEnabled": 0,
                    "operatorAlertsEnabled": 1,
                    "status": "string",
                    "statusModified": "string",
                    "previousData": {},
                    "previousCreated": "string",
                    "draftData": "string",
                    "draftCreated": "string",
                    "draftComment": "string",
                    "data": {},
                    "lastContact": "string",
                    "version": "string",
                    "modified": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseNetworkSegments": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseGetEnterpriseNetworkSegments",
        "description": "The parameters and request body are for method: enterpriseGetEnterpriseNetworkSegments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "created": {
                        "type": "string"
                      },
                      "operatorId": {
                        "type": "number"
                      },
                      "networkId": {
                        "type": "number"
                      },
                      "enterpriseId": {
                        "type": "number"
                      },
                      "edgeId": {
                        "type": "number"
                      },
                      "gatewayId": {
                        "type": "number"
                      },
                      "parentGroupId": {
                        "type": "number"
                      },
                      "description": {
                        "type": "string"
                      },
                      "object": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "type": {
                        "type": "string"
                      },
                      "logicalId": {
                        "type": "string"
                      },
                      "alertsEnabled": {
                        "type": "number"
                      },
                      "operatorAlertsEnabled": {
                        "type": "number"
                      },
                      "status": {
                        "type": "string"
                      },
                      "statusModified": {
                        "type": "string"
                      },
                      "previousData": {
                        "type": "object"
                      },
                      "previousCreated": {
                        "type": "string"
                      },
                      "draftData": {
                        "type": "string"
                      },
                      "draftCreated": {
                        "type": "string"
                      },
                      "draftComment": {
                        "type": "string"
                      },
                      "data": {
                        "type": "object",
                        "properties": {
                          "segmentId": {
                            "type": "number"
                          },
                          "serviceVlan": {
                            "type": "number"
                          },
                          "delegateToEnterprise": {
                            "type": "boolean"
                          },
                          "delegateToEnterpriseProxy": {
                            "type": "boolean"
                          }
                        }
                      },
                      "lastContact": {
                        "type": "string"
                      },
                      "version": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "profileCount": {
                        "type": "number"
                      },
                      "handoffUsage": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      },
                      "isAllMPGCDE": {
                        "type": "boolean"
                      },
                      "isAllCtrlCDE": {
                        "type": "boolean"
                      },
                      "edgeCount": {
                        "type": "number"
                      },
                      "edgeUsage": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "configurationId": {
                              "type": "number"
                            },
                            "edgeSpecificId": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "profileId": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "configuration": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "version": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "configurationType": {
                              "type": "string"
                            },
                            "schemaVersion": {
                              "type": "string"
                            },
                            "effective": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "moduleId": {
                              "type": "number"
                            },
                            "segmentObjectId": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 5,
                    "created": "string",
                    "operatorId": 10,
                    "networkId": 1,
                    "enterpriseId": 1,
                    "edgeId": 3,
                    "gatewayId": 6,
                    "parentGroupId": 6,
                    "description": "string",
                    "object": "string",
                    "name": "string",
                    "type": "string",
                    "logicalId": "string",
                    "alertsEnabled": 0,
                    "operatorAlertsEnabled": 0,
                    "status": "string",
                    "statusModified": "string",
                    "previousData": {},
                    "previousCreated": "string",
                    "draftData": "string",
                    "draftCreated": "string",
                    "draftComment": "string",
                    "data": {
                      "segmentId": 6,
                      "serviceVlan": 10,
                      "delegateToEnterprise": true,
                      "delegateToEnterpriseProxy": true
                    },
                    "lastContact": "string",
                    "version": "string",
                    "modified": "string",
                    "profileCount": 10,
                    "handoffUsage": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "isAllMPGCDE": true,
                    "isAllCtrlCDE": false,
                    "edgeCount": 10,
                    "edgeUsage": [
                      {
                        "configurationId": 2,
                        "edgeSpecificId": 1,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 8
                      },
                      {
                        "configurationId": 4,
                        "edgeSpecificId": 9,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 9
                      },
                      {
                        "configurationId": 6,
                        "edgeSpecificId": 5,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 1
                      },
                      {
                        "configurationId": 6,
                        "edgeSpecificId": 8,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 1
                      },
                      {
                        "configurationId": 7,
                        "edgeSpecificId": 9,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 8
                      },
                      {
                        "configurationId": 5,
                        "edgeSpecificId": 2,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 6
                      },
                      {
                        "configurationId": 3,
                        "edgeSpecificId": 3,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 9
                      },
                      {
                        "configurationId": 10,
                        "edgeSpecificId": 4,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 10
                      },
                      {
                        "configurationId": 2,
                        "edgeSpecificId": 10,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 6
                      }
                    ],
                    "configuration": [
                      {
                        "id": 7,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "SEGMENT_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 2,
                        "segmentObjectId": 8
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "SEGMENT_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 4,
                        "segmentObjectId": 10
                      },
                      {
                        "id": 3,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "NETWORK_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 6,
                        "segmentObjectId": 6
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "SEGMENT_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 6,
                        "segmentObjectId": 4
                      },
                      {
                        "id": 5,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "SEGMENT_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 1,
                        "segmentObjectId": 2
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "SEGMENT_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 4,
                        "segmentObjectId": 5
                      },
                      {
                        "id": 9,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "NETWORK_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 8,
                        "segmentObjectId": 2
                      }
                    ]
                  },
                  {
                    "id": 6,
                    "created": "string",
                    "operatorId": 9,
                    "networkId": 5,
                    "enterpriseId": 10,
                    "edgeId": 2,
                    "gatewayId": 3,
                    "parentGroupId": 10,
                    "description": "string",
                    "object": "string",
                    "name": "string",
                    "type": "string",
                    "logicalId": "string",
                    "alertsEnabled": 0,
                    "operatorAlertsEnabled": 0,
                    "status": "string",
                    "statusModified": "string",
                    "previousData": {},
                    "previousCreated": "string",
                    "draftData": "string",
                    "draftCreated": "string",
                    "draftComment": "string",
                    "data": {
                      "segmentId": 1,
                      "serviceVlan": 5,
                      "delegateToEnterprise": true,
                      "delegateToEnterpriseProxy": false
                    },
                    "lastContact": "string",
                    "version": "string",
                    "modified": "string",
                    "profileCount": 5,
                    "handoffUsage": [
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "isAllMPGCDE": true,
                    "isAllCtrlCDE": false,
                    "edgeCount": 9,
                    "edgeUsage": [
                      {
                        "configurationId": 7,
                        "edgeSpecificId": 2,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 9
                      },
                      {
                        "configurationId": 4,
                        "edgeSpecificId": 6,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 4
                      },
                      {
                        "configurationId": 9,
                        "edgeSpecificId": 1,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 10
                      }
                    ],
                    "configuration": [
                      {
                        "id": 2,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "NETWORK_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 8,
                        "segmentObjectId": 3
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "NETWORK_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 3,
                        "segmentObjectId": 10
                      },
                      {
                        "id": 2,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "NETWORK_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 10,
                        "segmentObjectId": 1
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "SEGMENT_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 2,
                        "segmentObjectId": 9
                      },
                      {
                        "id": 3,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "SEGMENT_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 8,
                        "segmentObjectId": 3
                      },
                      {
                        "id": 5,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "SEGMENT_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 3,
                        "segmentObjectId": 4
                      }
                    ]
                  },
                  {
                    "id": 7,
                    "created": "string",
                    "operatorId": 1,
                    "networkId": 2,
                    "enterpriseId": 6,
                    "edgeId": 8,
                    "gatewayId": 6,
                    "parentGroupId": 5,
                    "description": "string",
                    "object": "string",
                    "name": "string",
                    "type": "string",
                    "logicalId": "string",
                    "alertsEnabled": 0,
                    "operatorAlertsEnabled": 0,
                    "status": "string",
                    "statusModified": "string",
                    "previousData": {},
                    "previousCreated": "string",
                    "draftData": "string",
                    "draftCreated": "string",
                    "draftComment": "string",
                    "data": {
                      "segmentId": 2,
                      "serviceVlan": 2,
                      "delegateToEnterprise": true,
                      "delegateToEnterpriseProxy": false
                    },
                    "lastContact": "string",
                    "version": "string",
                    "modified": "string",
                    "profileCount": 9,
                    "handoffUsage": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "isAllMPGCDE": false,
                    "isAllCtrlCDE": false,
                    "edgeCount": 8,
                    "edgeUsage": [
                      {
                        "configurationId": 10,
                        "edgeSpecificId": 10,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 4
                      },
                      {
                        "configurationId": 6,
                        "edgeSpecificId": 1,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 9
                      },
                      {
                        "configurationId": 6,
                        "edgeSpecificId": 8,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 5
                      },
                      {
                        "configurationId": 6,
                        "edgeSpecificId": 8,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 7
                      },
                      {
                        "configurationId": 1,
                        "edgeSpecificId": 5,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 9
                      },
                      {
                        "configurationId": 7,
                        "edgeSpecificId": 4,
                        "name": "string",
                        "logicalId": "string",
                        "profileId": 9
                      }
                    ],
                    "configuration": [
                      {
                        "id": 9,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "SEGMENT_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 1,
                        "segmentObjectId": 5
                      },
                      {
                        "id": 4,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "NETWORK_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 3,
                        "segmentObjectId": 8
                      },
                      {
                        "id": 6,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "SEGMENT_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 7,
                        "segmentObjectId": 7
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "SEGMENT_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 8,
                        "segmentObjectId": 2
                      },
                      {
                        "id": 10,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "SEGMENT_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 9,
                        "segmentObjectId": 10
                      },
                      {
                        "id": 6,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "SEGMENT_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 3,
                        "segmentObjectId": 3
                      },
                      {
                        "id": 5,
                        "created": "string",
                        "name": "string",
                        "logicalId": "string",
                        "version": "string",
                        "description": "string",
                        "configurationType": "NETWORK_BASED",
                        "schemaVersion": "string",
                        "effective": "string",
                        "modified": "string",
                        "moduleId": 4,
                        "segmentObjectId": 8
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseRouteConfiguration": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseGetEnterpriseRouteConfiguration",
        "description": "The parameters and request body are for method: enterpriseGetEnterpriseRouteConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "created": {
                      "type": "string"
                    },
                    "operatorId": {
                      "type": "number"
                    },
                    "networkId": {
                      "type": "number"
                    },
                    "enterpriseId": {
                      "type": "number"
                    },
                    "edgeId": {
                      "type": "number"
                    },
                    "gatewayId": {
                      "type": "number"
                    },
                    "parentGroupId": {
                      "type": "number"
                    },
                    "description": {
                      "type": "string"
                    },
                    "object": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "type": {
                      "type": "string"
                    },
                    "logicalId": {
                      "type": "string"
                    },
                    "alertsEnabled": {
                      "type": "number"
                    },
                    "operatorAlertsEnabled": {
                      "type": "number"
                    },
                    "status": {
                      "type": "string"
                    },
                    "statusModified": {
                      "type": "string"
                    },
                    "previousData": {
                      "type": "object"
                    },
                    "previousCreated": {
                      "type": "string"
                    },
                    "draftData": {
                      "type": "string"
                    },
                    "draftCreated": {
                      "type": "string"
                    },
                    "draftComment": {
                      "type": "string"
                    },
                    "data": {
                      "type": "object"
                    },
                    "lastContact": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "modified": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 9,
                  "created": "string",
                  "operatorId": 9,
                  "networkId": 10,
                  "enterpriseId": 10,
                  "edgeId": 2,
                  "gatewayId": 10,
                  "parentGroupId": 6,
                  "description": "string",
                  "object": "string",
                  "name": "string",
                  "type": "string",
                  "logicalId": "string",
                  "alertsEnabled": 0,
                  "operatorAlertsEnabled": 0,
                  "status": "string",
                  "statusModified": "string",
                  "previousData": {},
                  "previousCreated": "string",
                  "draftData": "string",
                  "draftCreated": "string",
                  "draftComment": "string",
                  "data": {},
                  "lastContact": "string",
                  "version": "string",
                  "modified": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseRouteTable": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseGetEnterpriseRouteTable",
        "description": "The parameters and request body are for method: enterpriseGetEnterpriseRouteTable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "profiles": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "configurationType": {
                            "type": "string"
                          },
                          "created": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "edgeCount": {
                            "type": "number"
                          },
                          "effective": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "logicalId": {
                            "type": "string"
                          },
                          "modified": {
                            "type": "string"
                          },
                          "modules": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "created": {
                                  "type": "string"
                                },
                                "effective": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "isSmallData": {
                                  "type": "number"
                                },
                                "modified": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "type": {
                                  "type": "string"
                                },
                                "description": {
                                  "type": "string"
                                },
                                "configurationId": {
                                  "type": "number"
                                },
                                "data": {
                                  "type": "object"
                                },
                                "refs": {
                                  "type": "object"
                                },
                                "schemaVersion": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "schemaVersion": {
                            "type": "string"
                          },
                          "version": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "subnets": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "eligableExits": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "type": {
                                  "type": "string"
                                },
                                "exitType": {
                                  "type": "string"
                                },
                                "edgeId": {
                                  "type": "number"
                                },
                                "edgeName": {
                                  "type": "string"
                                },
                                "profileId": {
                                  "type": "number"
                                },
                                "cidrIp": {
                                  "type": "string"
                                },
                                "cost": {
                                  "type": "number"
                                },
                                "advertise": {
                                  "type": "boolean"
                                }
                              }
                            }
                          },
                          "preferredExits": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "type": {
                                  "type": "string"
                                },
                                "exitType": {
                                  "type": "string"
                                },
                                "edgeId": {
                                  "type": "number"
                                },
                                "edgeName": {
                                  "type": "string"
                                },
                                "profileId": {
                                  "type": "number"
                                },
                                "cidrIp": {
                                  "type": "string"
                                },
                                "cost": {
                                  "type": "number"
                                },
                                "advertise": {
                                  "type": "boolean"
                                }
                              }
                            }
                          },
                          "subnet": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "exits": {
                      "type": "object",
                      "properties": {
                        "edges": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "logicalId": {
                                "type": "string"
                              },
                              "type": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "hubs": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "logicalId": {
                                "type": "string"
                              },
                              "type": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "gateways": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "logicalId": {
                                "type": "string"
                              },
                              "type": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "nvs": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "logicalId": {
                                "type": "string"
                              },
                              "type": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "profiles": [
                    {
                      "configurationType": "SEGMENT_BASED",
                      "created": "string",
                      "description": "string",
                      "edgeCount": 6,
                      "effective": "string",
                      "id": 8,
                      "logicalId": "string",
                      "modified": "string",
                      "modules": [
                        {
                          "created": "string",
                          "effective": "string",
                          "id": 4,
                          "isSmallData": 0,
                          "modified": "string",
                          "name": "WAN",
                          "type": "GATEWAY",
                          "description": "string",
                          "configurationId": 2,
                          "data": {},
                          "refs": {},
                          "schemaVersion": "string"
                        }
                      ],
                      "name": "string",
                      "schemaVersion": "string",
                      "version": "string"
                    },
                    {
                      "configurationType": "SEGMENT_BASED",
                      "created": "string",
                      "description": "string",
                      "edgeCount": 10,
                      "effective": "string",
                      "id": 6,
                      "logicalId": "string",
                      "modified": "string",
                      "modules": [
                        {
                          "created": "string",
                          "effective": "string",
                          "id": 5,
                          "isSmallData": 0,
                          "modified": "string",
                          "name": "properties",
                          "type": "OPERATOR",
                          "description": "string",
                          "configurationId": 4,
                          "data": {},
                          "refs": {},
                          "schemaVersion": "string"
                        },
                        {
                          "created": "string",
                          "effective": "string",
                          "id": 4,
                          "isSmallData": 1,
                          "modified": "string",
                          "name": "firewall",
                          "type": "OPERATOR",
                          "description": "string",
                          "configurationId": 9,
                          "data": {},
                          "refs": {},
                          "schemaVersion": "string"
                        }
                      ],
                      "name": "string",
                      "schemaVersion": "string",
                      "version": "string"
                    },
                    {
                      "configurationType": "SEGMENT_BASED",
                      "created": "string",
                      "description": "string",
                      "edgeCount": 5,
                      "effective": "string",
                      "id": 8,
                      "logicalId": "string",
                      "modified": "string",
                      "modules": [
                        {
                          "created": "string",
                          "effective": "string",
                          "id": 6,
                          "isSmallData": 0,
                          "modified": "string",
                          "name": "WAN",
                          "type": "OPERATOR",
                          "description": "string",
                          "configurationId": 4,
                          "data": {},
                          "refs": {},
                          "schemaVersion": "string"
                        },
                        {
                          "created": "string",
                          "effective": "string",
                          "id": 2,
                          "isSmallData": 0,
                          "modified": "string",
                          "name": "QOS",
                          "type": "ENTERPRISE",
                          "description": "string",
                          "configurationId": 10,
                          "data": {},
                          "refs": {},
                          "schemaVersion": "string"
                        },
                        {
                          "created": "string",
                          "effective": "string",
                          "id": 2,
                          "isSmallData": 1,
                          "modified": "string",
                          "name": "QOS",
                          "type": "GATEWAY",
                          "description": "string",
                          "configurationId": 5,
                          "data": {},
                          "refs": {},
                          "schemaVersion": "string"
                        },
                        {
                          "created": "string",
                          "effective": "string",
                          "id": 2,
                          "isSmallData": 0,
                          "modified": "string",
                          "name": "managementPlane",
                          "type": "GATEWAY",
                          "description": "string",
                          "configurationId": 2,
                          "data": {},
                          "refs": {},
                          "schemaVersion": "string"
                        },
                        {
                          "created": "string",
                          "effective": "string",
                          "id": 4,
                          "isSmallData": 0,
                          "modified": "string",
                          "name": "QOS",
                          "type": "ENTERPRISE",
                          "description": "string",
                          "configurationId": 4,
                          "data": {},
                          "refs": {},
                          "schemaVersion": "string"
                        },
                        {
                          "created": "string",
                          "effective": "string",
                          "id": 2,
                          "isSmallData": 0,
                          "modified": "string",
                          "name": "imageUpdate",
                          "type": "OPERATOR",
                          "description": "string",
                          "configurationId": 7,
                          "data": {},
                          "refs": {},
                          "schemaVersion": "string"
                        },
                        {
                          "created": "string",
                          "effective": "string",
                          "id": 5,
                          "isSmallData": 1,
                          "modified": "string",
                          "name": "WAN",
                          "type": "OPERATOR",
                          "description": "string",
                          "configurationId": 8,
                          "data": {},
                          "refs": {},
                          "schemaVersion": "string"
                        },
                        {
                          "created": "string",
                          "effective": "string",
                          "id": 8,
                          "isSmallData": 0,
                          "modified": "string",
                          "name": "QOS",
                          "type": "GATEWAY",
                          "description": "string",
                          "configurationId": 1,
                          "data": {},
                          "refs": {},
                          "schemaVersion": "string"
                        }
                      ],
                      "name": "string",
                      "schemaVersion": "string",
                      "version": "string"
                    },
                    {
                      "configurationType": "NETWORK_BASED",
                      "created": "string",
                      "description": "string",
                      "edgeCount": 3,
                      "effective": "string",
                      "id": 5,
                      "logicalId": "string",
                      "modified": "string",
                      "modules": [
                        {
                          "created": "string",
                          "effective": "string",
                          "id": 3,
                          "isSmallData": 1,
                          "modified": "string",
                          "name": "deviceSettings",
                          "type": "GATEWAY",
                          "description": "string",
                          "configurationId": 10,
                          "data": {},
                          "refs": {},
                          "schemaVersion": "string"
                        },
                        {
                          "created": "string",
                          "effective": "string",
                          "id": 8,
                          "isSmallData": 0,
                          "modified": "string",
                          "name": "imageUpdate",
                          "type": "ENTERPRISE",
                          "description": "string",
                          "configurationId": 7,
                          "data": {},
                          "refs": {},
                          "schemaVersion": "string"
                        },
                        {
                          "created": "string",
                          "effective": "string",
                          "id": 7,
                          "isSmallData": 1,
                          "modified": "string",
                          "name": "managementPlane",
                          "type": "OPERATOR",
                          "description": "string",
                          "configurationId": 1,
                          "data": {},
                          "refs": {},
                          "schemaVersion": "string"
                        },
                        {
                          "created": "string",
                          "effective": "string",
                          "id": 7,
                          "isSmallData": 1,
                          "modified": "string",
                          "name": "metaData",
                          "type": "GATEWAY",
                          "description": "string",
                          "configurationId": 5,
                          "data": {},
                          "refs": {},
                          "schemaVersion": "string"
                        },
                        {
                          "created": "string",
                          "effective": "string",
                          "id": 9,
                          "isSmallData": 1,
                          "modified": "string",
                          "name": "deviceSettings",
                          "type": "ENTERPRISE",
                          "description": "string",
                          "configurationId": 9,
                          "data": {},
                          "refs": {},
                          "schemaVersion": "string"
                        }
                      ],
                      "name": "string",
                      "schemaVersion": "string",
                      "version": "string"
                    }
                  ],
                  "subnets": [
                    {
                      "eligableExits": [
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 4,
                          "edgeName": "string",
                          "profileId": 6,
                          "cidrIp": "string",
                          "cost": 5,
                          "advertise": false
                        }
                      ],
                      "preferredExits": [
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 2,
                          "edgeName": "string",
                          "profileId": 7,
                          "cidrIp": "string",
                          "cost": 6,
                          "advertise": true
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 3,
                          "edgeName": "string",
                          "profileId": 8,
                          "cidrIp": "string",
                          "cost": 1,
                          "advertise": false
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 2,
                          "edgeName": "string",
                          "profileId": 7,
                          "cidrIp": "string",
                          "cost": 2,
                          "advertise": true
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 9,
                          "edgeName": "string",
                          "profileId": 5,
                          "cidrIp": "string",
                          "cost": 5,
                          "advertise": true
                        }
                      ],
                      "subnet": "string"
                    },
                    {
                      "eligableExits": [
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 2,
                          "edgeName": "string",
                          "profileId": 8,
                          "cidrIp": "string",
                          "cost": 3,
                          "advertise": false
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 8,
                          "edgeName": "string",
                          "profileId": 9,
                          "cidrIp": "string",
                          "cost": 6,
                          "advertise": true
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 9,
                          "edgeName": "string",
                          "profileId": 2,
                          "cidrIp": "string",
                          "cost": 7,
                          "advertise": false
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 3,
                          "edgeName": "string",
                          "profileId": 5,
                          "cidrIp": "string",
                          "cost": 5,
                          "advertise": false
                        }
                      ],
                      "preferredExits": [
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 9,
                          "edgeName": "string",
                          "profileId": 7,
                          "cidrIp": "string",
                          "cost": 3,
                          "advertise": false
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 6,
                          "edgeName": "string",
                          "profileId": 1,
                          "cidrIp": "string",
                          "cost": 9,
                          "advertise": false
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 5,
                          "edgeName": "string",
                          "profileId": 4,
                          "cidrIp": "string",
                          "cost": 2,
                          "advertise": true
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 1,
                          "edgeName": "string",
                          "profileId": 8,
                          "cidrIp": "string",
                          "cost": 4,
                          "advertise": true
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 2,
                          "edgeName": "string",
                          "profileId": 1,
                          "cidrIp": "string",
                          "cost": 7,
                          "advertise": true
                        }
                      ],
                      "subnet": "string"
                    },
                    {
                      "eligableExits": [
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 1,
                          "edgeName": "string",
                          "profileId": 6,
                          "cidrIp": "string",
                          "cost": 9,
                          "advertise": false
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 8,
                          "edgeName": "string",
                          "profileId": 2,
                          "cidrIp": "string",
                          "cost": 4,
                          "advertise": false
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 3,
                          "edgeName": "string",
                          "profileId": 7,
                          "cidrIp": "string",
                          "cost": 7,
                          "advertise": false
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 2,
                          "edgeName": "string",
                          "profileId": 7,
                          "cidrIp": "string",
                          "cost": 2,
                          "advertise": false
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 5,
                          "edgeName": "string",
                          "profileId": 8,
                          "cidrIp": "string",
                          "cost": 4,
                          "advertise": false
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 2,
                          "edgeName": "string",
                          "profileId": 2,
                          "cidrIp": "string",
                          "cost": 2,
                          "advertise": true
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 6,
                          "edgeName": "string",
                          "profileId": 4,
                          "cidrIp": "string",
                          "cost": 3,
                          "advertise": false
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 10,
                          "edgeName": "string",
                          "profileId": 8,
                          "cidrIp": "string",
                          "cost": 9,
                          "advertise": false
                        }
                      ],
                      "preferredExits": [
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 8,
                          "edgeName": "string",
                          "profileId": 10,
                          "cidrIp": "string",
                          "cost": 2,
                          "advertise": false
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 10,
                          "edgeName": "string",
                          "profileId": 9,
                          "cidrIp": "string",
                          "cost": 10,
                          "advertise": true
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 9,
                          "edgeName": "string",
                          "profileId": 8,
                          "cidrIp": "string",
                          "cost": 9,
                          "advertise": false
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 8,
                          "edgeName": "string",
                          "profileId": 4,
                          "cidrIp": "string",
                          "cost": 2,
                          "advertise": true
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 4,
                          "edgeName": "string",
                          "profileId": 2,
                          "cidrIp": "string",
                          "cost": 1,
                          "advertise": true
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 8,
                          "edgeName": "string",
                          "profileId": 7,
                          "cidrIp": "string",
                          "cost": 9,
                          "advertise": false
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 1,
                          "edgeName": "string",
                          "profileId": 3,
                          "cidrIp": "string",
                          "cost": 1,
                          "advertise": true
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 4,
                          "edgeName": "string",
                          "profileId": 4,
                          "cidrIp": "string",
                          "cost": 3,
                          "advertise": false
                        },
                        {
                          "type": "string",
                          "exitType": "string",
                          "edgeId": 3,
                          "edgeName": "string",
                          "profileId": 8,
                          "cidrIp": "string",
                          "cost": 4,
                          "advertise": true
                        }
                      ],
                      "subnet": "string"
                    }
                  ],
                  "exits": {
                    "edges": [
                      {
                        "id": 1,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      }
                    ],
                    "hubs": [
                      {
                        "id": 5,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      }
                    ],
                    "gateways": [
                      {
                        "id": 10,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      }
                    ],
                    "nvs": [
                      {
                        "id": 8,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "logicalId": "string",
                        "type": "string"
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseServices": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseGetEnterpriseServices",
        "description": "The parameters and request body are for method: enterpriseGetEnterpriseServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "created": {
                        "type": "string"
                      },
                      "operatorId": {
                        "type": "number"
                      },
                      "networkId": {
                        "type": "number"
                      },
                      "enterpriseId": {
                        "type": "number"
                      },
                      "edgeId": {
                        "type": "number"
                      },
                      "gatewayId": {
                        "type": "number"
                      },
                      "parentGroupId": {
                        "type": "number"
                      },
                      "description": {
                        "type": "string"
                      },
                      "object": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "type": {
                        "type": "string"
                      },
                      "logicalId": {
                        "type": "string"
                      },
                      "alertsEnabled": {
                        "type": "number"
                      },
                      "operatorAlertsEnabled": {
                        "type": "number"
                      },
                      "status": {
                        "type": "string"
                      },
                      "statusModified": {
                        "type": "string"
                      },
                      "previousData": {
                        "type": "object"
                      },
                      "previousCreated": {
                        "type": "string"
                      },
                      "draftData": {
                        "type": "string"
                      },
                      "draftCreated": {
                        "type": "string"
                      },
                      "draftComment": {
                        "type": "string"
                      },
                      "data": {
                        "type": "object"
                      },
                      "lastContact": {
                        "type": "string"
                      },
                      "version": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "profileCount": {
                        "type": "number"
                      },
                      "edgeCount": {
                        "type": "number"
                      },
                      "groupCount": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 4,
                    "created": "string",
                    "operatorId": 5,
                    "networkId": 1,
                    "enterpriseId": 8,
                    "edgeId": 5,
                    "gatewayId": 4,
                    "parentGroupId": 10,
                    "description": "string",
                    "object": "string",
                    "name": "string",
                    "type": "string",
                    "logicalId": "string",
                    "alertsEnabled": 0,
                    "operatorAlertsEnabled": 0,
                    "status": "string",
                    "statusModified": "string",
                    "previousData": {},
                    "previousCreated": "string",
                    "draftData": "string",
                    "draftCreated": "string",
                    "draftComment": "string",
                    "data": {},
                    "lastContact": "string",
                    "version": "string",
                    "modified": "string",
                    "profileCount": 1,
                    "edgeCount": 1,
                    "groupCount": 4
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/insertEnterpriseService": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseInsertEnterpriseService",
        "description": "The parameters and request body are for method: enterpriseInsertEnterpriseService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/insertOrUpdateEnterpriseAlertConfigurations": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseInsertOrUpdateEnterpriseAlertConfigurations",
        "description": "The parameters and request body are for method: enterpriseInsertOrUpdateEnterpriseAlertConfigurations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "enterpriseAlertConfigurations": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "created": {
                            "type": "string"
                          },
                          "alertDefinitionId": {
                            "type": "number"
                          },
                          "enterpriseId": {
                            "type": "number"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "definition": {
                            "type": "object",
                            "properties": {
                              "isSystemOnly": {
                                "type": "boolean"
                              },
                              "isOperatorOnly": {
                                "type": "boolean"
                              }
                            }
                          },
                          "firstNotificationSeconds": {
                            "type": "number"
                          },
                          "maxNotifications": {
                            "type": "number"
                          },
                          "notificationIntervalSeconds": {
                            "type": "number"
                          },
                          "resetIntervalSeconds": {
                            "type": "number"
                          },
                          "modified": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "enterpriseAlertConfigurations": [
                    {
                      "id": 10,
                      "created": "string",
                      "alertDefinitionId": 8,
                      "enterpriseId": 9,
                      "enabled": true,
                      "name": "VNF_VM_DELETED",
                      "description": "string",
                      "type": "EDGE_CSS_TUNNEL_DOWN",
                      "definition": {
                        "isSystemOnly": true,
                        "isOperatorOnly": true
                      },
                      "firstNotificationSeconds": 5,
                      "maxNotifications": 8,
                      "notificationIntervalSeconds": 7,
                      "resetIntervalSeconds": 7,
                      "modified": "string"
                    },
                    {
                      "id": 5,
                      "created": "string",
                      "alertDefinitionId": 3,
                      "enterpriseId": 6,
                      "enabled": true,
                      "name": "VNF_IMAGE_DOWNLOAD_FAILED",
                      "description": "string",
                      "type": "GATEWAY_SERVICE_DOWN",
                      "definition": {
                        "isSystemOnly": true,
                        "isOperatorOnly": false
                      },
                      "firstNotificationSeconds": 1,
                      "maxNotifications": 9,
                      "notificationIntervalSeconds": 9,
                      "resetIntervalSeconds": 5,
                      "modified": "string"
                    },
                    {
                      "id": 1,
                      "created": "string",
                      "alertDefinitionId": 8,
                      "enterpriseId": 7,
                      "enabled": false,
                      "name": "VNF_VM_ERROR",
                      "description": "string",
                      "type": "LINK_UP",
                      "definition": {
                        "isSystemOnly": false,
                        "isOperatorOnly": true
                      },
                      "firstNotificationSeconds": 7,
                      "maxNotifications": 2,
                      "notificationIntervalSeconds": 3,
                      "resetIntervalSeconds": 2,
                      "modified": "string"
                    },
                    {
                      "id": 2,
                      "created": "string",
                      "alertDefinitionId": 1,
                      "enterpriseId": 6,
                      "enabled": true,
                      "name": "EDGE_SERVICE_DOWN",
                      "description": "string",
                      "type": "VNF_VM_POWERED_ON",
                      "definition": {
                        "isSystemOnly": false,
                        "isOperatorOnly": false
                      },
                      "firstNotificationSeconds": 9,
                      "maxNotifications": 4,
                      "notificationIntervalSeconds": 9,
                      "resetIntervalSeconds": 7,
                      "modified": "string"
                    },
                    {
                      "id": 1,
                      "created": "string",
                      "alertDefinitionId": 6,
                      "enterpriseId": 10,
                      "enabled": true,
                      "name": "VNF_VM_ERROR",
                      "description": "string",
                      "type": "VNF_INSERTION_DISABLED",
                      "definition": {
                        "isSystemOnly": false,
                        "isOperatorOnly": false
                      },
                      "firstNotificationSeconds": 6,
                      "maxNotifications": 6,
                      "notificationIntervalSeconds": 7,
                      "resetIntervalSeconds": 5,
                      "modified": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/setEnterpriseAllAlertsRecipients": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseSetEnterpriseAllAlertRecipients",
        "description": "The parameters and request body are for method: enterpriseSetEnterpriseAllAlertRecipients. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "emailEnabled": {
                      "type": "boolean"
                    },
                    "emailList": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "enterpriseUsers": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "email": {
                            "type": "string"
                          },
                          "emailEnabled": {
                            "type": "number"
                          },
                          "enabled": {
                            "type": "number"
                          },
                          "enterpriseUserId": {
                            "type": "number"
                          },
                          "mobileEnabled": {
                            "type": "number"
                          },
                          "mobilePhone": {
                            "type": "string"
                          },
                          "smsEnabled": {
                            "type": "number"
                          },
                          "username": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "mobileEnabled": {
                      "type": "boolean"
                    },
                    "mobileList": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "smsEnabled": {
                      "type": "boolean"
                    },
                    "smsList": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "snmpEnabled": {
                      "type": "boolean"
                    },
                    "snmpList": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "emailEnabled": false,
                  "emailList": [
                    "string"
                  ],
                  "enterpriseUsers": [
                    {
                      "email": "string",
                      "emailEnabled": 10,
                      "enabled": 8,
                      "enterpriseUserId": 4,
                      "mobileEnabled": 3,
                      "mobilePhone": "string",
                      "smsEnabled": 3,
                      "username": "string"
                    },
                    {
                      "email": "string",
                      "emailEnabled": 3,
                      "enabled": 4,
                      "enterpriseUserId": 7,
                      "mobileEnabled": 2,
                      "mobilePhone": "string",
                      "smsEnabled": 6,
                      "username": "string"
                    },
                    {
                      "email": "string",
                      "emailEnabled": 10,
                      "enabled": 8,
                      "enterpriseUserId": 4,
                      "mobileEnabled": 4,
                      "mobilePhone": "string",
                      "smsEnabled": 3,
                      "username": "string"
                    },
                    {
                      "email": "string",
                      "emailEnabled": 7,
                      "enabled": 10,
                      "enterpriseUserId": 2,
                      "mobileEnabled": 2,
                      "mobilePhone": "string",
                      "smsEnabled": 8,
                      "username": "string"
                    },
                    {
                      "email": "string",
                      "emailEnabled": 9,
                      "enabled": 3,
                      "enterpriseUserId": 7,
                      "mobileEnabled": 7,
                      "mobilePhone": "string",
                      "smsEnabled": 10,
                      "username": "string"
                    },
                    {
                      "email": "string",
                      "emailEnabled": 4,
                      "enabled": 10,
                      "enterpriseUserId": 1,
                      "mobileEnabled": 1,
                      "mobilePhone": "string",
                      "smsEnabled": 1,
                      "username": "string"
                    },
                    {
                      "email": "string",
                      "emailEnabled": 2,
                      "enabled": 9,
                      "enterpriseUserId": 7,
                      "mobileEnabled": 5,
                      "mobilePhone": "string",
                      "smsEnabled": 8,
                      "username": "string"
                    }
                  ],
                  "mobileEnabled": false,
                  "mobileList": [
                    "string",
                    "string"
                  ],
                  "smsEnabled": false,
                  "smsList": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "snmpEnabled": false,
                  "snmpList": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/setEnterpriseOperatorConfiguration": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseSetEnterpriseOperatorConfiguration",
        "description": "The parameters and request body are for method: enterpriseSetEnterpriseOperatorConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/updateEnterpriseRoute": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseUpdateEnterpriseRoute",
        "description": "The parameters and request body are for method: enterpriseUpdateEnterpriseRoute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "eligableExits": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "exitType": {
                            "type": "string"
                          },
                          "edgeId": {
                            "type": "number"
                          },
                          "edgeName": {
                            "type": "string"
                          },
                          "profileId": {
                            "type": "number"
                          },
                          "cidrIp": {
                            "type": "string"
                          },
                          "cost": {
                            "type": "number"
                          },
                          "advertise": {
                            "type": "boolean"
                          }
                        }
                      }
                    },
                    "preferredExits": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "exitType": {
                            "type": "string"
                          },
                          "edgeId": {
                            "type": "number"
                          },
                          "edgeName": {
                            "type": "string"
                          },
                          "profileId": {
                            "type": "number"
                          },
                          "cidrIp": {
                            "type": "string"
                          },
                          "cost": {
                            "type": "number"
                          },
                          "advertise": {
                            "type": "boolean"
                          }
                        }
                      }
                    },
                    "subnet": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "eligableExits": [
                    {
                      "type": "string",
                      "exitType": "string",
                      "edgeId": 8,
                      "edgeName": "string",
                      "profileId": 10,
                      "cidrIp": "string",
                      "cost": 1,
                      "advertise": true
                    },
                    {
                      "type": "string",
                      "exitType": "string",
                      "edgeId": 9,
                      "edgeName": "string",
                      "profileId": 6,
                      "cidrIp": "string",
                      "cost": 7,
                      "advertise": true
                    },
                    {
                      "type": "string",
                      "exitType": "string",
                      "edgeId": 4,
                      "edgeName": "string",
                      "profileId": 3,
                      "cidrIp": "string",
                      "cost": 2,
                      "advertise": false
                    },
                    {
                      "type": "string",
                      "exitType": "string",
                      "edgeId": 4,
                      "edgeName": "string",
                      "profileId": 9,
                      "cidrIp": "string",
                      "cost": 5,
                      "advertise": true
                    }
                  ],
                  "preferredExits": [
                    {
                      "type": "string",
                      "exitType": "string",
                      "edgeId": 4,
                      "edgeName": "string",
                      "profileId": 8,
                      "cidrIp": "string",
                      "cost": 8,
                      "advertise": false
                    },
                    {
                      "type": "string",
                      "exitType": "string",
                      "edgeId": 10,
                      "edgeName": "string",
                      "profileId": 7,
                      "cidrIp": "string",
                      "cost": 3,
                      "advertise": false
                    },
                    {
                      "type": "string",
                      "exitType": "string",
                      "edgeId": 7,
                      "edgeName": "string",
                      "profileId": 8,
                      "cidrIp": "string",
                      "cost": 6,
                      "advertise": true
                    },
                    {
                      "type": "string",
                      "exitType": "string",
                      "edgeId": 5,
                      "edgeName": "string",
                      "profileId": 4,
                      "cidrIp": "string",
                      "cost": 6,
                      "advertise": false
                    }
                  ],
                  "subnet": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/updateEnterpriseRouteConfiguration": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseUpdateEnterpriseRouteConfiguration",
        "description": "The parameters and request body are for method: enterpriseUpdateEnterpriseRouteConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/updateEnterpriseService": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseUpdateEnterpriseService",
        "description": "The parameters and request body are for method: enterpriseUpdateEnterpriseService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterpriseProxy/deleteEnterpriseProxyUser": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseProxyDeleteEnterpriseProxyUser",
        "description": "The parameters and request body are for method: enterpriseProxyDeleteEnterpriseProxyUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterpriseProxy/getEnterpriseProxyEdgeInventory": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseProxyGetEnterpriseProxyEdgeInventory",
        "description": "The parameters and request body are for method: enterpriseProxyGetEnterpriseProxyEdgeInventory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "enterpriseName": {
                        "type": "string"
                      },
                      "enterpriseId": {
                        "type": "number"
                      },
                      "edgeName": {
                        "type": "string"
                      },
                      "edgeId": {
                        "type": "number"
                      },
                      "created": {
                        "type": "string"
                      },
                      "edgeState": {
                        "type": "string"
                      },
                      "serialNumber": {
                        "type": "string"
                      },
                      "haSerialNumber": {
                        "type": "string"
                      },
                      "activationState": {
                        "type": "string"
                      },
                      "activationTime": {
                        "type": "string"
                      },
                      "modelNumber": {
                        "type": "string"
                      },
                      "softwareVersion": {
                        "type": "string"
                      },
                      "softwareUpdated": {
                        "type": "string"
                      },
                      "lastContact": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "enterpriseName": "string",
                    "enterpriseId": 7,
                    "edgeName": "string",
                    "edgeId": 8,
                    "created": "string",
                    "edgeState": "OFFLINE",
                    "serialNumber": "string",
                    "haSerialNumber": "string",
                    "activationState": "ACTIVATED",
                    "activationTime": "string",
                    "modelNumber": "string",
                    "softwareVersion": "string",
                    "softwareUpdated": "string",
                    "lastContact": "string"
                  },
                  {
                    "enterpriseName": "string",
                    "enterpriseId": 3,
                    "edgeName": "string",
                    "edgeId": 5,
                    "created": "string",
                    "edgeState": "EXPIRED",
                    "serialNumber": "string",
                    "haSerialNumber": "string",
                    "activationState": "PENDING",
                    "activationTime": "string",
                    "modelNumber": "string",
                    "softwareVersion": "string",
                    "softwareUpdated": "string",
                    "lastContact": "string"
                  },
                  {
                    "enterpriseName": "string",
                    "enterpriseId": 9,
                    "edgeName": "string",
                    "edgeId": 5,
                    "created": "string",
                    "edgeState": "DEGRADED",
                    "serialNumber": "string",
                    "haSerialNumber": "string",
                    "activationState": "ACTIVATED",
                    "activationTime": "string",
                    "modelNumber": "string",
                    "softwareVersion": "string",
                    "softwareUpdated": "string",
                    "lastContact": "string"
                  },
                  {
                    "enterpriseName": "string",
                    "enterpriseId": 3,
                    "edgeName": "string",
                    "edgeId": 9,
                    "created": "string",
                    "edgeState": "OFFLINE",
                    "serialNumber": "string",
                    "haSerialNumber": "string",
                    "activationState": "REACTIVATION_PENDING",
                    "activationTime": "string",
                    "modelNumber": "string",
                    "softwareVersion": "string",
                    "softwareUpdated": "string",
                    "lastContact": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterpriseProxy/getEnterpriseProxyEnterprises": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseProxyGetEnterpriseProxyEnterprises",
        "description": "The parameters and request body are for method: enterpriseProxyGetEnterpriseProxyEnterprises. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "created": {
                        "type": "string"
                      },
                      "networkId": {
                        "type": "number"
                      },
                      "gatewayPoolId": {
                        "type": "number"
                      },
                      "alertsEnabled": {
                        "type": "number"
                      },
                      "operatorAlertsEnabled": {
                        "type": "number"
                      },
                      "endpointPkiMode": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "domain": {
                        "type": "string"
                      },
                      "prefix": {
                        "type": "string"
                      },
                      "logicalId": {
                        "type": "string"
                      },
                      "accountNumber": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "contactName": {
                        "type": "string"
                      },
                      "contactPhone": {
                        "type": "string"
                      },
                      "contactMobile": {
                        "type": "string"
                      },
                      "contactEmail": {
                        "type": "string"
                      },
                      "streetAddress": {
                        "type": "string"
                      },
                      "streetAddress2": {
                        "type": "string"
                      },
                      "city": {
                        "type": "string"
                      },
                      "state": {
                        "type": "string"
                      },
                      "postalCode": {
                        "type": "string"
                      },
                      "country": {
                        "type": "string"
                      },
                      "lat": {
                        "type": "number"
                      },
                      "lon": {
                        "type": "number"
                      },
                      "timezone": {
                        "type": "string"
                      },
                      "locale": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "edgeCount": {
                        "type": "number"
                      },
                      "edges": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "contactName": {
                              "type": "string"
                            },
                            "contactPhone": {
                              "type": "string"
                            },
                            "contactMobile": {
                              "type": "string"
                            },
                            "contactEmail": {
                              "type": "string"
                            },
                            "streetAddress": {
                              "type": "string"
                            },
                            "streetAddress2": {
                              "type": "string"
                            },
                            "city": {
                              "type": "string"
                            },
                            "state": {
                              "type": "string"
                            },
                            "postalCode": {
                              "type": "string"
                            },
                            "country": {
                              "type": "string"
                            },
                            "lat": {
                              "type": "number"
                            },
                            "lon": {
                              "type": "number"
                            },
                            "timezone": {
                              "type": "string"
                            },
                            "locale": {
                              "type": "string"
                            },
                            "shippingSameAsLocation": {
                              "type": "number"
                            },
                            "shippingContactName": {
                              "type": "string"
                            },
                            "shippingAddress": {
                              "type": "string"
                            },
                            "shippingAddress2": {
                              "type": "string"
                            },
                            "shippingCity": {
                              "type": "string"
                            },
                            "shippingState": {
                              "type": "string"
                            },
                            "shippingCountry": {
                              "type": "string"
                            },
                            "shippingPostalCode": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "gatewayPoolId": {
                              "type": "number"
                            },
                            "networkId": {
                              "type": "number"
                            },
                            "returnData": {
                              "type": "boolean"
                            },
                            "user": {
                              "type": "object",
                              "properties": {
                                "email": {
                                  "type": "string"
                                },
                                "password": {
                                  "type": "string"
                                },
                                "password2": {
                                  "type": "string"
                                },
                                "username": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 5,
                    "created": "string",
                    "networkId": 9,
                    "gatewayPoolId": 1,
                    "alertsEnabled": 0,
                    "operatorAlertsEnabled": 0,
                    "endpointPkiMode": "CERTIFICATE_DISABLED",
                    "name": "string",
                    "domain": "string",
                    "prefix": "string",
                    "logicalId": "string",
                    "accountNumber": "string",
                    "description": "string",
                    "contactName": "string",
                    "contactPhone": "string",
                    "contactMobile": "string",
                    "contactEmail": "string",
                    "streetAddress": "string",
                    "streetAddress2": "string",
                    "city": "string",
                    "state": "string",
                    "postalCode": "string",
                    "country": "string",
                    "lat": 4,
                    "lon": 3,
                    "timezone": "string",
                    "locale": "string",
                    "modified": "string",
                    "edgeCount": 10,
                    "edges": [
                      {
                        "id": 3,
                        "created": "string",
                        "name": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 4,
                        "lon": 4,
                        "timezone": "string",
                        "locale": "string",
                        "shippingSameAsLocation": 0,
                        "shippingContactName": "string",
                        "shippingAddress": "string",
                        "shippingAddress2": "string",
                        "shippingCity": "string",
                        "shippingState": "string",
                        "shippingCountry": "string",
                        "shippingPostalCode": "string",
                        "modified": "string",
                        "gatewayPoolId": 4,
                        "networkId": 3,
                        "returnData": true,
                        "user": {
                          "email": "string",
                          "password": "string",
                          "password2": "string",
                          "username": "string"
                        }
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "name": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 10,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "shippingSameAsLocation": 1,
                        "shippingContactName": "string",
                        "shippingAddress": "string",
                        "shippingAddress2": "string",
                        "shippingCity": "string",
                        "shippingState": "string",
                        "shippingCountry": "string",
                        "shippingPostalCode": "string",
                        "modified": "string",
                        "gatewayPoolId": 5,
                        "networkId": 10,
                        "returnData": true,
                        "user": {
                          "email": "string",
                          "password": "string",
                          "password2": "string",
                          "username": "string"
                        }
                      },
                      {
                        "id": 1,
                        "created": "string",
                        "name": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 3,
                        "lon": 10,
                        "timezone": "string",
                        "locale": "string",
                        "shippingSameAsLocation": 0,
                        "shippingContactName": "string",
                        "shippingAddress": "string",
                        "shippingAddress2": "string",
                        "shippingCity": "string",
                        "shippingState": "string",
                        "shippingCountry": "string",
                        "shippingPostalCode": "string",
                        "modified": "string",
                        "gatewayPoolId": 1,
                        "networkId": 4,
                        "returnData": true,
                        "user": {
                          "email": "string",
                          "password": "string",
                          "password2": "string",
                          "username": "string"
                        }
                      },
                      {
                        "id": 10,
                        "created": "string",
                        "name": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 5,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "shippingSameAsLocation": 1,
                        "shippingContactName": "string",
                        "shippingAddress": "string",
                        "shippingAddress2": "string",
                        "shippingCity": "string",
                        "shippingState": "string",
                        "shippingCountry": "string",
                        "shippingPostalCode": "string",
                        "modified": "string",
                        "gatewayPoolId": 2,
                        "networkId": 6,
                        "returnData": true,
                        "user": {
                          "email": "string",
                          "password": "string",
                          "password2": "string",
                          "username": "string"
                        }
                      },
                      {
                        "id": 2,
                        "created": "string",
                        "name": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 7,
                        "lon": 6,
                        "timezone": "string",
                        "locale": "string",
                        "shippingSameAsLocation": 0,
                        "shippingContactName": "string",
                        "shippingAddress": "string",
                        "shippingAddress2": "string",
                        "shippingCity": "string",
                        "shippingState": "string",
                        "shippingCountry": "string",
                        "shippingPostalCode": "string",
                        "modified": "string",
                        "gatewayPoolId": 8,
                        "networkId": 1,
                        "returnData": true,
                        "user": {
                          "email": "string",
                          "password": "string",
                          "password2": "string",
                          "username": "string"
                        }
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterpriseProxy/getEnterpriseProxyGatewayPools": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseProxyGetEnterpriseProxyGatewayPools",
        "description": "The parameters and request body are for method: enterpriseProxyGetEnterpriseProxyGatewayPools. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "networkId": {
                        "type": "number"
                      },
                      "enterpriseProxyId": {
                        "type": "number"
                      },
                      "created": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "isDefault": {
                        "type": "boolean"
                      },
                      "handOffType": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "enterprises": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "networkId": {
                              "type": "number"
                            },
                            "gatewayPoolId": {
                              "type": "number"
                            },
                            "alertsEnabled": {
                              "type": "number"
                            },
                            "operatorAlertsEnabled": {
                              "type": "number"
                            },
                            "endpointPkiMode": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "domain": {
                              "type": "string"
                            },
                            "prefix": {
                              "type": "string"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "accountNumber": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "contactName": {
                              "type": "string"
                            },
                            "contactPhone": {
                              "type": "string"
                            },
                            "contactMobile": {
                              "type": "string"
                            },
                            "contactEmail": {
                              "type": "string"
                            },
                            "streetAddress": {
                              "type": "string"
                            },
                            "streetAddress2": {
                              "type": "string"
                            },
                            "city": {
                              "type": "string"
                            },
                            "state": {
                              "type": "string"
                            },
                            "postalCode": {
                              "type": "string"
                            },
                            "country": {
                              "type": "string"
                            },
                            "lat": {
                              "type": "number"
                            },
                            "lon": {
                              "type": "number"
                            },
                            "timezone": {
                              "type": "string"
                            },
                            "locale": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "gateways": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "gatewayPoolAssocId": {
                              "type": "number"
                            },
                            "poolName": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "networkId": {
                              "type": "number"
                            },
                            "enterpriseProxyId": {
                              "type": "number"
                            },
                            "siteId": {
                              "type": "number"
                            },
                            "activationKey": {
                              "type": "string"
                            },
                            "activationState": {
                              "type": "string"
                            },
                            "activationTime": {
                              "type": "string"
                            },
                            "softwareVersion": {
                              "type": "string"
                            },
                            "buildNumber": {
                              "type": "string"
                            },
                            "utilization": {
                              "type": "number"
                            },
                            "utilizationDetail": {
                              "type": "object",
                              "properties": {
                                "load": {
                                  "type": "number"
                                },
                                "overall": {
                                  "type": "number"
                                },
                                "cpu": {
                                  "type": "number"
                                },
                                "memory": {
                                  "type": "number"
                                }
                              }
                            },
                            "connectedEdges": {
                              "type": "number"
                            },
                            "connectedEdgeList": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "vceid": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "deviceId": {
                              "type": "string"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "gatewayState": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "dnsName": {
                              "type": "string"
                            },
                            "isLoadBalanced": {
                              "type": "number"
                            },
                            "privateIpAddress": {
                              "type": "string"
                            },
                            "ipAddress": {
                              "type": "string"
                            },
                            "lastContact": {
                              "type": "string"
                            },
                            "systemUpSince": {
                              "type": "string"
                            },
                            "serviceUpSince": {
                              "type": "string"
                            },
                            "serviceState": {
                              "type": "string"
                            },
                            "endpointPkiMode": {
                              "type": "string"
                            },
                            "handOffDetail": {
                              "type": "object",
                              "properties": {
                                "type": {
                                  "type": "string"
                                },
                                "subnets": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "name": {
                                        "type": "string"
                                      },
                                      "routeCost": {
                                        "type": "number"
                                      },
                                      "cidrIp": {
                                        "type": "string"
                                      },
                                      "cidrPrefix": {
                                        "type": "number"
                                      },
                                      "encrypt": {
                                        "type": "boolean"
                                      },
                                      "handOffType": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                },
                                "icmpProbe": {
                                  "type": "object",
                                  "properties": {
                                    "enabled": {
                                      "type": "boolean"
                                    },
                                    "probeType": {
                                      "type": "string"
                                    },
                                    "cTag": {
                                      "type": "number"
                                    },
                                    "sTag": {
                                      "type": "number"
                                    },
                                    "destinationIp": {
                                      "type": "string"
                                    },
                                    "frequencySeconds": {
                                      "type": "number"
                                    },
                                    "threshold": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "icmpResponder": {
                                  "type": "object",
                                  "properties": {
                                    "enabled": {
                                      "type": "boolean"
                                    },
                                    "ipAddress": {
                                      "type": "string"
                                    },
                                    "mode": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            },
                            "ipsecGatewayDetail": {
                              "type": "object",
                              "properties": {
                                "enabled": {
                                  "type": "boolean"
                                },
                                "strictHostCheck": {
                                  "type": "boolean"
                                },
                                "strictHostCheckDN": {
                                  "type": "string"
                                }
                              }
                            },
                            "modified": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 7,
                    "networkId": 8,
                    "enterpriseProxyId": 4,
                    "created": "string",
                    "name": "string",
                    "description": "string",
                    "isDefault": true,
                    "handOffType": "ALLOW",
                    "modified": "string",
                    "enterprises": [
                      {
                        "id": 6,
                        "created": "string",
                        "networkId": 4,
                        "gatewayPoolId": 6,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 1,
                        "lon": 4,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 3,
                        "created": "string",
                        "networkId": 2,
                        "gatewayPoolId": 10,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 2,
                        "lon": 6,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 6,
                        "created": "string",
                        "networkId": 4,
                        "gatewayPoolId": 7,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 3,
                        "lon": 5,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 9,
                        "created": "string",
                        "networkId": 7,
                        "gatewayPoolId": 6,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 2,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 3,
                        "created": "string",
                        "networkId": 3,
                        "gatewayPoolId": 5,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 7,
                        "lon": 5,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 4,
                        "created": "string",
                        "networkId": 7,
                        "gatewayPoolId": 3,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 9,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      }
                    ],
                    "gateways": [
                      {
                        "gatewayPoolAssocId": 5,
                        "poolName": "string",
                        "id": 6,
                        "created": "string",
                        "networkId": 7,
                        "enterpriseProxyId": 4,
                        "siteId": 4,
                        "activationKey": "string",
                        "activationState": "string",
                        "activationTime": "string",
                        "softwareVersion": "string",
                        "buildNumber": "string",
                        "utilization": 1,
                        "utilizationDetail": {
                          "load": 7,
                          "overall": 5,
                          "cpu": 6,
                          "memory": 9
                        },
                        "connectedEdges": 10,
                        "connectedEdgeList": [
                          {
                            "vceid": "string"
                          },
                          {
                            "vceid": "string"
                          },
                          {
                            "vceid": "string"
                          },
                          {
                            "vceid": "string"
                          },
                          {
                            "vceid": "string"
                          },
                          {
                            "vceid": "string"
                          },
                          {
                            "vceid": "string"
                          },
                          {
                            "vceid": "string"
                          }
                        ],
                        "deviceId": "string",
                        "logicalId": "string",
                        "name": "string",
                        "gatewayState": "string",
                        "description": "string",
                        "dnsName": "string",
                        "isLoadBalanced": 8,
                        "privateIpAddress": "string",
                        "ipAddress": "string",
                        "lastContact": "string",
                        "systemUpSince": "string",
                        "serviceUpSince": "string",
                        "serviceState": "string",
                        "endpointPkiMode": "string",
                        "handOffDetail": {
                          "type": "string",
                          "subnets": [
                            {
                              "name": "string",
                              "routeCost": 2,
                              "cidrIp": "string",
                              "cidrPrefix": 1,
                              "encrypt": true,
                              "handOffType": "NAT"
                            }
                          ],
                          "icmpProbe": {
                            "enabled": false,
                            "probeType": "string",
                            "cTag": 2,
                            "sTag": 6,
                            "destinationIp": "string",
                            "frequencySeconds": 2,
                            "threshold": 4
                          },
                          "icmpResponder": {
                            "enabled": true,
                            "ipAddress": "string",
                            "mode": "string"
                          }
                        },
                        "ipsecGatewayDetail": {
                          "enabled": false,
                          "strictHostCheck": true,
                          "strictHostCheckDN": "string"
                        },
                        "modified": "string"
                      },
                      {
                        "gatewayPoolAssocId": 7,
                        "poolName": "string",
                        "id": 10,
                        "created": "string",
                        "networkId": 3,
                        "enterpriseProxyId": 8,
                        "siteId": 7,
                        "activationKey": "string",
                        "activationState": "string",
                        "activationTime": "string",
                        "softwareVersion": "string",
                        "buildNumber": "string",
                        "utilization": 1,
                        "utilizationDetail": {
                          "load": 10,
                          "overall": 6,
                          "cpu": 5,
                          "memory": 7
                        },
                        "connectedEdges": 4,
                        "connectedEdgeList": [
                          {
                            "vceid": "string"
                          },
                          {
                            "vceid": "string"
                          },
                          {
                            "vceid": "string"
                          },
                          {
                            "vceid": "string"
                          }
                        ],
                        "deviceId": "string",
                        "logicalId": "string",
                        "name": "string",
                        "gatewayState": "string",
                        "description": "string",
                        "dnsName": "string",
                        "isLoadBalanced": 1,
                        "privateIpAddress": "string",
                        "ipAddress": "string",
                        "lastContact": "string",
                        "systemUpSince": "string",
                        "serviceUpSince": "string",
                        "serviceState": "string",
                        "endpointPkiMode": "string",
                        "handOffDetail": {
                          "type": "string",
                          "subnets": [
                            {
                              "name": "string",
                              "routeCost": 4,
                              "cidrIp": "string",
                              "cidrPrefix": 1,
                              "encrypt": true,
                              "handOffType": "VLAN"
                            },
                            {
                              "name": "string",
                              "routeCost": 2,
                              "cidrIp": "string",
                              "cidrPrefix": 4,
                              "encrypt": false,
                              "handOffType": "VLAN"
                            },
                            {
                              "name": "string",
                              "routeCost": 5,
                              "cidrIp": "string",
                              "cidrPrefix": 10,
                              "encrypt": false,
                              "handOffType": "NAT"
                            },
                            {
                              "name": "string",
                              "routeCost": 7,
                              "cidrIp": "string",
                              "cidrPrefix": 8,
                              "encrypt": false,
                              "handOffType": "VLAN"
                            },
                            {
                              "name": "string",
                              "routeCost": 7,
                              "cidrIp": "string",
                              "cidrPrefix": 5,
                              "encrypt": true,
                              "handOffType": "NAT"
                            }
                          ],
                          "icmpProbe": {
                            "enabled": false,
                            "probeType": "string",
                            "cTag": 1,
                            "sTag": 8,
                            "destinationIp": "string",
                            "frequencySeconds": 2,
                            "threshold": 6
                          },
                          "icmpResponder": {
                            "enabled": false,
                            "ipAddress": "string",
                            "mode": "string"
                          }
                        },
                        "ipsecGatewayDetail": {
                          "enabled": false,
                          "strictHostCheck": false,
                          "strictHostCheckDN": "string"
                        },
                        "modified": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterpriseProxy/getEnterpriseProxyOperatorProfiles": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseProxyGetEnterpriseProxyOperatorProfiles",
        "description": "The parameters and request body are for method: enterpriseProxyGetEnterpriseProxyOperatorProfiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "configurationType": {
                        "type": "string"
                      },
                      "created": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "edgeCount": {
                        "type": "number"
                      },
                      "effective": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "logicalId": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "modules": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "created": {
                              "type": "string"
                            },
                            "effective": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "isSmallData": {
                              "type": "number"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "configurationId": {
                              "type": "number"
                            },
                            "data": {
                              "type": "object"
                            },
                            "refs": {
                              "type": "object"
                            },
                            "schemaVersion": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "name": {
                        "type": "string"
                      },
                      "schemaVersion": {
                        "type": "string"
                      },
                      "version": {
                        "type": "string"
                      },
                      "edges": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "activationKey": {
                              "type": "string"
                            },
                            "activationKeyExpires": {
                              "type": "string"
                            },
                            "activationState": {
                              "type": "string"
                            },
                            "activationTime": {
                              "type": "string"
                            },
                            "alertsEnabled": {
                              "type": "number"
                            },
                            "buildNumber": {
                              "type": "string"
                            },
                            "created": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "deviceFamily": {
                              "type": "string"
                            },
                            "deviceId": {
                              "type": "string"
                            },
                            "dnsName": {
                              "type": "string"
                            },
                            "edgeState": {
                              "type": "string"
                            },
                            "edgeStateTime": {
                              "type": "string"
                            },
                            "endpointPkiMode": {
                              "type": "string"
                            },
                            "enterpriseId": {
                              "type": "number"
                            },
                            "haLastContact": {
                              "type": "string"
                            },
                            "haPreviousState": {
                              "type": "string"
                            },
                            "haSerialNumber": {
                              "type": "string"
                            },
                            "haState": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "isLive": {
                              "type": "number"
                            },
                            "lastContact": {
                              "type": "string"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "modelNumber": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "operatorAlertsEnabled": {
                              "type": "number"
                            },
                            "selfMacAddress": {
                              "type": "string"
                            },
                            "serialNumber": {
                              "type": "string"
                            },
                            "serviceState": {
                              "type": "string"
                            },
                            "serviceUpSince": {
                              "type": "string"
                            },
                            "siteId": {
                              "type": "number"
                            },
                            "softwareUpdated": {
                              "type": "string"
                            },
                            "softwareVersion": {
                              "type": "string"
                            },
                            "systemUpSince": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "enterprises": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "networkId": {
                              "type": "number"
                            },
                            "gatewayPoolId": {
                              "type": "number"
                            },
                            "alertsEnabled": {
                              "type": "number"
                            },
                            "operatorAlertsEnabled": {
                              "type": "number"
                            },
                            "endpointPkiMode": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "domain": {
                              "type": "string"
                            },
                            "prefix": {
                              "type": "string"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "accountNumber": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "contactName": {
                              "type": "string"
                            },
                            "contactPhone": {
                              "type": "string"
                            },
                            "contactMobile": {
                              "type": "string"
                            },
                            "contactEmail": {
                              "type": "string"
                            },
                            "streetAddress": {
                              "type": "string"
                            },
                            "streetAddress2": {
                              "type": "string"
                            },
                            "city": {
                              "type": "string"
                            },
                            "state": {
                              "type": "string"
                            },
                            "postalCode": {
                              "type": "string"
                            },
                            "country": {
                              "type": "string"
                            },
                            "lat": {
                              "type": "number"
                            },
                            "lon": {
                              "type": "number"
                            },
                            "timezone": {
                              "type": "string"
                            },
                            "locale": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "configurationAssociationId": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "configurationType": "SEGMENT_BASED",
                    "created": "string",
                    "description": "string",
                    "edgeCount": 5,
                    "effective": "string",
                    "id": 2,
                    "logicalId": "string",
                    "modified": "string",
                    "modules": [
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 10,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "WAN",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 4,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 7,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "QOS",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 8,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 10,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "metaData",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 8,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 1,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "WAN",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 3,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 10,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "managementPlane",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 2,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      }
                    ],
                    "name": "string",
                    "schemaVersion": "string",
                    "version": "string",
                    "edges": [
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "UNASSIGNED",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "DISABLED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 1,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMATION",
                        "id": 2,
                        "isLive": 9,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 9,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "ACTIVATED",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "DISABLED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 4,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_INIT",
                        "haSerialNumber": "string",
                        "haState": "PENDING_DISSOCIATION",
                        "id": 10,
                        "isLive": 3,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "OUT_OF_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 9,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "ACTIVATED",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "NEVER_ACTIVATED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "enterpriseId": 4,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMED",
                        "haSerialNumber": "string",
                        "haState": "UNCONFIGURED",
                        "id": 3,
                        "isLive": 2,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 6,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "REACTIVATION_PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "OFFLINE",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 5,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMED",
                        "id": 5,
                        "isLive": 6,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 3,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      }
                    ],
                    "enterprises": [
                      {
                        "id": 10,
                        "created": "string",
                        "networkId": 10,
                        "gatewayPoolId": 5,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 1,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "configurationAssociationId": 6
                      },
                      {
                        "id": 5,
                        "created": "string",
                        "networkId": 9,
                        "gatewayPoolId": 6,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 5,
                        "lon": 6,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "configurationAssociationId": 4
                      },
                      {
                        "id": 4,
                        "created": "string",
                        "networkId": 7,
                        "gatewayPoolId": 1,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 2,
                        "lon": 2,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "configurationAssociationId": 8
                      },
                      {
                        "id": 10,
                        "created": "string",
                        "networkId": 3,
                        "gatewayPoolId": 9,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 6,
                        "lon": 6,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "configurationAssociationId": 6
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "networkId": 1,
                        "gatewayPoolId": 8,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 9,
                        "lon": 2,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "configurationAssociationId": 8
                      }
                    ]
                  },
                  {
                    "configurationType": "NETWORK_BASED",
                    "created": "string",
                    "description": "string",
                    "edgeCount": 2,
                    "effective": "string",
                    "id": 10,
                    "logicalId": "string",
                    "modified": "string",
                    "modules": [
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 3,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "QOS",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 8,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 2,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "WAN",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 6,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 6,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "deviceSettings",
                        "type": "ENTERPRISE",
                        "description": "string",
                        "configurationId": 2,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 2,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "QOS",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 5,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 2,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "properties",
                        "type": "ENTERPRISE",
                        "description": "string",
                        "configurationId": 1,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 7,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "WAN",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 7,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      }
                    ],
                    "name": "string",
                    "schemaVersion": "string",
                    "version": "string",
                    "edges": [
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "ACTIVATED",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "NEVER_ACTIVATED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 8,
                        "haLastContact": "string",
                        "haPreviousState": "UNCONFIGURED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMED",
                        "id": 8,
                        "isLive": 1,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 7,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "REACTIVATION_PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "EXPIRED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 10,
                        "haLastContact": "string",
                        "haPreviousState": "FAILED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMATION",
                        "id": 4,
                        "isLive": 3,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 4,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "UNASSIGNED",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "NEVER_ACTIVATED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 4,
                        "haLastContact": "string",
                        "haPreviousState": "READY",
                        "haSerialNumber": "string",
                        "haState": "UNCONFIGURED",
                        "id": 6,
                        "isLive": 4,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 4,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "DEGRADED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "enterpriseId": 1,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMATION",
                        "haSerialNumber": "string",
                        "haState": "PENDING_INIT",
                        "id": 2,
                        "isLive": 9,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 2,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "DISABLED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "enterpriseId": 4,
                        "haLastContact": "string",
                        "haPreviousState": "READY",
                        "haSerialNumber": "string",
                        "haState": "READY",
                        "id": 7,
                        "isLive": 4,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 9,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "ACTIVATED",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "DISABLED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 3,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMATION",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMATION",
                        "id": 4,
                        "isLive": 5,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 10,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "UNASSIGNED",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "CONNECTED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 10,
                        "haLastContact": "string",
                        "haPreviousState": "FAILED",
                        "haSerialNumber": "string",
                        "haState": "READY",
                        "id": 9,
                        "isLive": 3,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 2,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "UNASSIGNED",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "CONNECTED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 8,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMED",
                        "haSerialNumber": "string",
                        "haState": "UNCONFIGURED",
                        "id": 1,
                        "isLive": 10,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 7,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      }
                    ],
                    "enterprises": [
                      {
                        "id": 7,
                        "created": "string",
                        "networkId": 8,
                        "gatewayPoolId": 6,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 10,
                        "lon": 10,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "configurationAssociationId": 7
                      }
                    ]
                  },
                  {
                    "configurationType": "SEGMENT_BASED",
                    "created": "string",
                    "description": "string",
                    "edgeCount": 6,
                    "effective": "string",
                    "id": 3,
                    "logicalId": "string",
                    "modified": "string",
                    "modules": [
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 10,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "WAN",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 2,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 9,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "managementPlane",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 2,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 3,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "metaData",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 2,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 10,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "controlPlane",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 1,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 9,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "properties",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 6,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 10,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "imageUpdate",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 5,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 8,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "imageUpdate",
                        "type": "ENTERPRISE",
                        "description": "string",
                        "configurationId": 5,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 10,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "controlPlane",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 8,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 5,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "WAN",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 4,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 8,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "imageUpdate",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 2,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      }
                    ],
                    "name": "string",
                    "schemaVersion": "string",
                    "version": "string",
                    "edges": [
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "DISABLED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "enterpriseId": 5,
                        "haLastContact": "string",
                        "haPreviousState": "READY",
                        "haSerialNumber": "string",
                        "haState": "PENDING_DISSOCIATION",
                        "id": 7,
                        "isLive": 4,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "OUT_OF_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 9,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "ACTIVATED",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "NEVER_ACTIVATED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 6,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMED",
                        "id": 5,
                        "isLive": 5,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 7,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "REACTIVATION_PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "NEVER_ACTIVATED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 6,
                        "haLastContact": "string",
                        "haPreviousState": "FAILED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMATION",
                        "id": 9,
                        "isLive": 6,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 5,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "NEVER_ACTIVATED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 1,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_INIT",
                        "haSerialNumber": "string",
                        "haState": "PENDING_DISSOCIATION",
                        "id": 6,
                        "isLive": 6,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "OUT_OF_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 7,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "REACTIVATION_PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "DISABLED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 2,
                        "haLastContact": "string",
                        "haPreviousState": "FAILED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMATION",
                        "id": 8,
                        "isLive": 7,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "OUT_OF_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 7,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "REACTIVATION_PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "EXPIRED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 9,
                        "haLastContact": "string",
                        "haPreviousState": "UNCONFIGURED",
                        "haSerialNumber": "string",
                        "haState": "FAILED",
                        "id": 7,
                        "isLive": 4,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "OUT_OF_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 7,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      }
                    ],
                    "enterprises": [
                      {
                        "id": 2,
                        "created": "string",
                        "networkId": 6,
                        "gatewayPoolId": 6,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 9,
                        "lon": 10,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "configurationAssociationId": 5
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "networkId": 2,
                        "gatewayPoolId": 4,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 3,
                        "lon": 4,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "configurationAssociationId": 10
                      },
                      {
                        "id": 3,
                        "created": "string",
                        "networkId": 9,
                        "gatewayPoolId": 7,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 7,
                        "lon": 5,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "configurationAssociationId": 3
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "networkId": 4,
                        "gatewayPoolId": 8,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 8,
                        "lon": 8,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "configurationAssociationId": 2
                      },
                      {
                        "id": 9,
                        "created": "string",
                        "networkId": 9,
                        "gatewayPoolId": 9,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 4,
                        "lon": 7,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "configurationAssociationId": 6
                      },
                      {
                        "id": 6,
                        "created": "string",
                        "networkId": 5,
                        "gatewayPoolId": 8,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 9,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "configurationAssociationId": 8
                      },
                      {
                        "id": 9,
                        "created": "string",
                        "networkId": 1,
                        "gatewayPoolId": 9,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 8,
                        "lon": 8,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "configurationAssociationId": 2
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "networkId": 1,
                        "gatewayPoolId": 5,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 4,
                        "lon": 5,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "configurationAssociationId": 6
                      },
                      {
                        "id": 9,
                        "created": "string",
                        "networkId": 7,
                        "gatewayPoolId": 2,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 6,
                        "lon": 2,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "configurationAssociationId": 9
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterpriseProxy/getEnterpriseProxyUser": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseProxyGetEnterpriseProxyUser",
        "description": "The parameters and request body are for method: enterpriseProxyGetEnterpriseProxyUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "created": {
                      "type": "string"
                    },
                    "userType": {
                      "type": "string"
                    },
                    "username": {
                      "type": "string"
                    },
                    "domain": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "firstName": {
                      "type": "string"
                    },
                    "lastName": {
                      "type": "string"
                    },
                    "officePhone": {
                      "type": "string"
                    },
                    "mobilePhone": {
                      "type": "string"
                    },
                    "isNative": {
                      "type": "boolean"
                    },
                    "isActive": {
                      "type": "boolean"
                    },
                    "isLocked": {
                      "type": "boolean"
                    },
                    "disableSecondFactor": {
                      "type": "boolean"
                    },
                    "email": {
                      "type": "string"
                    },
                    "lastLogin": {
                      "type": "string"
                    },
                    "modified": {
                      "type": "string"
                    },
                    "roleId": {
                      "type": "number"
                    },
                    "roleName": {
                      "type": "string"
                    },
                    "enterpriseProxyId": {
                      "type": "number"
                    },
                    "networkId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 7,
                  "created": "string",
                  "userType": "string",
                  "username": "string",
                  "domain": "string",
                  "password": "string",
                  "firstName": "string",
                  "lastName": "string",
                  "officePhone": "string",
                  "mobilePhone": "string",
                  "isNative": true,
                  "isActive": true,
                  "isLocked": true,
                  "disableSecondFactor": true,
                  "email": "string",
                  "lastLogin": "string",
                  "modified": "string",
                  "roleId": 2,
                  "roleName": "string",
                  "enterpriseProxyId": 5,
                  "networkId": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterpriseProxy/insertEnterpriseProxyUser": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseProxyInsertEnterpriseProxyUser",
        "description": "The parameters and request body are for method: enterpriseProxyInsertEnterpriseProxyUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterpriseProxy/updateEnterpriseProxyUser": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseProxyUpdateEnterpriseProxyUser",
        "description": "The parameters and request body are for method: enterpriseProxyUpdateEnterpriseProxyUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterpriseUser/deleteEnterpriseUser": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseUserDeleteEnterpriseUser",
        "description": "The parameters and request body are for method: enterpriseUserDeleteEnterpriseUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterpriseUser/getEnterpriseUser": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseUserGetEnterpriseUser",
        "description": "The parameters and request body are for method: enterpriseUserGetEnterpriseUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "created": {
                      "type": "string"
                    },
                    "userType": {
                      "type": "string"
                    },
                    "username": {
                      "type": "string"
                    },
                    "domain": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "firstName": {
                      "type": "string"
                    },
                    "lastName": {
                      "type": "string"
                    },
                    "officePhone": {
                      "type": "string"
                    },
                    "mobilePhone": {
                      "type": "string"
                    },
                    "isNative": {
                      "type": "boolean"
                    },
                    "isActive": {
                      "type": "boolean"
                    },
                    "isLocked": {
                      "type": "boolean"
                    },
                    "disableSecondFactor": {
                      "type": "boolean"
                    },
                    "email": {
                      "type": "string"
                    },
                    "lastLogin": {
                      "type": "string"
                    },
                    "modified": {
                      "type": "string"
                    },
                    "roleId": {
                      "type": "number"
                    },
                    "roleName": {
                      "type": "string"
                    },
                    "enterpriseId": {
                      "type": "number"
                    },
                    "enterpriseProxyId": {
                      "type": "number"
                    },
                    "networkId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 5,
                  "created": "string",
                  "userType": "string",
                  "username": "string",
                  "domain": "string",
                  "password": "string",
                  "firstName": "string",
                  "lastName": "string",
                  "officePhone": "string",
                  "mobilePhone": "string",
                  "isNative": true,
                  "isActive": true,
                  "isLocked": true,
                  "disableSecondFactor": false,
                  "email": "string",
                  "lastLogin": "string",
                  "modified": "string",
                  "roleId": 10,
                  "roleName": "string",
                  "enterpriseId": 4,
                  "enterpriseProxyId": 9,
                  "networkId": 6
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterpriseUser/updateEnterpriseUser": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "enterpriseUserUpdateEnterpriseUser",
        "description": "The parameters and request body are for method: enterpriseUserUpdateEnterpriseUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeAppLinkMetrics": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeAppLinkMetrics",
        "description": "The parameters and request body are for method: metricsGetEdgeAppLinkMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "bytesRx": {
                        "type": "number"
                      },
                      "bytesTx": {
                        "type": "number"
                      },
                      "flowCount": {
                        "type": "number"
                      },
                      "packetsRx": {
                        "type": "number"
                      },
                      "packetsTx": {
                        "type": "number"
                      },
                      "totalBytes": {
                        "type": "number"
                      },
                      "totalPackets": {
                        "type": "number"
                      },
                      "linkId": {
                        "type": "number"
                      },
                      "name": {
                        "type": "number"
                      },
                      "serviceGroups": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "bytesRx": 5,
                    "bytesTx": 2,
                    "flowCount": 2,
                    "packetsRx": 1,
                    "packetsTx": 4,
                    "totalBytes": 3,
                    "totalPackets": 3,
                    "linkId": 5,
                    "name": 10,
                    "serviceGroups": [
                      "ALL",
                      "ALL",
                      "PUBLIC_WIRELESS"
                    ]
                  },
                  {
                    "bytesRx": 8,
                    "bytesTx": 9,
                    "flowCount": 5,
                    "packetsRx": 5,
                    "packetsTx": 2,
                    "totalBytes": 8,
                    "totalPackets": 9,
                    "linkId": 6,
                    "name": 2,
                    "serviceGroups": [
                      "PRIVATE_WIRED",
                      "PRIVATE_WIRED",
                      "PRIVATE_WIRED",
                      "PUBLIC_WIRELESS",
                      "PRIVATE_WIRED",
                      "ALL",
                      "PUBLIC_WIRELESS"
                    ]
                  },
                  {
                    "bytesRx": 9,
                    "bytesTx": 2,
                    "flowCount": 5,
                    "packetsRx": 3,
                    "packetsTx": 6,
                    "totalBytes": 4,
                    "totalPackets": 4,
                    "linkId": 10,
                    "name": 4,
                    "serviceGroups": [
                      "PUBLIC_WIRED"
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeAppLinkSeries": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeAppLinkSeries",
        "description": "The parameters and request body are for method: metricsGetEdgeAppLinkSeries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "series": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "data": {
                              "type": "array",
                              "items": {
                                "type": "number"
                              }
                            },
                            "max": {
                              "type": "number"
                            },
                            "metric": {
                              "type": "string"
                            },
                            "min": {
                              "type": "number"
                            },
                            "startTime": {
                              "type": "string"
                            },
                            "tickInterval": {
                              "type": "number"
                            },
                            "total": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "name": {
                        "type": "number"
                      },
                      "serviceGroups": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "series": [
                      {
                        "data": [
                          10,
                          10,
                          3,
                          2,
                          3,
                          1,
                          4,
                          1,
                          2
                        ],
                        "max": 7,
                        "metric": "packetsRx",
                        "min": 3,
                        "startTime": "string",
                        "tickInterval": 4,
                        "total": 1
                      },
                      {
                        "data": [
                          1
                        ],
                        "max": 9,
                        "metric": "packetsRx",
                        "min": 9,
                        "startTime": "string",
                        "tickInterval": 6,
                        "total": 7
                      },
                      {
                        "data": [
                          3,
                          5,
                          8,
                          8
                        ],
                        "max": 10,
                        "metric": "totalPackets",
                        "min": 10,
                        "startTime": "string",
                        "tickInterval": 5,
                        "total": 8
                      },
                      {
                        "data": [
                          5,
                          4,
                          10,
                          2,
                          1,
                          8,
                          4,
                          3,
                          5
                        ],
                        "max": 3,
                        "metric": "bytesRx",
                        "min": 4,
                        "startTime": "string",
                        "tickInterval": 1,
                        "total": 1
                      },
                      {
                        "data": [
                          5,
                          2,
                          10,
                          2,
                          2,
                          1
                        ],
                        "max": 8,
                        "metric": "totalPackets",
                        "min": 1,
                        "startTime": "string",
                        "tickInterval": 1,
                        "total": 5
                      },
                      {
                        "data": [
                          9,
                          9,
                          8,
                          3,
                          10,
                          5,
                          10,
                          4
                        ],
                        "max": 10,
                        "metric": "bytesTx",
                        "min": 9,
                        "startTime": "string",
                        "tickInterval": 3,
                        "total": 2
                      },
                      {
                        "data": [
                          8,
                          8,
                          1,
                          2,
                          10,
                          5
                        ],
                        "max": 3,
                        "metric": "bytesTx",
                        "min": 9,
                        "startTime": "string",
                        "tickInterval": 9,
                        "total": 5
                      },
                      {
                        "data": [
                          10,
                          6,
                          4,
                          5,
                          10,
                          9,
                          9
                        ],
                        "max": 2,
                        "metric": "totalPackets",
                        "min": 9,
                        "startTime": "string",
                        "tickInterval": 8,
                        "total": 5
                      }
                    ],
                    "name": 8,
                    "serviceGroups": [
                      "PUBLIC_WIRELESS",
                      "PUBLIC_WIRELESS",
                      "ALL",
                      "PRIVATE_WIRED",
                      "ALL",
                      "PRIVATE_WIRED"
                    ]
                  },
                  {
                    "series": [
                      {
                        "data": [
                          5,
                          7
                        ],
                        "max": 5,
                        "metric": "totalPackets",
                        "min": 10,
                        "startTime": "string",
                        "tickInterval": 8,
                        "total": 3
                      }
                    ],
                    "name": 5,
                    "serviceGroups": [
                      "PUBLIC_WIRELESS",
                      "PRIVATE_WIRED",
                      "PRIVATE_WIRED",
                      "PUBLIC_WIRED",
                      "ALL",
                      "PUBLIC_WIRED",
                      "ALL",
                      "ALL",
                      "PUBLIC_WIRED"
                    ]
                  },
                  {
                    "series": [
                      {
                        "data": [
                          6,
                          10,
                          8
                        ],
                        "max": 7,
                        "metric": "bytesTx",
                        "min": 3,
                        "startTime": "string",
                        "tickInterval": 9,
                        "total": 9
                      }
                    ],
                    "name": 5,
                    "serviceGroups": [
                      "PUBLIC_WIRELESS"
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeAppMetrics": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeAppMetrics",
        "description": "The parameters and request body are for method: metricsGetEdgeAppMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "bytesRx": {
                        "type": "number"
                      },
                      "bytesTx": {
                        "type": "number"
                      },
                      "flowCount": {
                        "type": "number"
                      },
                      "packetsRx": {
                        "type": "number"
                      },
                      "packetsTx": {
                        "type": "number"
                      },
                      "totalBytes": {
                        "type": "number"
                      },
                      "totalPackets": {
                        "type": "number"
                      },
                      "application": {
                        "type": "number"
                      },
                      "category": {
                        "type": "number"
                      },
                      "name": {
                        "type": "number"
                      },
                      "linkId": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "bytesRx": 8,
                    "bytesTx": 2,
                    "flowCount": 3,
                    "packetsRx": 8,
                    "packetsTx": 6,
                    "totalBytes": 1,
                    "totalPackets": 9,
                    "application": 10,
                    "category": 8,
                    "name": 4,
                    "linkId": 2
                  },
                  {
                    "bytesRx": 8,
                    "bytesTx": 8,
                    "flowCount": 9,
                    "packetsRx": 8,
                    "packetsTx": 7,
                    "totalBytes": 7,
                    "totalPackets": 10,
                    "application": 10,
                    "category": 3,
                    "name": 4,
                    "linkId": 2
                  },
                  {
                    "bytesRx": 4,
                    "bytesTx": 4,
                    "flowCount": 10,
                    "packetsRx": 9,
                    "packetsTx": 2,
                    "totalBytes": 4,
                    "totalPackets": 8,
                    "application": 1,
                    "category": 9,
                    "name": 5,
                    "linkId": 9
                  },
                  {
                    "bytesRx": 3,
                    "bytesTx": 6,
                    "flowCount": 9,
                    "packetsRx": 6,
                    "packetsTx": 7,
                    "totalBytes": 8,
                    "totalPackets": 4,
                    "application": 4,
                    "category": 2,
                    "name": 8,
                    "linkId": 3
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeAppSeries": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeAppSeries",
        "description": "The parameters and request body are for method: metricsGetEdgeAppSeries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "series": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "data": {
                              "type": "array",
                              "items": {
                                "type": "number"
                              }
                            },
                            "max": {
                              "type": "number"
                            },
                            "metric": {
                              "type": "string"
                            },
                            "min": {
                              "type": "number"
                            },
                            "startTime": {
                              "type": "string"
                            },
                            "tickInterval": {
                              "type": "number"
                            },
                            "total": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "name": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "series": [
                      {
                        "data": [
                          8,
                          7,
                          10,
                          3,
                          7,
                          4,
                          5,
                          3,
                          2
                        ],
                        "max": 9,
                        "metric": "totalPackets",
                        "min": 4,
                        "startTime": "string",
                        "tickInterval": 9,
                        "total": 3
                      },
                      {
                        "data": [
                          1,
                          7,
                          1,
                          10,
                          10,
                          9,
                          6,
                          3,
                          5
                        ],
                        "max": 5,
                        "metric": "packetsTx",
                        "min": 1,
                        "startTime": "string",
                        "tickInterval": 1,
                        "total": 5
                      },
                      {
                        "data": [
                          5,
                          9,
                          8
                        ],
                        "max": 10,
                        "metric": "totalBytes",
                        "min": 8,
                        "startTime": "string",
                        "tickInterval": 6,
                        "total": 9
                      },
                      {
                        "data": [
                          9,
                          1,
                          3,
                          7,
                          4,
                          8,
                          6,
                          3
                        ],
                        "max": 1,
                        "metric": "packetsRx",
                        "min": 5,
                        "startTime": "string",
                        "tickInterval": 10,
                        "total": 5
                      },
                      {
                        "data": [
                          8,
                          10,
                          7,
                          6,
                          6,
                          8,
                          8,
                          3,
                          2
                        ],
                        "max": 1,
                        "metric": "totalPackets",
                        "min": 2,
                        "startTime": "string",
                        "tickInterval": 8,
                        "total": 1
                      },
                      {
                        "data": [
                          4,
                          6,
                          2
                        ],
                        "max": 9,
                        "metric": "bytesTx",
                        "min": 5,
                        "startTime": "string",
                        "tickInterval": 1,
                        "total": 5
                      }
                    ],
                    "name": 4
                  },
                  {
                    "series": [
                      {
                        "data": [
                          10,
                          1,
                          3,
                          6
                        ],
                        "max": 2,
                        "metric": "bytesTx",
                        "min": 7,
                        "startTime": "string",
                        "tickInterval": 6,
                        "total": 8
                      },
                      {
                        "data": [
                          6,
                          2
                        ],
                        "max": 2,
                        "metric": "packetsTx",
                        "min": 5,
                        "startTime": "string",
                        "tickInterval": 2,
                        "total": 6
                      },
                      {
                        "data": [
                          2,
                          2,
                          1
                        ],
                        "max": 9,
                        "metric": "packetsRx",
                        "min": 10,
                        "startTime": "string",
                        "tickInterval": 2,
                        "total": 2
                      },
                      {
                        "data": [
                          1,
                          3,
                          5,
                          10,
                          3,
                          1,
                          7,
                          9,
                          9
                        ],
                        "max": 4,
                        "metric": "packetsRx",
                        "min": 3,
                        "startTime": "string",
                        "tickInterval": 3,
                        "total": 3
                      },
                      {
                        "data": [
                          3,
                          8,
                          8,
                          5,
                          4
                        ],
                        "max": 1,
                        "metric": "packetsTx",
                        "min": 4,
                        "startTime": "string",
                        "tickInterval": 5,
                        "total": 4
                      }
                    ],
                    "name": 8
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeCategoryMetrics": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeCategoryMetrics",
        "description": "The parameters and request body are for method: metricsGetEdgeCategoryMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "bytesRx": {
                        "type": "number"
                      },
                      "bytesTx": {
                        "type": "number"
                      },
                      "flowCount": {
                        "type": "number"
                      },
                      "packetsRx": {
                        "type": "number"
                      },
                      "packetsTx": {
                        "type": "number"
                      },
                      "totalBytes": {
                        "type": "number"
                      },
                      "totalPackets": {
                        "type": "number"
                      },
                      "category": {
                        "type": "number"
                      },
                      "name": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "bytesRx": 6,
                    "bytesTx": 4,
                    "flowCount": 10,
                    "packetsRx": 8,
                    "packetsTx": 1,
                    "totalBytes": 7,
                    "totalPackets": 10,
                    "category": 3,
                    "name": 5
                  },
                  {
                    "bytesRx": 3,
                    "bytesTx": 10,
                    "flowCount": 6,
                    "packetsRx": 1,
                    "packetsTx": 1,
                    "totalBytes": 10,
                    "totalPackets": 7,
                    "category": 2,
                    "name": 9
                  },
                  {
                    "bytesRx": 4,
                    "bytesTx": 2,
                    "flowCount": 5,
                    "packetsRx": 9,
                    "packetsTx": 9,
                    "totalBytes": 9,
                    "totalPackets": 5,
                    "category": 9,
                    "name": 7
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeCategorySeries": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeCategorySeries",
        "description": "The parameters and request body are for method: metricsGetEdgeCategorySeries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "series": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "data": {
                              "type": "array",
                              "items": {
                                "type": "number"
                              }
                            },
                            "max": {
                              "type": "number"
                            },
                            "metric": {
                              "type": "string"
                            },
                            "min": {
                              "type": "number"
                            },
                            "startTime": {
                              "type": "string"
                            },
                            "tickInterval": {
                              "type": "number"
                            },
                            "total": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "name": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "series": [
                      {
                        "data": [
                          1,
                          8,
                          5,
                          6,
                          9,
                          1,
                          6,
                          5,
                          6
                        ],
                        "max": 8,
                        "metric": "packetsTx",
                        "min": 9,
                        "startTime": "string",
                        "tickInterval": 10,
                        "total": 6
                      },
                      {
                        "data": [
                          9,
                          9,
                          5,
                          8,
                          4,
                          1,
                          10,
                          6,
                          1,
                          5
                        ],
                        "max": 6,
                        "metric": "bytesTx",
                        "min": 9,
                        "startTime": "string",
                        "tickInterval": 6,
                        "total": 3
                      },
                      {
                        "data": [
                          2,
                          9,
                          2,
                          3,
                          7,
                          6,
                          7
                        ],
                        "max": 6,
                        "metric": "bytesRx",
                        "min": 1,
                        "startTime": "string",
                        "tickInterval": 9,
                        "total": 3
                      },
                      {
                        "data": [
                          6
                        ],
                        "max": 3,
                        "metric": "bytesRx",
                        "min": 5,
                        "startTime": "string",
                        "tickInterval": 7,
                        "total": 1
                      }
                    ],
                    "name": 5
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeDestMetrics": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeDestMetrics",
        "description": "The parameters and request body are for method: metricsGetEdgeDestMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "bytesRx": {
                        "type": "number"
                      },
                      "bytesTx": {
                        "type": "number"
                      },
                      "flowCount": {
                        "type": "number"
                      },
                      "packetsRx": {
                        "type": "number"
                      },
                      "packetsTx": {
                        "type": "number"
                      },
                      "totalBytes": {
                        "type": "number"
                      },
                      "totalPackets": {
                        "type": "number"
                      },
                      "destDomain": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "bytesRx": 3,
                    "bytesTx": 1,
                    "flowCount": 4,
                    "packetsRx": 9,
                    "packetsTx": 7,
                    "totalBytes": 3,
                    "totalPackets": 7,
                    "destDomain": "string",
                    "name": "string"
                  },
                  {
                    "bytesRx": 10,
                    "bytesTx": 8,
                    "flowCount": 8,
                    "packetsRx": 8,
                    "packetsTx": 9,
                    "totalBytes": 8,
                    "totalPackets": 5,
                    "destDomain": "string",
                    "name": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeDestSeries": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeDestSeries",
        "description": "The parameters and request body are for method: metricsGetEdgeDestSeries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "series": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "data": {
                              "type": "array",
                              "items": {
                                "type": "number"
                              }
                            },
                            "max": {
                              "type": "number"
                            },
                            "metric": {
                              "type": "string"
                            },
                            "min": {
                              "type": "number"
                            },
                            "startTime": {
                              "type": "string"
                            },
                            "tickInterval": {
                              "type": "number"
                            },
                            "total": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "name": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "series": [
                      {
                        "data": [
                          7,
                          10,
                          7,
                          6,
                          1
                        ],
                        "max": 4,
                        "metric": "totalBytes",
                        "min": 5,
                        "startTime": "string",
                        "tickInterval": 9,
                        "total": 1
                      }
                    ],
                    "name": "string"
                  },
                  {
                    "series": [
                      {
                        "data": [
                          5,
                          8,
                          2,
                          1
                        ],
                        "max": 1,
                        "metric": "bytesTx",
                        "min": 4,
                        "startTime": "string",
                        "tickInterval": 2,
                        "total": 4
                      },
                      {
                        "data": [
                          2,
                          5,
                          8,
                          10,
                          9,
                          4,
                          9,
                          10,
                          6,
                          1
                        ],
                        "max": 1,
                        "metric": "packetsRx",
                        "min": 4,
                        "startTime": "string",
                        "tickInterval": 5,
                        "total": 7
                      },
                      {
                        "data": [
                          4,
                          1,
                          8,
                          8,
                          6,
                          5,
                          10
                        ],
                        "max": 9,
                        "metric": "totalBytes",
                        "min": 9,
                        "startTime": "string",
                        "tickInterval": 6,
                        "total": 8
                      },
                      {
                        "data": [
                          4,
                          7
                        ],
                        "max": 8,
                        "metric": "bytesTx",
                        "min": 1,
                        "startTime": "string",
                        "tickInterval": 4,
                        "total": 8
                      },
                      {
                        "data": [
                          6,
                          5,
                          5,
                          4,
                          10,
                          8,
                          8
                        ],
                        "max": 7,
                        "metric": "totalBytes",
                        "min": 8,
                        "startTime": "string",
                        "tickInterval": 7,
                        "total": 1
                      },
                      {
                        "data": [
                          4,
                          2,
                          2
                        ],
                        "max": 5,
                        "metric": "packetsTx",
                        "min": 7,
                        "startTime": "string",
                        "tickInterval": 10,
                        "total": 5
                      },
                      {
                        "data": [
                          8,
                          2,
                          10,
                          10,
                          3,
                          5
                        ],
                        "max": 3,
                        "metric": "totalBytes",
                        "min": 1,
                        "startTime": "string",
                        "tickInterval": 1,
                        "total": 3
                      },
                      {
                        "data": [
                          7,
                          10,
                          7,
                          2,
                          9,
                          3,
                          2,
                          1
                        ],
                        "max": 9,
                        "metric": "totalBytes",
                        "min": 8,
                        "startTime": "string",
                        "tickInterval": 10,
                        "total": 1
                      },
                      {
                        "data": [
                          2,
                          9,
                          10,
                          10,
                          9
                        ],
                        "max": 5,
                        "metric": "bytesRx",
                        "min": 7,
                        "startTime": "string",
                        "tickInterval": 8,
                        "total": 1
                      },
                      {
                        "data": [
                          7
                        ],
                        "max": 8,
                        "metric": "totalBytes",
                        "min": 10,
                        "startTime": "string",
                        "tickInterval": 2,
                        "total": 2
                      }
                    ],
                    "name": "string"
                  },
                  {
                    "series": [
                      {
                        "data": [
                          9,
                          6,
                          9,
                          8,
                          10,
                          1,
                          3,
                          5,
                          9
                        ],
                        "max": 4,
                        "metric": "bytesTx",
                        "min": 6,
                        "startTime": "string",
                        "tickInterval": 3,
                        "total": 4
                      }
                    ],
                    "name": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeDeviceMetrics": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeDeviceMetrics",
        "description": "The parameters and request body are for method: metricsGetEdgeDeviceMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "bytesRx": {
                        "type": "number"
                      },
                      "bytesTx": {
                        "type": "number"
                      },
                      "flowCount": {
                        "type": "number"
                      },
                      "packetsRx": {
                        "type": "number"
                      },
                      "packetsTx": {
                        "type": "number"
                      },
                      "totalBytes": {
                        "type": "number"
                      },
                      "totalPackets": {
                        "type": "number"
                      },
                      "edgeInfo": {
                        "type": "object",
                        "properties": {
                          "edgeId": {
                            "type": "number"
                          },
                          "enterpriseId": {
                            "type": "number"
                          },
                          "hostName": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "ipAddress": {
                            "type": "string"
                          },
                          "lastContact": {
                            "type": "string"
                          },
                          "macAddress": {
                            "type": "string"
                          }
                        }
                      },
                      "info": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "created": {
                            "type": "string"
                          },
                          "enterpriseId": {
                            "type": "number"
                          },
                          "macAddress": {
                            "type": "string"
                          },
                          "hostName": {
                            "type": "string"
                          },
                          "ipAddress": {
                            "type": "string"
                          },
                          "os": {
                            "type": "number"
                          },
                          "osName": {
                            "type": "string"
                          },
                          "osVersion": {
                            "type": "string"
                          },
                          "deviceType": {
                            "type": "string"
                          },
                          "deviceModel": {
                            "type": "string"
                          },
                          "lastContact": {
                            "type": "string"
                          },
                          "modified": {
                            "type": "string"
                          }
                        }
                      },
                      "name": {
                        "type": "string"
                      },
                      "sourceMac": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "bytesRx": 6,
                    "bytesTx": 2,
                    "flowCount": 7,
                    "packetsRx": 7,
                    "packetsTx": 9,
                    "totalBytes": 6,
                    "totalPackets": 6,
                    "edgeInfo": {
                      "edgeId": 1,
                      "enterpriseId": 6,
                      "hostName": "string",
                      "id": 4,
                      "ipAddress": "string",
                      "lastContact": "string",
                      "macAddress": "string"
                    },
                    "info": {
                      "id": 1,
                      "created": "string",
                      "enterpriseId": 1,
                      "macAddress": "string",
                      "hostName": "string",
                      "ipAddress": "string",
                      "os": 3,
                      "osName": "string",
                      "osVersion": "string",
                      "deviceType": "string",
                      "deviceModel": "string",
                      "lastContact": "string",
                      "modified": "string"
                    },
                    "name": "string",
                    "sourceMac": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeDeviceSeries": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeDeviceSeries",
        "description": "The parameters and request body are for method: metricsGetEdgeDeviceSeries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "series": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "data": {
                              "type": "array",
                              "items": {
                                "type": "number"
                              }
                            },
                            "max": {
                              "type": "number"
                            },
                            "metric": {
                              "type": "string"
                            },
                            "min": {
                              "type": "number"
                            },
                            "startTime": {
                              "type": "string"
                            },
                            "tickInterval": {
                              "type": "number"
                            },
                            "total": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "name": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "series": [
                      {
                        "data": [
                          4,
                          5,
                          10,
                          10,
                          2
                        ],
                        "max": 9,
                        "metric": "bytesTx",
                        "min": 5,
                        "startTime": "string",
                        "tickInterval": 3,
                        "total": 9
                      },
                      {
                        "data": [
                          9,
                          7,
                          2,
                          5,
                          10,
                          1,
                          5,
                          3
                        ],
                        "max": 6,
                        "metric": "bytesTx",
                        "min": 3,
                        "startTime": "string",
                        "tickInterval": 5,
                        "total": 4
                      }
                    ],
                    "name": "string"
                  },
                  {
                    "series": [
                      {
                        "data": [
                          7
                        ],
                        "max": 6,
                        "metric": "bytesTx",
                        "min": 6,
                        "startTime": "string",
                        "tickInterval": 8,
                        "total": 5
                      },
                      {
                        "data": [
                          5,
                          5,
                          10,
                          7
                        ],
                        "max": 10,
                        "metric": "packetsTx",
                        "min": 7,
                        "startTime": "string",
                        "tickInterval": 6,
                        "total": 8
                      },
                      {
                        "data": [
                          9,
                          1,
                          9,
                          6,
                          5,
                          10
                        ],
                        "max": 8,
                        "metric": "totalBytes",
                        "min": 8,
                        "startTime": "string",
                        "tickInterval": 7,
                        "total": 8
                      },
                      {
                        "data": [
                          5,
                          4,
                          9,
                          1,
                          3,
                          6,
                          1,
                          9,
                          6,
                          6
                        ],
                        "max": 8,
                        "metric": "totalPackets",
                        "min": 9,
                        "startTime": "string",
                        "tickInterval": 6,
                        "total": 6
                      },
                      {
                        "data": [
                          1,
                          8,
                          3,
                          8
                        ],
                        "max": 2,
                        "metric": "bytesTx",
                        "min": 6,
                        "startTime": "string",
                        "tickInterval": 5,
                        "total": 5
                      },
                      {
                        "data": [
                          4,
                          6,
                          3,
                          1,
                          4,
                          3,
                          5
                        ],
                        "max": 10,
                        "metric": "totalPackets",
                        "min": 8,
                        "startTime": "string",
                        "tickInterval": 6,
                        "total": 5
                      },
                      {
                        "data": [
                          8,
                          4,
                          7,
                          10,
                          9,
                          2,
                          7
                        ],
                        "max": 2,
                        "metric": "packetsRx",
                        "min": 9,
                        "startTime": "string",
                        "tickInterval": 2,
                        "total": 7
                      },
                      {
                        "data": [
                          6,
                          3,
                          3,
                          3,
                          4,
                          5
                        ],
                        "max": 9,
                        "metric": "totalPackets",
                        "min": 8,
                        "startTime": "string",
                        "tickInterval": 6,
                        "total": 6
                      },
                      {
                        "data": [
                          1,
                          5,
                          10,
                          9,
                          8,
                          4
                        ],
                        "max": 7,
                        "metric": "totalBytes",
                        "min": 5,
                        "startTime": "string",
                        "tickInterval": 2,
                        "total": 3
                      },
                      {
                        "data": [
                          8,
                          8,
                          3,
                          10,
                          7
                        ],
                        "max": 6,
                        "metric": "totalPackets",
                        "min": 4,
                        "startTime": "string",
                        "tickInterval": 1,
                        "total": 2
                      }
                    ],
                    "name": "string"
                  },
                  {
                    "series": [
                      {
                        "data": [
                          9,
                          9,
                          1,
                          8,
                          5,
                          7,
                          6,
                          6
                        ],
                        "max": 6,
                        "metric": "bytesRx",
                        "min": 7,
                        "startTime": "string",
                        "tickInterval": 4,
                        "total": 5
                      },
                      {
                        "data": [
                          8,
                          8,
                          3,
                          1,
                          2
                        ],
                        "max": 8,
                        "metric": "packetsRx",
                        "min": 2,
                        "startTime": "string",
                        "tickInterval": 3,
                        "total": 2
                      },
                      {
                        "data": [
                          1,
                          6
                        ],
                        "max": 5,
                        "metric": "packetsTx",
                        "min": 3,
                        "startTime": "string",
                        "tickInterval": 4,
                        "total": 10
                      },
                      {
                        "data": [
                          8,
                          6,
                          8
                        ],
                        "max": 1,
                        "metric": "totalBytes",
                        "min": 7,
                        "startTime": "string",
                        "tickInterval": 1,
                        "total": 5
                      },
                      {
                        "data": [
                          6,
                          7,
                          6,
                          9,
                          5
                        ],
                        "max": 10,
                        "metric": "totalPackets",
                        "min": 4,
                        "startTime": "string",
                        "tickInterval": 6,
                        "total": 10
                      },
                      {
                        "data": [
                          3,
                          1,
                          8,
                          7,
                          8,
                          9
                        ],
                        "max": 6,
                        "metric": "totalBytes",
                        "min": 5,
                        "startTime": "string",
                        "tickInterval": 8,
                        "total": 9
                      }
                    ],
                    "name": "string"
                  },
                  {
                    "series": [
                      {
                        "data": [
                          7,
                          3,
                          3
                        ],
                        "max": 4,
                        "metric": "packetsRx",
                        "min": 6,
                        "startTime": "string",
                        "tickInterval": 9,
                        "total": 1
                      },
                      {
                        "data": [
                          4,
                          7,
                          6
                        ],
                        "max": 3,
                        "metric": "bytesRx",
                        "min": 9,
                        "startTime": "string",
                        "tickInterval": 5,
                        "total": 2
                      },
                      {
                        "data": [
                          10,
                          3,
                          10,
                          10,
                          3,
                          7
                        ],
                        "max": 7,
                        "metric": "totalBytes",
                        "min": 4,
                        "startTime": "string",
                        "tickInterval": 2,
                        "total": 9
                      },
                      {
                        "data": [
                          4,
                          10,
                          2,
                          9,
                          7,
                          4,
                          7,
                          2,
                          9
                        ],
                        "max": 1,
                        "metric": "packetsTx",
                        "min": 4,
                        "startTime": "string",
                        "tickInterval": 1,
                        "total": 7
                      },
                      {
                        "data": [
                          8,
                          4,
                          9
                        ],
                        "max": 9,
                        "metric": "bytesTx",
                        "min": 9,
                        "startTime": "string",
                        "tickInterval": 3,
                        "total": 10
                      }
                    ],
                    "name": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeLinkMetrics": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeLinkMetrics",
        "description": "The parameters and request body are for method: metricsGetEdgeLinkMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "linkId": {
                          "type": "number"
                        },
                        "bytesTx": {
                          "type": "number"
                        },
                        "bytesRx": {
                          "type": "number"
                        },
                        "packetsTx": {
                          "type": "number"
                        },
                        "packetsRx": {
                          "type": "number"
                        },
                        "totalBytes": {
                          "type": "number"
                        },
                        "totalPackets": {
                          "type": "number"
                        },
                        "p1BytesRx": {
                          "type": "number"
                        },
                        "p1BytesTx": {
                          "type": "number"
                        },
                        "p1PacketsRx": {
                          "type": "number"
                        },
                        "p1PacketsTx": {
                          "type": "number"
                        },
                        "p2BytesRx": {
                          "type": "number"
                        },
                        "p2BytesTx": {
                          "type": "number"
                        },
                        "p2PacketsRx": {
                          "type": "number"
                        },
                        "p2PacketsTx": {
                          "type": "number"
                        },
                        "p3BytesRx": {
                          "type": "number"
                        },
                        "p3BytesTx": {
                          "type": "number"
                        },
                        "p3PacketsRx": {
                          "type": "number"
                        },
                        "p3PacketsTx": {
                          "type": "number"
                        },
                        "controlBytesRx": {
                          "type": "number"
                        },
                        "controlBytesTx": {
                          "type": "number"
                        },
                        "controlPacketsRx": {
                          "type": "number"
                        },
                        "controlPacketsTx": {
                          "type": "number"
                        },
                        "bpsOfBestPathRx": {
                          "type": "number"
                        },
                        "bpsOfBestPathTx": {
                          "type": "number"
                        },
                        "bestJitterMsRx": {
                          "type": "number"
                        },
                        "bestJitterMsTx": {
                          "type": "number"
                        },
                        "bestLatencyMsRx": {
                          "type": "number"
                        },
                        "bestLatencyMsTx": {
                          "type": "number"
                        },
                        "bestLossPctRx": {
                          "type": "number"
                        },
                        "bestLossPctTx": {
                          "type": "number"
                        },
                        "scoreTx": {
                          "type": "number"
                        },
                        "scoreRx": {
                          "type": "number"
                        },
                        "signalStrength": {
                          "type": "number"
                        },
                        "state": {
                          "type": "number"
                        },
                        "link": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "edgeId": {
                              "type": "number"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "internalId": {
                              "type": "string"
                            },
                            "interface": {
                              "type": "string"
                            },
                            "macAddress": {
                              "type": "object"
                            },
                            "ipAddress": {
                              "type": "string"
                            },
                            "netmask": {
                              "type": "object"
                            },
                            "networkSide": {
                              "type": "string"
                            },
                            "networkType": {
                              "type": "string"
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "isp": {
                              "type": "string"
                            },
                            "org": {
                              "type": "string"
                            },
                            "lat": {
                              "type": "number"
                            },
                            "lon": {
                              "type": "number"
                            },
                            "lastActive": {
                              "type": "string"
                            },
                            "state": {
                              "type": "string"
                            },
                            "backupState": {
                              "type": "string"
                            },
                            "vpnState": {
                              "type": "string"
                            },
                            "lastEvent": {
                              "type": "string"
                            },
                            "lastEventState": {
                              "type": "string"
                            },
                            "alertsEnabled": {
                              "type": "number"
                            },
                            "operatorAlertsEnabled": {
                              "type": "number"
                            },
                            "serviceState": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            }
                          }
                        },
                        "name": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": [
                  [
                    {
                      "linkId": 11498,
                      "bytesTx": 11436959,
                      "bytesRx": 5648897,
                      "packetsTx": 25624,
                      "packetsRx": 22995,
                      "totalBytes": 17085856,
                      "totalPackets": 48619,
                      "p1BytesRx": 681775,
                      "p1BytesTx": 186182,
                      "p1PacketsRx": 793,
                      "p1PacketsTx": 754,
                      "p2BytesRx": 1357834,
                      "p2BytesTx": 9997151,
                      "p2PacketsRx": 8725,
                      "p2PacketsTx": 12148,
                      "p3BytesRx": 2818915,
                      "p3BytesTx": 193102,
                      "p3PacketsRx": 2219,
                      "p3PacketsTx": 1350,
                      "controlBytesRx": 790373,
                      "controlBytesTx": 1060524,
                      "controlPacketsRx": 11258,
                      "controlPacketsTx": 11372,
                      "bpsOfBestPathRx": 357688000,
                      "bpsOfBestPathTx": 22490000,
                      "bestJitterMsRx": 0,
                      "bestJitterMsTx": 1,
                      "bestLatencyMsRx": 13.5,
                      "bestLatencyMsTx": 4.5,
                      "bestLossPctRx": 0,
                      "bestLossPctTx": 0,
                      "scoreTx": 4.400000095367432,
                      "scoreRx": 4.400000095367432,
                      "signalStrength": 0,
                      "state": 0,
                      "link": {
                        "id": 11498,
                        "created": "2019-01-01T00:00:00.000Z",
                        "edgeId": 146,
                        "logicalId": "ac:3b:77:31:cc:32:0000",
                        "internalId": "00000004-76dd-4e97-9cba-73b2cf4c4e9b",
                        "interface": "GE4",
                        "macAddress": null,
                        "ipAddress": "66.170.99.1",
                        "netmask": null,
                        "networkSide": "WAN",
                        "networkType": "ETHERNET",
                        "displayName": "VMware",
                        "isp": "VMware",
                        "org": "VMware",
                        "lat": 37.3773,
                        "lon": -122.019402,
                        "lastActive": "2019-01-01T00:00:00.000Z",
                        "state": "STABLE",
                        "backupState": "UNCONFIGURED",
                        "vpnState": "STABLE",
                        "lastEvent": "2019-01-01T00:00:00.000Z",
                        "lastEventState": "STABLE",
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "serviceState": "IN_SERVICE",
                        "modified": "2019-01-01T00:00:00.000Z"
                      },
                      "name": "GE4"
                    }
                  ],
                  [
                    {
                      "linkId": 11498,
                      "bytesTx": 11436959,
                      "bytesRx": 5648897,
                      "packetsTx": 25624,
                      "packetsRx": 22995,
                      "totalBytes": 17085856,
                      "totalPackets": 48619,
                      "p1BytesRx": 681775,
                      "p1BytesTx": 186182,
                      "p1PacketsRx": 793,
                      "p1PacketsTx": 754,
                      "p2BytesRx": 1357834,
                      "p2BytesTx": 9997151,
                      "p2PacketsRx": 8725,
                      "p2PacketsTx": 12148,
                      "p3BytesRx": 2818915,
                      "p3BytesTx": 193102,
                      "p3PacketsRx": 2219,
                      "p3PacketsTx": 1350,
                      "controlBytesRx": 790373,
                      "controlBytesTx": 1060524,
                      "controlPacketsRx": 11258,
                      "controlPacketsTx": 11372,
                      "bpsOfBestPathRx": 357688000,
                      "bpsOfBestPathTx": 22490000,
                      "bestJitterMsRx": 0,
                      "bestJitterMsTx": 1,
                      "bestLatencyMsRx": 13.5,
                      "bestLatencyMsTx": 4.5,
                      "bestLossPctRx": 0,
                      "bestLossPctTx": 0,
                      "scoreTx": 4.400000095367432,
                      "scoreRx": 4.400000095367432,
                      "signalStrength": 0,
                      "state": 0,
                      "link": {
                        "id": 11498,
                        "created": "2019-01-01T00:00:00.000Z",
                        "edgeId": 146,
                        "logicalId": "ac:3b:77:31:cc:32:0000",
                        "internalId": "00000004-76dd-4e97-9cba-73b2cf4c4e9b",
                        "interface": "GE4",
                        "macAddress": null,
                        "ipAddress": "66.170.99.1",
                        "netmask": null,
                        "networkSide": "WAN",
                        "networkType": "ETHERNET",
                        "displayName": "VMware",
                        "isp": "VMware",
                        "org": "VMware",
                        "lat": 37.3773,
                        "lon": -122.019402,
                        "lastActive": "2019-01-01T00:00:00.000Z",
                        "state": "STABLE",
                        "backupState": "UNCONFIGURED",
                        "vpnState": "STABLE",
                        "lastEvent": "2019-01-01T00:00:00.000Z",
                        "lastEventState": "STABLE",
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "serviceState": "IN_SERVICE",
                        "modified": "2019-01-01T00:00:00.000Z"
                      },
                      "name": "GE4"
                    }
                  ],
                  [
                    {
                      "linkId": 11498,
                      "bytesTx": 11436959,
                      "bytesRx": 5648897,
                      "packetsTx": 25624,
                      "packetsRx": 22995,
                      "totalBytes": 17085856,
                      "totalPackets": 48619,
                      "p1BytesRx": 681775,
                      "p1BytesTx": 186182,
                      "p1PacketsRx": 793,
                      "p1PacketsTx": 754,
                      "p2BytesRx": 1357834,
                      "p2BytesTx": 9997151,
                      "p2PacketsRx": 8725,
                      "p2PacketsTx": 12148,
                      "p3BytesRx": 2818915,
                      "p3BytesTx": 193102,
                      "p3PacketsRx": 2219,
                      "p3PacketsTx": 1350,
                      "controlBytesRx": 790373,
                      "controlBytesTx": 1060524,
                      "controlPacketsRx": 11258,
                      "controlPacketsTx": 11372,
                      "bpsOfBestPathRx": 357688000,
                      "bpsOfBestPathTx": 22490000,
                      "bestJitterMsRx": 0,
                      "bestJitterMsTx": 1,
                      "bestLatencyMsRx": 13.5,
                      "bestLatencyMsTx": 4.5,
                      "bestLossPctRx": 0,
                      "bestLossPctTx": 0,
                      "scoreTx": 4.400000095367432,
                      "scoreRx": 4.400000095367432,
                      "signalStrength": 0,
                      "state": 0,
                      "link": {
                        "id": 11498,
                        "created": "2019-01-01T00:00:00.000Z",
                        "edgeId": 146,
                        "logicalId": "ac:3b:77:31:cc:32:0000",
                        "internalId": "00000004-76dd-4e97-9cba-73b2cf4c4e9b",
                        "interface": "GE4",
                        "macAddress": null,
                        "ipAddress": "66.170.99.1",
                        "netmask": null,
                        "networkSide": "WAN",
                        "networkType": "ETHERNET",
                        "displayName": "VMware",
                        "isp": "VMware",
                        "org": "VMware",
                        "lat": 37.3773,
                        "lon": -122.019402,
                        "lastActive": "2019-01-01T00:00:00.000Z",
                        "state": "STABLE",
                        "backupState": "UNCONFIGURED",
                        "vpnState": "STABLE",
                        "lastEvent": "2019-01-01T00:00:00.000Z",
                        "lastEventState": "STABLE",
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "serviceState": "IN_SERVICE",
                        "modified": "2019-01-01T00:00:00.000Z"
                      },
                      "name": "GE4"
                    }
                  ]
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeLinkSeries": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeLinkSeries",
        "description": "The parameters and request body are for method: metricsGetEdgeLinkSeries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "series": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "metric": {
                              "type": "string"
                            },
                            "startTime": {
                              "type": "number"
                            },
                            "tickInterval": {
                              "type": "number"
                            },
                            "data": {
                              "type": "array",
                              "items": {
                                "type": "number"
                              }
                            },
                            "total": {
                              "type": "number"
                            },
                            "min": {
                              "type": "number"
                            },
                            "max": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "linkId": {
                        "type": "number"
                      },
                      "edgeId": {
                        "type": "number"
                      },
                      "link": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "created": {
                            "type": "string"
                          },
                          "edgeId": {
                            "type": "number"
                          },
                          "logicalId": {
                            "type": "string"
                          },
                          "internalId": {
                            "type": "string"
                          },
                          "interface": {
                            "type": "string"
                          },
                          "macAddress": {
                            "type": "object"
                          },
                          "ipAddress": {
                            "type": "string"
                          },
                          "netmask": {
                            "type": "object"
                          },
                          "networkSide": {
                            "type": "string"
                          },
                          "networkType": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "isp": {
                            "type": "string"
                          },
                          "org": {
                            "type": "string"
                          },
                          "lat": {
                            "type": "number"
                          },
                          "lon": {
                            "type": "number"
                          },
                          "lastActive": {
                            "type": "string"
                          },
                          "state": {
                            "type": "string"
                          },
                          "backupState": {
                            "type": "string"
                          },
                          "vpnState": {
                            "type": "string"
                          },
                          "lastEvent": {
                            "type": "string"
                          },
                          "lastEventState": {
                            "type": "string"
                          },
                          "alertsEnabled": {
                            "type": "number"
                          },
                          "operatorAlertsEnabled": {
                            "type": "number"
                          },
                          "serviceState": {
                            "type": "string"
                          },
                          "modified": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "series": [
                      {
                        "metric": "bytesTx",
                        "startTime": 1579882723541,
                        "tickInterval": 300000,
                        "data": [
                          6045775,
                          5452740
                        ],
                        "total": 11498515,
                        "min": 5452740,
                        "max": 6045775
                      }
                    ],
                    "linkId": 11498,
                    "edgeId": 146,
                    "link": {
                      "id": 11498,
                      "created": "2019-01-01T00:00:00.000Z",
                      "edgeId": 146,
                      "logicalId": "ac:3b:77:31:cc:32:0000",
                      "internalId": "00000004-76dd-4e97-9cba-73b2cf4c4e9b",
                      "interface": "GE4",
                      "macAddress": null,
                      "ipAddress": "66.170.99.1",
                      "netmask": null,
                      "networkSide": "WAN",
                      "networkType": "ETHERNET",
                      "displayName": "VMware",
                      "isp": "VMware",
                      "org": "VMware",
                      "lat": 37.3773,
                      "lon": -122.019402,
                      "lastActive": "2019-01-01T00:00:00.000Z",
                      "state": "STABLE",
                      "backupState": "UNCONFIGURED",
                      "vpnState": "STABLE",
                      "lastEvent": "2019-01-01T00:00:00.000Z",
                      "lastEventState": "STABLE",
                      "alertsEnabled": 1,
                      "operatorAlertsEnabled": 1,
                      "serviceState": "IN_SERVICE",
                      "modified": "2019-01-01T00:00:00.000Z"
                    }
                  },
                  {
                    "series": [
                      {
                        "metric": "bytesTx",
                        "startTime": 1579882723541,
                        "tickInterval": 300000,
                        "data": [
                          6045775,
                          5452740
                        ],
                        "total": 11498515,
                        "min": 5452740,
                        "max": 6045775
                      }
                    ],
                    "linkId": 11498,
                    "edgeId": 146,
                    "link": {
                      "id": 11498,
                      "created": "2019-01-01T00:00:00.000Z",
                      "edgeId": 146,
                      "logicalId": "ac:3b:77:31:cc:32:0000",
                      "internalId": "00000004-76dd-4e97-9cba-73b2cf4c4e9b",
                      "interface": "GE4",
                      "macAddress": null,
                      "ipAddress": "66.170.99.1",
                      "netmask": null,
                      "networkSide": "WAN",
                      "networkType": "ETHERNET",
                      "displayName": "VMware",
                      "isp": "VMware",
                      "org": "VMware",
                      "lat": 37.3773,
                      "lon": -122.019402,
                      "lastActive": "2019-01-01T00:00:00.000Z",
                      "state": "STABLE",
                      "backupState": "UNCONFIGURED",
                      "vpnState": "STABLE",
                      "lastEvent": "2019-01-01T00:00:00.000Z",
                      "lastEventState": "STABLE",
                      "alertsEnabled": 1,
                      "operatorAlertsEnabled": 1,
                      "serviceState": "IN_SERVICE",
                      "modified": "2019-01-01T00:00:00.000Z"
                    }
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeOsMetrics": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeOsMetrics",
        "description": "The parameters and request body are for method: metricsGetEdgeOsMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "bytesRx": {
                        "type": "number"
                      },
                      "bytesTx": {
                        "type": "number"
                      },
                      "flowCount": {
                        "type": "number"
                      },
                      "packetsRx": {
                        "type": "number"
                      },
                      "packetsTx": {
                        "type": "number"
                      },
                      "totalBytes": {
                        "type": "number"
                      },
                      "totalPackets": {
                        "type": "number"
                      },
                      "name": {
                        "type": "number"
                      },
                      "os": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "bytesRx": 1,
                    "bytesTx": 6,
                    "flowCount": 8,
                    "packetsRx": 3,
                    "packetsTx": 3,
                    "totalBytes": 5,
                    "totalPackets": 3,
                    "name": 1,
                    "os": 2
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeOsSeries": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeOsSeries",
        "description": "The parameters and request body are for method: metricsGetEdgeOsSeries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "series": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "data": {
                              "type": "array",
                              "items": {
                                "type": "number"
                              }
                            },
                            "max": {
                              "type": "number"
                            },
                            "metric": {
                              "type": "string"
                            },
                            "min": {
                              "type": "number"
                            },
                            "startTime": {
                              "type": "string"
                            },
                            "tickInterval": {
                              "type": "number"
                            },
                            "total": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "name": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "series": [
                      {
                        "data": [
                          5,
                          7,
                          3,
                          8,
                          9,
                          9,
                          7
                        ],
                        "max": 10,
                        "metric": "totalPackets",
                        "min": 1,
                        "startTime": "string",
                        "tickInterval": 10,
                        "total": 8
                      },
                      {
                        "data": [
                          3,
                          2
                        ],
                        "max": 4,
                        "metric": "bytesTx",
                        "min": 4,
                        "startTime": "string",
                        "tickInterval": 7,
                        "total": 4
                      },
                      {
                        "data": [
                          5,
                          8,
                          5,
                          4,
                          9,
                          3
                        ],
                        "max": 9,
                        "metric": "totalBytes",
                        "min": 10,
                        "startTime": "string",
                        "tickInterval": 8,
                        "total": 5
                      },
                      {
                        "data": [
                          7
                        ],
                        "max": 7,
                        "metric": "packetsTx",
                        "min": 4,
                        "startTime": "string",
                        "tickInterval": 2,
                        "total": 1
                      },
                      {
                        "data": [
                          7,
                          10,
                          10,
                          7,
                          2
                        ],
                        "max": 5,
                        "metric": "bytesTx",
                        "min": 3,
                        "startTime": "string",
                        "tickInterval": 2,
                        "total": 1
                      },
                      {
                        "data": [
                          3
                        ],
                        "max": 6,
                        "metric": "bytesRx",
                        "min": 10,
                        "startTime": "string",
                        "tickInterval": 8,
                        "total": 9
                      },
                      {
                        "data": [
                          1,
                          3,
                          5,
                          1
                        ],
                        "max": 1,
                        "metric": "bytesTx",
                        "min": 8,
                        "startTime": "string",
                        "tickInterval": 10,
                        "total": 2
                      },
                      {
                        "data": [
                          8,
                          1,
                          5,
                          9,
                          5,
                          3,
                          7,
                          8,
                          1
                        ],
                        "max": 10,
                        "metric": "bytesTx",
                        "min": 3,
                        "startTime": "string",
                        "tickInterval": 8,
                        "total": 1
                      },
                      {
                        "data": [
                          4,
                          2,
                          7,
                          7,
                          1,
                          8,
                          2,
                          6,
                          1,
                          4
                        ],
                        "max": 8,
                        "metric": "bytesTx",
                        "min": 4,
                        "startTime": "string",
                        "tickInterval": 1,
                        "total": 4
                      }
                    ],
                    "name": 7
                  },
                  {
                    "series": [
                      {
                        "data": [
                          9,
                          9,
                          10,
                          6,
                          9,
                          2,
                          8,
                          4
                        ],
                        "max": 4,
                        "metric": "bytesTx",
                        "min": 9,
                        "startTime": "string",
                        "tickInterval": 5,
                        "total": 4
                      },
                      {
                        "data": [
                          4,
                          6
                        ],
                        "max": 3,
                        "metric": "totalPackets",
                        "min": 9,
                        "startTime": "string",
                        "tickInterval": 9,
                        "total": 8
                      },
                      {
                        "data": [
                          5,
                          9
                        ],
                        "max": 1,
                        "metric": "totalPackets",
                        "min": 5,
                        "startTime": "string",
                        "tickInterval": 3,
                        "total": 8
                      },
                      {
                        "data": [
                          9,
                          10
                        ],
                        "max": 3,
                        "metric": "totalPackets",
                        "min": 1,
                        "startTime": "string",
                        "tickInterval": 3,
                        "total": 7
                      },
                      {
                        "data": [
                          5,
                          7,
                          6,
                          5,
                          8,
                          1,
                          5,
                          9
                        ],
                        "max": 6,
                        "metric": "packetsTx",
                        "min": 7,
                        "startTime": "string",
                        "tickInterval": 10,
                        "total": 8
                      },
                      {
                        "data": [
                          8,
                          7,
                          7,
                          5
                        ],
                        "max": 3,
                        "metric": "packetsRx",
                        "min": 5,
                        "startTime": "string",
                        "tickInterval": 2,
                        "total": 3
                      }
                    ],
                    "name": 2
                  },
                  {
                    "series": [
                      {
                        "data": [
                          9,
                          3,
                          1,
                          2,
                          6,
                          2,
                          2,
                          9
                        ],
                        "max": 5,
                        "metric": "packetsTx",
                        "min": 6,
                        "startTime": "string",
                        "tickInterval": 1,
                        "total": 8
                      },
                      {
                        "data": [
                          3,
                          8,
                          3,
                          3
                        ],
                        "max": 3,
                        "metric": "totalBytes",
                        "min": 4,
                        "startTime": "string",
                        "tickInterval": 10,
                        "total": 5
                      }
                    ],
                    "name": 5
                  },
                  {
                    "series": [
                      {
                        "data": [
                          9,
                          2
                        ],
                        "max": 6,
                        "metric": "packetsRx",
                        "min": 7,
                        "startTime": "string",
                        "tickInterval": 1,
                        "total": 9
                      },
                      {
                        "data": [
                          4,
                          4,
                          8,
                          9,
                          3,
                          10,
                          2,
                          2,
                          9,
                          7
                        ],
                        "max": 2,
                        "metric": "bytesTx",
                        "min": 10,
                        "startTime": "string",
                        "tickInterval": 10,
                        "total": 1
                      },
                      {
                        "data": [
                          6,
                          7
                        ],
                        "max": 9,
                        "metric": "packetsTx",
                        "min": 9,
                        "startTime": "string",
                        "tickInterval": 5,
                        "total": 6
                      },
                      {
                        "data": [
                          7,
                          4,
                          5,
                          6
                        ],
                        "max": 6,
                        "metric": "totalPackets",
                        "min": 5,
                        "startTime": "string",
                        "tickInterval": 4,
                        "total": 10
                      },
                      {
                        "data": [
                          6,
                          4,
                          3
                        ],
                        "max": 8,
                        "metric": "totalPackets",
                        "min": 2,
                        "startTime": "string",
                        "tickInterval": 9,
                        "total": 4
                      },
                      {
                        "data": [
                          3,
                          5,
                          9,
                          6,
                          7,
                          1
                        ],
                        "max": 1,
                        "metric": "bytesTx",
                        "min": 5,
                        "startTime": "string",
                        "tickInterval": 6,
                        "total": 8
                      },
                      {
                        "data": [
                          10,
                          6,
                          4,
                          3
                        ],
                        "max": 8,
                        "metric": "bytesRx",
                        "min": 6,
                        "startTime": "string",
                        "tickInterval": 10,
                        "total": 3
                      },
                      {
                        "data": [
                          1,
                          10,
                          10,
                          10
                        ],
                        "max": 5,
                        "metric": "packetsTx",
                        "min": 7,
                        "startTime": "string",
                        "tickInterval": 7,
                        "total": 8
                      }
                    ],
                    "name": 7
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeSegmentMetrics": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeSegmentMetrics",
        "description": "The parameters and request body are for method: metricsGetEdgeSegmentMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "bytesRx": {
                        "type": "number"
                      },
                      "bytesTx": {
                        "type": "number"
                      },
                      "flowCount": {
                        "type": "number"
                      },
                      "packetsRx": {
                        "type": "number"
                      },
                      "packetsTx": {
                        "type": "number"
                      },
                      "totalBytes": {
                        "type": "number"
                      },
                      "totalPackets": {
                        "type": "number"
                      },
                      "segment": {
                        "type": "number"
                      },
                      "name": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "bytesRx": 9,
                    "bytesTx": 2,
                    "flowCount": 4,
                    "packetsRx": 10,
                    "packetsTx": 8,
                    "totalBytes": 4,
                    "totalPackets": 2,
                    "segment": 5,
                    "name": 3
                  },
                  {
                    "bytesRx": 8,
                    "bytesTx": 2,
                    "flowCount": 6,
                    "packetsRx": 10,
                    "packetsTx": 3,
                    "totalBytes": 7,
                    "totalPackets": 5,
                    "segment": 8,
                    "name": 5
                  },
                  {
                    "bytesRx": 5,
                    "bytesTx": 9,
                    "flowCount": 2,
                    "packetsRx": 9,
                    "packetsTx": 1,
                    "totalBytes": 5,
                    "totalPackets": 2,
                    "segment": 4,
                    "name": 2
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeSegmentSeries": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeSegmentSeries",
        "description": "The parameters and request body are for method: metricsGetEdgeSegmentSeries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "series": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "data": {
                              "type": "array",
                              "items": {
                                "type": "number"
                              }
                            },
                            "max": {
                              "type": "number"
                            },
                            "metric": {
                              "type": "string"
                            },
                            "min": {
                              "type": "number"
                            },
                            "startTime": {
                              "type": "string"
                            },
                            "tickInterval": {
                              "type": "number"
                            },
                            "total": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "name": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "series": [
                      {
                        "data": [
                          3,
                          6,
                          1,
                          5,
                          10,
                          10,
                          10
                        ],
                        "max": 3,
                        "metric": "totalPackets",
                        "min": 10,
                        "startTime": "string",
                        "tickInterval": 1,
                        "total": 8
                      },
                      {
                        "data": [
                          8,
                          6,
                          2,
                          2,
                          7,
                          7,
                          2
                        ],
                        "max": 10,
                        "metric": "totalPackets",
                        "min": 1,
                        "startTime": "string",
                        "tickInterval": 2,
                        "total": 7
                      },
                      {
                        "data": [
                          8,
                          5,
                          7
                        ],
                        "max": 10,
                        "metric": "bytesRx",
                        "min": 2,
                        "startTime": "string",
                        "tickInterval": 6,
                        "total": 1
                      },
                      {
                        "data": [
                          7,
                          8,
                          3,
                          3,
                          2,
                          1,
                          5,
                          8,
                          10
                        ],
                        "max": 2,
                        "metric": "bytesRx",
                        "min": 1,
                        "startTime": "string",
                        "tickInterval": 3,
                        "total": 3
                      },
                      {
                        "data": [
                          8,
                          4,
                          1,
                          10
                        ],
                        "max": 8,
                        "metric": "bytesTx",
                        "min": 6,
                        "startTime": "string",
                        "tickInterval": 1,
                        "total": 7
                      }
                    ],
                    "name": 5
                  },
                  {
                    "series": [
                      {
                        "data": [
                          9,
                          2,
                          4
                        ],
                        "max": 1,
                        "metric": "bytesRx",
                        "min": 6,
                        "startTime": "string",
                        "tickInterval": 2,
                        "total": 1
                      },
                      {
                        "data": [
                          4,
                          3,
                          9,
                          3
                        ],
                        "max": 5,
                        "metric": "packetsRx",
                        "min": 3,
                        "startTime": "string",
                        "tickInterval": 6,
                        "total": 10
                      },
                      {
                        "data": [
                          7,
                          6,
                          3,
                          4,
                          3,
                          8,
                          2,
                          8
                        ],
                        "max": 6,
                        "metric": "bytesRx",
                        "min": 1,
                        "startTime": "string",
                        "tickInterval": 3,
                        "total": 6
                      },
                      {
                        "data": [
                          3,
                          6,
                          7,
                          8,
                          9,
                          1,
                          8,
                          4,
                          4,
                          8
                        ],
                        "max": 10,
                        "metric": "packetsRx",
                        "min": 5,
                        "startTime": "string",
                        "tickInterval": 9,
                        "total": 3
                      },
                      {
                        "data": [
                          10,
                          4,
                          10,
                          10,
                          4,
                          8,
                          10
                        ],
                        "max": 6,
                        "metric": "packetsTx",
                        "min": 3,
                        "startTime": "string",
                        "tickInterval": 3,
                        "total": 7
                      },
                      {
                        "data": [
                          9,
                          10,
                          5
                        ],
                        "max": 10,
                        "metric": "packetsRx",
                        "min": 7,
                        "startTime": "string",
                        "tickInterval": 5,
                        "total": 4
                      },
                      {
                        "data": [
                          6,
                          9,
                          10,
                          7
                        ],
                        "max": 9,
                        "metric": "totalBytes",
                        "min": 5,
                        "startTime": "string",
                        "tickInterval": 4,
                        "total": 4
                      }
                    ],
                    "name": 3
                  },
                  {
                    "series": [
                      {
                        "data": [
                          2,
                          1,
                          7,
                          7,
                          6,
                          4,
                          4,
                          4
                        ],
                        "max": 9,
                        "metric": "bytesRx",
                        "min": 3,
                        "startTime": "string",
                        "tickInterval": 5,
                        "total": 3
                      },
                      {
                        "data": [
                          7,
                          6,
                          8,
                          9,
                          7,
                          3
                        ],
                        "max": 3,
                        "metric": "totalBytes",
                        "min": 6,
                        "startTime": "string",
                        "tickInterval": 8,
                        "total": 5
                      },
                      {
                        "data": [
                          2
                        ],
                        "max": 6,
                        "metric": "packetsRx",
                        "min": 1,
                        "startTime": "string",
                        "tickInterval": 3,
                        "total": 2
                      },
                      {
                        "data": [
                          6,
                          7,
                          8,
                          5,
                          1,
                          8,
                          6,
                          10,
                          3,
                          5
                        ],
                        "max": 4,
                        "metric": "totalPackets",
                        "min": 7,
                        "startTime": "string",
                        "tickInterval": 3,
                        "total": 10
                      },
                      {
                        "data": [
                          5
                        ],
                        "max": 4,
                        "metric": "totalBytes",
                        "min": 5,
                        "startTime": "string",
                        "tickInterval": 1,
                        "total": 3
                      },
                      {
                        "data": [
                          1,
                          5,
                          9,
                          6
                        ],
                        "max": 5,
                        "metric": "bytesTx",
                        "min": 1,
                        "startTime": "string",
                        "tickInterval": 1,
                        "total": 7
                      },
                      {
                        "data": [
                          6
                        ],
                        "max": 4,
                        "metric": "totalPackets",
                        "min": 4,
                        "startTime": "string",
                        "tickInterval": 8,
                        "total": 6
                      },
                      {
                        "data": [
                          7,
                          7,
                          10,
                          7,
                          2,
                          5,
                          10,
                          6,
                          9,
                          3
                        ],
                        "max": 5,
                        "metric": "bytesRx",
                        "min": 10,
                        "startTime": "string",
                        "tickInterval": 5,
                        "total": 7
                      }
                    ],
                    "name": 1
                  },
                  {
                    "series": [
                      {
                        "data": [
                          6
                        ],
                        "max": 4,
                        "metric": "bytesRx",
                        "min": 10,
                        "startTime": "string",
                        "tickInterval": 6,
                        "total": 3
                      },
                      {
                        "data": [
                          8
                        ],
                        "max": 5,
                        "metric": "bytesRx",
                        "min": 1,
                        "startTime": "string",
                        "tickInterval": 4,
                        "total": 5
                      },
                      {
                        "data": [
                          7,
                          4,
                          9,
                          2,
                          1,
                          6,
                          4
                        ],
                        "max": 8,
                        "metric": "packetsRx",
                        "min": 8,
                        "startTime": "string",
                        "tickInterval": 1,
                        "total": 10
                      },
                      {
                        "data": [
                          5,
                          6,
                          9,
                          3
                        ],
                        "max": 4,
                        "metric": "totalBytes",
                        "min": 9,
                        "startTime": "string",
                        "tickInterval": 9,
                        "total": 7
                      },
                      {
                        "data": [
                          2,
                          10,
                          1
                        ],
                        "max": 1,
                        "metric": "totalBytes",
                        "min": 1,
                        "startTime": "string",
                        "tickInterval": 2,
                        "total": 10
                      },
                      {
                        "data": [
                          8,
                          6,
                          6,
                          2,
                          8,
                          2,
                          2,
                          4,
                          6
                        ],
                        "max": 10,
                        "metric": "totalPackets",
                        "min": 10,
                        "startTime": "string",
                        "tickInterval": 6,
                        "total": 2
                      }
                    ],
                    "name": 7
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeStatusMetrics": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeStatusMetrics",
        "description": "The parameters and request body are for method: metricsGetEdgeStatusMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "total": {
                      "type": "number"
                    },
                    "tunnelCount": {
                      "type": "object",
                      "properties": {
                        "min": {
                          "type": "number"
                        },
                        "max": {
                          "type": "number"
                        },
                        "average": {
                          "type": "number"
                        }
                      }
                    },
                    "memoryPct": {
                      "type": "object",
                      "properties": {
                        "min": {
                          "type": "number"
                        },
                        "max": {
                          "type": "number"
                        },
                        "average": {
                          "type": "number"
                        }
                      }
                    },
                    "flowCount": {
                      "type": "object",
                      "properties": {
                        "min": {
                          "type": "number"
                        },
                        "max": {
                          "type": "number"
                        },
                        "average": {
                          "type": "number"
                        }
                      }
                    },
                    "cpuPct": {
                      "type": "object",
                      "properties": {
                        "min": {
                          "type": "number"
                        },
                        "max": {
                          "type": "number"
                        },
                        "average": {
                          "type": "number"
                        }
                      }
                    },
                    "handoffQueueDrops": {
                      "type": "object",
                      "properties": {
                        "min": {
                          "type": "number"
                        },
                        "max": {
                          "type": "number"
                        },
                        "average": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "total": 3,
                  "tunnelCount": {
                    "min": 10,
                    "max": 6,
                    "average": 10
                  },
                  "memoryPct": {
                    "min": 5,
                    "max": 10,
                    "average": 7
                  },
                  "flowCount": {
                    "min": 6,
                    "max": 4,
                    "average": 7
                  },
                  "cpuPct": {
                    "min": 5,
                    "max": 6,
                    "average": 7
                  },
                  "handoffQueueDrops": {
                    "min": 7,
                    "max": 5,
                    "average": 10
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getEdgeStatusSeries": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetEdgeStatusSeries",
        "description": "The parameters and request body are for method: metricsGetEdgeStatusSeries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "series": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "tunnelCount": {
                            "type": "number"
                          },
                          "memoryPct": {
                            "type": "number"
                          },
                          "flowCount": {
                            "type": "number"
                          },
                          "cpuPct": {
                            "type": "number"
                          },
                          "handoffQueueDrops": {
                            "type": "number"
                          },
                          "startTime": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "series": [
                    {
                      "tunnelCount": 5,
                      "memoryPct": 6,
                      "flowCount": 9,
                      "cpuPct": 3,
                      "handoffQueueDrops": 8,
                      "startTime": "string"
                    },
                    {
                      "tunnelCount": 8,
                      "memoryPct": 10,
                      "flowCount": 7,
                      "cpuPct": 9,
                      "handoffQueueDrops": 4,
                      "startTime": "string"
                    },
                    {
                      "tunnelCount": 4,
                      "memoryPct": 10,
                      "flowCount": 8,
                      "cpuPct": 9,
                      "handoffQueueDrops": 10,
                      "startTime": "string"
                    },
                    {
                      "tunnelCount": 4,
                      "memoryPct": 10,
                      "flowCount": 8,
                      "cpuPct": 3,
                      "handoffQueueDrops": 5,
                      "startTime": "string"
                    },
                    {
                      "tunnelCount": 8,
                      "memoryPct": 7,
                      "flowCount": 6,
                      "cpuPct": 6,
                      "handoffQueueDrops": 4,
                      "startTime": "string"
                    },
                    {
                      "tunnelCount": 4,
                      "memoryPct": 6,
                      "flowCount": 2,
                      "cpuPct": 1,
                      "handoffQueueDrops": 4,
                      "startTime": "string"
                    },
                    {
                      "tunnelCount": 8,
                      "memoryPct": 10,
                      "flowCount": 2,
                      "cpuPct": 6,
                      "handoffQueueDrops": 6,
                      "startTime": "string"
                    },
                    {
                      "tunnelCount": 7,
                      "memoryPct": 1,
                      "flowCount": 3,
                      "cpuPct": 10,
                      "handoffQueueDrops": 6,
                      "startTime": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getGatewayStatusMetrics": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetGatewayStatusMetrics",
        "description": "The parameters and request body are for method: metricsGetGatewayStatusMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "total": {
                      "type": "number"
                    },
                    "tunnelCount": {
                      "type": "object",
                      "properties": {
                        "min": {
                          "type": "number"
                        },
                        "max": {
                          "type": "number"
                        },
                        "average": {
                          "type": "number"
                        }
                      }
                    },
                    "memoryPct": {
                      "type": "object",
                      "properties": {
                        "min": {
                          "type": "number"
                        },
                        "max": {
                          "type": "number"
                        },
                        "average": {
                          "type": "number"
                        }
                      }
                    },
                    "flowCount": {
                      "type": "object",
                      "properties": {
                        "min": {
                          "type": "number"
                        },
                        "max": {
                          "type": "number"
                        },
                        "average": {
                          "type": "number"
                        }
                      }
                    },
                    "cpuPct": {
                      "type": "object",
                      "properties": {
                        "min": {
                          "type": "number"
                        },
                        "max": {
                          "type": "number"
                        },
                        "average": {
                          "type": "number"
                        }
                      }
                    },
                    "handoffQueueDrops": {
                      "type": "object",
                      "properties": {
                        "min": {
                          "type": "number"
                        },
                        "max": {
                          "type": "number"
                        },
                        "average": {
                          "type": "number"
                        }
                      }
                    },
                    "connectedEdges": {
                      "type": "object",
                      "properties": {
                        "min": {
                          "type": "number"
                        },
                        "max": {
                          "type": "number"
                        },
                        "average": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "total": 2,
                  "tunnelCount": {
                    "min": 7,
                    "max": 10,
                    "average": 9
                  },
                  "memoryPct": {
                    "min": 10,
                    "max": 4,
                    "average": 2
                  },
                  "flowCount": {
                    "min": 7,
                    "max": 7,
                    "average": 5
                  },
                  "cpuPct": {
                    "min": 7,
                    "max": 10,
                    "average": 9
                  },
                  "handoffQueueDrops": {
                    "min": 3,
                    "max": 9,
                    "average": 8
                  },
                  "connectedEdges": {
                    "min": 8,
                    "max": 8,
                    "average": 1
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/metrics/getGatewayStatusSeries": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "metricsGetGatewayStatusSeries",
        "description": "The parameters and request body are for method: metricsGetGatewayStatusSeries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "series": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "tunnelCount": {
                            "type": "number"
                          },
                          "memoryPct": {
                            "type": "number"
                          },
                          "flowCount": {
                            "type": "number"
                          },
                          "cpuPct": {
                            "type": "number"
                          },
                          "handoffQueueDrops": {
                            "type": "number"
                          },
                          "connectedEdges": {
                            "type": "number"
                          },
                          "startTime": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "series": [
                    {
                      "tunnelCount": 6,
                      "memoryPct": 10,
                      "flowCount": 4,
                      "cpuPct": 8,
                      "handoffQueueDrops": 10,
                      "connectedEdges": 10,
                      "startTime": "string"
                    },
                    {
                      "tunnelCount": 8,
                      "memoryPct": 1,
                      "flowCount": 8,
                      "cpuPct": 8,
                      "handoffQueueDrops": 10,
                      "connectedEdges": 4,
                      "startTime": "string"
                    },
                    {
                      "tunnelCount": 7,
                      "memoryPct": 10,
                      "flowCount": 8,
                      "cpuPct": 2,
                      "handoffQueueDrops": 8,
                      "connectedEdges": 10,
                      "startTime": "string"
                    },
                    {
                      "tunnelCount": 6,
                      "memoryPct": 7,
                      "flowCount": 7,
                      "cpuPct": 3,
                      "handoffQueueDrops": 8,
                      "connectedEdges": 6,
                      "startTime": "string"
                    },
                    {
                      "tunnelCount": 2,
                      "memoryPct": 1,
                      "flowCount": 7,
                      "cpuPct": 10,
                      "handoffQueueDrops": 10,
                      "connectedEdges": 1,
                      "startTime": "string"
                    },
                    {
                      "tunnelCount": 7,
                      "memoryPct": 4,
                      "flowCount": 3,
                      "cpuPct": 4,
                      "handoffQueueDrops": 7,
                      "connectedEdges": 4,
                      "startTime": "string"
                    },
                    {
                      "tunnelCount": 3,
                      "memoryPct": 6,
                      "flowCount": 3,
                      "cpuPct": 2,
                      "handoffQueueDrops": 2,
                      "connectedEdges": 8,
                      "startTime": "string"
                    },
                    {
                      "tunnelCount": 9,
                      "memoryPct": 7,
                      "flowCount": 6,
                      "cpuPct": 6,
                      "handoffQueueDrops": 8,
                      "connectedEdges": 7,
                      "startTime": "string"
                    },
                    {
                      "tunnelCount": 1,
                      "memoryPct": 8,
                      "flowCount": 2,
                      "cpuPct": 1,
                      "handoffQueueDrops": 5,
                      "connectedEdges": 1,
                      "startTime": "string"
                    },
                    {
                      "tunnelCount": 5,
                      "memoryPct": 4,
                      "flowCount": 6,
                      "cpuPct": 5,
                      "handoffQueueDrops": 4,
                      "connectedEdges": 5,
                      "startTime": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/monitoring/getAggregateEdgeLinkMetrics": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "monitoringGetAggregateEdgeLinkMetrics",
        "description": "The parameters and request body are for method: monitoringGetAggregateEdgeLinkMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "bestJitterMsRx": {
                        "type": "number"
                      },
                      "bestJitterMsTx": {
                        "type": "number"
                      },
                      "bestLatencyMsRx": {
                        "type": "number"
                      },
                      "bestLatencyMsTx": {
                        "type": "number"
                      },
                      "bestLossPctRx": {
                        "type": "number"
                      },
                      "bestLossPctTx": {
                        "type": "number"
                      },
                      "bpsOfBestPathRx": {
                        "type": "number"
                      },
                      "bpsOfBestPathTx": {
                        "type": "number"
                      },
                      "bytesRx": {
                        "type": "number"
                      },
                      "bytesTx": {
                        "type": "number"
                      },
                      "controlBytesRx": {
                        "type": "number"
                      },
                      "controlBytesTx": {
                        "type": "number"
                      },
                      "controlPacketsRx": {
                        "type": "number"
                      },
                      "controlPacketsTx": {
                        "type": "number"
                      },
                      "link": {
                        "type": "object",
                        "properties": {
                          "displayName": {
                            "type": "string"
                          },
                          "edgeHASerialNumber": {
                            "type": "string"
                          },
                          "edgeId": {
                            "type": "number"
                          },
                          "edgeLastContact": {
                            "type": "string"
                          },
                          "edgeLatitude": {
                            "type": "number"
                          },
                          "edgeLongitude": {
                            "type": "number"
                          },
                          "edgeModelNumber": {
                            "type": "string"
                          },
                          "edgeName": {
                            "type": "string"
                          },
                          "edgeSerialNumber": {
                            "type": "string"
                          },
                          "edgeServiceUpSince": {
                            "type": "string"
                          },
                          "edgeState": {
                            "type": "string"
                          },
                          "edgeSystemUpSince": {
                            "type": "string"
                          },
                          "enterpriseId": {
                            "type": "number"
                          },
                          "enterpriseName": {
                            "type": "string"
                          },
                          "enterpriseProxyId": {
                            "type": "number"
                          },
                          "enterpriseProxyName": {
                            "type": "string"
                          },
                          "interface": {
                            "type": "string"
                          },
                          "internalId": {
                            "type": "string"
                          },
                          "isp": {
                            "type": "string"
                          },
                          "linkId": {
                            "type": "number"
                          },
                          "linkIpAddress": {
                            "type": "string"
                          },
                          "linkLastActive": {
                            "type": "string"
                          },
                          "linkState": {
                            "type": "string"
                          },
                          "linkVpnState": {
                            "type": "string"
                          }
                        }
                      },
                      "linkId": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "p1BytesRx": {
                        "type": "number"
                      },
                      "p1BytesTx": {
                        "type": "number"
                      },
                      "p1PacketsRx": {
                        "type": "number"
                      },
                      "p1PacketsTx": {
                        "type": "number"
                      },
                      "p2BytesRx": {
                        "type": "number"
                      },
                      "p2BytesTx": {
                        "type": "number"
                      },
                      "p2PacketsRx": {
                        "type": "number"
                      },
                      "p2PacketsTx": {
                        "type": "number"
                      },
                      "p3BytesRx": {
                        "type": "number"
                      },
                      "p3BytesTx": {
                        "type": "number"
                      },
                      "p3PacketsRx": {
                        "type": "number"
                      },
                      "p3PacketsTx": {
                        "type": "number"
                      },
                      "scoreRx": {
                        "type": "number"
                      },
                      "scoreTx": {
                        "type": "number"
                      },
                      "signalStrength": {
                        "type": "number"
                      },
                      "state": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "bestJitterMsRx": 7,
                    "bestJitterMsTx": 3,
                    "bestLatencyMsRx": 10,
                    "bestLatencyMsTx": 1,
                    "bestLossPctRx": 4,
                    "bestLossPctTx": 5,
                    "bpsOfBestPathRx": 9,
                    "bpsOfBestPathTx": 6,
                    "bytesRx": 8,
                    "bytesTx": 7,
                    "controlBytesRx": 4,
                    "controlBytesTx": 2,
                    "controlPacketsRx": 7,
                    "controlPacketsTx": 9,
                    "link": {
                      "displayName": "string",
                      "edgeHASerialNumber": "string",
                      "edgeId": 4,
                      "edgeLastContact": "string",
                      "edgeLatitude": 3,
                      "edgeLongitude": 3,
                      "edgeModelNumber": "string",
                      "edgeName": "string",
                      "edgeSerialNumber": "string",
                      "edgeServiceUpSince": "string",
                      "edgeState": "OFFLINE",
                      "edgeSystemUpSince": "string",
                      "enterpriseId": 1,
                      "enterpriseName": "string",
                      "enterpriseProxyId": 1,
                      "enterpriseProxyName": "string",
                      "interface": "string",
                      "internalId": "string",
                      "isp": "string",
                      "linkId": 1,
                      "linkIpAddress": "string",
                      "linkLastActive": "string",
                      "linkState": "QUIET",
                      "linkVpnState": "UNKNOWN"
                    },
                    "linkId": 7,
                    "name": "string",
                    "p1BytesRx": 9,
                    "p1BytesTx": 6,
                    "p1PacketsRx": 10,
                    "p1PacketsTx": 10,
                    "p2BytesRx": 5,
                    "p2BytesTx": 8,
                    "p2PacketsRx": 5,
                    "p2PacketsTx": 2,
                    "p3BytesRx": 4,
                    "p3BytesTx": 4,
                    "p3PacketsRx": 7,
                    "p3PacketsTx": 8,
                    "scoreRx": 3,
                    "scoreTx": 8,
                    "signalStrength": 2,
                    "state": 6
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/monitoring/getAggregateEnterpriseEvents": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "monitoringGetAggregateEnterpriseEvents",
        "description": "The parameters and request body are for method: monitoringGetAggregateEnterpriseEvents. 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": {
                          "id": {
                            "type": "number"
                          },
                          "eventTime": {
                            "type": "string"
                          },
                          "event": {
                            "type": "string"
                          },
                          "category": {
                            "type": "string"
                          },
                          "severity": {
                            "type": "string"
                          },
                          "message": {
                            "type": "string"
                          },
                          "enterpriseId": {
                            "type": "number"
                          },
                          "enterpriseName": {
                            "type": "string"
                          },
                          "enterpriseUsername": {
                            "type": "string"
                          },
                          "edgeName": {
                            "type": "string"
                          },
                          "detail": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "metaData": {
                      "type": "object",
                      "properties": {
                        "limit": {
                          "type": "number"
                        },
                        "more": {
                          "type": "boolean"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "id": 9,
                      "eventTime": "string",
                      "event": "string",
                      "category": "NETWORK",
                      "severity": "ERROR",
                      "message": "string",
                      "enterpriseId": 4,
                      "enterpriseName": "string",
                      "enterpriseUsername": "string",
                      "edgeName": "string",
                      "detail": "string"
                    },
                    {
                      "id": 3,
                      "eventTime": "string",
                      "event": "string",
                      "category": "SYSTEM",
                      "severity": "NOTICE",
                      "message": "string",
                      "enterpriseId": 7,
                      "enterpriseName": "string",
                      "enterpriseUsername": "string",
                      "edgeName": "string",
                      "detail": "string"
                    },
                    {
                      "id": 3,
                      "eventTime": "string",
                      "event": "string",
                      "category": "EDGE",
                      "severity": "WARNING",
                      "message": "string",
                      "enterpriseId": 10,
                      "enterpriseName": "string",
                      "enterpriseUsername": "string",
                      "edgeName": "string",
                      "detail": "string"
                    },
                    {
                      "id": 9,
                      "eventTime": "string",
                      "event": "string",
                      "category": "NETWORK",
                      "severity": "INFO",
                      "message": "string",
                      "enterpriseId": 10,
                      "enterpriseName": "string",
                      "enterpriseUsername": "string",
                      "edgeName": "string",
                      "detail": "string"
                    },
                    {
                      "id": 5,
                      "eventTime": "string",
                      "event": "string",
                      "category": "SECURITY",
                      "severity": "DEBUG",
                      "message": "string",
                      "enterpriseId": 4,
                      "enterpriseName": "string",
                      "enterpriseUsername": "string",
                      "edgeName": "string",
                      "detail": "string"
                    },
                    {
                      "id": 8,
                      "eventTime": "string",
                      "event": "string",
                      "category": "SYSTEM",
                      "severity": "INFO",
                      "message": "string",
                      "enterpriseId": 8,
                      "enterpriseName": "string",
                      "enterpriseUsername": "string",
                      "edgeName": "string",
                      "detail": "string"
                    },
                    {
                      "id": 6,
                      "eventTime": "string",
                      "event": "string",
                      "category": "SYSTEM",
                      "severity": "EMERGENCY",
                      "message": "string",
                      "enterpriseId": 2,
                      "enterpriseName": "string",
                      "enterpriseUsername": "string",
                      "edgeName": "string",
                      "detail": "string"
                    },
                    {
                      "id": 2,
                      "eventTime": "string",
                      "event": "string",
                      "category": "USER",
                      "severity": "ALERT",
                      "message": "string",
                      "enterpriseId": 9,
                      "enterpriseName": "string",
                      "enterpriseUsername": "string",
                      "edgeName": "string",
                      "detail": "string"
                    },
                    {
                      "id": 6,
                      "eventTime": "string",
                      "event": "string",
                      "category": "NETWORK",
                      "severity": "INFO",
                      "message": "string",
                      "enterpriseId": 4,
                      "enterpriseName": "string",
                      "enterpriseUsername": "string",
                      "edgeName": "string",
                      "detail": "string"
                    }
                  ],
                  "metaData": {
                    "limit": 9,
                    "more": false
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/monitoring/getAggregates": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "monitoringGetAggregates",
        "description": "The parameters and request body are for method: monitoringGetAggregates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "edgeCount": {
                      "type": "number"
                    },
                    "edges": {
                      "type": "object"
                    },
                    "enterprises": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "created": {
                            "type": "string"
                          },
                          "networkId": {
                            "type": "number"
                          },
                          "gatewayPoolId": {
                            "type": "number"
                          },
                          "alertsEnabled": {
                            "type": "number"
                          },
                          "operatorAlertsEnabled": {
                            "type": "number"
                          },
                          "endpointPkiMode": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "prefix": {
                            "type": "string"
                          },
                          "logicalId": {
                            "type": "string"
                          },
                          "accountNumber": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "contactName": {
                            "type": "string"
                          },
                          "contactPhone": {
                            "type": "string"
                          },
                          "contactMobile": {
                            "type": "string"
                          },
                          "contactEmail": {
                            "type": "string"
                          },
                          "streetAddress": {
                            "type": "string"
                          },
                          "streetAddress2": {
                            "type": "string"
                          },
                          "city": {
                            "type": "string"
                          },
                          "state": {
                            "type": "string"
                          },
                          "postalCode": {
                            "type": "string"
                          },
                          "country": {
                            "type": "string"
                          },
                          "lat": {
                            "type": "number"
                          },
                          "lon": {
                            "type": "number"
                          },
                          "timezone": {
                            "type": "string"
                          },
                          "locale": {
                            "type": "string"
                          },
                          "modified": {
                            "type": "string"
                          },
                          "enterpriseProxyId": {
                            "type": "number"
                          },
                          "enterpriseProxyName": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "edgeCount": 6,
                  "edges": {},
                  "enterprises": [
                    {
                      "id": 6,
                      "created": "string",
                      "networkId": 10,
                      "gatewayPoolId": 3,
                      "alertsEnabled": 1,
                      "operatorAlertsEnabled": 0,
                      "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                      "name": "string",
                      "domain": "string",
                      "prefix": "string",
                      "logicalId": "string",
                      "accountNumber": "string",
                      "description": "string",
                      "contactName": "string",
                      "contactPhone": "string",
                      "contactMobile": "string",
                      "contactEmail": "string",
                      "streetAddress": "string",
                      "streetAddress2": "string",
                      "city": "string",
                      "state": "string",
                      "postalCode": "string",
                      "country": "string",
                      "lat": 4,
                      "lon": 6,
                      "timezone": "string",
                      "locale": "string",
                      "modified": "string",
                      "enterpriseProxyId": 10,
                      "enterpriseProxyName": "string"
                    },
                    {
                      "id": 8,
                      "created": "string",
                      "networkId": 8,
                      "gatewayPoolId": 6,
                      "alertsEnabled": 0,
                      "operatorAlertsEnabled": 1,
                      "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                      "name": "string",
                      "domain": "string",
                      "prefix": "string",
                      "logicalId": "string",
                      "accountNumber": "string",
                      "description": "string",
                      "contactName": "string",
                      "contactPhone": "string",
                      "contactMobile": "string",
                      "contactEmail": "string",
                      "streetAddress": "string",
                      "streetAddress2": "string",
                      "city": "string",
                      "state": "string",
                      "postalCode": "string",
                      "country": "string",
                      "lat": 9,
                      "lon": 7,
                      "timezone": "string",
                      "locale": "string",
                      "modified": "string",
                      "enterpriseProxyId": 2,
                      "enterpriseProxyName": "string"
                    },
                    {
                      "id": 2,
                      "created": "string",
                      "networkId": 8,
                      "gatewayPoolId": 2,
                      "alertsEnabled": 0,
                      "operatorAlertsEnabled": 1,
                      "endpointPkiMode": "CERTIFICATE_DISABLED",
                      "name": "string",
                      "domain": "string",
                      "prefix": "string",
                      "logicalId": "string",
                      "accountNumber": "string",
                      "description": "string",
                      "contactName": "string",
                      "contactPhone": "string",
                      "contactMobile": "string",
                      "contactEmail": "string",
                      "streetAddress": "string",
                      "streetAddress2": "string",
                      "city": "string",
                      "state": "string",
                      "postalCode": "string",
                      "country": "string",
                      "lat": 3,
                      "lon": 10,
                      "timezone": "string",
                      "locale": "string",
                      "modified": "string",
                      "enterpriseProxyId": 9,
                      "enterpriseProxyName": "string"
                    },
                    {
                      "id": 6,
                      "created": "string",
                      "networkId": 8,
                      "gatewayPoolId": 10,
                      "alertsEnabled": 0,
                      "operatorAlertsEnabled": 0,
                      "endpointPkiMode": "CERTIFICATE_REQUIRED",
                      "name": "string",
                      "domain": "string",
                      "prefix": "string",
                      "logicalId": "string",
                      "accountNumber": "string",
                      "description": "string",
                      "contactName": "string",
                      "contactPhone": "string",
                      "contactMobile": "string",
                      "contactEmail": "string",
                      "streetAddress": "string",
                      "streetAddress2": "string",
                      "city": "string",
                      "state": "string",
                      "postalCode": "string",
                      "country": "string",
                      "lat": 6,
                      "lon": 7,
                      "timezone": "string",
                      "locale": "string",
                      "modified": "string",
                      "enterpriseProxyId": 10,
                      "enterpriseProxyName": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/monitoring/getEnterpriseBgpPeerStatus": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "monitoringGetEnterpriseBgpPeerStatus",
        "description": "The parameters and request body are for method: monitoringGetEnterpriseBgpPeerStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "gatewayName": {
                        "type": "string"
                      },
                      "gatewayLogicalId": {
                        "type": "string"
                      },
                      "neighbors": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "neighborIp": {
                              "type": "string"
                            },
                            "neighborAS": {
                              "type": "number"
                            },
                            "records": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "timestamp": {
                                    "type": "string"
                                  },
                                  "state": {
                                    "type": "string"
                                  },
                                  "msgRcvd": {
                                    "type": "number"
                                  },
                                  "pfxRcvd": {
                                    "type": "number"
                                  },
                                  "msgSent": {
                                    "type": "number"
                                  },
                                  "upDownTime": {
                                    "type": "number"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "gatewayName": "string",
                    "gatewayLogicalId": "string",
                    "neighbors": [
                      {
                        "neighborIp": "string",
                        "neighborAS": 7,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "IDLE",
                            "msgRcvd": 9,
                            "pfxRcvd": 9,
                            "msgSent": 2,
                            "upDownTime": 9
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEPRFXCT",
                            "msgRcvd": 1,
                            "pfxRcvd": 9,
                            "msgSent": 8,
                            "upDownTime": 6
                          },
                          {
                            "timestamp": "string",
                            "state": "OPENCONFIRM",
                            "msgRcvd": 5,
                            "pfxRcvd": 5,
                            "msgSent": 8,
                            "upDownTime": 2
                          },
                          {
                            "timestamp": "string",
                            "state": "CLEARING",
                            "msgRcvd": 4,
                            "pfxRcvd": 1,
                            "msgSent": 10,
                            "upDownTime": 10
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 3,
                            "pfxRcvd": 4,
                            "msgSent": 4,
                            "upDownTime": 6
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLE",
                            "msgRcvd": 1,
                            "pfxRcvd": 2,
                            "msgSent": 5,
                            "upDownTime": 8
                          },
                          {
                            "timestamp": "string",
                            "state": "OPENSENT",
                            "msgRcvd": 9,
                            "pfxRcvd": 2,
                            "msgSent": 5,
                            "upDownTime": 5
                          },
                          {
                            "timestamp": "string",
                            "state": "ESTABLISHED",
                            "msgRcvd": 2,
                            "pfxRcvd": 4,
                            "msgSent": 2,
                            "upDownTime": 4
                          }
                        ]
                      },
                      {
                        "neighborIp": "string",
                        "neighborAS": 5,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "CLEARING",
                            "msgRcvd": 2,
                            "pfxRcvd": 8,
                            "msgSent": 2,
                            "upDownTime": 7
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 3,
                            "pfxRcvd": 10,
                            "msgSent": 6,
                            "upDownTime": 7
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEPRFXCT",
                            "msgRcvd": 9,
                            "pfxRcvd": 9,
                            "msgSent": 2,
                            "upDownTime": 7
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLE",
                            "msgRcvd": 5,
                            "pfxRcvd": 2,
                            "msgSent": 10,
                            "upDownTime": 8
                          }
                        ]
                      },
                      {
                        "neighborIp": "string",
                        "neighborAS": 5,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "IDLE",
                            "msgRcvd": 8,
                            "pfxRcvd": 2,
                            "msgSent": 6,
                            "upDownTime": 2
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEPRFXCT",
                            "msgRcvd": 8,
                            "pfxRcvd": 1,
                            "msgSent": 6,
                            "upDownTime": 1
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 3,
                            "pfxRcvd": 8,
                            "msgSent": 7,
                            "upDownTime": 4
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 1,
                            "pfxRcvd": 5,
                            "msgSent": 9,
                            "upDownTime": 7
                          },
                          {
                            "timestamp": "string",
                            "state": "ACTIVE",
                            "msgRcvd": 3,
                            "pfxRcvd": 5,
                            "msgSent": 1,
                            "upDownTime": 3
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 6,
                            "pfxRcvd": 2,
                            "msgSent": 8,
                            "upDownTime": 5
                          }
                        ]
                      },
                      {
                        "neighborIp": "string",
                        "neighborAS": 2,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "OPENCONFIRM",
                            "msgRcvd": 9,
                            "pfxRcvd": 6,
                            "msgSent": 1,
                            "upDownTime": 9
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEPRFXCT",
                            "msgRcvd": 6,
                            "pfxRcvd": 6,
                            "msgSent": 8,
                            "upDownTime": 10
                          },
                          {
                            "timestamp": "string",
                            "state": "CONNECT",
                            "msgRcvd": 2,
                            "pfxRcvd": 7,
                            "msgSent": 2,
                            "upDownTime": 6
                          },
                          {
                            "timestamp": "string",
                            "state": "CONNECT",
                            "msgRcvd": 9,
                            "pfxRcvd": 8,
                            "msgSent": 8,
                            "upDownTime": 7
                          },
                          {
                            "timestamp": "string",
                            "state": "ACTIVE",
                            "msgRcvd": 3,
                            "pfxRcvd": 1,
                            "msgSent": 3,
                            "upDownTime": 4
                          }
                        ]
                      },
                      {
                        "neighborIp": "string",
                        "neighborAS": 10,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "ESTABLISHED",
                            "msgRcvd": 3,
                            "pfxRcvd": 7,
                            "msgSent": 4,
                            "upDownTime": 8
                          }
                        ]
                      },
                      {
                        "neighborIp": "string",
                        "neighborAS": 10,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "OPENCONFIRM",
                            "msgRcvd": 8,
                            "pfxRcvd": 1,
                            "msgSent": 8,
                            "upDownTime": 2
                          },
                          {
                            "timestamp": "string",
                            "state": "OPENSENT",
                            "msgRcvd": 4,
                            "pfxRcvd": 5,
                            "msgSent": 8,
                            "upDownTime": 10
                          },
                          {
                            "timestamp": "string",
                            "state": "CLEARING",
                            "msgRcvd": 3,
                            "pfxRcvd": 10,
                            "msgSent": 2,
                            "upDownTime": 4
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 1,
                            "pfxRcvd": 6,
                            "msgSent": 6,
                            "upDownTime": 5
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 10,
                            "pfxRcvd": 7,
                            "msgSent": 8,
                            "upDownTime": 6
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLE",
                            "msgRcvd": 8,
                            "pfxRcvd": 7,
                            "msgSent": 7,
                            "upDownTime": 2
                          },
                          {
                            "timestamp": "string",
                            "state": "ESTABLISHED",
                            "msgRcvd": 9,
                            "pfxRcvd": 2,
                            "msgSent": 1,
                            "upDownTime": 3
                          },
                          {
                            "timestamp": "string",
                            "state": "ESTABLISHED",
                            "msgRcvd": 10,
                            "pfxRcvd": 8,
                            "msgSent": 7,
                            "upDownTime": 5
                          },
                          {
                            "timestamp": "string",
                            "state": "OPENSENT",
                            "msgRcvd": 5,
                            "pfxRcvd": 1,
                            "msgSent": 10,
                            "upDownTime": 2
                          }
                        ]
                      },
                      {
                        "neighborIp": "string",
                        "neighborAS": 6,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "CONNECT",
                            "msgRcvd": 5,
                            "pfxRcvd": 6,
                            "msgSent": 3,
                            "upDownTime": 3
                          }
                        ]
                      },
                      {
                        "neighborIp": "string",
                        "neighborAS": 3,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "IDLE",
                            "msgRcvd": 6,
                            "pfxRcvd": 7,
                            "msgSent": 6,
                            "upDownTime": 7
                          },
                          {
                            "timestamp": "string",
                            "state": "OPENCONFIRM",
                            "msgRcvd": 6,
                            "pfxRcvd": 4,
                            "msgSent": 2,
                            "upDownTime": 5
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 4,
                            "pfxRcvd": 7,
                            "msgSent": 1,
                            "upDownTime": 6
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLE",
                            "msgRcvd": 2,
                            "pfxRcvd": 5,
                            "msgSent": 7,
                            "upDownTime": 2
                          },
                          {
                            "timestamp": "string",
                            "state": "OPENSENT",
                            "msgRcvd": 4,
                            "pfxRcvd": 4,
                            "msgSent": 4,
                            "upDownTime": 6
                          },
                          {
                            "timestamp": "string",
                            "state": "ESTABLISHED",
                            "msgRcvd": 6,
                            "pfxRcvd": 2,
                            "msgSent": 4,
                            "upDownTime": 1
                          },
                          {
                            "timestamp": "string",
                            "state": "CLEARING",
                            "msgRcvd": 8,
                            "pfxRcvd": 8,
                            "msgSent": 4,
                            "upDownTime": 3
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/monitoring/getEnterpriseEdgeBgpPeerStatus": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "monitoringGetEnterpriseEdgeBgpPeerStatus",
        "description": "The parameters and request body are for method: monitoringGetEnterpriseEdgeBgpPeerStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "edgeName": {
                        "type": "string"
                      },
                      "edgeId": {
                        "type": "number"
                      },
                      "edgeLogicalId": {
                        "type": "string"
                      },
                      "neighbors": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "neighborIp": {
                              "type": "string"
                            },
                            "neighborAS": {
                              "type": "number"
                            },
                            "records": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "timestamp": {
                                    "type": "string"
                                  },
                                  "state": {
                                    "type": "string"
                                  },
                                  "msgRcvd": {
                                    "type": "number"
                                  },
                                  "pfxRcvd": {
                                    "type": "number"
                                  },
                                  "msgSent": {
                                    "type": "number"
                                  },
                                  "upDownTime": {
                                    "type": "number"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "edgeName": "string",
                    "edgeId": 3,
                    "edgeLogicalId": "string",
                    "neighbors": [
                      {
                        "neighborIp": "string",
                        "neighborAS": 4,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "CONNECT",
                            "msgRcvd": 3,
                            "pfxRcvd": 6,
                            "msgSent": 8,
                            "upDownTime": 4
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLE",
                            "msgRcvd": 3,
                            "pfxRcvd": 3,
                            "msgSent": 3,
                            "upDownTime": 7
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 7,
                            "pfxRcvd": 6,
                            "msgSent": 6,
                            "upDownTime": 10
                          },
                          {
                            "timestamp": "string",
                            "state": "CLEARING",
                            "msgRcvd": 2,
                            "pfxRcvd": 9,
                            "msgSent": 9,
                            "upDownTime": 1
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 2,
                            "pfxRcvd": 6,
                            "msgSent": 1,
                            "upDownTime": 10
                          },
                          {
                            "timestamp": "string",
                            "state": "ESTABLISHED",
                            "msgRcvd": 5,
                            "pfxRcvd": 9,
                            "msgSent": 6,
                            "upDownTime": 6
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 3,
                            "pfxRcvd": 6,
                            "msgSent": 2,
                            "upDownTime": 7
                          },
                          {
                            "timestamp": "string",
                            "state": "OPENCONFIRM",
                            "msgRcvd": 7,
                            "pfxRcvd": 8,
                            "msgSent": 2,
                            "upDownTime": 6
                          }
                        ]
                      },
                      {
                        "neighborIp": "string",
                        "neighborAS": 8,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "OPENCONFIRM",
                            "msgRcvd": 1,
                            "pfxRcvd": 2,
                            "msgSent": 3,
                            "upDownTime": 8
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEPRFXCT",
                            "msgRcvd": 8,
                            "pfxRcvd": 8,
                            "msgSent": 8,
                            "upDownTime": 9
                          },
                          {
                            "timestamp": "string",
                            "state": "OPENCONFIRM",
                            "msgRcvd": 3,
                            "pfxRcvd": 5,
                            "msgSent": 4,
                            "upDownTime": 9
                          },
                          {
                            "timestamp": "string",
                            "state": "ACTIVE",
                            "msgRcvd": 9,
                            "pfxRcvd": 6,
                            "msgSent": 9,
                            "upDownTime": 8
                          },
                          {
                            "timestamp": "string",
                            "state": "OPENSENT",
                            "msgRcvd": 7,
                            "pfxRcvd": 4,
                            "msgSent": 3,
                            "upDownTime": 1
                          },
                          {
                            "timestamp": "string",
                            "state": "OPENSENT",
                            "msgRcvd": 2,
                            "pfxRcvd": 6,
                            "msgSent": 4,
                            "upDownTime": 9
                          },
                          {
                            "timestamp": "string",
                            "state": "CONNECT",
                            "msgRcvd": 10,
                            "pfxRcvd": 5,
                            "msgSent": 5,
                            "upDownTime": 2
                          },
                          {
                            "timestamp": "string",
                            "state": "CONNECT",
                            "msgRcvd": 6,
                            "pfxRcvd": 10,
                            "msgSent": 6,
                            "upDownTime": 8
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLE",
                            "msgRcvd": 4,
                            "pfxRcvd": 9,
                            "msgSent": 6,
                            "upDownTime": 7
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "edgeName": "string",
                    "edgeId": 10,
                    "edgeLogicalId": "string",
                    "neighbors": [
                      {
                        "neighborIp": "string",
                        "neighborAS": 9,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "IDLE",
                            "msgRcvd": 1,
                            "pfxRcvd": 8,
                            "msgSent": 10,
                            "upDownTime": 10
                          }
                        ]
                      },
                      {
                        "neighborIp": "string",
                        "neighborAS": 10,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 1,
                            "pfxRcvd": 9,
                            "msgSent": 9,
                            "upDownTime": 5
                          },
                          {
                            "timestamp": "string",
                            "state": "OPENCONFIRM",
                            "msgRcvd": 8,
                            "pfxRcvd": 9,
                            "msgSent": 5,
                            "upDownTime": 7
                          },
                          {
                            "timestamp": "string",
                            "state": "ACTIVE",
                            "msgRcvd": 7,
                            "pfxRcvd": 10,
                            "msgSent": 9,
                            "upDownTime": 9
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 3,
                            "pfxRcvd": 4,
                            "msgSent": 8,
                            "upDownTime": 7
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEPRFXCT",
                            "msgRcvd": 10,
                            "pfxRcvd": 4,
                            "msgSent": 4,
                            "upDownTime": 5
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEPRFXCT",
                            "msgRcvd": 10,
                            "pfxRcvd": 6,
                            "msgSent": 9,
                            "upDownTime": 3
                          }
                        ]
                      },
                      {
                        "neighborIp": "string",
                        "neighborAS": 10,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 7,
                            "pfxRcvd": 5,
                            "msgSent": 2,
                            "upDownTime": 4
                          },
                          {
                            "timestamp": "string",
                            "state": "ESTABLISHED",
                            "msgRcvd": 1,
                            "pfxRcvd": 5,
                            "msgSent": 10,
                            "upDownTime": 3
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 5,
                            "pfxRcvd": 8,
                            "msgSent": 7,
                            "upDownTime": 10
                          }
                        ]
                      },
                      {
                        "neighborIp": "string",
                        "neighborAS": 7,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 2,
                            "pfxRcvd": 4,
                            "msgSent": 6,
                            "upDownTime": 4
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLE",
                            "msgRcvd": 3,
                            "pfxRcvd": 5,
                            "msgSent": 2,
                            "upDownTime": 9
                          },
                          {
                            "timestamp": "string",
                            "state": "ACTIVE",
                            "msgRcvd": 7,
                            "pfxRcvd": 4,
                            "msgSent": 10,
                            "upDownTime": 6
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "edgeName": "string",
                    "edgeId": 2,
                    "edgeLogicalId": "string",
                    "neighbors": [
                      {
                        "neighborIp": "string",
                        "neighborAS": 10,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "ACTIVE",
                            "msgRcvd": 1,
                            "pfxRcvd": 7,
                            "msgSent": 8,
                            "upDownTime": 4
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEPRFXCT",
                            "msgRcvd": 10,
                            "pfxRcvd": 5,
                            "msgSent": 6,
                            "upDownTime": 4
                          }
                        ]
                      },
                      {
                        "neighborIp": "string",
                        "neighborAS": 3,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "ESTABLISHED",
                            "msgRcvd": 3,
                            "pfxRcvd": 9,
                            "msgSent": 6,
                            "upDownTime": 6
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 10,
                            "pfxRcvd": 6,
                            "msgSent": 10,
                            "upDownTime": 4
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 3,
                            "pfxRcvd": 6,
                            "msgSent": 10,
                            "upDownTime": 7
                          }
                        ]
                      },
                      {
                        "neighborIp": "string",
                        "neighborAS": 7,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "CONNECT",
                            "msgRcvd": 4,
                            "pfxRcvd": 8,
                            "msgSent": 4,
                            "upDownTime": 4
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEPRFXCT",
                            "msgRcvd": 10,
                            "pfxRcvd": 2,
                            "msgSent": 5,
                            "upDownTime": 6
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLE",
                            "msgRcvd": 7,
                            "pfxRcvd": 9,
                            "msgSent": 2,
                            "upDownTime": 10
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLE",
                            "msgRcvd": 2,
                            "pfxRcvd": 9,
                            "msgSent": 3,
                            "upDownTime": 2
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 10,
                            "pfxRcvd": 7,
                            "msgSent": 1,
                            "upDownTime": 4
                          },
                          {
                            "timestamp": "string",
                            "state": "OPENCONFIRM",
                            "msgRcvd": 7,
                            "pfxRcvd": 6,
                            "msgSent": 4,
                            "upDownTime": 3
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEPRFXCT",
                            "msgRcvd": 7,
                            "pfxRcvd": 6,
                            "msgSent": 9,
                            "upDownTime": 8
                          }
                        ]
                      },
                      {
                        "neighborIp": "string",
                        "neighborAS": 6,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "OPENCONFIRM",
                            "msgRcvd": 3,
                            "pfxRcvd": 4,
                            "msgSent": 3,
                            "upDownTime": 7
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEPRFXCT",
                            "msgRcvd": 3,
                            "pfxRcvd": 10,
                            "msgSent": 4,
                            "upDownTime": 10
                          },
                          {
                            "timestamp": "string",
                            "state": "OPENCONFIRM",
                            "msgRcvd": 6,
                            "pfxRcvd": 8,
                            "msgSent": 7,
                            "upDownTime": 10
                          },
                          {
                            "timestamp": "string",
                            "state": "CLEARING",
                            "msgRcvd": 4,
                            "pfxRcvd": 1,
                            "msgSent": 4,
                            "upDownTime": 10
                          },
                          {
                            "timestamp": "string",
                            "state": "CLEARING",
                            "msgRcvd": 10,
                            "pfxRcvd": 8,
                            "msgSent": 9,
                            "upDownTime": 5
                          },
                          {
                            "timestamp": "string",
                            "state": "OPENSENT",
                            "msgRcvd": 7,
                            "pfxRcvd": 10,
                            "msgSent": 8,
                            "upDownTime": 9
                          },
                          {
                            "timestamp": "string",
                            "state": "ACTIVE",
                            "msgRcvd": 6,
                            "pfxRcvd": 6,
                            "msgSent": 9,
                            "upDownTime": 2
                          },
                          {
                            "timestamp": "string",
                            "state": "CLEARING",
                            "msgRcvd": 2,
                            "pfxRcvd": 8,
                            "msgSent": 10,
                            "upDownTime": 2
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEPRFXCT",
                            "msgRcvd": 8,
                            "pfxRcvd": 3,
                            "msgSent": 2,
                            "upDownTime": 10
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLE",
                            "msgRcvd": 8,
                            "pfxRcvd": 10,
                            "msgSent": 7,
                            "upDownTime": 3
                          }
                        ]
                      },
                      {
                        "neighborIp": "string",
                        "neighborAS": 9,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "OPENCONFIRM",
                            "msgRcvd": 2,
                            "pfxRcvd": 7,
                            "msgSent": 9,
                            "upDownTime": 10
                          },
                          {
                            "timestamp": "string",
                            "state": "CONNECT",
                            "msgRcvd": 8,
                            "pfxRcvd": 10,
                            "msgSent": 1,
                            "upDownTime": 6
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEPRFXCT",
                            "msgRcvd": 7,
                            "pfxRcvd": 7,
                            "msgSent": 7,
                            "upDownTime": 10
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEADMIN",
                            "msgRcvd": 8,
                            "pfxRcvd": 8,
                            "msgSent": 10,
                            "upDownTime": 7
                          },
                          {
                            "timestamp": "string",
                            "state": "ACTIVE",
                            "msgRcvd": 5,
                            "pfxRcvd": 3,
                            "msgSent": 3,
                            "upDownTime": 10
                          },
                          {
                            "timestamp": "string",
                            "state": "CONNECT",
                            "msgRcvd": 7,
                            "pfxRcvd": 9,
                            "msgSent": 4,
                            "upDownTime": 2
                          },
                          {
                            "timestamp": "string",
                            "state": "OPENCONFIRM",
                            "msgRcvd": 1,
                            "pfxRcvd": 10,
                            "msgSent": 10,
                            "upDownTime": 10
                          },
                          {
                            "timestamp": "string",
                            "state": "ESTABLISHED",
                            "msgRcvd": 3,
                            "pfxRcvd": 3,
                            "msgSent": 8,
                            "upDownTime": 2
                          }
                        ]
                      },
                      {
                        "neighborIp": "string",
                        "neighborAS": 10,
                        "records": [
                          {
                            "timestamp": "string",
                            "state": "OPENSENT",
                            "msgRcvd": 9,
                            "pfxRcvd": 1,
                            "msgSent": 9,
                            "upDownTime": 1
                          },
                          {
                            "timestamp": "string",
                            "state": "OPENSENT",
                            "msgRcvd": 4,
                            "pfxRcvd": 2,
                            "msgSent": 9,
                            "upDownTime": 5
                          },
                          {
                            "timestamp": "string",
                            "state": "IDLEPRFXCT",
                            "msgRcvd": 5,
                            "pfxRcvd": 5,
                            "msgSent": 8,
                            "upDownTime": 4
                          },
                          {
                            "timestamp": "string",
                            "state": "CLEARING",
                            "msgRcvd": 2,
                            "pfxRcvd": 5,
                            "msgSent": 8,
                            "upDownTime": 4
                          },
                          {
                            "timestamp": "string",
                            "state": "CLEARING",
                            "msgRcvd": 1,
                            "pfxRcvd": 10,
                            "msgSent": 4,
                            "upDownTime": 8
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/monitoring/getEnterpriseEdgeClusterStatus": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "monitoringGetEnterpriseEdgeClusterStatus",
        "description": "The parameters and request body are for method: monitoringGetEnterpriseEdgeClusterStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "edgeId": {
                        "type": "number"
                      },
                      "edgeName": {
                        "type": "string"
                      },
                      "tunnelCount": {
                        "type": "number"
                      },
                      "memoryPct": {
                        "type": "number"
                      },
                      "flowCount": {
                        "type": "number"
                      },
                      "cpuPct": {
                        "type": "number"
                      },
                      "handoffQueueDrops": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "edgeId": 1,
                    "edgeName": "string",
                    "tunnelCount": 1,
                    "memoryPct": 2,
                    "flowCount": 2,
                    "cpuPct": 5,
                    "handoffQueueDrops": 3
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/monitoring/getEnterpriseEdgeLinkStatus": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "monitoringGetEnterpriseEdgeLinkStatus",
        "description": "The parameters and request body are for method: monitoringGetEnterpriseEdgeLinkStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "displayName": {
                        "type": "string"
                      },
                      "edgeHASerialNumber": {
                        "type": "string"
                      },
                      "edgeId": {
                        "type": "number"
                      },
                      "edgeLastContact": {
                        "type": "string"
                      },
                      "edgeLatitude": {
                        "type": "number"
                      },
                      "edgeLongitude": {
                        "type": "number"
                      },
                      "edgeModelNumber": {
                        "type": "string"
                      },
                      "edgeName": {
                        "type": "string"
                      },
                      "edgeSerialNumber": {
                        "type": "string"
                      },
                      "edgeServiceUpSince": {
                        "type": "string"
                      },
                      "edgeState": {
                        "type": "string"
                      },
                      "edgeSystemUpSince": {
                        "type": "string"
                      },
                      "enterpriseId": {
                        "type": "number"
                      },
                      "enterpriseName": {
                        "type": "string"
                      },
                      "enterpriseProxyId": {
                        "type": "number"
                      },
                      "enterpriseProxyName": {
                        "type": "string"
                      },
                      "interface": {
                        "type": "string"
                      },
                      "internalId": {
                        "type": "string"
                      },
                      "isp": {
                        "type": "string"
                      },
                      "linkId": {
                        "type": "number"
                      },
                      "linkIpAddress": {
                        "type": "string"
                      },
                      "linkLastActive": {
                        "type": "string"
                      },
                      "linkState": {
                        "type": "string"
                      },
                      "linkVpnState": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "displayName": "string",
                    "edgeHASerialNumber": "string",
                    "edgeId": 2,
                    "edgeLastContact": "string",
                    "edgeLatitude": 6,
                    "edgeLongitude": 8,
                    "edgeModelNumber": "string",
                    "edgeName": "string",
                    "edgeSerialNumber": "string",
                    "edgeServiceUpSince": "string",
                    "edgeState": "EXPIRED",
                    "edgeSystemUpSince": "string",
                    "enterpriseId": 10,
                    "enterpriseName": "string",
                    "enterpriseProxyId": 6,
                    "enterpriseProxyName": "string",
                    "interface": "string",
                    "internalId": "string",
                    "isp": "string",
                    "linkId": 10,
                    "linkIpAddress": "string",
                    "linkLastActive": "string",
                    "linkState": "QUIET",
                    "linkVpnState": "DEAD"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/network/getNetworkConfigurations": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "networkGetNetworkConfigurations",
        "description": "The parameters and request body are for method: networkGetNetworkConfigurations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "configurationType": {
                        "type": "string"
                      },
                      "created": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "edgeCount": {
                        "type": "number"
                      },
                      "effective": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "logicalId": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "modules": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "created": {
                              "type": "string"
                            },
                            "effective": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "isSmallData": {
                              "type": "number"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "configurationId": {
                              "type": "number"
                            },
                            "data": {
                              "type": "object"
                            },
                            "refs": {
                              "type": "object"
                            },
                            "schemaVersion": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "name": {
                        "type": "string"
                      },
                      "schemaVersion": {
                        "type": "string"
                      },
                      "version": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "configurationType": "SEGMENT_BASED",
                    "created": "string",
                    "description": "string",
                    "edgeCount": 4,
                    "effective": "string",
                    "id": 6,
                    "logicalId": "string",
                    "modified": "string",
                    "modules": [
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 2,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "metaData",
                        "type": "ENTERPRISE",
                        "description": "string",
                        "configurationId": 2,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 6,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "metaData",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 10,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 4,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "properties",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 7,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 9,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "imageUpdate",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 3,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 8,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "deviceSettings",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 3,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 8,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "QOS",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 3,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 1,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "imageUpdate",
                        "type": "ENTERPRISE",
                        "description": "string",
                        "configurationId": 9,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      }
                    ],
                    "name": "string",
                    "schemaVersion": "string",
                    "version": "string"
                  },
                  {
                    "configurationType": "SEGMENT_BASED",
                    "created": "string",
                    "description": "string",
                    "edgeCount": 3,
                    "effective": "string",
                    "id": 1,
                    "logicalId": "string",
                    "modified": "string",
                    "modules": [
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 7,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "QOS",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 7,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 5,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "metaData",
                        "type": "ENTERPRISE",
                        "description": "string",
                        "configurationId": 10,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 4,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "deviceSettings",
                        "type": "ENTERPRISE",
                        "description": "string",
                        "configurationId": 6,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      }
                    ],
                    "name": "string",
                    "schemaVersion": "string",
                    "version": "string"
                  },
                  {
                    "configurationType": "SEGMENT_BASED",
                    "created": "string",
                    "description": "string",
                    "edgeCount": 8,
                    "effective": "string",
                    "id": 1,
                    "logicalId": "string",
                    "modified": "string",
                    "modules": [
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 8,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "imageUpdate",
                        "type": "ENTERPRISE",
                        "description": "string",
                        "configurationId": 5,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 9,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "firewall",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 6,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 6,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "deviceSettings",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 4,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 6,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "firewall",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 8,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      }
                    ],
                    "name": "string",
                    "schemaVersion": "string",
                    "version": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/network/getNetworkEnterprises": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "networkGetNetworkEnterprises",
        "description": "The parameters and request body are for method: networkGetNetworkEnterprises. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "created": {
                        "type": "string"
                      },
                      "networkId": {
                        "type": "number"
                      },
                      "gatewayPoolId": {
                        "type": "number"
                      },
                      "alertsEnabled": {
                        "type": "number"
                      },
                      "operatorAlertsEnabled": {
                        "type": "number"
                      },
                      "endpointPkiMode": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "domain": {
                        "type": "string"
                      },
                      "prefix": {
                        "type": "string"
                      },
                      "logicalId": {
                        "type": "string"
                      },
                      "accountNumber": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "contactName": {
                        "type": "string"
                      },
                      "contactPhone": {
                        "type": "string"
                      },
                      "contactMobile": {
                        "type": "string"
                      },
                      "contactEmail": {
                        "type": "string"
                      },
                      "streetAddress": {
                        "type": "string"
                      },
                      "streetAddress2": {
                        "type": "string"
                      },
                      "city": {
                        "type": "string"
                      },
                      "state": {
                        "type": "string"
                      },
                      "postalCode": {
                        "type": "string"
                      },
                      "country": {
                        "type": "string"
                      },
                      "lat": {
                        "type": "number"
                      },
                      "lon": {
                        "type": "number"
                      },
                      "timezone": {
                        "type": "string"
                      },
                      "locale": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "enterpriseProxyId": {
                        "type": "number"
                      },
                      "enterpriseProxyName": {
                        "type": "string"
                      },
                      "edgeCount": {
                        "type": "number"
                      },
                      "edges": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "activationKey": {
                              "type": "string"
                            },
                            "activationKeyExpires": {
                              "type": "string"
                            },
                            "activationState": {
                              "type": "string"
                            },
                            "activationTime": {
                              "type": "string"
                            },
                            "alertsEnabled": {
                              "type": "number"
                            },
                            "buildNumber": {
                              "type": "string"
                            },
                            "created": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "deviceFamily": {
                              "type": "string"
                            },
                            "deviceId": {
                              "type": "string"
                            },
                            "dnsName": {
                              "type": "string"
                            },
                            "edgeState": {
                              "type": "string"
                            },
                            "edgeStateTime": {
                              "type": "string"
                            },
                            "endpointPkiMode": {
                              "type": "string"
                            },
                            "enterpriseId": {
                              "type": "number"
                            },
                            "haLastContact": {
                              "type": "string"
                            },
                            "haPreviousState": {
                              "type": "string"
                            },
                            "haSerialNumber": {
                              "type": "string"
                            },
                            "haState": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "isLive": {
                              "type": "number"
                            },
                            "lastContact": {
                              "type": "string"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "modelNumber": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "operatorAlertsEnabled": {
                              "type": "number"
                            },
                            "selfMacAddress": {
                              "type": "string"
                            },
                            "serialNumber": {
                              "type": "string"
                            },
                            "serviceState": {
                              "type": "string"
                            },
                            "serviceUpSince": {
                              "type": "string"
                            },
                            "siteId": {
                              "type": "number"
                            },
                            "softwareUpdated": {
                              "type": "string"
                            },
                            "softwareVersion": {
                              "type": "string"
                            },
                            "systemUpSince": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "edgeConfigUpdate": {
                        "type": "object",
                        "properties": {
                          "enabled": {
                            "type": "boolean"
                          },
                          "enabledOnUpgrade": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 7,
                    "created": "string",
                    "networkId": 9,
                    "gatewayPoolId": 4,
                    "alertsEnabled": 0,
                    "operatorAlertsEnabled": 1,
                    "endpointPkiMode": "CERTIFICATE_DISABLED",
                    "name": "string",
                    "domain": "string",
                    "prefix": "string",
                    "logicalId": "string",
                    "accountNumber": "string",
                    "description": "string",
                    "contactName": "string",
                    "contactPhone": "string",
                    "contactMobile": "string",
                    "contactEmail": "string",
                    "streetAddress": "string",
                    "streetAddress2": "string",
                    "city": "string",
                    "state": "string",
                    "postalCode": "string",
                    "country": "string",
                    "lat": 8,
                    "lon": 7,
                    "timezone": "string",
                    "locale": "string",
                    "modified": "string",
                    "enterpriseProxyId": 8,
                    "enterpriseProxyName": "string",
                    "edgeCount": 6,
                    "edges": [
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "REACTIVATION_PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "DISABLED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 1,
                        "haLastContact": "string",
                        "haPreviousState": "UNCONFIGURED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_INIT",
                        "id": 10,
                        "isLive": 2,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 1,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "UNASSIGNED",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "NEVER_ACTIVATED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "enterpriseId": 10,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_INIT",
                        "haSerialNumber": "string",
                        "haState": "UNCONFIGURED",
                        "id": 5,
                        "isLive": 4,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 10,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "ACTIVATED",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "CONNECTED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 7,
                        "haLastContact": "string",
                        "haPreviousState": "UNCONFIGURED",
                        "haSerialNumber": "string",
                        "haState": "READY",
                        "id": 3,
                        "isLive": 10,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 8,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "UNASSIGNED",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "NEVER_ACTIVATED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 8,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMATION",
                        "haSerialNumber": "string",
                        "haState": "PENDING_DISSOCIATION",
                        "id": 4,
                        "isLive": 10,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "OUT_OF_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 2,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "REACTIVATION_PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "DISABLED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 5,
                        "haLastContact": "string",
                        "haPreviousState": "FAILED",
                        "haSerialNumber": "string",
                        "haState": "FAILED",
                        "id": 5,
                        "isLive": 8,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 8,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "REACTIVATION_PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "EXPIRED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 10,
                        "haLastContact": "string",
                        "haPreviousState": "UNCONFIGURED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMATION",
                        "id": 2,
                        "isLive": 2,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 5,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "REACTIVATION_PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "EXPIRED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 10,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_DISSOCIATION",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMATION",
                        "id": 5,
                        "isLive": 10,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 4,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "OFFLINE",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 9,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_DISSOCIATION",
                        "haSerialNumber": "string",
                        "haState": "FAILED",
                        "id": 6,
                        "isLive": 5,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "OUT_OF_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 10,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "UNASSIGNED",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "NEVER_ACTIVATED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "enterpriseId": 5,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMED",
                        "haSerialNumber": "string",
                        "haState": "READY",
                        "id": 10,
                        "isLive": 1,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 2,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string"
                      }
                    ],
                    "edgeConfigUpdate": {
                      "enabled": true,
                      "enabledOnUpgrade": false
                    }
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/network/getNetworkGatewayPools": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "networkGetNetworkGatewayPools",
        "description": "The parameters and request body are for method: networkGetNetworkGatewayPools. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "networkId": {
                        "type": "number"
                      },
                      "enterpriseProxyId": {
                        "type": "number"
                      },
                      "created": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "isDefault": {
                        "type": "boolean"
                      },
                      "handOffType": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "gateways": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "gatewayPoolAssocId": {
                              "type": "number"
                            },
                            "poolName": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "networkId": {
                              "type": "number"
                            },
                            "enterpriseProxyId": {
                              "type": "number"
                            },
                            "siteId": {
                              "type": "number"
                            },
                            "activationKey": {
                              "type": "string"
                            },
                            "activationState": {
                              "type": "string"
                            },
                            "activationTime": {
                              "type": "string"
                            },
                            "softwareVersion": {
                              "type": "string"
                            },
                            "buildNumber": {
                              "type": "string"
                            },
                            "utilization": {
                              "type": "number"
                            },
                            "utilizationDetail": {
                              "type": "object",
                              "properties": {
                                "load": {
                                  "type": "number"
                                },
                                "overall": {
                                  "type": "number"
                                },
                                "cpu": {
                                  "type": "number"
                                },
                                "memory": {
                                  "type": "number"
                                }
                              }
                            },
                            "connectedEdges": {
                              "type": "number"
                            },
                            "connectedEdgeList": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "vceid": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "deviceId": {
                              "type": "string"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "gatewayState": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "dnsName": {
                              "type": "string"
                            },
                            "isLoadBalanced": {
                              "type": "number"
                            },
                            "privateIpAddress": {
                              "type": "string"
                            },
                            "ipAddress": {
                              "type": "string"
                            },
                            "lastContact": {
                              "type": "string"
                            },
                            "systemUpSince": {
                              "type": "string"
                            },
                            "serviceUpSince": {
                              "type": "string"
                            },
                            "serviceState": {
                              "type": "string"
                            },
                            "endpointPkiMode": {
                              "type": "string"
                            },
                            "handOffDetail": {
                              "type": "object",
                              "properties": {
                                "type": {
                                  "type": "string"
                                },
                                "subnets": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "name": {
                                        "type": "string"
                                      },
                                      "routeCost": {
                                        "type": "number"
                                      },
                                      "cidrIp": {
                                        "type": "string"
                                      },
                                      "cidrPrefix": {
                                        "type": "number"
                                      },
                                      "encrypt": {
                                        "type": "boolean"
                                      },
                                      "handOffType": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                },
                                "icmpProbe": {
                                  "type": "object",
                                  "properties": {
                                    "enabled": {
                                      "type": "boolean"
                                    },
                                    "probeType": {
                                      "type": "string"
                                    },
                                    "cTag": {
                                      "type": "number"
                                    },
                                    "sTag": {
                                      "type": "number"
                                    },
                                    "destinationIp": {
                                      "type": "string"
                                    },
                                    "frequencySeconds": {
                                      "type": "number"
                                    },
                                    "threshold": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "icmpResponder": {
                                  "type": "object",
                                  "properties": {
                                    "enabled": {
                                      "type": "boolean"
                                    },
                                    "ipAddress": {
                                      "type": "string"
                                    },
                                    "mode": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            },
                            "ipsecGatewayDetail": {
                              "type": "object",
                              "properties": {
                                "enabled": {
                                  "type": "boolean"
                                },
                                "strictHostCheck": {
                                  "type": "boolean"
                                },
                                "strictHostCheckDN": {
                                  "type": "string"
                                }
                              }
                            },
                            "modified": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "enterprises": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "networkId": {
                              "type": "number"
                            },
                            "gatewayPoolId": {
                              "type": "number"
                            },
                            "alertsEnabled": {
                              "type": "number"
                            },
                            "operatorAlertsEnabled": {
                              "type": "number"
                            },
                            "endpointPkiMode": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "domain": {
                              "type": "string"
                            },
                            "prefix": {
                              "type": "string"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "accountNumber": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "contactName": {
                              "type": "string"
                            },
                            "contactPhone": {
                              "type": "string"
                            },
                            "contactMobile": {
                              "type": "string"
                            },
                            "contactEmail": {
                              "type": "string"
                            },
                            "streetAddress": {
                              "type": "string"
                            },
                            "streetAddress2": {
                              "type": "string"
                            },
                            "city": {
                              "type": "string"
                            },
                            "state": {
                              "type": "string"
                            },
                            "postalCode": {
                              "type": "string"
                            },
                            "country": {
                              "type": "string"
                            },
                            "lat": {
                              "type": "number"
                            },
                            "lon": {
                              "type": "number"
                            },
                            "timezone": {
                              "type": "string"
                            },
                            "locale": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "enterpriseProxyId": {
                              "type": "number"
                            },
                            "enterpriseProxyName": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 8,
                    "networkId": 6,
                    "enterpriseProxyId": 8,
                    "created": "string",
                    "name": "string",
                    "description": "string",
                    "isDefault": true,
                    "handOffType": "ALLOW",
                    "modified": "string",
                    "gateways": [
                      {
                        "gatewayPoolAssocId": 2,
                        "poolName": "string",
                        "id": 2,
                        "created": "string",
                        "networkId": 7,
                        "enterpriseProxyId": 3,
                        "siteId": 5,
                        "activationKey": "string",
                        "activationState": "string",
                        "activationTime": "string",
                        "softwareVersion": "string",
                        "buildNumber": "string",
                        "utilization": 7,
                        "utilizationDetail": {
                          "load": 10,
                          "overall": 6,
                          "cpu": 10,
                          "memory": 5
                        },
                        "connectedEdges": 6,
                        "connectedEdgeList": [
                          {
                            "vceid": "string"
                          },
                          {
                            "vceid": "string"
                          },
                          {
                            "vceid": "string"
                          },
                          {
                            "vceid": "string"
                          }
                        ],
                        "deviceId": "string",
                        "logicalId": "string",
                        "name": "string",
                        "gatewayState": "string",
                        "description": "string",
                        "dnsName": "string",
                        "isLoadBalanced": 2,
                        "privateIpAddress": "string",
                        "ipAddress": "string",
                        "lastContact": "string",
                        "systemUpSince": "string",
                        "serviceUpSince": "string",
                        "serviceState": "string",
                        "endpointPkiMode": "string",
                        "handOffDetail": {
                          "type": "string",
                          "subnets": [
                            {
                              "name": "string",
                              "routeCost": 1,
                              "cidrIp": "string",
                              "cidrPrefix": 1,
                              "encrypt": false,
                              "handOffType": "NAT"
                            },
                            {
                              "name": "string",
                              "routeCost": 8,
                              "cidrIp": "string",
                              "cidrPrefix": 5,
                              "encrypt": false,
                              "handOffType": "VLAN"
                            },
                            {
                              "name": "string",
                              "routeCost": 1,
                              "cidrIp": "string",
                              "cidrPrefix": 9,
                              "encrypt": false,
                              "handOffType": "VLAN"
                            },
                            {
                              "name": "string",
                              "routeCost": 8,
                              "cidrIp": "string",
                              "cidrPrefix": 8,
                              "encrypt": false,
                              "handOffType": "VLAN"
                            },
                            {
                              "name": "string",
                              "routeCost": 8,
                              "cidrIp": "string",
                              "cidrPrefix": 4,
                              "encrypt": false,
                              "handOffType": "NAT"
                            },
                            {
                              "name": "string",
                              "routeCost": 9,
                              "cidrIp": "string",
                              "cidrPrefix": 9,
                              "encrypt": false,
                              "handOffType": "VLAN"
                            },
                            {
                              "name": "string",
                              "routeCost": 9,
                              "cidrIp": "string",
                              "cidrPrefix": 2,
                              "encrypt": false,
                              "handOffType": "VLAN"
                            }
                          ],
                          "icmpProbe": {
                            "enabled": true,
                            "probeType": "string",
                            "cTag": 2,
                            "sTag": 2,
                            "destinationIp": "string",
                            "frequencySeconds": 2,
                            "threshold": 5
                          },
                          "icmpResponder": {
                            "enabled": false,
                            "ipAddress": "string",
                            "mode": "string"
                          }
                        },
                        "ipsecGatewayDetail": {
                          "enabled": false,
                          "strictHostCheck": true,
                          "strictHostCheckDN": "string"
                        },
                        "modified": "string"
                      }
                    ],
                    "enterprises": [
                      {
                        "id": 6,
                        "created": "string",
                        "networkId": 8,
                        "gatewayPoolId": 3,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 4,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseProxyId": 3,
                        "enterpriseProxyName": "string"
                      },
                      {
                        "id": 5,
                        "created": "string",
                        "networkId": 9,
                        "gatewayPoolId": 1,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 5,
                        "lon": 1,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseProxyId": 3,
                        "enterpriseProxyName": "string"
                      },
                      {
                        "id": 9,
                        "created": "string",
                        "networkId": 9,
                        "gatewayPoolId": 2,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 5,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseProxyId": 3,
                        "enterpriseProxyName": "string"
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "networkId": 3,
                        "gatewayPoolId": 8,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 5,
                        "lon": 2,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseProxyId": 2,
                        "enterpriseProxyName": "string"
                      },
                      {
                        "id": 4,
                        "created": "string",
                        "networkId": 7,
                        "gatewayPoolId": 4,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 2,
                        "lon": 2,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseProxyId": 8,
                        "enterpriseProxyName": "string"
                      },
                      {
                        "id": 6,
                        "created": "string",
                        "networkId": 1,
                        "gatewayPoolId": 10,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 9,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseProxyId": 1,
                        "enterpriseProxyName": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/network/getNetworkOperatorUsers": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "networkGetNetworkOperatorUsers",
        "description": "The parameters and request body are for method: networkGetNetworkOperatorUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "created": {
                        "type": "string"
                      },
                      "operatorId": {
                        "type": "number"
                      },
                      "userType": {
                        "type": "string"
                      },
                      "username": {
                        "type": "string"
                      },
                      "domain": {
                        "type": "string"
                      },
                      "password": {
                        "type": "string"
                      },
                      "firstName": {
                        "type": "string"
                      },
                      "lastName": {
                        "type": "string"
                      },
                      "officePhone": {
                        "type": "string"
                      },
                      "mobilePhone": {
                        "type": "string"
                      },
                      "isNative": {
                        "type": "boolean"
                      },
                      "isActive": {
                        "type": "boolean"
                      },
                      "isLocked": {
                        "type": "boolean"
                      },
                      "disableSecondFactor": {
                        "type": "boolean"
                      },
                      "email": {
                        "type": "string"
                      },
                      "lastLogin": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "roleId": {
                        "type": "number"
                      },
                      "roleName": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 2,
                    "created": "string",
                    "operatorId": 8,
                    "userType": "string",
                    "username": "string",
                    "domain": "string",
                    "password": "string",
                    "firstName": "string",
                    "lastName": "string",
                    "officePhone": "string",
                    "mobilePhone": "string",
                    "isNative": false,
                    "isActive": true,
                    "isLocked": true,
                    "disableSecondFactor": false,
                    "email": "string",
                    "lastLogin": "string",
                    "modified": "string",
                    "roleId": 3,
                    "roleName": "string"
                  },
                  {
                    "id": 1,
                    "created": "string",
                    "operatorId": 6,
                    "userType": "string",
                    "username": "string",
                    "domain": "string",
                    "password": "string",
                    "firstName": "string",
                    "lastName": "string",
                    "officePhone": "string",
                    "mobilePhone": "string",
                    "isNative": true,
                    "isActive": true,
                    "isLocked": true,
                    "disableSecondFactor": false,
                    "email": "string",
                    "lastLogin": "string",
                    "modified": "string",
                    "roleId": 4,
                    "roleName": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/operatorUser/deleteOperatorUser": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "operatorUserDeleteOperatorUser",
        "description": "The parameters and request body are for method: operatorUserDeleteOperatorUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/operatorUser/getOperatorUser": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "operatorUserGetOperatorUser",
        "description": "The parameters and request body are for method: operatorUserGetOperatorUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "created": {
                      "type": "string"
                    },
                    "operatorId": {
                      "type": "number"
                    },
                    "userType": {
                      "type": "string"
                    },
                    "username": {
                      "type": "string"
                    },
                    "domain": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "firstName": {
                      "type": "string"
                    },
                    "lastName": {
                      "type": "string"
                    },
                    "officePhone": {
                      "type": "string"
                    },
                    "mobilePhone": {
                      "type": "string"
                    },
                    "isNative": {
                      "type": "boolean"
                    },
                    "isActive": {
                      "type": "boolean"
                    },
                    "isLocked": {
                      "type": "boolean"
                    },
                    "disableSecondFactor": {
                      "type": "boolean"
                    },
                    "email": {
                      "type": "string"
                    },
                    "lastLogin": {
                      "type": "string"
                    },
                    "modified": {
                      "type": "string"
                    },
                    "roleId": {
                      "type": "number"
                    },
                    "roleName": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 6,
                  "created": "string",
                  "operatorId": 9,
                  "userType": "string",
                  "username": "string",
                  "domain": "string",
                  "password": "string",
                  "firstName": "string",
                  "lastName": "string",
                  "officePhone": "string",
                  "mobilePhone": "string",
                  "isNative": true,
                  "isActive": false,
                  "isLocked": false,
                  "disableSecondFactor": true,
                  "email": "string",
                  "lastLogin": "string",
                  "modified": "string",
                  "roleId": 2,
                  "roleName": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/operatorUser/insertOperatorUser": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "operatorUserInsertOperatorUser",
        "description": "The parameters and request body are for method: operatorUserInsertOperatorUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "created": {
                      "type": "string"
                    },
                    "operatorId": {
                      "type": "number"
                    },
                    "userType": {
                      "type": "string"
                    },
                    "username": {
                      "type": "string"
                    },
                    "domain": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "firstName": {
                      "type": "string"
                    },
                    "lastName": {
                      "type": "string"
                    },
                    "officePhone": {
                      "type": "string"
                    },
                    "mobilePhone": {
                      "type": "string"
                    },
                    "isNative": {
                      "type": "boolean"
                    },
                    "isActive": {
                      "type": "boolean"
                    },
                    "isLocked": {
                      "type": "boolean"
                    },
                    "disableSecondFactor": {
                      "type": "boolean"
                    },
                    "email": {
                      "type": "string"
                    },
                    "lastLogin": {
                      "type": "string"
                    },
                    "modified": {
                      "type": "string"
                    },
                    "roleId": {
                      "type": "number"
                    },
                    "roleName": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 7,
                  "created": "string",
                  "operatorId": 9,
                  "userType": "string",
                  "username": "string",
                  "domain": "string",
                  "password": "string",
                  "firstName": "string",
                  "lastName": "string",
                  "officePhone": "string",
                  "mobilePhone": "string",
                  "isNative": true,
                  "isActive": true,
                  "isLocked": false,
                  "disableSecondFactor": false,
                  "email": "string",
                  "lastLogin": "string",
                  "modified": "string",
                  "roleId": 10,
                  "roleName": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/operatorUser/updateOperatorUser": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "operatorUserUpdateOperatorUser",
        "description": "The parameters and request body are for method: operatorUserUpdateOperatorUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/role/createRoleCustomization": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "roleCreateRoleCustomization",
        "description": "The parameters and request body are for method: roleCreateRoleCustomization. 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"
              }
            }
          }
        }
      }
    },
    "/role/deleteRoleCustomization": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "roleDeleteRoleCustomization",
        "description": "The parameters and request body are for method: roleDeleteRoleCustomization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/role/getUserTypeRoles": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "roleGetUserTypeRoles",
        "description": "The parameters and request body are for method: roleGetUserTypeRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "created": {
                        "type": "string"
                      },
                      "operatorId": {
                        "type": "number"
                      },
                      "networkId": {
                        "type": "number"
                      },
                      "enterpriseId": {
                        "type": "number"
                      },
                      "enterpriseProxyId": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "userType": {
                        "type": "string"
                      },
                      "fromUserType": {
                        "type": "string"
                      },
                      "isSuper": {
                        "type": "number"
                      },
                      "description": {
                        "type": "string"
                      },
                      "precedence": {
                        "type": "number"
                      },
                      "modified": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 4,
                    "created": "string",
                    "operatorId": 4,
                    "networkId": 4,
                    "enterpriseId": 2,
                    "enterpriseProxyId": 6,
                    "name": "string",
                    "userType": "MSP",
                    "fromUserType": "CUSTOM",
                    "isSuper": 9,
                    "description": "string",
                    "precedence": 1,
                    "modified": "string"
                  },
                  {
                    "id": 2,
                    "created": "string",
                    "operatorId": 4,
                    "networkId": 4,
                    "enterpriseId": 9,
                    "enterpriseProxyId": 7,
                    "name": "string",
                    "userType": "OPERATOR",
                    "fromUserType": "ENTERPRISE",
                    "isSuper": 3,
                    "description": "string",
                    "precedence": 3,
                    "modified": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vcoDiagnostics/getVcoDbDiagnostics": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "vcoDiagnosticsGetVcoDbDiagnostics",
        "description": "The parameters and request body are for method: vcoDiagnosticsGetVcoDbDiagnostics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "method": {
                        "type": "string"
                      },
                      "result": {
                        "type": "object",
                        "properties": {
                          "velocloud": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "table_schema": {
                                  "type": "string"
                                },
                                "table_name": {
                                  "type": "string"
                                },
                                "table_rows": {
                                  "type": "number"
                                },
                                "avg_row_length": {
                                  "type": "number"
                                },
                                "data_length": {
                                  "type": "number"
                                },
                                "index_length": {
                                  "type": "number"
                                },
                                "data_free": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "velocloud_ca": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "table_schema": {
                                  "type": "string"
                                },
                                "table_name": {
                                  "type": "string"
                                },
                                "table_rows": {
                                  "type": "number"
                                },
                                "avg_row_length": {
                                  "type": "number"
                                },
                                "data_length": {
                                  "type": "number"
                                },
                                "index_length": {
                                  "type": "number"
                                },
                                "data_free": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "velocloud_dr": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "table_schema": {
                                  "type": "string"
                                },
                                "table_name": {
                                  "type": "string"
                                },
                                "table_rows": {
                                  "type": "number"
                                },
                                "avg_row_length": {
                                  "type": "number"
                                },
                                "data_length": {
                                  "type": "number"
                                },
                                "index_length": {
                                  "type": "number"
                                },
                                "data_free": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "velocloud_stats": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "table_schema": {
                                  "type": "string"
                                },
                                "table_name": {
                                  "type": "string"
                                },
                                "table_rows": {
                                  "type": "number"
                                },
                                "avg_row_length": {
                                  "type": "number"
                                },
                                "data_length": {
                                  "type": "number"
                                },
                                "index_length": {
                                  "type": "number"
                                },
                                "data_free": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "string",
                    "description": "string",
                    "method": "string",
                    "result": {
                      "velocloud": [
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 5,
                          "avg_row_length": 7,
                          "data_length": 5,
                          "index_length": 1,
                          "data_free": 9
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 3,
                          "avg_row_length": 6,
                          "data_length": 9,
                          "index_length": 1,
                          "data_free": 5
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 8,
                          "avg_row_length": 4,
                          "data_length": 3,
                          "index_length": 3,
                          "data_free": 8
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 2,
                          "avg_row_length": 1,
                          "data_length": 2,
                          "index_length": 6,
                          "data_free": 1
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 4,
                          "avg_row_length": 10,
                          "data_length": 5,
                          "index_length": 6,
                          "data_free": 9
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 10,
                          "avg_row_length": 2,
                          "data_length": 10,
                          "index_length": 8,
                          "data_free": 5
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 3,
                          "avg_row_length": 7,
                          "data_length": 4,
                          "index_length": 8,
                          "data_free": 8
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 5,
                          "avg_row_length": 5,
                          "data_length": 4,
                          "index_length": 8,
                          "data_free": 5
                        }
                      ],
                      "velocloud_ca": [
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 5,
                          "avg_row_length": 8,
                          "data_length": 6,
                          "index_length": 9,
                          "data_free": 10
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 9,
                          "avg_row_length": 10,
                          "data_length": 4,
                          "index_length": 9,
                          "data_free": 2
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 1,
                          "avg_row_length": 2,
                          "data_length": 4,
                          "index_length": 3,
                          "data_free": 8
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 10,
                          "avg_row_length": 1,
                          "data_length": 7,
                          "index_length": 1,
                          "data_free": 3
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 1,
                          "avg_row_length": 3,
                          "data_length": 8,
                          "index_length": 9,
                          "data_free": 3
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 5,
                          "avg_row_length": 7,
                          "data_length": 9,
                          "index_length": 10,
                          "data_free": 10
                        }
                      ],
                      "velocloud_dr": [
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 3,
                          "avg_row_length": 1,
                          "data_length": 1,
                          "index_length": 6,
                          "data_free": 6
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 3,
                          "avg_row_length": 10,
                          "data_length": 8,
                          "index_length": 5,
                          "data_free": 3
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 3,
                          "avg_row_length": 4,
                          "data_length": 8,
                          "index_length": 8,
                          "data_free": 3
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 7,
                          "avg_row_length": 10,
                          "data_length": 1,
                          "index_length": 2,
                          "data_free": 9
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 4,
                          "avg_row_length": 4,
                          "data_length": 6,
                          "index_length": 5,
                          "data_free": 2
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 2,
                          "avg_row_length": 3,
                          "data_length": 10,
                          "index_length": 2,
                          "data_free": 10
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 5,
                          "avg_row_length": 2,
                          "data_length": 4,
                          "index_length": 6,
                          "data_free": 3
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 2,
                          "avg_row_length": 3,
                          "data_length": 1,
                          "index_length": 10,
                          "data_free": 6
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 4,
                          "avg_row_length": 7,
                          "data_length": 7,
                          "index_length": 7,
                          "data_free": 2
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 8,
                          "avg_row_length": 1,
                          "data_length": 7,
                          "index_length": 9,
                          "data_free": 6
                        }
                      ],
                      "velocloud_stats": [
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 9,
                          "avg_row_length": 8,
                          "data_length": 2,
                          "index_length": 9,
                          "data_free": 7
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 7,
                          "avg_row_length": 6,
                          "data_length": 8,
                          "index_length": 6,
                          "data_free": 10
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 9,
                          "avg_row_length": 3,
                          "data_length": 1,
                          "index_length": 5,
                          "data_free": 9
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 10,
                          "avg_row_length": 8,
                          "data_length": 10,
                          "index_length": 2,
                          "data_free": 3
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 3,
                          "avg_row_length": 4,
                          "data_length": 4,
                          "index_length": 7,
                          "data_free": 3
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 4,
                          "avg_row_length": 8,
                          "data_length": 4,
                          "index_length": 2,
                          "data_free": 10
                        }
                      ]
                    }
                  },
                  {
                    "name": "string",
                    "description": "string",
                    "method": "string",
                    "result": {
                      "velocloud": [
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 8,
                          "avg_row_length": 2,
                          "data_length": 4,
                          "index_length": 2,
                          "data_free": 2
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 8,
                          "avg_row_length": 6,
                          "data_length": 10,
                          "index_length": 7,
                          "data_free": 4
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 10,
                          "avg_row_length": 2,
                          "data_length": 2,
                          "index_length": 5,
                          "data_free": 1
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 5,
                          "avg_row_length": 10,
                          "data_length": 1,
                          "index_length": 6,
                          "data_free": 3
                        }
                      ],
                      "velocloud_ca": [
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 5,
                          "avg_row_length": 8,
                          "data_length": 2,
                          "index_length": 3,
                          "data_free": 7
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 3,
                          "avg_row_length": 2,
                          "data_length": 10,
                          "index_length": 9,
                          "data_free": 5
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 3,
                          "avg_row_length": 5,
                          "data_length": 9,
                          "index_length": 4,
                          "data_free": 2
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 6,
                          "avg_row_length": 3,
                          "data_length": 10,
                          "index_length": 4,
                          "data_free": 7
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 7,
                          "avg_row_length": 9,
                          "data_length": 5,
                          "index_length": 10,
                          "data_free": 4
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 6,
                          "avg_row_length": 6,
                          "data_length": 10,
                          "index_length": 10,
                          "data_free": 8
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 1,
                          "avg_row_length": 6,
                          "data_length": 9,
                          "index_length": 4,
                          "data_free": 2
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 5,
                          "avg_row_length": 1,
                          "data_length": 7,
                          "index_length": 6,
                          "data_free": 10
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 2,
                          "avg_row_length": 3,
                          "data_length": 6,
                          "index_length": 7,
                          "data_free": 6
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 5,
                          "avg_row_length": 1,
                          "data_length": 4,
                          "index_length": 6,
                          "data_free": 8
                        }
                      ],
                      "velocloud_dr": [
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 9,
                          "avg_row_length": 4,
                          "data_length": 2,
                          "index_length": 5,
                          "data_free": 4
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 3,
                          "avg_row_length": 5,
                          "data_length": 8,
                          "index_length": 3,
                          "data_free": 1
                        }
                      ],
                      "velocloud_stats": [
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 1,
                          "avg_row_length": 8,
                          "data_length": 9,
                          "index_length": 3,
                          "data_free": 3
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 6,
                          "avg_row_length": 1,
                          "data_length": 3,
                          "index_length": 9,
                          "data_free": 6
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 6,
                          "avg_row_length": 3,
                          "data_length": 1,
                          "index_length": 2,
                          "data_free": 9
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 4,
                          "avg_row_length": 2,
                          "data_length": 3,
                          "index_length": 6,
                          "data_free": 8
                        },
                        {
                          "table_schema": "string",
                          "table_name": "string",
                          "table_rows": 7,
                          "avg_row_length": 10,
                          "data_length": 7,
                          "index_length": 5,
                          "data_free": 3
                        }
                      ]
                    }
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vcoInventory/associateEdge": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "vcoInventoryAssociateEdge",
        "description": "The parameters and request body are for method: vcoInventoryAssociateEdge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "deviceSerialNumber": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 4,
                  "deviceSerialNumber": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vcoInventory/getInventoryItems": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "vcoInventoryGetInventoryItems",
        "description": "The parameters and request body are for method: vcoInventoryGetInventoryItems. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "deviceSerialNumber": {
                        "type": "string"
                      },
                      "deviceUuid": {
                        "type": "string"
                      },
                      "modelNumber": {
                        "type": "string"
                      },
                      "siteId": {
                        "type": "number"
                      },
                      "description": {
                        "type": "string"
                      },
                      "acknowledged": {
                        "type": "number"
                      },
                      "edgeId": {
                        "type": "number"
                      },
                      "edge": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "edge": {
                            "type": "string"
                          },
                          "site": {
                            "type": "object",
                            "properties": {
                              "name": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "inventoryState": {
                        "type": "string"
                      },
                      "inventoryEdgeState": {
                        "type": "string"
                      },
                      "inventoryAction": {
                        "type": "string"
                      },
                      "vcoOwnerId": {
                        "type": "number"
                      },
                      "vcoOwner": {
                        "type": "object",
                        "properties": {
                          "accountNumber": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      },
                      "modified": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 5,
                    "deviceSerialNumber": "string",
                    "deviceUuid": "string",
                    "modelNumber": "string",
                    "siteId": 5,
                    "description": "string",
                    "acknowledged": 5,
                    "edgeId": 5,
                    "edge": {
                      "id": 9,
                      "edge": "string",
                      "site": {
                        "name": "string"
                      }
                    },
                    "inventoryState": "string",
                    "inventoryEdgeState": "string",
                    "inventoryAction": "string",
                    "vcoOwnerId": 9,
                    "vcoOwner": {
                      "accountNumber": "string",
                      "name": "string"
                    },
                    "modified": "string"
                  },
                  {
                    "id": 9,
                    "deviceSerialNumber": "string",
                    "deviceUuid": "string",
                    "modelNumber": "string",
                    "siteId": 9,
                    "description": "string",
                    "acknowledged": 10,
                    "edgeId": 3,
                    "edge": {
                      "id": 9,
                      "edge": "string",
                      "site": {
                        "name": "string"
                      }
                    },
                    "inventoryState": "string",
                    "inventoryEdgeState": "string",
                    "inventoryAction": "string",
                    "vcoOwnerId": 4,
                    "vcoOwner": {
                      "accountNumber": "string",
                      "name": "string"
                    },
                    "modified": "string"
                  },
                  {
                    "id": 7,
                    "deviceSerialNumber": "string",
                    "deviceUuid": "string",
                    "modelNumber": "string",
                    "siteId": 4,
                    "description": "string",
                    "acknowledged": 5,
                    "edgeId": 2,
                    "edge": {
                      "id": 9,
                      "edge": "string",
                      "site": {
                        "name": "string"
                      }
                    },
                    "inventoryState": "string",
                    "inventoryEdgeState": "string",
                    "inventoryAction": "string",
                    "vcoOwnerId": 7,
                    "vcoOwner": {
                      "accountNumber": "string",
                      "name": "string"
                    },
                    "modified": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vpn/generateVpnGatewayConfiguration": {
      "post": {
        "tags": [
          "All"
        ],
        "operationId": "vpnGenerateVpnGatewayConfiguration",
        "description": "The parameters and request body are for method: vpnGenerateVpnGatewayConfiguration. 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"
              }
            }
          }
        }
      }
    },
    "/clientDevice/setClientDeviceHostName": {
      "post": {
        "tags": [
          "ClientDevice"
        ],
        "operationId": "setClientDeviceHostName",
        "description": "The parameters and request body are for method: setClientDeviceHostName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/configuration/cloneAndConvertConfiguration": {
      "post": {
        "tags": [
          "Configuration"
        ],
        "operationId": "configurationCloneAndConvertConfiguration",
        "description": "The parameters and request body are for method: configurationCloneAndConvertConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 9
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/configuration/cloneConfiguration": {
      "post": {
        "tags": [
          "Configuration"
        ],
        "operationId": "configurationCloneConfiguration",
        "description": "The parameters and request body are for method: configurationCloneConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/configuration/getConfigurationModules": {
      "post": {
        "tags": [
          "Configuration"
        ],
        "operationId": "configurationGetConfigurationModules",
        "description": "The parameters and request body are for method: configurationGetConfigurationModules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "created": {
                        "type": "string"
                      },
                      "effective": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "isSmallData": {
                        "type": "number"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "type": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "configurationId": {
                        "type": "number"
                      },
                      "data": {
                        "type": "object"
                      },
                      "refs": {
                        "type": "object"
                      },
                      "schemaVersion": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "created": "string",
                    "effective": "string",
                    "id": 6,
                    "isSmallData": 0,
                    "modified": "string",
                    "name": "imageUpdate",
                    "type": "ENTERPRISE",
                    "description": "string",
                    "configurationId": 8,
                    "data": {},
                    "refs": {},
                    "schemaVersion": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/configuration/insertConfigurationModule": {
      "post": {
        "tags": [
          "Configuration"
        ],
        "operationId": "configurationInsertConfigurationModule",
        "description": "The parameters and request body are for method: configurationInsertConfigurationModule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 5
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/configuration/updateConfiguration": {
      "post": {
        "tags": [
          "Configuration"
        ],
        "operationId": "configurationUpdateConfiguration",
        "description": "The parameters and request body are for method: configurationUpdateConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "string"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "error": "string",
                  "rows": 4
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/configuration/updateConfigurationModule": {
      "post": {
        "tags": [
          "Configuration"
        ],
        "operationId": "configurationUpdateConfigurationModule",
        "description": "The parameters and request body are for method: configurationUpdateConfigurationModule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/edge/edgeCancelReactivation": {
      "post": {
        "tags": [
          "Edge"
        ],
        "operationId": "edgeEdgeCancelReactivation",
        "description": "The parameters and request body are for method: edgeEdgeCancelReactivation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/edge/edgeProvision": {
      "post": {
        "tags": [
          "Edge"
        ],
        "operationId": "edgeEdgeProvision",
        "description": "The parameters and request body are for method: edgeEdgeProvision. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "activationKey": {
                      "type": "string"
                    },
                    "generatedCertificate": {
                      "type": "object",
                      "properties": {
                        "certificate": {
                          "type": "string"
                        },
                        "ca-certificate": {
                          "type": "string"
                        },
                        "privateKey": {
                          "type": "string"
                        },
                        "privateKeyPassword": {
                          "type": "string"
                        },
                        "csr": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "id": 4,
                  "activationKey": "string",
                  "generatedCertificate": {
                    "certificate": "string",
                    "ca-certificate": "string",
                    "privateKey": "string",
                    "privateKeyPassword": "string",
                    "csr": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/edge/edgeRequestReactivation": {
      "post": {
        "tags": [
          "Edge"
        ],
        "operationId": "edgeEdgeRequestReactivation",
        "description": "The parameters and request body are for method: edgeEdgeRequestReactivation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "activationKey": {
                      "type": "string"
                    },
                    "activationKeyExpires": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "activationKey": "string",
                  "activationKeyExpires": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/edge/getClientVisibilityMode": {
      "post": {
        "tags": [
          "Edge"
        ],
        "operationId": "edgeGetClientVisibilityMode",
        "description": "The parameters and request body are for method: edgeGetClientVisibilityMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "edgeClientVisibilityMode": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "edgeClientVisibilityMode": "MAC"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/edge/getEdge": {
      "post": {
        "tags": [
          "Edge"
        ],
        "operationId": "edgeGetEdge",
        "description": "The parameters and request body are for method: edgeGetEdge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "activationKey": {
                      "type": "string"
                    },
                    "activationKeyExpires": {
                      "type": "string"
                    },
                    "activationState": {
                      "type": "string"
                    },
                    "activationTime": {
                      "type": "string"
                    },
                    "alertsEnabled": {
                      "type": "number"
                    },
                    "buildNumber": {
                      "type": "string"
                    },
                    "created": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "deviceFamily": {
                      "type": "string"
                    },
                    "deviceId": {
                      "type": "string"
                    },
                    "dnsName": {
                      "type": "string"
                    },
                    "edgeState": {
                      "type": "string"
                    },
                    "edgeStateTime": {
                      "type": "string"
                    },
                    "endpointPkiMode": {
                      "type": "string"
                    },
                    "enterpriseId": {
                      "type": "number"
                    },
                    "haLastContact": {
                      "type": "string"
                    },
                    "haPreviousState": {
                      "type": "string"
                    },
                    "haSerialNumber": {
                      "type": "string"
                    },
                    "haState": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "isLive": {
                      "type": "number"
                    },
                    "lastContact": {
                      "type": "string"
                    },
                    "logicalId": {
                      "type": "string"
                    },
                    "modelNumber": {
                      "type": "string"
                    },
                    "modified": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "operatorAlertsEnabled": {
                      "type": "number"
                    },
                    "selfMacAddress": {
                      "type": "string"
                    },
                    "serialNumber": {
                      "type": "string"
                    },
                    "serviceState": {
                      "type": "string"
                    },
                    "serviceUpSince": {
                      "type": "string"
                    },
                    "siteId": {
                      "type": "number"
                    },
                    "softwareUpdated": {
                      "type": "string"
                    },
                    "softwareVersion": {
                      "type": "string"
                    },
                    "systemUpSince": {
                      "type": "string"
                    },
                    "configuration": {
                      "type": "object",
                      "properties": {
                        "configurationType": {
                          "type": "string"
                        },
                        "created": {
                          "type": "string"
                        },
                        "description": {
                          "type": "string"
                        },
                        "edgeCount": {
                          "type": "number"
                        },
                        "effective": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "logicalId": {
                          "type": "string"
                        },
                        "modified": {
                          "type": "string"
                        },
                        "modules": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "created": {
                                "type": "string"
                              },
                              "effective": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "isSmallData": {
                                "type": "number"
                              },
                              "modified": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "type": {
                                "type": "string"
                              },
                              "description": {
                                "type": "string"
                              },
                              "configurationId": {
                                "type": "number"
                              },
                              "data": {
                                "type": "object"
                              },
                              "refs": {
                                "type": "object"
                              },
                              "schemaVersion": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "name": {
                          "type": "string"
                        },
                        "schemaVersion": {
                          "type": "string"
                        },
                        "version": {
                          "type": "string"
                        }
                      }
                    },
                    "enterprise": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "number"
                        },
                        "created": {
                          "type": "string"
                        },
                        "networkId": {
                          "type": "number"
                        },
                        "gatewayPoolId": {
                          "type": "number"
                        },
                        "alertsEnabled": {
                          "type": "number"
                        },
                        "operatorAlertsEnabled": {
                          "type": "number"
                        },
                        "endpointPkiMode": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "prefix": {
                          "type": "string"
                        },
                        "logicalId": {
                          "type": "string"
                        },
                        "accountNumber": {
                          "type": "string"
                        },
                        "description": {
                          "type": "string"
                        },
                        "contactName": {
                          "type": "string"
                        },
                        "contactPhone": {
                          "type": "string"
                        },
                        "contactMobile": {
                          "type": "string"
                        },
                        "contactEmail": {
                          "type": "string"
                        },
                        "streetAddress": {
                          "type": "string"
                        },
                        "streetAddress2": {
                          "type": "string"
                        },
                        "city": {
                          "type": "string"
                        },
                        "state": {
                          "type": "string"
                        },
                        "postalCode": {
                          "type": "string"
                        },
                        "country": {
                          "type": "string"
                        },
                        "lat": {
                          "type": "number"
                        },
                        "lon": {
                          "type": "number"
                        },
                        "timezone": {
                          "type": "string"
                        },
                        "locale": {
                          "type": "string"
                        },
                        "modified": {
                          "type": "string"
                        }
                      }
                    },
                    "links": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "created": {
                            "type": "string"
                          },
                          "edgeId": {
                            "type": "number"
                          },
                          "logicalId": {
                            "type": "string"
                          },
                          "internalId": {
                            "type": "string"
                          },
                          "interface": {
                            "type": "string"
                          },
                          "macAddress": {
                            "type": "string"
                          },
                          "ipAddress": {
                            "type": "string"
                          },
                          "netmask": {
                            "type": "string"
                          },
                          "networkSide": {
                            "type": "string"
                          },
                          "networkType": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "isp": {
                            "type": "string"
                          },
                          "org": {
                            "type": "string"
                          },
                          "lat": {
                            "type": "number"
                          },
                          "lon": {
                            "type": "number"
                          },
                          "lastActive": {
                            "type": "string"
                          },
                          "state": {
                            "type": "string"
                          },
                          "backupState": {
                            "type": "string"
                          },
                          "vpnState": {
                            "type": "string"
                          },
                          "lastEvent": {
                            "type": "string"
                          },
                          "lastEventState": {
                            "type": "string"
                          },
                          "alertsEnabled": {
                            "type": "number"
                          },
                          "operatorAlertsEnabled": {
                            "type": "number"
                          },
                          "serviceState": {
                            "type": "string"
                          },
                          "modified": {
                            "type": "string"
                          },
                          "serviceGroups": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "recentLinks": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "created": {
                            "type": "string"
                          },
                          "edgeId": {
                            "type": "number"
                          },
                          "logicalId": {
                            "type": "string"
                          },
                          "internalId": {
                            "type": "string"
                          },
                          "interface": {
                            "type": "string"
                          },
                          "macAddress": {
                            "type": "string"
                          },
                          "ipAddress": {
                            "type": "string"
                          },
                          "netmask": {
                            "type": "string"
                          },
                          "networkSide": {
                            "type": "string"
                          },
                          "networkType": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "isp": {
                            "type": "string"
                          },
                          "org": {
                            "type": "string"
                          },
                          "lat": {
                            "type": "number"
                          },
                          "lon": {
                            "type": "number"
                          },
                          "lastActive": {
                            "type": "string"
                          },
                          "state": {
                            "type": "string"
                          },
                          "backupState": {
                            "type": "string"
                          },
                          "vpnState": {
                            "type": "string"
                          },
                          "lastEvent": {
                            "type": "string"
                          },
                          "lastEventState": {
                            "type": "string"
                          },
                          "alertsEnabled": {
                            "type": "number"
                          },
                          "operatorAlertsEnabled": {
                            "type": "number"
                          },
                          "serviceState": {
                            "type": "string"
                          },
                          "modified": {
                            "type": "string"
                          },
                          "serviceGroups": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "site": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "number"
                        },
                        "created": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "contactName": {
                          "type": "string"
                        },
                        "contactPhone": {
                          "type": "string"
                        },
                        "contactMobile": {
                          "type": "string"
                        },
                        "contactEmail": {
                          "type": "string"
                        },
                        "streetAddress": {
                          "type": "string"
                        },
                        "streetAddress2": {
                          "type": "string"
                        },
                        "city": {
                          "type": "string"
                        },
                        "state": {
                          "type": "string"
                        },
                        "postalCode": {
                          "type": "string"
                        },
                        "country": {
                          "type": "string"
                        },
                        "lat": {
                          "type": "number"
                        },
                        "lon": {
                          "type": "number"
                        },
                        "timezone": {
                          "type": "string"
                        },
                        "locale": {
                          "type": "string"
                        },
                        "shippingSameAsLocation": {
                          "type": "number"
                        },
                        "shippingContactName": {
                          "type": "string"
                        },
                        "shippingAddress": {
                          "type": "string"
                        },
                        "shippingAddress2": {
                          "type": "string"
                        },
                        "shippingCity": {
                          "type": "string"
                        },
                        "shippingState": {
                          "type": "string"
                        },
                        "shippingCountry": {
                          "type": "string"
                        },
                        "shippingPostalCode": {
                          "type": "string"
                        },
                        "modified": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "activationKey": "string",
                  "activationKeyExpires": "string",
                  "activationState": "UNASSIGNED",
                  "activationTime": "string",
                  "alertsEnabled": 1,
                  "buildNumber": "string",
                  "created": "string",
                  "description": "string",
                  "deviceFamily": "string",
                  "deviceId": "string",
                  "dnsName": "string",
                  "edgeState": "EXPIRED",
                  "edgeStateTime": "string",
                  "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                  "enterpriseId": 9,
                  "haLastContact": "string",
                  "haPreviousState": "UNCONFIGURED",
                  "haSerialNumber": "string",
                  "haState": "PENDING_DISSOCIATION",
                  "id": 1,
                  "isLive": 5,
                  "lastContact": "string",
                  "logicalId": "string",
                  "modelNumber": "string",
                  "modified": "string",
                  "name": "string",
                  "operatorAlertsEnabled": 0,
                  "selfMacAddress": "string",
                  "serialNumber": "string",
                  "serviceState": "IN_SERVICE",
                  "serviceUpSince": "string",
                  "siteId": 8,
                  "softwareUpdated": "string",
                  "softwareVersion": "string",
                  "systemUpSince": "string",
                  "configuration": {
                    "configurationType": "NETWORK_BASED",
                    "created": "string",
                    "description": "string",
                    "edgeCount": 3,
                    "effective": "string",
                    "id": 10,
                    "logicalId": "string",
                    "modified": "string",
                    "modules": [
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 2,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "metaData",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 1,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 2,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "imageUpdate",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 6,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 1,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "metaData",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 9,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 3,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "QOS",
                        "type": "ENTERPRISE",
                        "description": "string",
                        "configurationId": 9,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 8,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "managementPlane",
                        "type": "ENTERPRISE",
                        "description": "string",
                        "configurationId": 5,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      }
                    ],
                    "name": "string",
                    "schemaVersion": "string",
                    "version": "string"
                  },
                  "enterprise": {
                    "id": 6,
                    "created": "string",
                    "networkId": 2,
                    "gatewayPoolId": 5,
                    "alertsEnabled": 1,
                    "operatorAlertsEnabled": 1,
                    "endpointPkiMode": "CERTIFICATE_REQUIRED",
                    "name": "string",
                    "domain": "string",
                    "prefix": "string",
                    "logicalId": "string",
                    "accountNumber": "string",
                    "description": "string",
                    "contactName": "string",
                    "contactPhone": "string",
                    "contactMobile": "string",
                    "contactEmail": "string",
                    "streetAddress": "string",
                    "streetAddress2": "string",
                    "city": "string",
                    "state": "string",
                    "postalCode": "string",
                    "country": "string",
                    "lat": 7,
                    "lon": 1,
                    "timezone": "string",
                    "locale": "string",
                    "modified": "string"
                  },
                  "links": [
                    {
                      "id": 8,
                      "created": "string",
                      "edgeId": 9,
                      "logicalId": "string",
                      "internalId": "string",
                      "interface": "string",
                      "macAddress": "string",
                      "ipAddress": "string",
                      "netmask": "string",
                      "networkSide": "WAN",
                      "networkType": "ETHERNET",
                      "displayName": "string",
                      "isp": "string",
                      "org": "string",
                      "lat": 9,
                      "lon": 9,
                      "lastActive": "string",
                      "state": "QUIET",
                      "backupState": "STANDBY",
                      "vpnState": "DEAD",
                      "lastEvent": "string",
                      "lastEventState": "QUIET",
                      "alertsEnabled": 0,
                      "operatorAlertsEnabled": 0,
                      "serviceState": "HISTORICAL",
                      "modified": "string",
                      "serviceGroups": [
                        "PUBLIC_WIRELESS",
                        "PRIVATE_WIRED",
                        "PUBLIC_WIRELESS",
                        "ALL",
                        "ALL",
                        "PUBLIC_WIRED",
                        "PRIVATE_WIRED",
                        "PRIVATE_WIRED",
                        "PUBLIC_WIRED"
                      ]
                    },
                    {
                      "id": 2,
                      "created": "string",
                      "edgeId": 6,
                      "logicalId": "string",
                      "internalId": "string",
                      "interface": "string",
                      "macAddress": "string",
                      "ipAddress": "string",
                      "netmask": "string",
                      "networkSide": "WAN",
                      "networkType": "WIRELESS",
                      "displayName": "string",
                      "isp": "string",
                      "org": "string",
                      "lat": 5,
                      "lon": 9,
                      "lastActive": "string",
                      "state": "DISCONNECTED",
                      "backupState": "ACTIVE",
                      "vpnState": "STANDBY",
                      "lastEvent": "string",
                      "lastEventState": "INITIAL",
                      "alertsEnabled": 1,
                      "operatorAlertsEnabled": 1,
                      "serviceState": "OUT_OF_SERVICE",
                      "modified": "string",
                      "serviceGroups": [
                        "PUBLIC_WIRED",
                        "PRIVATE_WIRED",
                        "PRIVATE_WIRED",
                        "PUBLIC_WIRELESS",
                        "PUBLIC_WIRED",
                        "PUBLIC_WIRELESS",
                        "ALL",
                        "ALL",
                        "PUBLIC_WIRED",
                        "ALL"
                      ]
                    },
                    {
                      "id": 2,
                      "created": "string",
                      "edgeId": 5,
                      "logicalId": "string",
                      "internalId": "string",
                      "interface": "string",
                      "macAddress": "string",
                      "ipAddress": "string",
                      "netmask": "string",
                      "networkSide": "UNKOWN",
                      "networkType": "UNKNOWN",
                      "displayName": "string",
                      "isp": "string",
                      "org": "string",
                      "lat": 6,
                      "lon": 8,
                      "lastActive": "string",
                      "state": "STABLE",
                      "backupState": "UNCONFIGURED",
                      "vpnState": "STANDBY",
                      "lastEvent": "string",
                      "lastEventState": "UNSTABLE",
                      "alertsEnabled": 1,
                      "operatorAlertsEnabled": 1,
                      "serviceState": "IN_SERVICE",
                      "modified": "string",
                      "serviceGroups": [
                        "ALL",
                        "PRIVATE_WIRED",
                        "PUBLIC_WIRED",
                        "ALL",
                        "PUBLIC_WIRELESS",
                        "PUBLIC_WIRELESS",
                        "PUBLIC_WIRED",
                        "ALL"
                      ]
                    },
                    {
                      "id": 8,
                      "created": "string",
                      "edgeId": 8,
                      "logicalId": "string",
                      "internalId": "string",
                      "interface": "string",
                      "macAddress": "string",
                      "ipAddress": "string",
                      "netmask": "string",
                      "networkSide": "WAN",
                      "networkType": "WIRELESS",
                      "displayName": "string",
                      "isp": "string",
                      "org": "string",
                      "lat": 3,
                      "lon": 10,
                      "lastActive": "string",
                      "state": "STANDBY",
                      "backupState": "UNCONFIGURED",
                      "vpnState": "STANDBY",
                      "lastEvent": "string",
                      "lastEventState": "UNSTABLE",
                      "alertsEnabled": 1,
                      "operatorAlertsEnabled": 1,
                      "serviceState": "HISTORICAL",
                      "modified": "string",
                      "serviceGroups": [
                        "PUBLIC_WIRED",
                        "ALL",
                        "ALL",
                        "PRIVATE_WIRED",
                        "ALL",
                        "PRIVATE_WIRED",
                        "PUBLIC_WIRELESS",
                        "PUBLIC_WIRED",
                        "PRIVATE_WIRED",
                        "PRIVATE_WIRED"
                      ]
                    },
                    {
                      "id": 8,
                      "created": "string",
                      "edgeId": 4,
                      "logicalId": "string",
                      "internalId": "string",
                      "interface": "string",
                      "macAddress": "string",
                      "ipAddress": "string",
                      "netmask": "string",
                      "networkSide": "WAN",
                      "networkType": "WIFI",
                      "displayName": "string",
                      "isp": "string",
                      "org": "string",
                      "lat": 10,
                      "lon": 7,
                      "lastActive": "string",
                      "state": "QUIET",
                      "backupState": "ACTIVE",
                      "vpnState": "DEAD",
                      "lastEvent": "string",
                      "lastEventState": "STANDBY",
                      "alertsEnabled": 1,
                      "operatorAlertsEnabled": 1,
                      "serviceState": "HISTORICAL",
                      "modified": "string",
                      "serviceGroups": [
                        "ALL",
                        "PRIVATE_WIRED",
                        "PUBLIC_WIRED",
                        "PUBLIC_WIRELESS",
                        "PUBLIC_WIRED",
                        "PUBLIC_WIRELESS",
                        "PRIVATE_WIRED"
                      ]
                    },
                    {
                      "id": 6,
                      "created": "string",
                      "edgeId": 8,
                      "logicalId": "string",
                      "internalId": "string",
                      "interface": "string",
                      "macAddress": "string",
                      "ipAddress": "string",
                      "netmask": "string",
                      "networkSide": "WAN",
                      "networkType": "WIFI",
                      "displayName": "string",
                      "isp": "string",
                      "org": "string",
                      "lat": 5,
                      "lon": 4,
                      "lastActive": "string",
                      "state": "UNSTABLE",
                      "backupState": "UNCONFIGURED",
                      "vpnState": "DEAD",
                      "lastEvent": "string",
                      "lastEventState": "UNKNOWN",
                      "alertsEnabled": 1,
                      "operatorAlertsEnabled": 1,
                      "serviceState": "OUT_OF_SERVICE",
                      "modified": "string",
                      "serviceGroups": [
                        "ALL",
                        "ALL",
                        "PUBLIC_WIRED",
                        "ALL",
                        "ALL",
                        "PUBLIC_WIRED",
                        "PUBLIC_WIRELESS",
                        "PUBLIC_WIRELESS",
                        "PRIVATE_WIRED"
                      ]
                    },
                    {
                      "id": 1,
                      "created": "string",
                      "edgeId": 2,
                      "logicalId": "string",
                      "internalId": "string",
                      "interface": "string",
                      "macAddress": "string",
                      "ipAddress": "string",
                      "netmask": "string",
                      "networkSide": "WAN",
                      "networkType": "ETHERNET",
                      "displayName": "string",
                      "isp": "string",
                      "org": "string",
                      "lat": 9,
                      "lon": 10,
                      "lastActive": "string",
                      "state": "INITIAL",
                      "backupState": "UNCONFIGURED",
                      "vpnState": "UNSTABLE",
                      "lastEvent": "string",
                      "lastEventState": "UNKNOWN",
                      "alertsEnabled": 0,
                      "operatorAlertsEnabled": 1,
                      "serviceState": "HISTORICAL",
                      "modified": "string",
                      "serviceGroups": [
                        "PUBLIC_WIRED"
                      ]
                    },
                    {
                      "id": 3,
                      "created": "string",
                      "edgeId": 2,
                      "logicalId": "string",
                      "internalId": "string",
                      "interface": "string",
                      "macAddress": "string",
                      "ipAddress": "string",
                      "netmask": "string",
                      "networkSide": "UNKOWN",
                      "networkType": "WIFI",
                      "displayName": "string",
                      "isp": "string",
                      "org": "string",
                      "lat": 1,
                      "lon": 9,
                      "lastActive": "string",
                      "state": "DISCONNECTED",
                      "backupState": "ACTIVE",
                      "vpnState": "DEAD",
                      "lastEvent": "string",
                      "lastEventState": "UNSTABLE",
                      "alertsEnabled": 1,
                      "operatorAlertsEnabled": 1,
                      "serviceState": "IN_SERVICE",
                      "modified": "string",
                      "serviceGroups": [
                        "PRIVATE_WIRED",
                        "PUBLIC_WIRED"
                      ]
                    },
                    {
                      "id": 6,
                      "created": "string",
                      "edgeId": 5,
                      "logicalId": "string",
                      "internalId": "string",
                      "interface": "string",
                      "macAddress": "string",
                      "ipAddress": "string",
                      "netmask": "string",
                      "networkSide": "UNKOWN",
                      "networkType": "ETHERNET",
                      "displayName": "string",
                      "isp": "string",
                      "org": "string",
                      "lat": 5,
                      "lon": 8,
                      "lastActive": "string",
                      "state": "DISCONNECTED",
                      "backupState": "UNCONFIGURED",
                      "vpnState": "UNKNOWN",
                      "lastEvent": "string",
                      "lastEventState": "STABLE",
                      "alertsEnabled": 1,
                      "operatorAlertsEnabled": 1,
                      "serviceState": "OUT_OF_SERVICE",
                      "modified": "string",
                      "serviceGroups": [
                        "PUBLIC_WIRELESS",
                        "PUBLIC_WIRELESS",
                        "PRIVATE_WIRED",
                        "PUBLIC_WIRED",
                        "ALL",
                        "PUBLIC_WIRELESS",
                        "PUBLIC_WIRED",
                        "ALL",
                        "PUBLIC_WIRELESS"
                      ]
                    }
                  ],
                  "recentLinks": [
                    {
                      "id": 4,
                      "created": "string",
                      "edgeId": 5,
                      "logicalId": "string",
                      "internalId": "string",
                      "interface": "string",
                      "macAddress": "string",
                      "ipAddress": "string",
                      "netmask": "string",
                      "networkSide": "WAN",
                      "networkType": "WIFI",
                      "displayName": "string",
                      "isp": "string",
                      "org": "string",
                      "lat": 6,
                      "lon": 3,
                      "lastActive": "string",
                      "state": "STANDBY",
                      "backupState": "UNCONFIGURED",
                      "vpnState": "STANDBY",
                      "lastEvent": "string",
                      "lastEventState": "INITIAL",
                      "alertsEnabled": 0,
                      "operatorAlertsEnabled": 1,
                      "serviceState": "OUT_OF_SERVICE",
                      "modified": "string",
                      "serviceGroups": [
                        "PRIVATE_WIRED",
                        "ALL",
                        "ALL",
                        "PUBLIC_WIRED",
                        "PUBLIC_WIRELESS",
                        "PRIVATE_WIRED",
                        "PUBLIC_WIRED",
                        "ALL",
                        "PUBLIC_WIRED",
                        "PUBLIC_WIRED"
                      ]
                    },
                    {
                      "id": 4,
                      "created": "string",
                      "edgeId": 8,
                      "logicalId": "string",
                      "internalId": "string",
                      "interface": "string",
                      "macAddress": "string",
                      "ipAddress": "string",
                      "netmask": "string",
                      "networkSide": "UNKOWN",
                      "networkType": "WIRELESS",
                      "displayName": "string",
                      "isp": "string",
                      "org": "string",
                      "lat": 10,
                      "lon": 4,
                      "lastActive": "string",
                      "state": "DISCONNECTED",
                      "backupState": "ACTIVE",
                      "vpnState": "STANDBY",
                      "lastEvent": "string",
                      "lastEventState": "QUIET",
                      "alertsEnabled": 0,
                      "operatorAlertsEnabled": 1,
                      "serviceState": "IN_SERVICE",
                      "modified": "string",
                      "serviceGroups": [
                        "PUBLIC_WIRED"
                      ]
                    },
                    {
                      "id": 8,
                      "created": "string",
                      "edgeId": 10,
                      "logicalId": "string",
                      "internalId": "string",
                      "interface": "string",
                      "macAddress": "string",
                      "ipAddress": "string",
                      "netmask": "string",
                      "networkSide": "LAN",
                      "networkType": "UNKNOWN",
                      "displayName": "string",
                      "isp": "string",
                      "org": "string",
                      "lat": 2,
                      "lon": 2,
                      "lastActive": "string",
                      "state": "QUIET",
                      "backupState": "ACTIVE",
                      "vpnState": "UNSTABLE",
                      "lastEvent": "string",
                      "lastEventState": "UNKNOWN",
                      "alertsEnabled": 0,
                      "operatorAlertsEnabled": 1,
                      "serviceState": "IN_SERVICE",
                      "modified": "string",
                      "serviceGroups": [
                        "PUBLIC_WIRELESS",
                        "ALL",
                        "PRIVATE_WIRED"
                      ]
                    },
                    {
                      "id": 1,
                      "created": "string",
                      "edgeId": 2,
                      "logicalId": "string",
                      "internalId": "string",
                      "interface": "string",
                      "macAddress": "string",
                      "ipAddress": "string",
                      "netmask": "string",
                      "networkSide": "LAN",
                      "networkType": "UNKNOWN",
                      "displayName": "string",
                      "isp": "string",
                      "org": "string",
                      "lat": 3,
                      "lon": 5,
                      "lastActive": "string",
                      "state": "STANDBY",
                      "backupState": "STANDBY",
                      "vpnState": "DEAD",
                      "lastEvent": "string",
                      "lastEventState": "STABLE",
                      "alertsEnabled": 0,
                      "operatorAlertsEnabled": 0,
                      "serviceState": "IN_SERVICE",
                      "modified": "string",
                      "serviceGroups": [
                        "PUBLIC_WIRELESS",
                        "PUBLIC_WIRELESS",
                        "PUBLIC_WIRELESS",
                        "PRIVATE_WIRED",
                        "PUBLIC_WIRELESS",
                        "PUBLIC_WIRELESS",
                        "PUBLIC_WIRED",
                        "PRIVATE_WIRED"
                      ]
                    }
                  ],
                  "site": {
                    "id": 6,
                    "created": "string",
                    "name": "string",
                    "contactName": "string",
                    "contactPhone": "string",
                    "contactMobile": "string",
                    "contactEmail": "string",
                    "streetAddress": "string",
                    "streetAddress2": "string",
                    "city": "string",
                    "state": "string",
                    "postalCode": "string",
                    "country": "string",
                    "lat": 7,
                    "lon": 1,
                    "timezone": "string",
                    "locale": "string",
                    "shippingSameAsLocation": 1,
                    "shippingContactName": "string",
                    "shippingAddress": "string",
                    "shippingAddress2": "string",
                    "shippingCity": "string",
                    "shippingState": "string",
                    "shippingCountry": "string",
                    "shippingPostalCode": "string",
                    "modified": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/edge/getEdgeActivationEmail": {
      "post": {
        "tags": [
          "Edge"
        ],
        "operationId": "edgeGetEdgeActivationEmail",
        "description": "The parameters and request body are for method: edgeGetEdgeActivationEmail. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "to": {
                      "type": "string"
                    },
                    "cc": {
                      "type": "object"
                    },
                    "from": {
                      "type": "string"
                    },
                    "replyTo": {
                      "type": "string"
                    },
                    "subject": {
                      "type": "string"
                    },
                    "content": {
                      "type": "object",
                      "properties": {
                        "activationURL": {
                          "type": "string"
                        },
                        "activationURLIpV6": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "to": "string",
                  "cc": null,
                  "from": "string",
                  "replyTo": "string",
                  "subject": "string",
                  "content": {
                    "activationURL": "string",
                    "activationURLIpV6": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/edge/getEdgeConfigurationModules": {
      "post": {
        "tags": [
          "Edge"
        ],
        "operationId": "edgeGetEdgeConfigurationModules",
        "description": "The parameters and request body are for method: edgeGetEdgeConfigurationModules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "deviceSettings": {
                      "type": "object",
                      "properties": {
                        "version": {
                          "type": "string"
                        },
                        "schemaVersion": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "data": {
                          "type": "object",
                          "properties": {
                            "bgp": {
                              "type": "object",
                              "properties": {
                                "ASN": {
                                  "type": "string"
                                },
                                "connectedRoutes": {
                                  "type": "boolean"
                                },
                                "disableASPathCarryOver": {
                                  "type": "boolean"
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "filters": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "id": {
                                        "type": "string"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "rules": {
                                        "type": "array",
                                        "items": {
                                          "type": "object",
                                          "properties": {
                                            "action": {
                                              "type": "object",
                                              "properties": {
                                                "type": {
                                                  "type": "string"
                                                },
                                                "values": {
                                                  "type": "array",
                                                  "items": {
                                                    "type": "object",
                                                    "properties": {
                                                      "type": {
                                                        "type": "string"
                                                      },
                                                      "value": {
                                                        "type": "string"
                                                      }
                                                    }
                                                  }
                                                }
                                              }
                                            },
                                            "match": {
                                              "type": "object",
                                              "properties": {
                                                "exactMatch": {
                                                  "type": "boolean"
                                                },
                                                "type": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                },
                                "holdtime": {
                                  "type": "string"
                                },
                                "keepalive": {
                                  "type": "string"
                                },
                                "neighbors": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "neighborAS": {
                                        "type": "string"
                                      },
                                      "neighborIp": {
                                        "type": "string"
                                      },
                                      "neighborTag": {
                                        "type": "string"
                                      },
                                      "inboundFilter": {
                                        "type": "object",
                                        "properties": {
                                          "ids": {
                                            "type": "array",
                                            "items": {
                                              "type": "string"
                                            }
                                          }
                                        }
                                      },
                                      "outboundFilter": {
                                        "type": "object",
                                        "properties": {
                                          "ids": {
                                            "type": "array",
                                            "items": {
                                              "type": "string"
                                            }
                                          }
                                        }
                                      },
                                      "allowAS": {
                                        "type": "boolean"
                                      },
                                      "connect": {
                                        "type": "string"
                                      },
                                      "defaultRoute": {
                                        "type": "boolean"
                                      },
                                      "holdtime": {
                                        "type": "string"
                                      },
                                      "keepalive": {
                                        "type": "string"
                                      },
                                      "enableMd5": {
                                        "type": "boolean"
                                      },
                                      "md5Password": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                },
                                "networks": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "cidrIp": {
                                        "type": "string"
                                      },
                                      "cidrPrefix": {
                                        "type": "number"
                                      }
                                    }
                                  }
                                },
                                "overlayPrefix": {
                                  "type": "boolean"
                                },
                                "propagateUplink": {
                                  "type": "boolean"
                                },
                                "routerId": {
                                  "type": "string"
                                },
                                "uplinkCommunity": {
                                  "type": "number"
                                }
                              }
                            },
                            "lan": {
                              "type": "object",
                              "properties": {
                                "networks": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "space": {
                                        "type": "string"
                                      },
                                      "guest": {
                                        "type": "boolean"
                                      },
                                      "secure": {
                                        "type": "boolean"
                                      },
                                      "advertise": {
                                        "type": "boolean"
                                      },
                                      "pingResponse": {
                                        "type": "boolean"
                                      },
                                      "cost": {
                                        "type": "number"
                                      },
                                      "dhcp": {
                                        "type": "object",
                                        "properties": {
                                          "enabled": {
                                            "type": "boolean"
                                          },
                                          "leaseTimeSeconds": {
                                            "type": "number"
                                          },
                                          "override": {
                                            "type": "boolean"
                                          },
                                          "dhcpRelay": {
                                            "type": "object",
                                            "properties": {
                                              "servers": {
                                                "type": "array",
                                                "items": {
                                                  "type": "string"
                                                }
                                              }
                                            }
                                          }
                                        }
                                      },
                                      "staticReserved": {
                                        "type": "number"
                                      },
                                      "netmask": {
                                        "type": "string"
                                      },
                                      "cidrPrefix": {
                                        "type": "number"
                                      },
                                      "cidrIp": {
                                        "type": "string"
                                      },
                                      "baseDhcpAddr": {
                                        "type": "number"
                                      },
                                      "numDhcpAddr": {
                                        "type": "number"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "interfaces": {
                                        "type": "array",
                                        "items": {
                                          "type": "string"
                                        }
                                      },
                                      "vlanId": {
                                        "type": "number"
                                      },
                                      "managementIp": {
                                        "type": "string"
                                      },
                                      "disabled": {
                                        "type": "boolean"
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "routedInterfaces": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "addressing": {
                                    "type": "object",
                                    "properties": {
                                      "type": {
                                        "type": "string"
                                      },
                                      "cidrPrefix": {
                                        "type": "number"
                                      },
                                      "cidrIp": {
                                        "type": "string"
                                      },
                                      "netmask": {
                                        "type": "string"
                                      },
                                      "gateway": {
                                        "type": "string"
                                      },
                                      "username": {
                                        "type": "string"
                                      },
                                      "password": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "advertise": {
                                    "type": "boolean"
                                  },
                                  "pingResponse": {
                                    "type": "boolean"
                                  },
                                  "disabled": {
                                    "type": "boolean"
                                  },
                                  "dhcpServer": {
                                    "type": "object",
                                    "properties": {
                                      "baseDhcpAddr": {
                                        "type": "number"
                                      },
                                      "enabled": {
                                        "type": "boolean"
                                      },
                                      "leaseTimeSeconds": {
                                        "type": "number"
                                      },
                                      "dhcpRelay": {
                                        "type": "object",
                                        "properties": {
                                          "servers": {
                                            "type": "array",
                                            "items": {
                                              "type": "string"
                                            }
                                          }
                                        }
                                      },
                                      "numDhcpAddr": {
                                        "type": "number"
                                      },
                                      "staticReserved": {
                                        "type": "number"
                                      },
                                      "options": {
                                        "type": "array",
                                        "items": {
                                          "type": "object",
                                          "properties": {
                                            "option": {
                                              "type": "number"
                                            },
                                            "value": {
                                              "type": "string"
                                            },
                                            "type": {
                                              "type": "string"
                                            },
                                            "metaData": {
                                              "type": "object",
                                              "properties": {
                                                "dataType": {
                                                  "type": "string"
                                                },
                                                "description": {
                                                  "type": "string"
                                                },
                                                "display": {
                                                  "type": "boolean"
                                                },
                                                "list": {
                                                  "type": "boolean"
                                                },
                                                "name": {
                                                  "type": "string"
                                                },
                                                "option": {
                                                  "type": "number"
                                                }
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "encryptOverlay": {
                                    "type": "boolean"
                                  },
                                  "l2": {
                                    "type": "object",
                                    "properties": {
                                      "autonegotiation": {
                                        "type": "boolean"
                                      },
                                      "speed": {
                                        "type": "string"
                                      },
                                      "duplex": {
                                        "type": "string"
                                      },
                                      "MTU": {
                                        "type": "number"
                                      }
                                    }
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "natDirect": {
                                    "type": "boolean"
                                  },
                                  "ospf": {
                                    "type": "object",
                                    "properties": {
                                      "area": {
                                        "type": "number"
                                      },
                                      "authentication": {
                                        "type": "boolean"
                                      },
                                      "authId": {
                                        "type": "number"
                                      },
                                      "authPassphrase": {
                                        "type": "string"
                                      },
                                      "cost": {
                                        "type": "number"
                                      },
                                      "deadTimer": {
                                        "type": "number"
                                      },
                                      "mode": {
                                        "type": "string"
                                      },
                                      "enabled": {
                                        "type": "boolean"
                                      },
                                      "helloTimer": {
                                        "type": "number"
                                      },
                                      "inboundRouteLearning": {
                                        "type": "object",
                                        "properties": {
                                          "defaultAction": {
                                            "type": "string"
                                          },
                                          "filters": {
                                            "type": "array",
                                            "items": {
                                              "type": "object"
                                            }
                                          }
                                        }
                                      },
                                      "md5Authentication": {
                                        "type": "boolean"
                                      },
                                      "MTU": {
                                        "type": "number"
                                      },
                                      "outboundRouteAdvertisement": {
                                        "type": "object",
                                        "properties": {
                                          "defaultAction": {
                                            "type": "string"
                                          },
                                          "filters": {
                                            "type": "array",
                                            "items": {
                                              "type": "object"
                                            }
                                          }
                                        }
                                      },
                                      "passive": {
                                        "type": "boolean"
                                      },
                                      "vlanId": {
                                        "type": "number"
                                      }
                                    }
                                  },
                                  "override": {
                                    "type": "boolean"
                                  },
                                  "subinterfaces": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "addressing": {
                                          "type": "object",
                                          "properties": {
                                            "cidrIp": {
                                              "type": "string"
                                            },
                                            "cidrPrefix": {
                                              "type": "number"
                                            },
                                            "gateway": {
                                              "type": "string"
                                            },
                                            "netmask": {
                                              "type": "string"
                                            },
                                            "type": {
                                              "type": "string"
                                            },
                                            "username": {
                                              "type": "string"
                                            },
                                            "password": {
                                              "type": "string"
                                            }
                                          }
                                        },
                                        "advertise": {
                                          "type": "boolean"
                                        },
                                        "pingResponse": {
                                          "type": "boolean"
                                        },
                                        "dhcpServer": {
                                          "type": "object",
                                          "properties": {
                                            "baseDhcpAddr": {
                                              "type": "number"
                                            },
                                            "enabled": {
                                              "type": "boolean"
                                            },
                                            "leaseTimeSeconds": {
                                              "type": "number"
                                            },
                                            "dhcpRelay": {
                                              "type": "object",
                                              "properties": {
                                                "servers": {
                                                  "type": "array",
                                                  "items": {
                                                    "type": "string"
                                                  }
                                                }
                                              }
                                            },
                                            "numDhcpAddr": {
                                              "type": "number"
                                            },
                                            "staticReserved": {
                                              "type": "number"
                                            },
                                            "options": {
                                              "type": "array",
                                              "items": {
                                                "type": "object",
                                                "properties": {
                                                  "option": {
                                                    "type": "number"
                                                  },
                                                  "value": {
                                                    "type": "string"
                                                  },
                                                  "type": {
                                                    "type": "string"
                                                  },
                                                  "metaData": {
                                                    "type": "object",
                                                    "properties": {
                                                      "dataType": {
                                                        "type": "string"
                                                      },
                                                      "description": {
                                                        "type": "string"
                                                      },
                                                      "display": {
                                                        "type": "boolean"
                                                      },
                                                      "list": {
                                                        "type": "boolean"
                                                      },
                                                      "name": {
                                                        "type": "string"
                                                      },
                                                      "option": {
                                                        "type": "number"
                                                      }
                                                    }
                                                  }
                                                }
                                              }
                                            }
                                          }
                                        },
                                        "disabled": {
                                          "type": "boolean"
                                        },
                                        "natDirect": {
                                          "type": "boolean"
                                        },
                                        "ospf": {
                                          "type": "object",
                                          "properties": {
                                            "area": {
                                              "type": "number"
                                            },
                                            "authentication": {
                                              "type": "boolean"
                                            },
                                            "authId": {
                                              "type": "number"
                                            },
                                            "authPassphrase": {
                                              "type": "string"
                                            },
                                            "cost": {
                                              "type": "number"
                                            },
                                            "deadTimer": {
                                              "type": "number"
                                            },
                                            "mode": {
                                              "type": "string"
                                            },
                                            "enabled": {
                                              "type": "boolean"
                                            },
                                            "helloTimer": {
                                              "type": "number"
                                            },
                                            "inboundRouteLearning": {
                                              "type": "object",
                                              "properties": {
                                                "defaultAction": {
                                                  "type": "string"
                                                },
                                                "filters": {
                                                  "type": "array",
                                                  "items": {
                                                    "type": "object"
                                                  }
                                                }
                                              }
                                            },
                                            "md5Authentication": {
                                              "type": "boolean"
                                            },
                                            "MTU": {
                                              "type": "number"
                                            },
                                            "outboundRouteAdvertisement": {
                                              "type": "object",
                                              "properties": {
                                                "defaultAction": {
                                                  "type": "string"
                                                },
                                                "filters": {
                                                  "type": "array",
                                                  "items": {
                                                    "type": "object"
                                                  }
                                                }
                                              }
                                            },
                                            "passive": {
                                              "type": "boolean"
                                            }
                                          }
                                        },
                                        "override": {
                                          "type": "boolean"
                                        },
                                        "subinterfaceId": {
                                          "type": "number"
                                        },
                                        "subinterfaceType": {
                                          "type": "string"
                                        },
                                        "vlanId": {
                                          "type": "number"
                                        },
                                        "trusted": {
                                          "type": "boolean"
                                        },
                                        "rpf": {
                                          "type": "string"
                                        }
                                      }
                                    }
                                  },
                                  "vlanId": {
                                    "type": "number"
                                  },
                                  "wanOverlay": {
                                    "type": "string"
                                  },
                                  "trusted": {
                                    "type": "boolean"
                                  },
                                  "rpf": {
                                    "type": "string"
                                  },
                                  "underlayAccounting": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            },
                            "routes": {
                              "type": "object",
                              "properties": {
                                "icmpProbes": {
                                  "type": "array",
                                  "items": {
                                    "type": "object"
                                  }
                                },
                                "icmpResponders": {
                                  "type": "array",
                                  "items": {
                                    "type": "object"
                                  }
                                },
                                "static": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "destination": {
                                        "type": "string"
                                      },
                                      "netmask": {
                                        "type": "string"
                                      },
                                      "sourceIp": {
                                        "type": "string"
                                      },
                                      "gateway": {
                                        "type": "string"
                                      },
                                      "cost": {
                                        "type": "number"
                                      },
                                      "preferred": {
                                        "type": "boolean"
                                      },
                                      "description": {
                                        "type": "string"
                                      },
                                      "cidrPrefix": {
                                        "type": "string"
                                      },
                                      "wanInterface": {
                                        "type": "string"
                                      },
                                      "icmpProbeLogicalId": {
                                        "type": "string"
                                      },
                                      "vlanId": {
                                        "type": "number"
                                      },
                                      "advertise": {
                                        "type": "boolean"
                                      },
                                      "subinterfaceId": {
                                        "type": "number"
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "ha": {
                              "type": "object",
                              "properties": {
                                "enabled": {
                                  "type": "boolean"
                                },
                                "interface": {
                                  "type": "string"
                                }
                              }
                            },
                            "dns": {
                              "type": "object",
                              "properties": {
                                "primaryProvider": {
                                  "type": "object",
                                  "properties": {
                                    "ref": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "backupProvider": {
                                  "type": "object",
                                  "properties": {
                                    "ref": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "privateProviders": {
                                  "type": "object",
                                  "properties": {
                                    "ref": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            },
                            "netflow": {
                              "type": "object",
                              "properties": {
                                "enable": {
                                  "type": "boolean"
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "version": {
                                  "type": "number"
                                },
                                "collectors": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "address": {
                                        "type": "string"
                                      },
                                      "port": {
                                        "type": "number"
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "vqm": {
                              "type": "object",
                              "properties": {
                                "enable": {
                                  "type": "boolean"
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "protocol": {
                                  "type": "string"
                                },
                                "collectors": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "address": {
                                        "type": "string"
                                      },
                                      "port": {
                                        "type": "number"
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "vrrp": {
                              "type": "object",
                              "properties": {
                                "enabled": {
                                  "type": "boolean"
                                },
                                "data": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "cidrIp": {
                                        "type": "string"
                                      },
                                      "interface": {
                                        "type": "string"
                                      },
                                      "interval": {
                                        "type": "number"
                                      },
                                      "preempt": {
                                        "type": "boolean"
                                      },
                                      "preemptDelay": {
                                        "type": "number"
                                      },
                                      "priority": {
                                        "type": "number"
                                      },
                                      "subinterfaceId": {
                                        "type": "number"
                                      },
                                      "vlanId": {
                                        "type": "number"
                                      },
                                      "vrid": {
                                        "type": "number"
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "snmp": {
                              "type": "object",
                              "properties": {
                                "port": {
                                  "type": "number"
                                },
                                "snmpv2c": {
                                  "type": "object",
                                  "properties": {
                                    "enable": {
                                      "type": "boolean"
                                    },
                                    "enabled": {
                                      "type": "boolean"
                                    },
                                    "community": {
                                      "type": "string"
                                    },
                                    "allowedIp": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                },
                                "snmpv3": {
                                  "type": "object",
                                  "properties": {
                                    "enabled": {
                                      "type": "boolean"
                                    },
                                    "enable": {
                                      "type": "boolean"
                                    },
                                    "users": {
                                      "type": "array",
                                      "items": {
                                        "type": "object",
                                        "properties": {
                                          "name": {
                                            "type": "string"
                                          },
                                          "passphrase": {
                                            "type": "string"
                                          },
                                          "authAlg": {
                                            "type": "string"
                                          },
                                          "privacy": {
                                            "type": "boolean"
                                          },
                                          "encrAlg": {
                                            "type": "string"
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "multiSourceQos": {
                              "type": "object",
                              "properties": {
                                "enable": {
                                  "type": "boolean"
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "highRatio": {
                                  "type": "number"
                                },
                                "normalRatio": {
                                  "type": "number"
                                },
                                "lowRatio": {
                                  "type": "number"
                                },
                                "maxCapThreshold": {
                                  "type": "number"
                                },
                                "minCapThreshold": {
                                  "type": "number"
                                }
                              }
                            },
                            "tacacs": {
                              "type": "object",
                              "properties": {
                                "ref": {
                                  "type": "string"
                                },
                                "sourceInterface": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "firewall": {
                      "type": "object",
                      "properties": {
                        "version": {
                          "type": "string"
                        },
                        "schemaVersion": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "data": {
                          "type": "object",
                          "properties": {
                            "firewall_enabled": {
                              "type": "boolean"
                            },
                            "inboundLoggingEnabled": {
                              "type": "boolean"
                            },
                            "stateful_firewall_enabled": {
                              "type": "boolean"
                            },
                            "firewall_logging_enabled": {
                              "type": "boolean"
                            },
                            "inbound": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "name": {
                                    "type": "string"
                                  },
                                  "match": {
                                    "type": "object",
                                    "properties": {
                                      "appid": {
                                        "type": "number"
                                      },
                                      "classid": {
                                        "type": "number"
                                      },
                                      "dscp": {
                                        "type": "number"
                                      },
                                      "sip": {
                                        "type": "string"
                                      },
                                      "sport_high": {
                                        "type": "number"
                                      },
                                      "sport_low": {
                                        "type": "number"
                                      },
                                      "ssm": {
                                        "type": "string"
                                      },
                                      "smac": {
                                        "type": "string"
                                      },
                                      "svlan": {
                                        "type": "number"
                                      },
                                      "os_version": {
                                        "type": "number"
                                      },
                                      "hostname": {
                                        "type": "string"
                                      },
                                      "dip": {
                                        "type": "string"
                                      },
                                      "dport_low": {
                                        "type": "number"
                                      },
                                      "dport_high": {
                                        "type": "number"
                                      },
                                      "dsm": {
                                        "type": "string"
                                      },
                                      "dmac": {
                                        "type": "string"
                                      },
                                      "dvlan": {
                                        "type": "number"
                                      },
                                      "proto": {
                                        "type": "number"
                                      },
                                      "s_rule_type": {
                                        "type": "string"
                                      },
                                      "d_rule_type": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "action": {
                                    "type": "object",
                                    "properties": {
                                      "type": {
                                        "type": "string"
                                      },
                                      "nat": {
                                        "type": "object",
                                        "properties": {
                                          "lan_ip": {
                                            "type": "string"
                                          },
                                          "lan_port": {
                                            "type": "number"
                                          },
                                          "outbound": {
                                            "type": "boolean"
                                          }
                                        }
                                      },
                                      "interface": {
                                        "type": "string"
                                      },
                                      "subinterfaceId": {
                                        "type": "number"
                                      }
                                    }
                                  },
                                  "ruleLogicalId": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "segments": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "firewall_logging_enabled": {
                                    "type": "boolean"
                                  },
                                  "stateful_firewall_enabled": {
                                    "type": "boolean"
                                  },
                                  "outbound": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "match": {
                                          "type": "object",
                                          "properties": {
                                            "appid": {
                                              "type": "number"
                                            },
                                            "classid": {
                                              "type": "number"
                                            },
                                            "dscp": {
                                              "type": "number"
                                            },
                                            "sip": {
                                              "type": "string"
                                            },
                                            "sport_high": {
                                              "type": "number"
                                            },
                                            "sport_low": {
                                              "type": "number"
                                            },
                                            "ssm": {
                                              "type": "string"
                                            },
                                            "smac": {
                                              "type": "string"
                                            },
                                            "svlan": {
                                              "type": "number"
                                            },
                                            "os_version": {
                                              "type": "number"
                                            },
                                            "hostname": {
                                              "type": "string"
                                            },
                                            "dip": {
                                              "type": "string"
                                            },
                                            "dport_low": {
                                              "type": "number"
                                            },
                                            "dport_high": {
                                              "type": "number"
                                            },
                                            "dsm": {
                                              "type": "string"
                                            },
                                            "dmac": {
                                              "type": "string"
                                            },
                                            "dvlan": {
                                              "type": "number"
                                            },
                                            "proto": {
                                              "type": "number"
                                            },
                                            "s_rule_type": {
                                              "type": "string"
                                            },
                                            "d_rule_type": {
                                              "type": "string"
                                            }
                                          }
                                        },
                                        "action": {
                                          "type": "object",
                                          "properties": {
                                            "allow_or_deny": {
                                              "type": "string"
                                            }
                                          }
                                        },
                                        "ruleLogicalId": {
                                          "type": "string"
                                        }
                                      }
                                    }
                                  },
                                  "segment": {
                                    "type": "object",
                                    "properties": {
                                      "name": {
                                        "type": "string"
                                      },
                                      "segmentId": {
                                        "type": "number"
                                      },
                                      "type": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "services": {
                              "type": "object",
                              "properties": {
                                "loggingEnabled": {
                                  "type": "boolean"
                                },
                                "ssh": {
                                  "type": "object",
                                  "properties": {
                                    "enabled": {
                                      "type": "boolean"
                                    },
                                    "allowSelectedIp": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    },
                                    "ruleLogicalId": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "localUi": {
                                  "type": "object",
                                  "properties": {
                                    "enabled": {
                                      "type": "boolean"
                                    },
                                    "allowSelectedIp": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    },
                                    "portNumber": {
                                      "type": "number"
                                    },
                                    "ruleLogicalId": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "snmp": {
                                  "type": "object",
                                  "properties": {
                                    "enabled": {
                                      "type": "boolean"
                                    },
                                    "allowSelectedIp": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    },
                                    "ruleLogicalId": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "icmp": {
                                  "type": "object",
                                  "properties": {
                                    "enabled": {
                                      "type": "boolean"
                                    },
                                    "allowSelectedIp": {
                                      "type": "array",
                                      "items": {
                                        "type": "string"
                                      }
                                    },
                                    "ruleLogicalId": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "QOS": {
                      "type": "object",
                      "properties": {
                        "version": {
                          "type": "string"
                        },
                        "schemaVersion": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "data": {
                          "type": "object",
                          "properties": {
                            "serviceRateLimit": {
                              "type": "object",
                              "properties": {
                                "enabled": {
                                  "type": "boolean"
                                },
                                "inputType": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "number"
                                }
                              }
                            },
                            "segments": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "rules": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "match": {
                                          "type": "object",
                                          "properties": {
                                            "appid": {
                                              "type": "number"
                                            },
                                            "classid": {
                                              "type": "number"
                                            },
                                            "dscp": {
                                              "type": "number"
                                            },
                                            "sip": {
                                              "type": "string"
                                            },
                                            "sport_high": {
                                              "type": "number"
                                            },
                                            "sport_low": {
                                              "type": "number"
                                            },
                                            "ssm": {
                                              "type": "string"
                                            },
                                            "svlan": {
                                              "type": "number"
                                            },
                                            "os_version": {
                                              "type": "number"
                                            },
                                            "hostname": {
                                              "type": "string"
                                            },
                                            "dip": {
                                              "type": "string"
                                            },
                                            "dport_low": {
                                              "type": "number"
                                            },
                                            "dport_high": {
                                              "type": "number"
                                            },
                                            "dsm": {
                                              "type": "string"
                                            },
                                            "dvlan": {
                                              "type": "number"
                                            },
                                            "proto": {
                                              "type": "number"
                                            },
                                            "s_rule_type": {
                                              "type": "string"
                                            },
                                            "d_rule_type": {
                                              "type": "string"
                                            }
                                          }
                                        },
                                        "action": {
                                          "type": "object",
                                          "properties": {
                                            "routeType": {
                                              "type": "string"
                                            },
                                            "edge2EdgeRouteAction": {
                                              "type": "object",
                                              "properties": {
                                                "interface": {
                                                  "type": "string"
                                                },
                                                "linkInternalLogicalId": {
                                                  "type": "string"
                                                },
                                                "linkPolicy": {
                                                  "type": "string"
                                                },
                                                "routeCfg": {
                                                  "type": "object"
                                                },
                                                "routePolicy": {
                                                  "type": "string"
                                                },
                                                "serviceGroup": {
                                                  "type": "string"
                                                },
                                                "vlanId": {
                                                  "type": "number"
                                                },
                                                "wanlink": {
                                                  "type": "string"
                                                },
                                                "linkCosLogicalId": {
                                                  "type": "string"
                                                },
                                                "linkOuterDscpTag": {
                                                  "type": "string"
                                                },
                                                "linkInnerDscpTag": {
                                                  "type": "string"
                                                }
                                              }
                                            },
                                            "edge2DataCenterRouteAction": {
                                              "type": "object",
                                              "properties": {
                                                "interface": {
                                                  "type": "string"
                                                },
                                                "linkInternalLogicalId": {
                                                  "type": "string"
                                                },
                                                "linkPolicy": {
                                                  "type": "string"
                                                },
                                                "routeCfg": {
                                                  "type": "object"
                                                },
                                                "routePolicy": {
                                                  "type": "string"
                                                },
                                                "serviceGroup": {
                                                  "type": "string"
                                                },
                                                "vlanId": {
                                                  "type": "number"
                                                },
                                                "wanlink": {
                                                  "type": "string"
                                                },
                                                "linkCosLogicalId": {
                                                  "type": "string"
                                                },
                                                "linkOuterDscpTag": {
                                                  "type": "string"
                                                },
                                                "linkInnerDscpTag": {
                                                  "type": "string"
                                                }
                                              }
                                            },
                                            "edge2CloudRouteAction": {
                                              "type": "object",
                                              "properties": {
                                                "interface": {
                                                  "type": "string"
                                                },
                                                "linkInternalLogicalId": {
                                                  "type": "string"
                                                },
                                                "linkPolicy": {
                                                  "type": "string"
                                                },
                                                "routeCfg": {
                                                  "type": "object"
                                                },
                                                "routePolicy": {
                                                  "type": "string"
                                                },
                                                "serviceGroup": {
                                                  "type": "string"
                                                },
                                                "vlanId": {
                                                  "type": "number"
                                                },
                                                "wanlink": {
                                                  "type": "string"
                                                },
                                                "linkCosLogicalId": {
                                                  "type": "string"
                                                },
                                                "linkOuterDscpTag": {
                                                  "type": "string"
                                                },
                                                "linkInnerDscpTag": {
                                                  "type": "string"
                                                }
                                              }
                                            },
                                            "QoS": {
                                              "type": "object"
                                            },
                                            "sla": {
                                              "type": "object"
                                            }
                                          }
                                        },
                                        "ruleLogicalId": {
                                          "type": "string"
                                        }
                                      }
                                    }
                                  },
                                  "defaults": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "match": {
                                          "type": "object",
                                          "properties": {
                                            "appid": {
                                              "type": "number"
                                            },
                                            "classid": {
                                              "type": "number"
                                            },
                                            "dscp": {
                                              "type": "number"
                                            },
                                            "sip": {
                                              "type": "string"
                                            },
                                            "sport_high": {
                                              "type": "number"
                                            },
                                            "sport_low": {
                                              "type": "number"
                                            },
                                            "ssm": {
                                              "type": "string"
                                            },
                                            "svlan": {
                                              "type": "number"
                                            },
                                            "os_version": {
                                              "type": "number"
                                            },
                                            "hostname": {
                                              "type": "string"
                                            },
                                            "dip": {
                                              "type": "string"
                                            },
                                            "dport_low": {
                                              "type": "number"
                                            },
                                            "dport_high": {
                                              "type": "number"
                                            },
                                            "dsm": {
                                              "type": "string"
                                            },
                                            "dvlan": {
                                              "type": "number"
                                            },
                                            "proto": {
                                              "type": "number"
                                            },
                                            "s_rule_type": {
                                              "type": "string"
                                            },
                                            "d_rule_type": {
                                              "type": "string"
                                            }
                                          }
                                        },
                                        "action": {
                                          "type": "object",
                                          "properties": {
                                            "routeType": {
                                              "type": "string"
                                            },
                                            "edge2EdgeRouteAction": {
                                              "type": "object",
                                              "properties": {
                                                "interface": {
                                                  "type": "string"
                                                },
                                                "linkInternalLogicalId": {
                                                  "type": "string"
                                                },
                                                "linkPolicy": {
                                                  "type": "string"
                                                },
                                                "routeCfg": {
                                                  "type": "object"
                                                },
                                                "routePolicy": {
                                                  "type": "string"
                                                },
                                                "serviceGroup": {
                                                  "type": "string"
                                                },
                                                "vlanId": {
                                                  "type": "number"
                                                },
                                                "wanlink": {
                                                  "type": "string"
                                                },
                                                "linkCosLogicalId": {
                                                  "type": "string"
                                                },
                                                "linkOuterDscpTag": {
                                                  "type": "string"
                                                },
                                                "linkInnerDscpTag": {
                                                  "type": "string"
                                                }
                                              }
                                            },
                                            "edge2DataCenterRouteAction": {
                                              "type": "object",
                                              "properties": {
                                                "interface": {
                                                  "type": "string"
                                                },
                                                "linkInternalLogicalId": {
                                                  "type": "string"
                                                },
                                                "linkPolicy": {
                                                  "type": "string"
                                                },
                                                "routeCfg": {
                                                  "type": "object"
                                                },
                                                "routePolicy": {
                                                  "type": "string"
                                                },
                                                "serviceGroup": {
                                                  "type": "string"
                                                },
                                                "vlanId": {
                                                  "type": "number"
                                                },
                                                "wanlink": {
                                                  "type": "string"
                                                },
                                                "linkCosLogicalId": {
                                                  "type": "string"
                                                },
                                                "linkOuterDscpTag": {
                                                  "type": "string"
                                                },
                                                "linkInnerDscpTag": {
                                                  "type": "string"
                                                }
                                              }
                                            },
                                            "edge2CloudRouteAction": {
                                              "type": "object",
                                              "properties": {
                                                "interface": {
                                                  "type": "string"
                                                },
                                                "linkInternalLogicalId": {
                                                  "type": "string"
                                                },
                                                "linkPolicy": {
                                                  "type": "string"
                                                },
                                                "routeCfg": {
                                                  "type": "object"
                                                },
                                                "routePolicy": {
                                                  "type": "string"
                                                },
                                                "serviceGroup": {
                                                  "type": "string"
                                                },
                                                "vlanId": {
                                                  "type": "number"
                                                },
                                                "wanlink": {
                                                  "type": "string"
                                                },
                                                "linkCosLogicalId": {
                                                  "type": "string"
                                                },
                                                "linkOuterDscpTag": {
                                                  "type": "string"
                                                },
                                                "linkInnerDscpTag": {
                                                  "type": "string"
                                                }
                                              }
                                            },
                                            "QoS": {
                                              "type": "object"
                                            },
                                            "sla": {
                                              "type": "object"
                                            }
                                          }
                                        },
                                        "ruleLogicalId": {
                                          "type": "string"
                                        }
                                      }
                                    }
                                  },
                                  "webProxy": {
                                    "type": "object",
                                    "properties": {
                                      "providers": {
                                        "type": "array",
                                        "items": {
                                          "type": "object"
                                        }
                                      }
                                    }
                                  },
                                  "cosMapping": {
                                    "type": "object",
                                    "properties": {
                                      "lsInputType": {
                                        "type": "string"
                                      },
                                      "bulk": {
                                        "type": "object",
                                        "properties": {
                                          "high": {
                                            "type": "object",
                                            "properties": {
                                              "value": {
                                                "type": "number"
                                              },
                                              "ratelimit": {
                                                "type": "boolean"
                                              }
                                            }
                                          },
                                          "normal": {
                                            "type": "object",
                                            "properties": {
                                              "value": {
                                                "type": "number"
                                              },
                                              "ratelimit": {
                                                "type": "boolean"
                                              }
                                            }
                                          },
                                          "low": {
                                            "type": "object",
                                            "properties": {
                                              "value": {
                                                "type": "number"
                                              },
                                              "ratelimit": {
                                                "type": "boolean"
                                              }
                                            }
                                          }
                                        }
                                      },
                                      "realtime": {
                                        "type": "object",
                                        "properties": {
                                          "high": {
                                            "type": "object",
                                            "properties": {
                                              "value": {
                                                "type": "number"
                                              },
                                              "ratelimit": {
                                                "type": "boolean"
                                              }
                                            }
                                          },
                                          "normal": {
                                            "type": "object",
                                            "properties": {
                                              "value": {
                                                "type": "number"
                                              },
                                              "ratelimit": {
                                                "type": "boolean"
                                              }
                                            }
                                          },
                                          "low": {
                                            "type": "object",
                                            "properties": {
                                              "value": {
                                                "type": "number"
                                              },
                                              "ratelimit": {
                                                "type": "boolean"
                                              }
                                            }
                                          }
                                        }
                                      },
                                      "transactional": {
                                        "type": "object",
                                        "properties": {
                                          "high": {
                                            "type": "object",
                                            "properties": {
                                              "value": {
                                                "type": "number"
                                              },
                                              "ratelimit": {
                                                "type": "boolean"
                                              }
                                            }
                                          },
                                          "normal": {
                                            "type": "object",
                                            "properties": {
                                              "value": {
                                                "type": "number"
                                              },
                                              "ratelimit": {
                                                "type": "boolean"
                                              }
                                            }
                                          },
                                          "low": {
                                            "type": "object",
                                            "properties": {
                                              "value": {
                                                "type": "number"
                                              },
                                              "ratelimit": {
                                                "type": "boolean"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "segment": {
                                    "type": "object",
                                    "properties": {
                                      "name": {
                                        "type": "string"
                                      },
                                      "segmentId": {
                                        "type": "number"
                                      },
                                      "type": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "WAN": {
                      "type": "object",
                      "properties": {
                        "version": {
                          "type": "string"
                        },
                        "schemaVersion": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "data": {
                          "type": "object",
                          "properties": {
                            "links": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "logicalId": {
                                    "type": "string"
                                  },
                                  "internalId": {
                                    "type": "string"
                                  },
                                  "discovery": {
                                    "type": "string"
                                  },
                                  "mode": {
                                    "type": "string"
                                  },
                                  "type": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "isp": {
                                    "type": "string"
                                  },
                                  "publicIpAddress": {
                                    "type": "string"
                                  },
                                  "sourceIpAddress": {
                                    "type": "string"
                                  },
                                  "nextHopIpAddress": {
                                    "type": "string"
                                  },
                                  "customVlanId": {
                                    "type": "boolean"
                                  },
                                  "vlanId": {
                                    "type": "number"
                                  },
                                  "enable8021P": {
                                    "type": "boolean"
                                  },
                                  "priority8021P": {
                                    "type": "number"
                                  },
                                  "virtualIpAddress": {
                                    "type": "string"
                                  },
                                  "dynamicBwAdjustmentEnabled": {
                                    "type": "boolean"
                                  },
                                  "bwMeasurement": {
                                    "type": "string"
                                  },
                                  "upstreamMbps": {
                                    "type": "string"
                                  },
                                  "downstreamMbps": {
                                    "type": "string"
                                  },
                                  "backupOnly": {
                                    "type": "boolean"
                                  },
                                  "overheadBytes": {
                                    "type": "number"
                                  },
                                  "udpHolePunching": {
                                    "type": "boolean"
                                  },
                                  "MTU": {
                                    "type": "number"
                                  },
                                  "mplsNetwork": {
                                    "type": "string"
                                  },
                                  "dscpTag": {
                                    "type": "string"
                                  },
                                  "staticSlaEnabled": {
                                    "type": "boolean"
                                  },
                                  "classesofServiceEnabled": {
                                    "type": "boolean"
                                  },
                                  "encryptOverlay": {
                                    "type": "boolean"
                                  },
                                  "staticSLA": {
                                    "type": "object",
                                    "properties": {
                                      "latencyMs": {
                                        "type": "number"
                                      },
                                      "jitterMs": {
                                        "type": "number"
                                      },
                                      "lossPct": {
                                        "type": "number"
                                      }
                                    }
                                  },
                                  "classesOfService": {
                                    "type": "object",
                                    "properties": {
                                      "classId": {
                                        "type": "number"
                                      },
                                      "classesOfService": {
                                        "type": "array",
                                        "items": {
                                          "type": "object",
                                          "properties": {
                                            "id": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "dscpTags": {
                                              "type": "array",
                                              "items": {
                                                "type": "string"
                                              }
                                            },
                                            "staticSLA": {
                                              "type": "object",
                                              "properties": {
                                                "latencyMs": {
                                                  "type": "number"
                                                },
                                                "jitterMs": {
                                                  "type": "number"
                                                },
                                                "lossPct": {
                                                  "type": "string"
                                                }
                                              }
                                            },
                                            "bandwidthPct": {
                                              "type": "number"
                                            },
                                            "bandwidthGuaranteed": {
                                              "type": "boolean"
                                            },
                                            "defaultClassOfService": {
                                              "type": "boolean"
                                            }
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "interfaces": {
                                    "type": "array",
                                    "items": {
                                      "type": "string"
                                    }
                                  },
                                  "lastActive": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "networks": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "mode": {
                                    "type": "string"
                                  },
                                  "type": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "logicalId": {
                                    "type": "string"
                                  },
                                  "interface": {
                                    "type": "string"
                                  },
                                  "internalId": {
                                    "type": "string"
                                  },
                                  "ipAddress": {
                                    "type": "string"
                                  },
                                  "isp": {
                                    "type": "string"
                                  },
                                  "lastActive": {
                                    "type": "number"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "controlPlane": {
                      "type": "object",
                      "properties": {
                        "version": {
                          "type": "string"
                        },
                        "schemaVersion": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "data": {
                          "type": "object",
                          "properties": {
                            "gatewaySelection": {
                              "type": "object",
                              "properties": {
                                "mode": {
                                  "type": "string"
                                },
                                "primary": {
                                  "type": "string"
                                },
                                "primaryDetail": {
                                  "type": "object",
                                  "properties": {
                                    "ipAddress": {
                                      "type": "string"
                                    },
                                    "logicalId": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "secondary": {
                                  "type": "string"
                                },
                                "secondaryDetail": {
                                  "type": "object",
                                  "properties": {
                                    "ipAddress": {
                                      "type": "string"
                                    },
                                    "logicalId": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "super": {
                                  "type": "string"
                                },
                                "superDetail": {
                                  "type": "object",
                                  "properties": {
                                    "ipAddress": {
                                      "type": "string"
                                    },
                                    "logicalId": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            },
                            "vpn": {
                              "type": "object",
                              "properties": {
                                "dataCenterEdges": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "logicalId": {
                                        "type": "string"
                                      },
                                      "name": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                },
                                "edgeToDataCenter": {
                                  "type": "boolean"
                                },
                                "edgeToEdge": {
                                  "type": "boolean"
                                },
                                "edgeToEdgeDetail": {
                                  "type": "object",
                                  "properties": {
                                    "dynamic": {
                                      "type": "object",
                                      "properties": {
                                        "enabled": {
                                          "type": "boolean"
                                        },
                                        "timeout": {
                                          "type": "number"
                                        },
                                        "type": {
                                          "type": "string"
                                        }
                                      }
                                    },
                                    "encryptionProtocol": {
                                      "type": "string"
                                    },
                                    "profileIsolation": {
                                      "type": "object",
                                      "properties": {
                                        "enabled": {
                                          "type": "boolean"
                                        },
                                        "isolateDynamic": {
                                          "type": "boolean"
                                        }
                                      }
                                    },
                                    "useCloudGateway": {
                                      "type": "boolean"
                                    },
                                    "vpnHubs": {
                                      "type": "array",
                                      "items": {
                                        "type": "object"
                                      }
                                    },
                                    "autoSelectVpnHubs": {
                                      "type": "boolean"
                                    }
                                  }
                                },
                                "edgeToEdgeList": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "isolateDynamic": {
                                        "type": "number"
                                      },
                                      "logicalId": {
                                        "type": "string"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "profileLogicalId": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "ipsecGatewayDetail": {
                              "type": "object"
                            }
                          }
                        }
                      }
                    },
                    "managementPlane": {
                      "type": "object",
                      "properties": {
                        "version": {
                          "type": "string"
                        },
                        "schemaVersion": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "data": {
                          "type": "object",
                          "properties": {
                            "heartBeatSeconds": {
                              "type": "number"
                            },
                            "managementPlaneProxy": {
                              "type": "object",
                              "properties": {
                                "primary": {
                                  "type": "string"
                                },
                                "secondary": {
                                  "type": "string"
                                }
                              }
                            },
                            "statsUploadSeconds": {
                              "type": "number"
                            },
                            "timeSliceSeconds": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "imageUpdate": {
                      "type": "object",
                      "properties": {
                        "version": {
                          "type": "string"
                        },
                        "schemaVersion": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "data": {
                          "type": "object",
                          "properties": {
                            "buildNumber": {
                              "type": "string"
                            },
                            "profileDeviceFamily": {
                              "type": "string"
                            },
                            "profileVersion": {
                              "type": "string"
                            },
                            "scheduledStartTime": {
                              "type": "object",
                              "properties": {
                                "dayOfWeek": {
                                  "type": "number"
                                },
                                "specified": {
                                  "type": "boolean"
                                },
                                "timeOfDayMins": {
                                  "type": "number"
                                },
                                "useEdgeTimeZone": {
                                  "type": "boolean"
                                }
                              }
                            },
                            "softwarePackageId": {
                              "type": "number"
                            },
                            "softwarePackageName": {
                              "type": "string"
                            },
                            "version": {
                              "type": "string"
                            },
                            "windowDurationMins": {
                              "type": "number"
                            },
                            "windowed": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "deviceSettings": {
                    "version": "string",
                    "schemaVersion": "string",
                    "type": "GATEWAY",
                    "data": {
                      "bgp": {
                        "ASN": "string",
                        "connectedRoutes": true,
                        "disableASPathCarryOver": false,
                        "enabled": false,
                        "filters": [
                          {
                            "id": "string",
                            "name": "string",
                            "rules": [
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": false,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": false,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": false,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": false,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              }
                            ]
                          },
                          {
                            "id": "string",
                            "name": "string",
                            "rules": [
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": false,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": false,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              }
                            ]
                          },
                          {
                            "id": "string",
                            "name": "string",
                            "rules": [
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": false,
                                  "type": "string",
                                  "value": "string"
                                }
                              }
                            ]
                          },
                          {
                            "id": "string",
                            "name": "string",
                            "rules": [
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": false,
                                  "type": "string",
                                  "value": "string"
                                }
                              }
                            ]
                          },
                          {
                            "id": "string",
                            "name": "string",
                            "rules": [
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": false,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": false,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": false,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": false,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              }
                            ]
                          },
                          {
                            "id": "string",
                            "name": "string",
                            "rules": [
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": false,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": false,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              },
                              {
                                "action": {
                                  "type": "string",
                                  "values": [
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    },
                                    {
                                      "type": "string",
                                      "value": "string"
                                    }
                                  ]
                                },
                                "match": {
                                  "exactMatch": true,
                                  "type": "string",
                                  "value": "string"
                                }
                              }
                            ]
                          }
                        ],
                        "holdtime": "string",
                        "keepalive": "string",
                        "neighbors": [
                          {
                            "neighborAS": "string",
                            "neighborIp": "string",
                            "neighborTag": "UPLINK",
                            "inboundFilter": {
                              "ids": [
                                "string",
                                "string",
                                "string"
                              ]
                            },
                            "outboundFilter": {
                              "ids": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ]
                            },
                            "allowAS": false,
                            "connect": "string",
                            "defaultRoute": false,
                            "holdtime": "string",
                            "keepalive": "string",
                            "enableMd5": true,
                            "md5Password": "string"
                          },
                          {
                            "neighborAS": "string",
                            "neighborIp": "string",
                            "neighborTag": "UPLINK",
                            "inboundFilter": {
                              "ids": [
                                "string",
                                "string"
                              ]
                            },
                            "outboundFilter": {
                              "ids": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ]
                            },
                            "allowAS": false,
                            "connect": "string",
                            "defaultRoute": false,
                            "holdtime": "string",
                            "keepalive": "string",
                            "enableMd5": false,
                            "md5Password": "string"
                          },
                          {
                            "neighborAS": "string",
                            "neighborIp": "string",
                            "neighborTag": "UPLINK",
                            "inboundFilter": {
                              "ids": [
                                "string"
                              ]
                            },
                            "outboundFilter": {
                              "ids": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ]
                            },
                            "allowAS": false,
                            "connect": "string",
                            "defaultRoute": false,
                            "holdtime": "string",
                            "keepalive": "string",
                            "enableMd5": false,
                            "md5Password": "string"
                          },
                          {
                            "neighborAS": "string",
                            "neighborIp": "string",
                            "neighborTag": "UPLINK",
                            "inboundFilter": {
                              "ids": [
                                "string"
                              ]
                            },
                            "outboundFilter": {
                              "ids": [
                                "string",
                                "string"
                              ]
                            },
                            "allowAS": false,
                            "connect": "string",
                            "defaultRoute": true,
                            "holdtime": "string",
                            "keepalive": "string",
                            "enableMd5": false,
                            "md5Password": "string"
                          }
                        ],
                        "networks": [
                          {
                            "cidrIp": "string",
                            "cidrPrefix": 9
                          },
                          {
                            "cidrIp": "string",
                            "cidrPrefix": 4
                          },
                          {
                            "cidrIp": "string",
                            "cidrPrefix": 6
                          },
                          {
                            "cidrIp": "string",
                            "cidrPrefix": 10
                          },
                          {
                            "cidrIp": "string",
                            "cidrPrefix": 2
                          },
                          {
                            "cidrIp": "string",
                            "cidrPrefix": 8
                          },
                          {
                            "cidrIp": "string",
                            "cidrPrefix": 3
                          },
                          {
                            "cidrIp": "string",
                            "cidrPrefix": 4
                          },
                          {
                            "cidrIp": "string",
                            "cidrPrefix": 4
                          }
                        ],
                        "overlayPrefix": true,
                        "propagateUplink": false,
                        "routerId": "string",
                        "uplinkCommunity": 4
                      },
                      "lan": {
                        "networks": [
                          {
                            "space": "string",
                            "guest": false,
                            "secure": true,
                            "advertise": true,
                            "pingResponse": true,
                            "cost": 4,
                            "dhcp": {
                              "enabled": true,
                              "leaseTimeSeconds": 5,
                              "override": true,
                              "dhcpRelay": {
                                "servers": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ]
                              }
                            },
                            "staticReserved": 3,
                            "netmask": "string",
                            "cidrPrefix": 5,
                            "cidrIp": "string",
                            "baseDhcpAddr": 6,
                            "numDhcpAddr": 4,
                            "name": "string",
                            "interfaces": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ],
                            "vlanId": 8,
                            "managementIp": "string",
                            "disabled": false
                          },
                          {
                            "space": "string",
                            "guest": true,
                            "secure": true,
                            "advertise": true,
                            "pingResponse": true,
                            "cost": 9,
                            "dhcp": {
                              "enabled": false,
                              "leaseTimeSeconds": 2,
                              "override": true,
                              "dhcpRelay": {
                                "servers": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ]
                              }
                            },
                            "staticReserved": 10,
                            "netmask": "string",
                            "cidrPrefix": 1,
                            "cidrIp": "string",
                            "baseDhcpAddr": 6,
                            "numDhcpAddr": 8,
                            "name": "string",
                            "interfaces": [
                              "string"
                            ],
                            "vlanId": 9,
                            "managementIp": "string",
                            "disabled": false
                          },
                          {
                            "space": "string",
                            "guest": false,
                            "secure": false,
                            "advertise": true,
                            "pingResponse": true,
                            "cost": 1,
                            "dhcp": {
                              "enabled": true,
                              "leaseTimeSeconds": 5,
                              "override": false,
                              "dhcpRelay": {
                                "servers": [
                                  "string"
                                ]
                              }
                            },
                            "staticReserved": 4,
                            "netmask": "string",
                            "cidrPrefix": 2,
                            "cidrIp": "string",
                            "baseDhcpAddr": 9,
                            "numDhcpAddr": 1,
                            "name": "string",
                            "interfaces": [
                              "string",
                              "string"
                            ],
                            "vlanId": 4,
                            "managementIp": "string",
                            "disabled": false
                          },
                          {
                            "space": "string",
                            "guest": true,
                            "secure": false,
                            "advertise": true,
                            "pingResponse": true,
                            "cost": 6,
                            "dhcp": {
                              "enabled": false,
                              "leaseTimeSeconds": 6,
                              "override": false,
                              "dhcpRelay": {
                                "servers": [
                                  "string"
                                ]
                              }
                            },
                            "staticReserved": 4,
                            "netmask": "string",
                            "cidrPrefix": 10,
                            "cidrIp": "string",
                            "baseDhcpAddr": 6,
                            "numDhcpAddr": 2,
                            "name": "string",
                            "interfaces": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ],
                            "vlanId": 2,
                            "managementIp": "string",
                            "disabled": false
                          },
                          {
                            "space": "string",
                            "guest": false,
                            "secure": true,
                            "advertise": false,
                            "pingResponse": true,
                            "cost": 6,
                            "dhcp": {
                              "enabled": false,
                              "leaseTimeSeconds": 6,
                              "override": true,
                              "dhcpRelay": {
                                "servers": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ]
                              }
                            },
                            "staticReserved": 5,
                            "netmask": "string",
                            "cidrPrefix": 6,
                            "cidrIp": "string",
                            "baseDhcpAddr": 2,
                            "numDhcpAddr": 2,
                            "name": "string",
                            "interfaces": [
                              "string",
                              "string"
                            ],
                            "vlanId": 5,
                            "managementIp": "string",
                            "disabled": true
                          },
                          {
                            "space": "string",
                            "guest": true,
                            "secure": false,
                            "advertise": true,
                            "pingResponse": true,
                            "cost": 8,
                            "dhcp": {
                              "enabled": true,
                              "leaseTimeSeconds": 4,
                              "override": false,
                              "dhcpRelay": {
                                "servers": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ]
                              }
                            },
                            "staticReserved": 4,
                            "netmask": "string",
                            "cidrPrefix": 10,
                            "cidrIp": "string",
                            "baseDhcpAddr": 2,
                            "numDhcpAddr": 1,
                            "name": "string",
                            "interfaces": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ],
                            "vlanId": 2,
                            "managementIp": "string",
                            "disabled": true
                          },
                          {
                            "space": "string",
                            "guest": false,
                            "secure": true,
                            "advertise": false,
                            "pingResponse": true,
                            "cost": 9,
                            "dhcp": {
                              "enabled": true,
                              "leaseTimeSeconds": 1,
                              "override": false,
                              "dhcpRelay": {
                                "servers": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ]
                              }
                            },
                            "staticReserved": 6,
                            "netmask": "string",
                            "cidrPrefix": 8,
                            "cidrIp": "string",
                            "baseDhcpAddr": 6,
                            "numDhcpAddr": 10,
                            "name": "string",
                            "interfaces": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ],
                            "vlanId": 9,
                            "managementIp": "string",
                            "disabled": true
                          },
                          {
                            "space": "string",
                            "guest": true,
                            "secure": true,
                            "advertise": false,
                            "pingResponse": true,
                            "cost": 2,
                            "dhcp": {
                              "enabled": true,
                              "leaseTimeSeconds": 9,
                              "override": false,
                              "dhcpRelay": {
                                "servers": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ]
                              }
                            },
                            "staticReserved": 2,
                            "netmask": "string",
                            "cidrPrefix": 10,
                            "cidrIp": "string",
                            "baseDhcpAddr": 5,
                            "numDhcpAddr": 3,
                            "name": "string",
                            "interfaces": [
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string",
                              "string"
                            ],
                            "vlanId": 1,
                            "managementIp": "string",
                            "disabled": true
                          },
                          {
                            "space": "string",
                            "guest": false,
                            "secure": false,
                            "advertise": false,
                            "pingResponse": true,
                            "cost": 6,
                            "dhcp": {
                              "enabled": false,
                              "leaseTimeSeconds": 3,
                              "override": false,
                              "dhcpRelay": {
                                "servers": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ]
                              }
                            },
                            "staticReserved": 10,
                            "netmask": "string",
                            "cidrPrefix": 7,
                            "cidrIp": "string",
                            "baseDhcpAddr": 8,
                            "numDhcpAddr": 9,
                            "name": "string",
                            "interfaces": [
                              "string",
                              "string"
                            ],
                            "vlanId": 8,
                            "managementIp": "string",
                            "disabled": false
                          }
                        ]
                      },
                      "routedInterfaces": [
                        {
                          "addressing": {
                            "type": "STATIC",
                            "cidrPrefix": 5,
                            "cidrIp": "string",
                            "netmask": "string",
                            "gateway": "string",
                            "username": "string",
                            "password": "string"
                          },
                          "advertise": true,
                          "pingResponse": true,
                          "disabled": false,
                          "dhcpServer": {
                            "baseDhcpAddr": 6,
                            "enabled": true,
                            "leaseTimeSeconds": 5,
                            "dhcpRelay": {
                              "servers": [
                                "string"
                              ]
                            },
                            "numDhcpAddr": 8,
                            "staticReserved": 5,
                            "options": [
                              {
                                "option": 10,
                                "value": "string",
                                "type": "string",
                                "metaData": {
                                  "dataType": "string",
                                  "description": "string",
                                  "display": false,
                                  "list": true,
                                  "name": "string",
                                  "option": 10
                                }
                              },
                              {
                                "option": 2,
                                "value": "string",
                                "type": "string",
                                "metaData": {
                                  "dataType": "string",
                                  "description": "string",
                                  "display": true,
                                  "list": true,
                                  "name": "string",
                                  "option": 10
                                }
                              },
                              {
                                "option": 5,
                                "value": "string",
                                "type": "string",
                                "metaData": {
                                  "dataType": "string",
                                  "description": "string",
                                  "display": false,
                                  "list": false,
                                  "name": "string",
                                  "option": 2
                                }
                              },
                              {
                                "option": 10,
                                "value": "string",
                                "type": "string",
                                "metaData": {
                                  "dataType": "string",
                                  "description": "string",
                                  "display": true,
                                  "list": false,
                                  "name": "string",
                                  "option": 10
                                }
                              },
                              {
                                "option": 9,
                                "value": "string",
                                "type": "string",
                                "metaData": {
                                  "dataType": "string",
                                  "description": "string",
                                  "display": true,
                                  "list": true,
                                  "name": "string",
                                  "option": 4
                                }
                              },
                              {
                                "option": 7,
                                "value": "string",
                                "type": "string",
                                "metaData": {
                                  "dataType": "string",
                                  "description": "string",
                                  "display": true,
                                  "list": true,
                                  "name": "string",
                                  "option": 8
                                }
                              }
                            ]
                          },
                          "encryptOverlay": false,
                          "l2": {
                            "autonegotiation": false,
                            "speed": "string",
                            "duplex": "string",
                            "MTU": 10
                          },
                          "name": "string",
                          "natDirect": true,
                          "ospf": {
                            "area": 8,
                            "authentication": true,
                            "authId": 4,
                            "authPassphrase": "string",
                            "cost": 6,
                            "deadTimer": 1,
                            "mode": "string",
                            "enabled": true,
                            "helloTimer": 1,
                            "inboundRouteLearning": {
                              "defaultAction": "string",
                              "filters": [
                                {},
                                {},
                                {},
                                {},
                                {},
                                {},
                                {},
                                {},
                                {}
                              ]
                            },
                            "md5Authentication": false,
                            "MTU": 5,
                            "outboundRouteAdvertisement": {
                              "defaultAction": "string",
                              "filters": [
                                {},
                                {},
                                {},
                                {},
                                {},
                                {},
                                {},
                                {},
                                {},
                                {}
                              ]
                            },
                            "passive": false,
                            "vlanId": 8
                          },
                          "override": false,
                          "subinterfaces": [
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 9,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "PPPOE",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": false,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 2,
                                "enabled": true,
                                "leaseTimeSeconds": 9,
                                "dhcpRelay": {
                                  "servers": [
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 9,
                                "staticReserved": 5,
                                "options": [
                                  {
                                    "option": 5,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 4
                                    }
                                  },
                                  {
                                    "option": 3,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 8
                                    }
                                  },
                                  {
                                    "option": 3,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 9
                                    }
                                  },
                                  {
                                    "option": 2,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 3
                                    }
                                  },
                                  {
                                    "option": 7,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 4
                                    }
                                  }
                                ]
                              },
                              "disabled": true,
                              "natDirect": false,
                              "ospf": {
                                "area": 8,
                                "authentication": false,
                                "authId": 8,
                                "authPassphrase": "string",
                                "cost": 1,
                                "deadTimer": 9,
                                "mode": "string",
                                "enabled": true,
                                "helloTimer": 7,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "md5Authentication": true,
                                "MTU": 10,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "passive": false
                              },
                              "override": true,
                              "subinterfaceId": 9,
                              "subinterfaceType": "string",
                              "vlanId": 2,
                              "trusted": false,
                              "rpf": "SPECIFIC"
                            },
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 7,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "DHCP",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": false,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 10,
                                "enabled": false,
                                "leaseTimeSeconds": 5,
                                "dhcpRelay": {
                                  "servers": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 3,
                                "staticReserved": 10,
                                "options": [
                                  {
                                    "option": 3,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 5
                                    }
                                  },
                                  {
                                    "option": 8,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 7
                                    }
                                  },
                                  {
                                    "option": 2,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 3
                                    }
                                  },
                                  {
                                    "option": 1,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 2
                                    }
                                  },
                                  {
                                    "option": 6,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 2
                                    }
                                  },
                                  {
                                    "option": 6,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 1
                                    }
                                  },
                                  {
                                    "option": 5,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 10
                                    }
                                  },
                                  {
                                    "option": 9,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 8
                                    }
                                  },
                                  {
                                    "option": 9,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 3
                                    }
                                  }
                                ]
                              },
                              "disabled": false,
                              "natDirect": true,
                              "ospf": {
                                "area": 10,
                                "authentication": false,
                                "authId": 5,
                                "authPassphrase": "string",
                                "cost": 9,
                                "deadTimer": 5,
                                "mode": "string",
                                "enabled": false,
                                "helloTimer": 3,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "md5Authentication": false,
                                "MTU": 1,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "passive": false
                              },
                              "override": false,
                              "subinterfaceId": 1,
                              "subinterfaceType": "string",
                              "vlanId": 9,
                              "trusted": true,
                              "rpf": "DISABLED"
                            },
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 2,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "STATIC",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": true,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 1,
                                "enabled": true,
                                "leaseTimeSeconds": 7,
                                "dhcpRelay": {
                                  "servers": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 6,
                                "staticReserved": 8,
                                "options": [
                                  {
                                    "option": 2,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 9
                                    }
                                  },
                                  {
                                    "option": 8,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 1
                                    }
                                  },
                                  {
                                    "option": 5,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 2
                                    }
                                  },
                                  {
                                    "option": 4,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 7
                                    }
                                  },
                                  {
                                    "option": 6,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 5
                                    }
                                  },
                                  {
                                    "option": 8,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 6
                                    }
                                  },
                                  {
                                    "option": 6,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 6
                                    }
                                  },
                                  {
                                    "option": 5,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 6
                                    }
                                  }
                                ]
                              },
                              "disabled": false,
                              "natDirect": true,
                              "ospf": {
                                "area": 10,
                                "authentication": false,
                                "authId": 7,
                                "authPassphrase": "string",
                                "cost": 2,
                                "deadTimer": 10,
                                "mode": "string",
                                "enabled": true,
                                "helloTimer": 3,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "md5Authentication": false,
                                "MTU": 7,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "passive": true
                              },
                              "override": false,
                              "subinterfaceId": 7,
                              "subinterfaceType": "string",
                              "vlanId": 7,
                              "trusted": false,
                              "rpf": "LOOSE"
                            },
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 6,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "STATIC",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": false,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 8,
                                "enabled": false,
                                "leaseTimeSeconds": 7,
                                "dhcpRelay": {
                                  "servers": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 1,
                                "staticReserved": 4,
                                "options": [
                                  {
                                    "option": 2,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 9
                                    }
                                  },
                                  {
                                    "option": 1,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 5
                                    }
                                  }
                                ]
                              },
                              "disabled": false,
                              "natDirect": false,
                              "ospf": {
                                "area": 8,
                                "authentication": false,
                                "authId": 9,
                                "authPassphrase": "string",
                                "cost": 4,
                                "deadTimer": 2,
                                "mode": "string",
                                "enabled": false,
                                "helloTimer": 5,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "md5Authentication": true,
                                "MTU": 3,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {}
                                  ]
                                },
                                "passive": false
                              },
                              "override": true,
                              "subinterfaceId": 2,
                              "subinterfaceType": "string",
                              "vlanId": 8,
                              "trusted": false,
                              "rpf": "DISABLED"
                            },
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 10,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "DHCP",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": false,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 7,
                                "enabled": false,
                                "leaseTimeSeconds": 10,
                                "dhcpRelay": {
                                  "servers": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 10,
                                "staticReserved": 1,
                                "options": [
                                  {
                                    "option": 4,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 4
                                    }
                                  },
                                  {
                                    "option": 10,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 8
                                    }
                                  },
                                  {
                                    "option": 9,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 9
                                    }
                                  },
                                  {
                                    "option": 5,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 1
                                    }
                                  },
                                  {
                                    "option": 10,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 2
                                    }
                                  },
                                  {
                                    "option": 9,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 1
                                    }
                                  },
                                  {
                                    "option": 9,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 9
                                    }
                                  },
                                  {
                                    "option": 5,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 9
                                    }
                                  },
                                  {
                                    "option": 1,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 10
                                    }
                                  },
                                  {
                                    "option": 5,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 8
                                    }
                                  }
                                ]
                              },
                              "disabled": false,
                              "natDirect": false,
                              "ospf": {
                                "area": 1,
                                "authentication": false,
                                "authId": 1,
                                "authPassphrase": "string",
                                "cost": 3,
                                "deadTimer": 9,
                                "mode": "string",
                                "enabled": true,
                                "helloTimer": 9,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "md5Authentication": true,
                                "MTU": 9,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "passive": false
                              },
                              "override": true,
                              "subinterfaceId": 4,
                              "subinterfaceType": "string",
                              "vlanId": 3,
                              "trusted": true,
                              "rpf": "SPECIFIC"
                            }
                          ],
                          "vlanId": 4,
                          "wanOverlay": "DISABLED",
                          "trusted": true,
                          "rpf": "SPECIFIC",
                          "underlayAccounting": true
                        },
                        {
                          "addressing": {
                            "type": "PPPOE",
                            "cidrPrefix": 8,
                            "cidrIp": "string",
                            "netmask": "string",
                            "gateway": "string",
                            "username": "string",
                            "password": "string"
                          },
                          "advertise": false,
                          "pingResponse": true,
                          "disabled": false,
                          "dhcpServer": {
                            "baseDhcpAddr": 10,
                            "enabled": false,
                            "leaseTimeSeconds": 1,
                            "dhcpRelay": {
                              "servers": [
                                "string",
                                "string",
                                "string"
                              ]
                            },
                            "numDhcpAddr": 8,
                            "staticReserved": 7,
                            "options": [
                              {
                                "option": 7,
                                "value": "string",
                                "type": "string",
                                "metaData": {
                                  "dataType": "string",
                                  "description": "string",
                                  "display": false,
                                  "list": false,
                                  "name": "string",
                                  "option": 2
                                }
                              },
                              {
                                "option": 7,
                                "value": "string",
                                "type": "string",
                                "metaData": {
                                  "dataType": "string",
                                  "description": "string",
                                  "display": false,
                                  "list": true,
                                  "name": "string",
                                  "option": 8
                                }
                              },
                              {
                                "option": 9,
                                "value": "string",
                                "type": "string",
                                "metaData": {
                                  "dataType": "string",
                                  "description": "string",
                                  "display": true,
                                  "list": false,
                                  "name": "string",
                                  "option": 10
                                }
                              },
                              {
                                "option": 2,
                                "value": "string",
                                "type": "string",
                                "metaData": {
                                  "dataType": "string",
                                  "description": "string",
                                  "display": true,
                                  "list": false,
                                  "name": "string",
                                  "option": 3
                                }
                              },
                              {
                                "option": 3,
                                "value": "string",
                                "type": "string",
                                "metaData": {
                                  "dataType": "string",
                                  "description": "string",
                                  "display": false,
                                  "list": true,
                                  "name": "string",
                                  "option": 9
                                }
                              },
                              {
                                "option": 6,
                                "value": "string",
                                "type": "string",
                                "metaData": {
                                  "dataType": "string",
                                  "description": "string",
                                  "display": true,
                                  "list": true,
                                  "name": "string",
                                  "option": 2
                                }
                              },
                              {
                                "option": 1,
                                "value": "string",
                                "type": "string",
                                "metaData": {
                                  "dataType": "string",
                                  "description": "string",
                                  "display": true,
                                  "list": false,
                                  "name": "string",
                                  "option": 5
                                }
                              }
                            ]
                          },
                          "encryptOverlay": false,
                          "l2": {
                            "autonegotiation": true,
                            "speed": "string",
                            "duplex": "string",
                            "MTU": 1
                          },
                          "name": "string",
                          "natDirect": false,
                          "ospf": {
                            "area": 2,
                            "authentication": false,
                            "authId": 7,
                            "authPassphrase": "string",
                            "cost": 7,
                            "deadTimer": 5,
                            "mode": "string",
                            "enabled": true,
                            "helloTimer": 9,
                            "inboundRouteLearning": {
                              "defaultAction": "string",
                              "filters": [
                                {},
                                {},
                                {},
                                {},
                                {},
                                {},
                                {},
                                {},
                                {}
                              ]
                            },
                            "md5Authentication": false,
                            "MTU": 4,
                            "outboundRouteAdvertisement": {
                              "defaultAction": "string",
                              "filters": [
                                {},
                                {},
                                {},
                                {},
                                {},
                                {},
                                {},
                                {},
                                {},
                                {}
                              ]
                            },
                            "passive": true,
                            "vlanId": 5
                          },
                          "override": true,
                          "subinterfaces": [
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 9,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "DHCP",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": false,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 7,
                                "enabled": true,
                                "leaseTimeSeconds": 2,
                                "dhcpRelay": {
                                  "servers": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 3,
                                "staticReserved": 3,
                                "options": [
                                  {
                                    "option": 5,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 3
                                    }
                                  },
                                  {
                                    "option": 8,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 6
                                    }
                                  },
                                  {
                                    "option": 3,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 8
                                    }
                                  },
                                  {
                                    "option": 2,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 8
                                    }
                                  },
                                  {
                                    "option": 8,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 4
                                    }
                                  },
                                  {
                                    "option": 1,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 7
                                    }
                                  }
                                ]
                              },
                              "disabled": false,
                              "natDirect": false,
                              "ospf": {
                                "area": 6,
                                "authentication": false,
                                "authId": 4,
                                "authPassphrase": "string",
                                "cost": 2,
                                "deadTimer": 3,
                                "mode": "string",
                                "enabled": true,
                                "helloTimer": 9,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {}
                                  ]
                                },
                                "md5Authentication": true,
                                "MTU": 6,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "passive": false
                              },
                              "override": false,
                              "subinterfaceId": 4,
                              "subinterfaceType": "string",
                              "vlanId": 10,
                              "trusted": true,
                              "rpf": "SPECIFIC"
                            },
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 5,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "DHCP",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": false,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 6,
                                "enabled": true,
                                "leaseTimeSeconds": 10,
                                "dhcpRelay": {
                                  "servers": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 1,
                                "staticReserved": 6,
                                "options": [
                                  {
                                    "option": 4,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 10
                                    }
                                  },
                                  {
                                    "option": 1,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 6
                                    }
                                  },
                                  {
                                    "option": 9,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 7
                                    }
                                  },
                                  {
                                    "option": 4,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 3
                                    }
                                  },
                                  {
                                    "option": 1,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 2
                                    }
                                  },
                                  {
                                    "option": 4,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 2
                                    }
                                  }
                                ]
                              },
                              "disabled": true,
                              "natDirect": false,
                              "ospf": {
                                "area": 4,
                                "authentication": false,
                                "authId": 5,
                                "authPassphrase": "string",
                                "cost": 8,
                                "deadTimer": 5,
                                "mode": "string",
                                "enabled": false,
                                "helloTimer": 5,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "md5Authentication": true,
                                "MTU": 9,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {}
                                  ]
                                },
                                "passive": false
                              },
                              "override": false,
                              "subinterfaceId": 6,
                              "subinterfaceType": "string",
                              "vlanId": 4,
                              "trusted": false,
                              "rpf": "LOOSE"
                            }
                          ],
                          "vlanId": 2,
                          "wanOverlay": "USER_DEFINED",
                          "trusted": true,
                          "rpf": "LOOSE",
                          "underlayAccounting": true
                        },
                        {
                          "addressing": {
                            "type": "STATIC",
                            "cidrPrefix": 6,
                            "cidrIp": "string",
                            "netmask": "string",
                            "gateway": "string",
                            "username": "string",
                            "password": "string"
                          },
                          "advertise": false,
                          "pingResponse": true,
                          "disabled": true,
                          "dhcpServer": {
                            "baseDhcpAddr": 8,
                            "enabled": true,
                            "leaseTimeSeconds": 5,
                            "dhcpRelay": {
                              "servers": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ]
                            },
                            "numDhcpAddr": 7,
                            "staticReserved": 4,
                            "options": [
                              {
                                "option": 7,
                                "value": "string",
                                "type": "string",
                                "metaData": {
                                  "dataType": "string",
                                  "description": "string",
                                  "display": false,
                                  "list": true,
                                  "name": "string",
                                  "option": 10
                                }
                              },
                              {
                                "option": 3,
                                "value": "string",
                                "type": "string",
                                "metaData": {
                                  "dataType": "string",
                                  "description": "string",
                                  "display": false,
                                  "list": false,
                                  "name": "string",
                                  "option": 5
                                }
                              }
                            ]
                          },
                          "encryptOverlay": false,
                          "l2": {
                            "autonegotiation": false,
                            "speed": "string",
                            "duplex": "string",
                            "MTU": 9
                          },
                          "name": "string",
                          "natDirect": true,
                          "ospf": {
                            "area": 10,
                            "authentication": false,
                            "authId": 2,
                            "authPassphrase": "string",
                            "cost": 4,
                            "deadTimer": 7,
                            "mode": "string",
                            "enabled": true,
                            "helloTimer": 3,
                            "inboundRouteLearning": {
                              "defaultAction": "string",
                              "filters": [
                                {},
                                {},
                                {},
                                {},
                                {},
                                {}
                              ]
                            },
                            "md5Authentication": false,
                            "MTU": 7,
                            "outboundRouteAdvertisement": {
                              "defaultAction": "string",
                              "filters": [
                                {},
                                {},
                                {},
                                {},
                                {}
                              ]
                            },
                            "passive": true,
                            "vlanId": 7
                          },
                          "override": false,
                          "subinterfaces": [
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 4,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "PPPOE",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": true,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 4,
                                "enabled": true,
                                "leaseTimeSeconds": 3,
                                "dhcpRelay": {
                                  "servers": [
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 5,
                                "staticReserved": 10,
                                "options": [
                                  {
                                    "option": 3,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 6
                                    }
                                  },
                                  {
                                    "option": 2,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 9
                                    }
                                  },
                                  {
                                    "option": 1,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 3
                                    }
                                  },
                                  {
                                    "option": 2,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 1
                                    }
                                  },
                                  {
                                    "option": 6,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 6
                                    }
                                  },
                                  {
                                    "option": 3,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 4
                                    }
                                  },
                                  {
                                    "option": 6,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 9
                                    }
                                  }
                                ]
                              },
                              "disabled": false,
                              "natDirect": true,
                              "ospf": {
                                "area": 10,
                                "authentication": true,
                                "authId": 6,
                                "authPassphrase": "string",
                                "cost": 6,
                                "deadTimer": 7,
                                "mode": "string",
                                "enabled": true,
                                "helloTimer": 1,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "md5Authentication": false,
                                "MTU": 8,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "passive": false
                              },
                              "override": true,
                              "subinterfaceId": 9,
                              "subinterfaceType": "string",
                              "vlanId": 8,
                              "trusted": true,
                              "rpf": "DISABLED"
                            },
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 8,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "DHCP",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": true,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 1,
                                "enabled": true,
                                "leaseTimeSeconds": 10,
                                "dhcpRelay": {
                                  "servers": [
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 10,
                                "staticReserved": 2,
                                "options": [
                                  {
                                    "option": 1,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 1
                                    }
                                  },
                                  {
                                    "option": 6,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 5
                                    }
                                  },
                                  {
                                    "option": 4,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 2
                                    }
                                  },
                                  {
                                    "option": 9,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 6
                                    }
                                  }
                                ]
                              },
                              "disabled": true,
                              "natDirect": true,
                              "ospf": {
                                "area": 4,
                                "authentication": true,
                                "authId": 8,
                                "authPassphrase": "string",
                                "cost": 7,
                                "deadTimer": 5,
                                "mode": "string",
                                "enabled": true,
                                "helloTimer": 4,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "md5Authentication": false,
                                "MTU": 4,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "passive": true
                              },
                              "override": false,
                              "subinterfaceId": 2,
                              "subinterfaceType": "string",
                              "vlanId": 10,
                              "trusted": true,
                              "rpf": "SPECIFIC"
                            },
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 5,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "PPPOE",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": true,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 6,
                                "enabled": false,
                                "leaseTimeSeconds": 7,
                                "dhcpRelay": {
                                  "servers": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 2,
                                "staticReserved": 6,
                                "options": [
                                  {
                                    "option": 9,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 8
                                    }
                                  },
                                  {
                                    "option": 8,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 9
                                    }
                                  },
                                  {
                                    "option": 7,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 4
                                    }
                                  },
                                  {
                                    "option": 6,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 8
                                    }
                                  },
                                  {
                                    "option": 7,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 10
                                    }
                                  },
                                  {
                                    "option": 7,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 1
                                    }
                                  },
                                  {
                                    "option": 3,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 9
                                    }
                                  }
                                ]
                              },
                              "disabled": false,
                              "natDirect": true,
                              "ospf": {
                                "area": 10,
                                "authentication": true,
                                "authId": 5,
                                "authPassphrase": "string",
                                "cost": 10,
                                "deadTimer": 2,
                                "mode": "string",
                                "enabled": false,
                                "helloTimer": 5,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "md5Authentication": true,
                                "MTU": 9,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "passive": true
                              },
                              "override": true,
                              "subinterfaceId": 4,
                              "subinterfaceType": "string",
                              "vlanId": 10,
                              "trusted": true,
                              "rpf": "LOOSE"
                            }
                          ],
                          "vlanId": 10,
                          "wanOverlay": "AUTO_DISCOVERED",
                          "trusted": false,
                          "rpf": "LOOSE",
                          "underlayAccounting": true
                        },
                        {
                          "addressing": {
                            "type": "PPPOE",
                            "cidrPrefix": 10,
                            "cidrIp": "string",
                            "netmask": "string",
                            "gateway": "string",
                            "username": "string",
                            "password": "string"
                          },
                          "advertise": false,
                          "pingResponse": true,
                          "disabled": true,
                          "dhcpServer": {
                            "baseDhcpAddr": 9,
                            "enabled": false,
                            "leaseTimeSeconds": 5,
                            "dhcpRelay": {
                              "servers": [
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string",
                                "string"
                              ]
                            },
                            "numDhcpAddr": 2,
                            "staticReserved": 9,
                            "options": [
                              {
                                "option": 1,
                                "value": "string",
                                "type": "string",
                                "metaData": {
                                  "dataType": "string",
                                  "description": "string",
                                  "display": false,
                                  "list": true,
                                  "name": "string",
                                  "option": 3
                                }
                              },
                              {
                                "option": 3,
                                "value": "string",
                                "type": "string",
                                "metaData": {
                                  "dataType": "string",
                                  "description": "string",
                                  "display": true,
                                  "list": false,
                                  "name": "string",
                                  "option": 9
                                }
                              }
                            ]
                          },
                          "encryptOverlay": false,
                          "l2": {
                            "autonegotiation": true,
                            "speed": "string",
                            "duplex": "string",
                            "MTU": 5
                          },
                          "name": "string",
                          "natDirect": false,
                          "ospf": {
                            "area": 8,
                            "authentication": true,
                            "authId": 4,
                            "authPassphrase": "string",
                            "cost": 9,
                            "deadTimer": 1,
                            "mode": "string",
                            "enabled": false,
                            "helloTimer": 2,
                            "inboundRouteLearning": {
                              "defaultAction": "string",
                              "filters": [
                                {},
                                {},
                                {},
                                {},
                                {},
                                {}
                              ]
                            },
                            "md5Authentication": false,
                            "MTU": 3,
                            "outboundRouteAdvertisement": {
                              "defaultAction": "string",
                              "filters": [
                                {},
                                {},
                                {},
                                {},
                                {}
                              ]
                            },
                            "passive": false,
                            "vlanId": 6
                          },
                          "override": false,
                          "subinterfaces": [
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 4,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "DHCP",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": false,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 3,
                                "enabled": false,
                                "leaseTimeSeconds": 8,
                                "dhcpRelay": {
                                  "servers": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 9,
                                "staticReserved": 5,
                                "options": [
                                  {
                                    "option": 1,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 4
                                    }
                                  },
                                  {
                                    "option": 10,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 9
                                    }
                                  },
                                  {
                                    "option": 8,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 4
                                    }
                                  },
                                  {
                                    "option": 10,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 3
                                    }
                                  },
                                  {
                                    "option": 7,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 9
                                    }
                                  },
                                  {
                                    "option": 1,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 10
                                    }
                                  },
                                  {
                                    "option": 7,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 9
                                    }
                                  }
                                ]
                              },
                              "disabled": true,
                              "natDirect": true,
                              "ospf": {
                                "area": 9,
                                "authentication": true,
                                "authId": 4,
                                "authPassphrase": "string",
                                "cost": 1,
                                "deadTimer": 8,
                                "mode": "string",
                                "enabled": true,
                                "helloTimer": 3,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "md5Authentication": true,
                                "MTU": 2,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "passive": true
                              },
                              "override": true,
                              "subinterfaceId": 9,
                              "subinterfaceType": "string",
                              "vlanId": 6,
                              "trusted": false,
                              "rpf": "DISABLED"
                            },
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 1,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "DHCP",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": false,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 7,
                                "enabled": false,
                                "leaseTimeSeconds": 7,
                                "dhcpRelay": {
                                  "servers": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 5,
                                "staticReserved": 8,
                                "options": [
                                  {
                                    "option": 5,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 8
                                    }
                                  },
                                  {
                                    "option": 3,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 4
                                    }
                                  },
                                  {
                                    "option": 3,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 1
                                    }
                                  },
                                  {
                                    "option": 3,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 1
                                    }
                                  },
                                  {
                                    "option": 2,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 2
                                    }
                                  },
                                  {
                                    "option": 10,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 3
                                    }
                                  }
                                ]
                              },
                              "disabled": false,
                              "natDirect": false,
                              "ospf": {
                                "area": 10,
                                "authentication": true,
                                "authId": 8,
                                "authPassphrase": "string",
                                "cost": 4,
                                "deadTimer": 4,
                                "mode": "string",
                                "enabled": true,
                                "helloTimer": 5,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {}
                                  ]
                                },
                                "md5Authentication": true,
                                "MTU": 5,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "passive": false
                              },
                              "override": false,
                              "subinterfaceId": 5,
                              "subinterfaceType": "string",
                              "vlanId": 9,
                              "trusted": false,
                              "rpf": "SPECIFIC"
                            },
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 3,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "STATIC",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": true,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 2,
                                "enabled": false,
                                "leaseTimeSeconds": 1,
                                "dhcpRelay": {
                                  "servers": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 3,
                                "staticReserved": 10,
                                "options": [
                                  {
                                    "option": 3,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 2
                                    }
                                  },
                                  {
                                    "option": 3,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 8
                                    }
                                  }
                                ]
                              },
                              "disabled": true,
                              "natDirect": true,
                              "ospf": {
                                "area": 7,
                                "authentication": true,
                                "authId": 7,
                                "authPassphrase": "string",
                                "cost": 2,
                                "deadTimer": 3,
                                "mode": "string",
                                "enabled": true,
                                "helloTimer": 7,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {}
                                  ]
                                },
                                "md5Authentication": false,
                                "MTU": 9,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {}
                                  ]
                                },
                                "passive": true
                              },
                              "override": true,
                              "subinterfaceId": 8,
                              "subinterfaceType": "string",
                              "vlanId": 10,
                              "trusted": false,
                              "rpf": "SPECIFIC"
                            },
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 6,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "PPPOE",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": false,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 6,
                                "enabled": false,
                                "leaseTimeSeconds": 2,
                                "dhcpRelay": {
                                  "servers": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 9,
                                "staticReserved": 3,
                                "options": [
                                  {
                                    "option": 2,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 3
                                    }
                                  },
                                  {
                                    "option": 8,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 6
                                    }
                                  },
                                  {
                                    "option": 4,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 10
                                    }
                                  },
                                  {
                                    "option": 6,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 6
                                    }
                                  },
                                  {
                                    "option": 5,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 8
                                    }
                                  },
                                  {
                                    "option": 2,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 2
                                    }
                                  }
                                ]
                              },
                              "disabled": false,
                              "natDirect": false,
                              "ospf": {
                                "area": 1,
                                "authentication": false,
                                "authId": 8,
                                "authPassphrase": "string",
                                "cost": 4,
                                "deadTimer": 7,
                                "mode": "string",
                                "enabled": false,
                                "helloTimer": 1,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {}
                                  ]
                                },
                                "md5Authentication": true,
                                "MTU": 7,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "passive": false
                              },
                              "override": false,
                              "subinterfaceId": 2,
                              "subinterfaceType": "string",
                              "vlanId": 1,
                              "trusted": true,
                              "rpf": "SPECIFIC"
                            },
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 1,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "STATIC",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": false,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 9,
                                "enabled": false,
                                "leaseTimeSeconds": 8,
                                "dhcpRelay": {
                                  "servers": [
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 9,
                                "staticReserved": 10,
                                "options": [
                                  {
                                    "option": 4,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 9
                                    }
                                  },
                                  {
                                    "option": 7,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 1
                                    }
                                  },
                                  {
                                    "option": 8,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 8
                                    }
                                  },
                                  {
                                    "option": 2,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 5
                                    }
                                  },
                                  {
                                    "option": 8,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 5
                                    }
                                  },
                                  {
                                    "option": 9,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 3
                                    }
                                  },
                                  {
                                    "option": 8,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 6
                                    }
                                  },
                                  {
                                    "option": 1,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 5
                                    }
                                  }
                                ]
                              },
                              "disabled": false,
                              "natDirect": true,
                              "ospf": {
                                "area": 2,
                                "authentication": false,
                                "authId": 6,
                                "authPassphrase": "string",
                                "cost": 9,
                                "deadTimer": 4,
                                "mode": "string",
                                "enabled": true,
                                "helloTimer": 1,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "md5Authentication": false,
                                "MTU": 8,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "passive": false
                              },
                              "override": false,
                              "subinterfaceId": 5,
                              "subinterfaceType": "string",
                              "vlanId": 5,
                              "trusted": true,
                              "rpf": "SPECIFIC"
                            },
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 4,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "STATIC",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": false,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 9,
                                "enabled": true,
                                "leaseTimeSeconds": 7,
                                "dhcpRelay": {
                                  "servers": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 8,
                                "staticReserved": 9,
                                "options": [
                                  {
                                    "option": 10,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 5
                                    }
                                  },
                                  {
                                    "option": 8,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 10
                                    }
                                  },
                                  {
                                    "option": 3,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 6
                                    }
                                  },
                                  {
                                    "option": 5,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 4
                                    }
                                  },
                                  {
                                    "option": 10,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 5
                                    }
                                  },
                                  {
                                    "option": 9,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 8
                                    }
                                  }
                                ]
                              },
                              "disabled": true,
                              "natDirect": true,
                              "ospf": {
                                "area": 8,
                                "authentication": true,
                                "authId": 8,
                                "authPassphrase": "string",
                                "cost": 6,
                                "deadTimer": 8,
                                "mode": "string",
                                "enabled": false,
                                "helloTimer": 2,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "md5Authentication": false,
                                "MTU": 1,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "passive": true
                              },
                              "override": false,
                              "subinterfaceId": 10,
                              "subinterfaceType": "string",
                              "vlanId": 4,
                              "trusted": true,
                              "rpf": "SPECIFIC"
                            },
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 7,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "STATIC",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": false,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 6,
                                "enabled": false,
                                "leaseTimeSeconds": 8,
                                "dhcpRelay": {
                                  "servers": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 4,
                                "staticReserved": 8,
                                "options": [
                                  {
                                    "option": 9,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 1
                                    }
                                  },
                                  {
                                    "option": 5,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 2
                                    }
                                  },
                                  {
                                    "option": 9,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 8
                                    }
                                  }
                                ]
                              },
                              "disabled": false,
                              "natDirect": true,
                              "ospf": {
                                "area": 9,
                                "authentication": false,
                                "authId": 6,
                                "authPassphrase": "string",
                                "cost": 6,
                                "deadTimer": 1,
                                "mode": "string",
                                "enabled": true,
                                "helloTimer": 10,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "md5Authentication": true,
                                "MTU": 4,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "passive": false
                              },
                              "override": false,
                              "subinterfaceId": 8,
                              "subinterfaceType": "string",
                              "vlanId": 1,
                              "trusted": false,
                              "rpf": "DISABLED"
                            },
                            {
                              "addressing": {
                                "cidrIp": "string",
                                "cidrPrefix": 5,
                                "gateway": "string",
                                "netmask": "string",
                                "type": "STATIC",
                                "username": "string",
                                "password": "string"
                              },
                              "advertise": false,
                              "pingResponse": true,
                              "dhcpServer": {
                                "baseDhcpAddr": 5,
                                "enabled": true,
                                "leaseTimeSeconds": 6,
                                "dhcpRelay": {
                                  "servers": [
                                    "string",
                                    "string",
                                    "string",
                                    "string",
                                    "string"
                                  ]
                                },
                                "numDhcpAddr": 4,
                                "staticReserved": 3,
                                "options": [
                                  {
                                    "option": 4,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 9
                                    }
                                  },
                                  {
                                    "option": 7,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": false,
                                      "name": "string",
                                      "option": 6
                                    }
                                  },
                                  {
                                    "option": 5,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 1
                                    }
                                  },
                                  {
                                    "option": 1,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 1
                                    }
                                  },
                                  {
                                    "option": 9,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": true,
                                      "name": "string",
                                      "option": 10
                                    }
                                  },
                                  {
                                    "option": 10,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": true,
                                      "list": true,
                                      "name": "string",
                                      "option": 6
                                    }
                                  },
                                  {
                                    "option": 5,
                                    "value": "string",
                                    "type": "string",
                                    "metaData": {
                                      "dataType": "string",
                                      "description": "string",
                                      "display": false,
                                      "list": false,
                                      "name": "string",
                                      "option": 3
                                    }
                                  }
                                ]
                              },
                              "disabled": false,
                              "natDirect": false,
                              "ospf": {
                                "area": 10,
                                "authentication": false,
                                "authId": 4,
                                "authPassphrase": "string",
                                "cost": 4,
                                "deadTimer": 2,
                                "mode": "string",
                                "enabled": true,
                                "helloTimer": 4,
                                "inboundRouteLearning": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {}
                                  ]
                                },
                                "md5Authentication": false,
                                "MTU": 4,
                                "outboundRouteAdvertisement": {
                                  "defaultAction": "string",
                                  "filters": [
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {},
                                    {}
                                  ]
                                },
                                "passive": false
                              },
                              "override": true,
                              "subinterfaceId": 7,
                              "subinterfaceType": "string",
                              "vlanId": 5,
                              "trusted": true,
                              "rpf": "LOOSE"
                            }
                          ],
                          "vlanId": 6,
                          "wanOverlay": "AUTO_DISCOVERED",
                          "trusted": true,
                          "rpf": "DISABLED",
                          "underlayAccounting": true
                        }
                      ],
                      "routes": {
                        "icmpProbes": [
                          {},
                          {},
                          {}
                        ],
                        "icmpResponders": [
                          {},
                          {}
                        ],
                        "static": [
                          {
                            "destination": "string",
                            "netmask": "string",
                            "sourceIp": "string",
                            "gateway": "string",
                            "cost": 9,
                            "preferred": true,
                            "description": "string",
                            "cidrPrefix": "string",
                            "wanInterface": "string",
                            "icmpProbeLogicalId": "string",
                            "vlanId": 4,
                            "advertise": true,
                            "subinterfaceId": 8
                          },
                          {
                            "destination": "string",
                            "netmask": "string",
                            "sourceIp": "string",
                            "gateway": "string",
                            "cost": 8,
                            "preferred": false,
                            "description": "string",
                            "cidrPrefix": "string",
                            "wanInterface": "string",
                            "icmpProbeLogicalId": "string",
                            "vlanId": 6,
                            "advertise": false,
                            "subinterfaceId": 6
                          },
                          {
                            "destination": "string",
                            "netmask": "string",
                            "sourceIp": "string",
                            "gateway": "string",
                            "cost": 1,
                            "preferred": true,
                            "description": "string",
                            "cidrPrefix": "string",
                            "wanInterface": "string",
                            "icmpProbeLogicalId": "string",
                            "vlanId": 10,
                            "advertise": false,
                            "subinterfaceId": 8
                          },
                          {
                            "destination": "string",
                            "netmask": "string",
                            "sourceIp": "string",
                            "gateway": "string",
                            "cost": 2,
                            "preferred": false,
                            "description": "string",
                            "cidrPrefix": "string",
                            "wanInterface": "string",
                            "icmpProbeLogicalId": "string",
                            "vlanId": 2,
                            "advertise": false,
                            "subinterfaceId": 7
                          },
                          {
                            "destination": "string",
                            "netmask": "string",
                            "sourceIp": "string",
                            "gateway": "string",
                            "cost": 10,
                            "preferred": false,
                            "description": "string",
                            "cidrPrefix": "string",
                            "wanInterface": "string",
                            "icmpProbeLogicalId": "string",
                            "vlanId": 3,
                            "advertise": false,
                            "subinterfaceId": 7
                          },
                          {
                            "destination": "string",
                            "netmask": "string",
                            "sourceIp": "string",
                            "gateway": "string",
                            "cost": 2,
                            "preferred": true,
                            "description": "string",
                            "cidrPrefix": "string",
                            "wanInterface": "string",
                            "icmpProbeLogicalId": "string",
                            "vlanId": 6,
                            "advertise": false,
                            "subinterfaceId": 7
                          },
                          {
                            "destination": "string",
                            "netmask": "string",
                            "sourceIp": "string",
                            "gateway": "string",
                            "cost": 3,
                            "preferred": false,
                            "description": "string",
                            "cidrPrefix": "string",
                            "wanInterface": "string",
                            "icmpProbeLogicalId": "string",
                            "vlanId": 8,
                            "advertise": true,
                            "subinterfaceId": 8
                          },
                          {
                            "destination": "string",
                            "netmask": "string",
                            "sourceIp": "string",
                            "gateway": "string",
                            "cost": 1,
                            "preferred": true,
                            "description": "string",
                            "cidrPrefix": "string",
                            "wanInterface": "string",
                            "icmpProbeLogicalId": "string",
                            "vlanId": 10,
                            "advertise": false,
                            "subinterfaceId": 4
                          },
                          {
                            "destination": "string",
                            "netmask": "string",
                            "sourceIp": "string",
                            "gateway": "string",
                            "cost": 2,
                            "preferred": true,
                            "description": "string",
                            "cidrPrefix": "string",
                            "wanInterface": "string",
                            "icmpProbeLogicalId": "string",
                            "vlanId": 5,
                            "advertise": true,
                            "subinterfaceId": 10
                          },
                          {
                            "destination": "string",
                            "netmask": "string",
                            "sourceIp": "string",
                            "gateway": "string",
                            "cost": 7,
                            "preferred": false,
                            "description": "string",
                            "cidrPrefix": "string",
                            "wanInterface": "string",
                            "icmpProbeLogicalId": "string",
                            "vlanId": 2,
                            "advertise": false,
                            "subinterfaceId": 6
                          }
                        ]
                      },
                      "ha": {
                        "enabled": false,
                        "interface": "string"
                      },
                      "dns": {
                        "primaryProvider": {
                          "ref": "string"
                        },
                        "backupProvider": {
                          "ref": "string"
                        },
                        "privateProviders": {
                          "ref": "string"
                        }
                      },
                      "netflow": {
                        "enable": false,
                        "enabled": false,
                        "version": 3,
                        "collectors": [
                          {
                            "address": "string",
                            "port": 9
                          },
                          {
                            "address": "string",
                            "port": 8
                          },
                          {
                            "address": "string",
                            "port": 8
                          },
                          {
                            "address": "string",
                            "port": 6
                          },
                          {
                            "address": "string",
                            "port": 4
                          }
                        ]
                      },
                      "vqm": {
                        "enable": false,
                        "enabled": true,
                        "protocol": "string",
                        "collectors": [
                          {
                            "address": "string",
                            "port": 9
                          },
                          {
                            "address": "string",
                            "port": 10
                          },
                          {
                            "address": "string",
                            "port": 3
                          },
                          {
                            "address": "string",
                            "port": 3
                          },
                          {
                            "address": "string",
                            "port": 1
                          },
                          {
                            "address": "string",
                            "port": 10
                          },
                          {
                            "address": "string",
                            "port": 9
                          },
                          {
                            "address": "string",
                            "port": 2
                          },
                          {
                            "address": "string",
                            "port": 8
                          },
                          {
                            "address": "string",
                            "port": 4
                          }
                        ]
                      },
                      "vrrp": {
                        "enabled": false,
                        "data": [
                          {
                            "cidrIp": "string",
                            "interface": "string",
                            "interval": 1,
                            "preempt": false,
                            "preemptDelay": 1,
                            "priority": 4,
                            "subinterfaceId": 4,
                            "vlanId": 3,
                            "vrid": 3
                          },
                          {
                            "cidrIp": "string",
                            "interface": "string",
                            "interval": 4,
                            "preempt": false,
                            "preemptDelay": 6,
                            "priority": 5,
                            "subinterfaceId": 8,
                            "vlanId": 2,
                            "vrid": 1
                          },
                          {
                            "cidrIp": "string",
                            "interface": "string",
                            "interval": 10,
                            "preempt": false,
                            "preemptDelay": 6,
                            "priority": 7,
                            "subinterfaceId": 1,
                            "vlanId": 10,
                            "vrid": 8
                          },
                          {
                            "cidrIp": "string",
                            "interface": "string",
                            "interval": 3,
                            "preempt": false,
                            "preemptDelay": 3,
                            "priority": 2,
                            "subinterfaceId": 10,
                            "vlanId": 2,
                            "vrid": 5
                          }
                        ]
                      },
                      "snmp": {
                        "port": 4,
                        "snmpv2c": {
                          "enable": false,
                          "enabled": true,
                          "community": "string",
                          "allowedIp": [
                            "string",
                            "string",
                            "string",
                            "string"
                          ]
                        },
                        "snmpv3": {
                          "enabled": true,
                          "enable": false,
                          "users": [
                            {
                              "name": "string",
                              "passphrase": "string",
                              "authAlg": "string",
                              "privacy": true,
                              "encrAlg": "string"
                            },
                            {
                              "name": "string",
                              "passphrase": "string",
                              "authAlg": "string",
                              "privacy": false,
                              "encrAlg": "string"
                            },
                            {
                              "name": "string",
                              "passphrase": "string",
                              "authAlg": "string",
                              "privacy": true,
                              "encrAlg": "string"
                            },
                            {
                              "name": "string",
                              "passphrase": "string",
                              "authAlg": "string",
                              "privacy": false,
                              "encrAlg": "string"
                            }
                          ]
                        }
                      },
                      "multiSourceQos": {
                        "enable": false,
                        "enabled": false,
                        "highRatio": 7,
                        "normalRatio": 1,
                        "lowRatio": 7,
                        "maxCapThreshold": 6,
                        "minCapThreshold": 5
                      },
                      "tacacs": {
                        "ref": "string",
                        "sourceInterface": "string"
                      }
                    }
                  },
                  "firewall": {
                    "version": "string",
                    "schemaVersion": "string",
                    "type": "ENTERPRISE",
                    "data": {
                      "firewall_enabled": true,
                      "inboundLoggingEnabled": false,
                      "stateful_firewall_enabled": true,
                      "firewall_logging_enabled": true,
                      "inbound": [
                        {
                          "name": "string",
                          "match": {
                            "appid": 2,
                            "classid": 4,
                            "dscp": 4,
                            "sip": "string",
                            "sport_high": 8,
                            "sport_low": 1,
                            "ssm": "string",
                            "smac": "string",
                            "svlan": 4,
                            "os_version": 1,
                            "hostname": "string",
                            "dip": "string",
                            "dport_low": 4,
                            "dport_high": 2,
                            "dsm": "string",
                            "dmac": "string",
                            "dvlan": 1,
                            "proto": 4,
                            "s_rule_type": "prefix",
                            "d_rule_type": "exact"
                          },
                          "action": {
                            "type": "port_forwarding",
                            "nat": {
                              "lan_ip": "string",
                              "lan_port": 1,
                              "outbound": true
                            },
                            "interface": "string",
                            "subinterfaceId": 8
                          },
                          "ruleLogicalId": "string"
                        },
                        {
                          "name": "string",
                          "match": {
                            "appid": 9,
                            "classid": 3,
                            "dscp": 5,
                            "sip": "string",
                            "sport_high": 4,
                            "sport_low": 6,
                            "ssm": "string",
                            "smac": "string",
                            "svlan": 10,
                            "os_version": 3,
                            "hostname": "string",
                            "dip": "string",
                            "dport_low": 4,
                            "dport_high": 2,
                            "dsm": "string",
                            "dmac": "string",
                            "dvlan": 5,
                            "proto": 2,
                            "s_rule_type": "prefix",
                            "d_rule_type": "netmask"
                          },
                          "action": {
                            "type": "port_forwarding",
                            "nat": {
                              "lan_ip": "string",
                              "lan_port": 10,
                              "outbound": false
                            },
                            "interface": "string",
                            "subinterfaceId": 1
                          },
                          "ruleLogicalId": "string"
                        },
                        {
                          "name": "string",
                          "match": {
                            "appid": 3,
                            "classid": 6,
                            "dscp": 7,
                            "sip": "string",
                            "sport_high": 10,
                            "sport_low": 1,
                            "ssm": "string",
                            "smac": "string",
                            "svlan": 1,
                            "os_version": 3,
                            "hostname": "string",
                            "dip": "string",
                            "dport_low": 8,
                            "dport_high": 1,
                            "dsm": "string",
                            "dmac": "string",
                            "dvlan": 8,
                            "proto": 1,
                            "s_rule_type": "prefix",
                            "d_rule_type": "exact"
                          },
                          "action": {
                            "type": "one_to_one_nat",
                            "nat": {
                              "lan_ip": "string",
                              "lan_port": 3,
                              "outbound": true
                            },
                            "interface": "string",
                            "subinterfaceId": 1
                          },
                          "ruleLogicalId": "string"
                        },
                        {
                          "name": "string",
                          "match": {
                            "appid": 7,
                            "classid": 2,
                            "dscp": 7,
                            "sip": "string",
                            "sport_high": 3,
                            "sport_low": 2,
                            "ssm": "string",
                            "smac": "string",
                            "svlan": 10,
                            "os_version": 9,
                            "hostname": "string",
                            "dip": "string",
                            "dport_low": 10,
                            "dport_high": 5,
                            "dsm": "string",
                            "dmac": "string",
                            "dvlan": 4,
                            "proto": 5,
                            "s_rule_type": "prefix",
                            "d_rule_type": "exact"
                          },
                          "action": {
                            "type": "port_forwarding",
                            "nat": {
                              "lan_ip": "string",
                              "lan_port": 4,
                              "outbound": false
                            },
                            "interface": "string",
                            "subinterfaceId": 1
                          },
                          "ruleLogicalId": "string"
                        },
                        {
                          "name": "string",
                          "match": {
                            "appid": 1,
                            "classid": 1,
                            "dscp": 3,
                            "sip": "string",
                            "sport_high": 3,
                            "sport_low": 8,
                            "ssm": "string",
                            "smac": "string",
                            "svlan": 4,
                            "os_version": 8,
                            "hostname": "string",
                            "dip": "string",
                            "dport_low": 7,
                            "dport_high": 9,
                            "dsm": "string",
                            "dmac": "string",
                            "dvlan": 8,
                            "proto": 2,
                            "s_rule_type": "netmask",
                            "d_rule_type": "prefix"
                          },
                          "action": {
                            "type": "port_forwarding",
                            "nat": {
                              "lan_ip": "string",
                              "lan_port": 8,
                              "outbound": false
                            },
                            "interface": "string",
                            "subinterfaceId": 3
                          },
                          "ruleLogicalId": "string"
                        }
                      ],
                      "segments": [
                        {
                          "firewall_logging_enabled": true,
                          "stateful_firewall_enabled": false,
                          "outbound": [
                            {
                              "name": "string",
                              "match": {
                                "appid": 4,
                                "classid": 1,
                                "dscp": 3,
                                "sip": "string",
                                "sport_high": 10,
                                "sport_low": 8,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 7,
                                "os_version": 2,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 3,
                                "dport_high": 4,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 7,
                                "proto": 5,
                                "s_rule_type": "exact",
                                "d_rule_type": "wildcard"
                              },
                              "action": {
                                "allow_or_deny": "allow"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 5,
                                "classid": 7,
                                "dscp": 10,
                                "sip": "string",
                                "sport_high": 4,
                                "sport_low": 3,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 8,
                                "os_version": 9,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 7,
                                "dport_high": 7,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 9,
                                "proto": 10,
                                "s_rule_type": "prefix",
                                "d_rule_type": "netmask"
                              },
                              "action": {
                                "allow_or_deny": "allow"
                              },
                              "ruleLogicalId": "string"
                            }
                          ],
                          "segment": {
                            "name": "string",
                            "segmentId": 8,
                            "type": "REGULAR"
                          }
                        },
                        {
                          "firewall_logging_enabled": true,
                          "stateful_firewall_enabled": false,
                          "outbound": [
                            {
                              "name": "string",
                              "match": {
                                "appid": 4,
                                "classid": 1,
                                "dscp": 8,
                                "sip": "string",
                                "sport_high": 8,
                                "sport_low": 10,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 2,
                                "os_version": 8,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 1,
                                "dport_high": 4,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 5,
                                "proto": 1,
                                "s_rule_type": "prefix",
                                "d_rule_type": "wildcard"
                              },
                              "action": {
                                "allow_or_deny": "allow"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 6,
                                "classid": 5,
                                "dscp": 1,
                                "sip": "string",
                                "sport_high": 8,
                                "sport_low": 6,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 4,
                                "os_version": 4,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 2,
                                "dport_high": 8,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 10,
                                "proto": 6,
                                "s_rule_type": "netmask",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "allow_or_deny": "reject"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 6,
                                "classid": 2,
                                "dscp": 1,
                                "sip": "string",
                                "sport_high": 8,
                                "sport_low": 2,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 5,
                                "os_version": 7,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 3,
                                "dport_high": 5,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 5,
                                "proto": 3,
                                "s_rule_type": "wildcard",
                                "d_rule_type": "exact"
                              },
                              "action": {
                                "allow_or_deny": "deny"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 3,
                                "classid": 3,
                                "dscp": 4,
                                "sip": "string",
                                "sport_high": 3,
                                "sport_low": 3,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 2,
                                "os_version": 4,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 6,
                                "dport_high": 1,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 1,
                                "proto": 9,
                                "s_rule_type": "prefix",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "allow_or_deny": "deny"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 3,
                                "classid": 5,
                                "dscp": 6,
                                "sip": "string",
                                "sport_high": 2,
                                "sport_low": 10,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 2,
                                "os_version": 7,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 4,
                                "dport_high": 4,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 7,
                                "proto": 2,
                                "s_rule_type": "wildcard",
                                "d_rule_type": "exact"
                              },
                              "action": {
                                "allow_or_deny": "drop"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 8,
                                "classid": 8,
                                "dscp": 4,
                                "sip": "string",
                                "sport_high": 2,
                                "sport_low": 6,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 5,
                                "os_version": 1,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 3,
                                "dport_high": 3,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 2,
                                "proto": 10,
                                "s_rule_type": "netmask",
                                "d_rule_type": "netmask"
                              },
                              "action": {
                                "allow_or_deny": "skip"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 8,
                                "classid": 4,
                                "dscp": 6,
                                "sip": "string",
                                "sport_high": 2,
                                "sport_low": 4,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 7,
                                "os_version": 9,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 3,
                                "dport_high": 6,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 6,
                                "proto": 10,
                                "s_rule_type": "netmask",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "allow_or_deny": "allow"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 1,
                                "classid": 5,
                                "dscp": 1,
                                "sip": "string",
                                "sport_high": 2,
                                "sport_low": 3,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 2,
                                "os_version": 8,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 9,
                                "dport_high": 4,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 9,
                                "proto": 5,
                                "s_rule_type": "netmask",
                                "d_rule_type": "wildcard"
                              },
                              "action": {
                                "allow_or_deny": "skip"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 7,
                                "classid": 8,
                                "dscp": 4,
                                "sip": "string",
                                "sport_high": 8,
                                "sport_low": 10,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 10,
                                "os_version": 8,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 8,
                                "dport_high": 7,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 6,
                                "proto": 6,
                                "s_rule_type": "prefix",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "allow_or_deny": "allow"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 3,
                                "classid": 8,
                                "dscp": 1,
                                "sip": "string",
                                "sport_high": 4,
                                "sport_low": 4,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 5,
                                "os_version": 3,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 5,
                                "dport_high": 4,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 5,
                                "proto": 7,
                                "s_rule_type": "prefix",
                                "d_rule_type": "wildcard"
                              },
                              "action": {
                                "allow_or_deny": "drop"
                              },
                              "ruleLogicalId": "string"
                            }
                          ],
                          "segment": {
                            "name": "string",
                            "segmentId": 3,
                            "type": "CDE"
                          }
                        },
                        {
                          "firewall_logging_enabled": true,
                          "stateful_firewall_enabled": false,
                          "outbound": [
                            {
                              "name": "string",
                              "match": {
                                "appid": 7,
                                "classid": 9,
                                "dscp": 2,
                                "sip": "string",
                                "sport_high": 1,
                                "sport_low": 9,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 8,
                                "os_version": 6,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 4,
                                "dport_high": 1,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 6,
                                "proto": 2,
                                "s_rule_type": "wildcard",
                                "d_rule_type": "wildcard"
                              },
                              "action": {
                                "allow_or_deny": "deny"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 6,
                                "classid": 8,
                                "dscp": 10,
                                "sip": "string",
                                "sport_high": 2,
                                "sport_low": 2,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 3,
                                "os_version": 10,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 7,
                                "dport_high": 3,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 1,
                                "proto": 10,
                                "s_rule_type": "prefix",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "allow_or_deny": "allow"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 1,
                                "classid": 4,
                                "dscp": 2,
                                "sip": "string",
                                "sport_high": 10,
                                "sport_low": 9,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 6,
                                "os_version": 5,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 1,
                                "dport_high": 7,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 4,
                                "proto": 6,
                                "s_rule_type": "netmask",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "allow_or_deny": "reject"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 5,
                                "classid": 8,
                                "dscp": 10,
                                "sip": "string",
                                "sport_high": 7,
                                "sport_low": 5,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 8,
                                "os_version": 8,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 10,
                                "dport_high": 6,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 6,
                                "proto": 3,
                                "s_rule_type": "prefix",
                                "d_rule_type": "exact"
                              },
                              "action": {
                                "allow_or_deny": "reject"
                              },
                              "ruleLogicalId": "string"
                            }
                          ],
                          "segment": {
                            "name": "string",
                            "segmentId": 2,
                            "type": "CDE"
                          }
                        },
                        {
                          "firewall_logging_enabled": true,
                          "stateful_firewall_enabled": false,
                          "outbound": [
                            {
                              "name": "string",
                              "match": {
                                "appid": 7,
                                "classid": 4,
                                "dscp": 4,
                                "sip": "string",
                                "sport_high": 5,
                                "sport_low": 4,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 10,
                                "os_version": 3,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 9,
                                "dport_high": 5,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 2,
                                "proto": 9,
                                "s_rule_type": "exact",
                                "d_rule_type": "wildcard"
                              },
                              "action": {
                                "allow_or_deny": "drop"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 4,
                                "classid": 9,
                                "dscp": 4,
                                "sip": "string",
                                "sport_high": 8,
                                "sport_low": 8,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 3,
                                "os_version": 3,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 2,
                                "dport_high": 8,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 8,
                                "proto": 6,
                                "s_rule_type": "netmask",
                                "d_rule_type": "netmask"
                              },
                              "action": {
                                "allow_or_deny": "deny"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 5,
                                "classid": 6,
                                "dscp": 2,
                                "sip": "string",
                                "sport_high": 9,
                                "sport_low": 1,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 3,
                                "os_version": 6,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 9,
                                "dport_high": 2,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 8,
                                "proto": 1,
                                "s_rule_type": "exact",
                                "d_rule_type": "wildcard"
                              },
                              "action": {
                                "allow_or_deny": "reject"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 10,
                                "classid": 4,
                                "dscp": 1,
                                "sip": "string",
                                "sport_high": 9,
                                "sport_low": 7,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 8,
                                "os_version": 9,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 5,
                                "dport_high": 7,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 8,
                                "proto": 9,
                                "s_rule_type": "netmask",
                                "d_rule_type": "netmask"
                              },
                              "action": {
                                "allow_or_deny": "drop"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 1,
                                "classid": 1,
                                "dscp": 5,
                                "sip": "string",
                                "sport_high": 4,
                                "sport_low": 6,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 7,
                                "os_version": 5,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 2,
                                "dport_high": 1,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 2,
                                "proto": 6,
                                "s_rule_type": "netmask",
                                "d_rule_type": "exact"
                              },
                              "action": {
                                "allow_or_deny": "drop"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 5,
                                "classid": 4,
                                "dscp": 9,
                                "sip": "string",
                                "sport_high": 3,
                                "sport_low": 2,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 4,
                                "os_version": 5,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 7,
                                "dport_high": 1,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 3,
                                "proto": 2,
                                "s_rule_type": "prefix",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "allow_or_deny": "reject"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 5,
                                "classid": 8,
                                "dscp": 8,
                                "sip": "string",
                                "sport_high": 9,
                                "sport_low": 10,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 7,
                                "os_version": 2,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 5,
                                "dport_high": 6,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 3,
                                "proto": 7,
                                "s_rule_type": "netmask",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "allow_or_deny": "skip"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 6,
                                "classid": 5,
                                "dscp": 10,
                                "sip": "string",
                                "sport_high": 10,
                                "sport_low": 1,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 10,
                                "os_version": 2,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 1,
                                "dport_high": 9,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 6,
                                "proto": 6,
                                "s_rule_type": "prefix",
                                "d_rule_type": "exact"
                              },
                              "action": {
                                "allow_or_deny": "reject"
                              },
                              "ruleLogicalId": "string"
                            }
                          ],
                          "segment": {
                            "name": "string",
                            "segmentId": 1,
                            "type": "REGULAR"
                          }
                        },
                        {
                          "firewall_logging_enabled": true,
                          "stateful_firewall_enabled": false,
                          "outbound": [
                            {
                              "name": "string",
                              "match": {
                                "appid": 1,
                                "classid": 7,
                                "dscp": 1,
                                "sip": "string",
                                "sport_high": 9,
                                "sport_low": 4,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 3,
                                "os_version": 7,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 7,
                                "dport_high": 6,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 5,
                                "proto": 3,
                                "s_rule_type": "prefix",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "allow_or_deny": "deny"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 7,
                                "classid": 1,
                                "dscp": 6,
                                "sip": "string",
                                "sport_high": 2,
                                "sport_low": 5,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 5,
                                "os_version": 4,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 8,
                                "dport_high": 4,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 4,
                                "proto": 10,
                                "s_rule_type": "exact",
                                "d_rule_type": "exact"
                              },
                              "action": {
                                "allow_or_deny": "reject"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 2,
                                "classid": 7,
                                "dscp": 4,
                                "sip": "string",
                                "sport_high": 10,
                                "sport_low": 9,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 5,
                                "os_version": 8,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 9,
                                "dport_high": 1,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 10,
                                "proto": 4,
                                "s_rule_type": "exact",
                                "d_rule_type": "exact"
                              },
                              "action": {
                                "allow_or_deny": "deny"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 4,
                                "classid": 10,
                                "dscp": 7,
                                "sip": "string",
                                "sport_high": 4,
                                "sport_low": 9,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 4,
                                "os_version": 5,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 7,
                                "dport_high": 9,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 6,
                                "proto": 3,
                                "s_rule_type": "prefix",
                                "d_rule_type": "netmask"
                              },
                              "action": {
                                "allow_or_deny": "drop"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 6,
                                "classid": 10,
                                "dscp": 10,
                                "sip": "string",
                                "sport_high": 10,
                                "sport_low": 8,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 2,
                                "os_version": 6,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 1,
                                "dport_high": 1,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 9,
                                "proto": 10,
                                "s_rule_type": "prefix",
                                "d_rule_type": "exact"
                              },
                              "action": {
                                "allow_or_deny": "reject"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 8,
                                "classid": 1,
                                "dscp": 7,
                                "sip": "string",
                                "sport_high": 2,
                                "sport_low": 7,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 5,
                                "os_version": 9,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 2,
                                "dport_high": 9,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 3,
                                "proto": 1,
                                "s_rule_type": "wildcard",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "allow_or_deny": "skip"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 1,
                                "classid": 2,
                                "dscp": 6,
                                "sip": "string",
                                "sport_high": 7,
                                "sport_low": 1,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 2,
                                "os_version": 8,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 4,
                                "dport_high": 3,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 8,
                                "proto": 5,
                                "s_rule_type": "wildcard",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "allow_or_deny": "deny"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 2,
                                "classid": 7,
                                "dscp": 7,
                                "sip": "string",
                                "sport_high": 3,
                                "sport_low": 6,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 5,
                                "os_version": 4,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 5,
                                "dport_high": 4,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 7,
                                "proto": 7,
                                "s_rule_type": "netmask",
                                "d_rule_type": "exact"
                              },
                              "action": {
                                "allow_or_deny": "drop"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 5,
                                "classid": 6,
                                "dscp": 9,
                                "sip": "string",
                                "sport_high": 6,
                                "sport_low": 5,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 3,
                                "os_version": 6,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 6,
                                "dport_high": 9,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 9,
                                "proto": 4,
                                "s_rule_type": "prefix",
                                "d_rule_type": "netmask"
                              },
                              "action": {
                                "allow_or_deny": "deny"
                              },
                              "ruleLogicalId": "string"
                            }
                          ],
                          "segment": {
                            "name": "string",
                            "segmentId": 4,
                            "type": "CDE"
                          }
                        },
                        {
                          "firewall_logging_enabled": true,
                          "stateful_firewall_enabled": true,
                          "outbound": [
                            {
                              "name": "string",
                              "match": {
                                "appid": 10,
                                "classid": 5,
                                "dscp": 10,
                                "sip": "string",
                                "sport_high": 5,
                                "sport_low": 8,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 2,
                                "os_version": 4,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 9,
                                "dport_high": 1,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 8,
                                "proto": 9,
                                "s_rule_type": "exact",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "allow_or_deny": "reject"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 2,
                                "classid": 8,
                                "dscp": 4,
                                "sip": "string",
                                "sport_high": 3,
                                "sport_low": 8,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 7,
                                "os_version": 7,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 1,
                                "dport_high": 4,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 4,
                                "proto": 10,
                                "s_rule_type": "prefix",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "allow_or_deny": "deny"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 2,
                                "classid": 1,
                                "dscp": 10,
                                "sip": "string",
                                "sport_high": 7,
                                "sport_low": 4,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 8,
                                "os_version": 10,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 10,
                                "dport_high": 8,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 2,
                                "proto": 9,
                                "s_rule_type": "netmask",
                                "d_rule_type": "netmask"
                              },
                              "action": {
                                "allow_or_deny": "allow"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 2,
                                "classid": 2,
                                "dscp": 4,
                                "sip": "string",
                                "sport_high": 8,
                                "sport_low": 1,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 9,
                                "os_version": 7,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 1,
                                "dport_high": 2,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 3,
                                "proto": 3,
                                "s_rule_type": "prefix",
                                "d_rule_type": "netmask"
                              },
                              "action": {
                                "allow_or_deny": "deny"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 5,
                                "classid": 5,
                                "dscp": 7,
                                "sip": "string",
                                "sport_high": 4,
                                "sport_low": 6,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 6,
                                "os_version": 2,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 5,
                                "dport_high": 6,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 2,
                                "proto": 7,
                                "s_rule_type": "wildcard",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "allow_or_deny": "skip"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 9,
                                "classid": 3,
                                "dscp": 9,
                                "sip": "string",
                                "sport_high": 4,
                                "sport_low": 6,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 4,
                                "os_version": 7,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 10,
                                "dport_high": 4,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 7,
                                "proto": 10,
                                "s_rule_type": "wildcard",
                                "d_rule_type": "netmask"
                              },
                              "action": {
                                "allow_or_deny": "skip"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 6,
                                "classid": 4,
                                "dscp": 1,
                                "sip": "string",
                                "sport_high": 1,
                                "sport_low": 2,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 4,
                                "os_version": 5,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 8,
                                "dport_high": 3,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 3,
                                "proto": 9,
                                "s_rule_type": "prefix",
                                "d_rule_type": "wildcard"
                              },
                              "action": {
                                "allow_or_deny": "deny"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 6,
                                "classid": 2,
                                "dscp": 10,
                                "sip": "string",
                                "sport_high": 6,
                                "sport_low": 6,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 8,
                                "os_version": 3,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 6,
                                "dport_high": 3,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 8,
                                "proto": 1,
                                "s_rule_type": "exact",
                                "d_rule_type": "exact"
                              },
                              "action": {
                                "allow_or_deny": "allow"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 8,
                                "classid": 7,
                                "dscp": 1,
                                "sip": "string",
                                "sport_high": 1,
                                "sport_low": 7,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 4,
                                "os_version": 6,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 7,
                                "dport_high": 2,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 1,
                                "proto": 5,
                                "s_rule_type": "netmask",
                                "d_rule_type": "exact"
                              },
                              "action": {
                                "allow_or_deny": "reject"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 2,
                                "classid": 8,
                                "dscp": 7,
                                "sip": "string",
                                "sport_high": 8,
                                "sport_low": 2,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 5,
                                "os_version": 3,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 8,
                                "dport_high": 8,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 5,
                                "proto": 3,
                                "s_rule_type": "netmask",
                                "d_rule_type": "netmask"
                              },
                              "action": {
                                "allow_or_deny": "deny"
                              },
                              "ruleLogicalId": "string"
                            }
                          ],
                          "segment": {
                            "name": "string",
                            "segmentId": 9,
                            "type": "CDE"
                          }
                        },
                        {
                          "firewall_logging_enabled": false,
                          "stateful_firewall_enabled": false,
                          "outbound": [
                            {
                              "name": "string",
                              "match": {
                                "appid": 3,
                                "classid": 4,
                                "dscp": 10,
                                "sip": "string",
                                "sport_high": 1,
                                "sport_low": 3,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 3,
                                "os_version": 6,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 3,
                                "dport_high": 10,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 2,
                                "proto": 9,
                                "s_rule_type": "wildcard",
                                "d_rule_type": "netmask"
                              },
                              "action": {
                                "allow_or_deny": "drop"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 3,
                                "classid": 1,
                                "dscp": 7,
                                "sip": "string",
                                "sport_high": 2,
                                "sport_low": 3,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 10,
                                "os_version": 3,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 7,
                                "dport_high": 4,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 2,
                                "proto": 5,
                                "s_rule_type": "netmask",
                                "d_rule_type": "netmask"
                              },
                              "action": {
                                "allow_or_deny": "skip"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 3,
                                "classid": 8,
                                "dscp": 4,
                                "sip": "string",
                                "sport_high": 9,
                                "sport_low": 10,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 7,
                                "os_version": 4,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 1,
                                "dport_high": 6,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 3,
                                "proto": 8,
                                "s_rule_type": "netmask",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "allow_or_deny": "reject"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 1,
                                "classid": 4,
                                "dscp": 4,
                                "sip": "string",
                                "sport_high": 10,
                                "sport_low": 4,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 5,
                                "os_version": 2,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 9,
                                "dport_high": 4,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 2,
                                "proto": 8,
                                "s_rule_type": "exact",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "allow_or_deny": "allow"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 10,
                                "classid": 3,
                                "dscp": 9,
                                "sip": "string",
                                "sport_high": 5,
                                "sport_low": 5,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 9,
                                "os_version": 10,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 1,
                                "dport_high": 5,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 1,
                                "proto": 6,
                                "s_rule_type": "wildcard",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "allow_or_deny": "deny"
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 10,
                                "classid": 7,
                                "dscp": 3,
                                "sip": "string",
                                "sport_high": 2,
                                "sport_low": 2,
                                "ssm": "string",
                                "smac": "string",
                                "svlan": 4,
                                "os_version": 8,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 1,
                                "dport_high": 7,
                                "dsm": "string",
                                "dmac": "string",
                                "dvlan": 1,
                                "proto": 10,
                                "s_rule_type": "wildcard",
                                "d_rule_type": "exact"
                              },
                              "action": {
                                "allow_or_deny": "deny"
                              },
                              "ruleLogicalId": "string"
                            }
                          ],
                          "segment": {
                            "name": "string",
                            "segmentId": 1,
                            "type": "CDE"
                          }
                        }
                      ],
                      "services": {
                        "loggingEnabled": false,
                        "ssh": {
                          "enabled": false,
                          "allowSelectedIp": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "ruleLogicalId": "string"
                        },
                        "localUi": {
                          "enabled": false,
                          "allowSelectedIp": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "portNumber": 10,
                          "ruleLogicalId": "string"
                        },
                        "snmp": {
                          "enabled": false,
                          "allowSelectedIp": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "ruleLogicalId": "string"
                        },
                        "icmp": {
                          "enabled": false,
                          "allowSelectedIp": [
                            "string"
                          ],
                          "ruleLogicalId": "string"
                        }
                      }
                    }
                  },
                  "QOS": {
                    "version": "string",
                    "schemaVersion": "string",
                    "type": "OPERATOR",
                    "data": {
                      "serviceRateLimit": {
                        "enabled": true,
                        "inputType": "string",
                        "value": 3
                      },
                      "segments": [
                        {
                          "rules": [
                            {
                              "name": "string",
                              "match": {
                                "appid": 2,
                                "classid": 9,
                                "dscp": 2,
                                "sip": "string",
                                "sport_high": 6,
                                "sport_low": 7,
                                "ssm": "string",
                                "svlan": 2,
                                "os_version": 5,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 10,
                                "dport_high": 1,
                                "dsm": "string",
                                "dvlan": 7,
                                "proto": 6,
                                "s_rule_type": "exact",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 8,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 2,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 1,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 4,
                                "classid": 8,
                                "dscp": 8,
                                "sip": "string",
                                "sport_high": 8,
                                "sport_low": 7,
                                "ssm": "string",
                                "svlan": 10,
                                "os_version": 7,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 8,
                                "dport_high": 10,
                                "dsm": "string",
                                "dvlan": 9,
                                "proto": 8,
                                "s_rule_type": "exact",
                                "d_rule_type": "exact"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 3,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 10,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 9,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            }
                          ],
                          "defaults": [
                            {
                              "name": "string",
                              "match": {
                                "appid": 7,
                                "classid": 5,
                                "dscp": 2,
                                "sip": "string",
                                "sport_high": 9,
                                "sport_low": 8,
                                "ssm": "string",
                                "svlan": 5,
                                "os_version": 8,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 2,
                                "dport_high": 6,
                                "dsm": "string",
                                "dvlan": 9,
                                "proto": 10,
                                "s_rule_type": "exact",
                                "d_rule_type": "wildcard"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 7,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 6,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 6,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 7,
                                "classid": 10,
                                "dscp": 6,
                                "sip": "string",
                                "sport_high": 7,
                                "sport_low": 7,
                                "ssm": "string",
                                "svlan": 3,
                                "os_version": 7,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 6,
                                "dport_high": 1,
                                "dsm": "string",
                                "dvlan": 6,
                                "proto": 10,
                                "s_rule_type": "wildcard",
                                "d_rule_type": "netmask"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 4,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 6,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 3,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 9,
                                "classid": 1,
                                "dscp": 9,
                                "sip": "string",
                                "sport_high": 3,
                                "sport_low": 10,
                                "ssm": "string",
                                "svlan": 4,
                                "os_version": 10,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 1,
                                "dport_high": 5,
                                "dsm": "string",
                                "dvlan": 3,
                                "proto": 4,
                                "s_rule_type": "exact",
                                "d_rule_type": "exact"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 7,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 10,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 5,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 9,
                                "classid": 9,
                                "dscp": 1,
                                "sip": "string",
                                "sport_high": 8,
                                "sport_low": 7,
                                "ssm": "string",
                                "svlan": 8,
                                "os_version": 10,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 8,
                                "dport_high": 10,
                                "dsm": "string",
                                "dvlan": 3,
                                "proto": 9,
                                "s_rule_type": "wildcard",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 5,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 3,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 6,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 8,
                                "classid": 8,
                                "dscp": 6,
                                "sip": "string",
                                "sport_high": 7,
                                "sport_low": 3,
                                "ssm": "string",
                                "svlan": 8,
                                "os_version": 9,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 2,
                                "dport_high": 1,
                                "dsm": "string",
                                "dvlan": 2,
                                "proto": 7,
                                "s_rule_type": "netmask",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 6,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 1,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 9,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 5,
                                "classid": 2,
                                "dscp": 9,
                                "sip": "string",
                                "sport_high": 10,
                                "sport_low": 6,
                                "ssm": "string",
                                "svlan": 3,
                                "os_version": 9,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 10,
                                "dport_high": 7,
                                "dsm": "string",
                                "dvlan": 3,
                                "proto": 6,
                                "s_rule_type": "prefix",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 5,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 5,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 6,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            }
                          ],
                          "webProxy": {
                            "providers": [
                              {},
                              {},
                              {},
                              {}
                            ]
                          },
                          "cosMapping": {
                            "lsInputType": "string",
                            "bulk": {
                              "high": {
                                "value": 10,
                                "ratelimit": true
                              },
                              "normal": {
                                "value": 3,
                                "ratelimit": true
                              },
                              "low": {
                                "value": 3,
                                "ratelimit": true
                              }
                            },
                            "realtime": {
                              "high": {
                                "value": 10,
                                "ratelimit": true
                              },
                              "normal": {
                                "value": 7,
                                "ratelimit": false
                              },
                              "low": {
                                "value": 5,
                                "ratelimit": true
                              }
                            },
                            "transactional": {
                              "high": {
                                "value": 7,
                                "ratelimit": false
                              },
                              "normal": {
                                "value": 5,
                                "ratelimit": true
                              },
                              "low": {
                                "value": 3,
                                "ratelimit": true
                              }
                            }
                          },
                          "segment": {
                            "name": "string",
                            "segmentId": 8,
                            "type": "REGULAR"
                          }
                        },
                        {
                          "rules": [
                            {
                              "name": "string",
                              "match": {
                                "appid": 4,
                                "classid": 5,
                                "dscp": 1,
                                "sip": "string",
                                "sport_high": 4,
                                "sport_low": 9,
                                "ssm": "string",
                                "svlan": 2,
                                "os_version": 6,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 6,
                                "dport_high": 6,
                                "dsm": "string",
                                "dvlan": 2,
                                "proto": 8,
                                "s_rule_type": "exact",
                                "d_rule_type": "netmask"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 6,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 7,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 8,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 3,
                                "classid": 5,
                                "dscp": 2,
                                "sip": "string",
                                "sport_high": 7,
                                "sport_low": 4,
                                "ssm": "string",
                                "svlan": 2,
                                "os_version": 1,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 2,
                                "dport_high": 8,
                                "dsm": "string",
                                "dvlan": 3,
                                "proto": 1,
                                "s_rule_type": "wildcard",
                                "d_rule_type": "wildcard"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 5,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 5,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 7,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 1,
                                "classid": 6,
                                "dscp": 7,
                                "sip": "string",
                                "sport_high": 6,
                                "sport_low": 3,
                                "ssm": "string",
                                "svlan": 1,
                                "os_version": 8,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 10,
                                "dport_high": 8,
                                "dsm": "string",
                                "dvlan": 6,
                                "proto": 3,
                                "s_rule_type": "netmask",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 6,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 6,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 2,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 1,
                                "classid": 7,
                                "dscp": 6,
                                "sip": "string",
                                "sport_high": 7,
                                "sport_low": 5,
                                "ssm": "string",
                                "svlan": 8,
                                "os_version": 1,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 6,
                                "dport_high": 10,
                                "dsm": "string",
                                "dvlan": 10,
                                "proto": 8,
                                "s_rule_type": "prefix",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 7,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 3,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 1,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 4,
                                "classid": 8,
                                "dscp": 1,
                                "sip": "string",
                                "sport_high": 7,
                                "sport_low": 4,
                                "ssm": "string",
                                "svlan": 7,
                                "os_version": 6,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 4,
                                "dport_high": 6,
                                "dsm": "string",
                                "dvlan": 2,
                                "proto": 2,
                                "s_rule_type": "exact",
                                "d_rule_type": "exact"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 8,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 2,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 7,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 10,
                                "classid": 6,
                                "dscp": 7,
                                "sip": "string",
                                "sport_high": 4,
                                "sport_low": 5,
                                "ssm": "string",
                                "svlan": 3,
                                "os_version": 1,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 1,
                                "dport_high": 2,
                                "dsm": "string",
                                "dvlan": 2,
                                "proto": 8,
                                "s_rule_type": "netmask",
                                "d_rule_type": "exact"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 9,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 6,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 9,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 2,
                                "classid": 6,
                                "dscp": 10,
                                "sip": "string",
                                "sport_high": 5,
                                "sport_low": 8,
                                "ssm": "string",
                                "svlan": 7,
                                "os_version": 5,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 5,
                                "dport_high": 1,
                                "dsm": "string",
                                "dvlan": 2,
                                "proto": 5,
                                "s_rule_type": "exact",
                                "d_rule_type": "exact"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 9,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 6,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 9,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 4,
                                "classid": 10,
                                "dscp": 7,
                                "sip": "string",
                                "sport_high": 10,
                                "sport_low": 2,
                                "ssm": "string",
                                "svlan": 8,
                                "os_version": 9,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 9,
                                "dport_high": 10,
                                "dsm": "string",
                                "dvlan": 5,
                                "proto": 5,
                                "s_rule_type": "wildcard",
                                "d_rule_type": "wildcard"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 6,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 1,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 10,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            }
                          ],
                          "defaults": [
                            {
                              "name": "string",
                              "match": {
                                "appid": 10,
                                "classid": 4,
                                "dscp": 10,
                                "sip": "string",
                                "sport_high": 6,
                                "sport_low": 10,
                                "ssm": "string",
                                "svlan": 4,
                                "os_version": 1,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 9,
                                "dport_high": 9,
                                "dsm": "string",
                                "dvlan": 3,
                                "proto": 2,
                                "s_rule_type": "wildcard",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 3,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 4,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 1,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            },
                            {
                              "name": "string",
                              "match": {
                                "appid": 6,
                                "classid": 5,
                                "dscp": 8,
                                "sip": "string",
                                "sport_high": 8,
                                "sport_low": 3,
                                "ssm": "string",
                                "svlan": 6,
                                "os_version": 8,
                                "hostname": "string",
                                "dip": "string",
                                "dport_low": 7,
                                "dport_high": 7,
                                "dsm": "string",
                                "dvlan": 9,
                                "proto": 7,
                                "s_rule_type": "netmask",
                                "d_rule_type": "prefix"
                              },
                              "action": {
                                "routeType": "string",
                                "edge2EdgeRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 9,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2DataCenterRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 4,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "edge2CloudRouteAction": {
                                  "interface": "string",
                                  "linkInternalLogicalId": "string",
                                  "linkPolicy": "string",
                                  "routeCfg": {},
                                  "routePolicy": "string",
                                  "serviceGroup": "string",
                                  "vlanId": 6,
                                  "wanlink": "string",
                                  "linkCosLogicalId": "string",
                                  "linkOuterDscpTag": "string",
                                  "linkInnerDscpTag": "string"
                                },
                                "QoS": {},
                                "sla": {}
                              },
                              "ruleLogicalId": "string"
                            }
                          ],
                          "webProxy": {
                            "providers": [
                              {},
                              {},
                              {},
                              {},
                              {}
                            ]
                          },
                          "cosMapping": {
                            "lsInputType": "string",
                            "bulk": {
                              "high": {
                                "value": 10,
                                "ratelimit": true
                              },
                              "normal": {
                                "value": 4,
                                "ratelimit": true
                              },
                              "low": {
                                "value": 5,
                                "ratelimit": true
                              }
                            },
                            "realtime": {
                              "high": {
                                "value": 1,
                                "ratelimit": false
                              },
                              "normal": {
                                "value": 3,
                                "ratelimit": false
                              },
                              "low": {
                                "value": 1,
                                "ratelimit": false
                              }
                            },
                            "transactional": {
                              "high": {
                                "value": 4,
                                "ratelimit": true
                              },
                              "normal": {
                                "value": 9,
                                "ratelimit": false
                              },
                              "low": {
                                "value": 2,
                                "ratelimit": true
                              }
                            }
                          },
                          "segment": {
                            "name": "string",
                            "segmentId": 3,
                            "type": "REGULAR"
                          }
                        }
                      ]
                    }
                  },
                  "WAN": {
                    "version": "string",
                    "schemaVersion": "string",
                    "type": "OPERATOR",
                    "data": {
                      "links": [
                        {
                          "logicalId": "string",
                          "internalId": "string",
                          "discovery": "DISABLED",
                          "mode": "PUBLIC",
                          "type": "WIRELESS",
                          "name": "string",
                          "isp": "string",
                          "publicIpAddress": "string",
                          "sourceIpAddress": "string",
                          "nextHopIpAddress": "string",
                          "customVlanId": true,
                          "vlanId": 3,
                          "enable8021P": false,
                          "priority8021P": 2,
                          "virtualIpAddress": "string",
                          "dynamicBwAdjustmentEnabled": true,
                          "bwMeasurement": "string",
                          "upstreamMbps": "string",
                          "downstreamMbps": "string",
                          "backupOnly": true,
                          "overheadBytes": 2,
                          "udpHolePunching": false,
                          "MTU": 10,
                          "mplsNetwork": "string",
                          "dscpTag": "string",
                          "staticSlaEnabled": false,
                          "classesofServiceEnabled": false,
                          "encryptOverlay": false,
                          "staticSLA": {
                            "latencyMs": 4,
                            "jitterMs": 10,
                            "lossPct": 2
                          },
                          "classesOfService": {
                            "classId": 6,
                            "classesOfService": [
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 3,
                                  "jitterMs": 1,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 4,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": false
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 8,
                                  "jitterMs": 10,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 7,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": true
                              }
                            ]
                          },
                          "interfaces": [
                            "string",
                            "string",
                            "string"
                          ],
                          "lastActive": "string"
                        },
                        {
                          "logicalId": "string",
                          "internalId": "string",
                          "discovery": "DISABLED",
                          "mode": "PRIVATE",
                          "type": "WIRELESS",
                          "name": "string",
                          "isp": "string",
                          "publicIpAddress": "string",
                          "sourceIpAddress": "string",
                          "nextHopIpAddress": "string",
                          "customVlanId": false,
                          "vlanId": 5,
                          "enable8021P": false,
                          "priority8021P": 7,
                          "virtualIpAddress": "string",
                          "dynamicBwAdjustmentEnabled": true,
                          "bwMeasurement": "string",
                          "upstreamMbps": "string",
                          "downstreamMbps": "string",
                          "backupOnly": false,
                          "overheadBytes": 8,
                          "udpHolePunching": true,
                          "MTU": 4,
                          "mplsNetwork": "string",
                          "dscpTag": "string",
                          "staticSlaEnabled": true,
                          "classesofServiceEnabled": true,
                          "encryptOverlay": true,
                          "staticSLA": {
                            "latencyMs": 6,
                            "jitterMs": 7,
                            "lossPct": 8
                          },
                          "classesOfService": {
                            "classId": 5,
                            "classesOfService": [
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 8,
                                  "jitterMs": 5,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 3,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": false
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 7,
                                  "jitterMs": 9,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 5,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 1,
                                  "jitterMs": 10,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 4,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 3,
                                  "jitterMs": 3,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 3,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": false
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 3,
                                  "jitterMs": 1,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 8,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": false
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 4,
                                  "jitterMs": 10,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 10,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": false
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 8,
                                  "jitterMs": 5,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 2,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": false
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 7,
                                  "jitterMs": 9,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 3,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 2,
                                  "jitterMs": 3,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 3,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": true
                              }
                            ]
                          },
                          "interfaces": [
                            "string"
                          ],
                          "lastActive": "string"
                        },
                        {
                          "logicalId": "string",
                          "internalId": "string",
                          "discovery": "USER_DEFINED",
                          "mode": "PUBLIC",
                          "type": "WIRELESS",
                          "name": "string",
                          "isp": "string",
                          "publicIpAddress": "string",
                          "sourceIpAddress": "string",
                          "nextHopIpAddress": "string",
                          "customVlanId": true,
                          "vlanId": 3,
                          "enable8021P": true,
                          "priority8021P": 8,
                          "virtualIpAddress": "string",
                          "dynamicBwAdjustmentEnabled": true,
                          "bwMeasurement": "string",
                          "upstreamMbps": "string",
                          "downstreamMbps": "string",
                          "backupOnly": false,
                          "overheadBytes": 5,
                          "udpHolePunching": false,
                          "MTU": 2,
                          "mplsNetwork": "string",
                          "dscpTag": "string",
                          "staticSlaEnabled": false,
                          "classesofServiceEnabled": true,
                          "encryptOverlay": false,
                          "staticSLA": {
                            "latencyMs": 7,
                            "jitterMs": 1,
                            "lossPct": 9
                          },
                          "classesOfService": {
                            "classId": 8,
                            "classesOfService": [
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 1,
                                  "jitterMs": 7,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 1,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 10,
                                  "jitterMs": 9,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 1,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": false
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 3,
                                  "jitterMs": 9,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 5,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": false
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 4,
                                  "jitterMs": 9,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 8,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 7,
                                  "jitterMs": 4,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 5,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 10,
                                  "jitterMs": 6,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 6,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              }
                            ]
                          },
                          "interfaces": [
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "lastActive": "string"
                        },
                        {
                          "logicalId": "string",
                          "internalId": "string",
                          "discovery": "USER_DEFINED",
                          "mode": "PRIVATE",
                          "type": "WIRED",
                          "name": "string",
                          "isp": "string",
                          "publicIpAddress": "string",
                          "sourceIpAddress": "string",
                          "nextHopIpAddress": "string",
                          "customVlanId": false,
                          "vlanId": 6,
                          "enable8021P": false,
                          "priority8021P": 1,
                          "virtualIpAddress": "string",
                          "dynamicBwAdjustmentEnabled": false,
                          "bwMeasurement": "string",
                          "upstreamMbps": "string",
                          "downstreamMbps": "string",
                          "backupOnly": true,
                          "overheadBytes": 2,
                          "udpHolePunching": true,
                          "MTU": 6,
                          "mplsNetwork": "string",
                          "dscpTag": "string",
                          "staticSlaEnabled": false,
                          "classesofServiceEnabled": true,
                          "encryptOverlay": false,
                          "staticSLA": {
                            "latencyMs": 3,
                            "jitterMs": 4,
                            "lossPct": 3
                          },
                          "classesOfService": {
                            "classId": 5,
                            "classesOfService": [
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 1,
                                  "jitterMs": 9,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 6,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 2,
                                  "jitterMs": 9,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 2,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 1,
                                  "jitterMs": 9,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 6,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 7,
                                  "jitterMs": 9,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 2,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 4,
                                  "jitterMs": 8,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 7,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 1,
                                  "jitterMs": 5,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 8,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": false
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 7,
                                  "jitterMs": 6,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 1,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": false
                              }
                            ]
                          },
                          "interfaces": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "lastActive": "string"
                        },
                        {
                          "logicalId": "string",
                          "internalId": "string",
                          "discovery": "DISABLED",
                          "mode": "PUBLIC",
                          "type": "WIRELESS",
                          "name": "string",
                          "isp": "string",
                          "publicIpAddress": "string",
                          "sourceIpAddress": "string",
                          "nextHopIpAddress": "string",
                          "customVlanId": true,
                          "vlanId": 9,
                          "enable8021P": true,
                          "priority8021P": 2,
                          "virtualIpAddress": "string",
                          "dynamicBwAdjustmentEnabled": true,
                          "bwMeasurement": "string",
                          "upstreamMbps": "string",
                          "downstreamMbps": "string",
                          "backupOnly": true,
                          "overheadBytes": 6,
                          "udpHolePunching": true,
                          "MTU": 5,
                          "mplsNetwork": "string",
                          "dscpTag": "string",
                          "staticSlaEnabled": true,
                          "classesofServiceEnabled": true,
                          "encryptOverlay": true,
                          "staticSLA": {
                            "latencyMs": 10,
                            "jitterMs": 7,
                            "lossPct": 3
                          },
                          "classesOfService": {
                            "classId": 2,
                            "classesOfService": [
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 9,
                                  "jitterMs": 6,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 8,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 3,
                                  "jitterMs": 6,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 7,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": false
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 7,
                                  "jitterMs": 9,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 9,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 2,
                                  "jitterMs": 1,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 10,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 6,
                                  "jitterMs": 5,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 2,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 1,
                                  "jitterMs": 3,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 6,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              }
                            ]
                          },
                          "interfaces": [
                            "string"
                          ],
                          "lastActive": "string"
                        },
                        {
                          "logicalId": "string",
                          "internalId": "string",
                          "discovery": "USER_DEFINED",
                          "mode": "PUBLIC",
                          "type": "WIRED",
                          "name": "string",
                          "isp": "string",
                          "publicIpAddress": "string",
                          "sourceIpAddress": "string",
                          "nextHopIpAddress": "string",
                          "customVlanId": true,
                          "vlanId": 9,
                          "enable8021P": true,
                          "priority8021P": 5,
                          "virtualIpAddress": "string",
                          "dynamicBwAdjustmentEnabled": false,
                          "bwMeasurement": "string",
                          "upstreamMbps": "string",
                          "downstreamMbps": "string",
                          "backupOnly": false,
                          "overheadBytes": 10,
                          "udpHolePunching": false,
                          "MTU": 9,
                          "mplsNetwork": "string",
                          "dscpTag": "string",
                          "staticSlaEnabled": true,
                          "classesofServiceEnabled": false,
                          "encryptOverlay": false,
                          "staticSLA": {
                            "latencyMs": 6,
                            "jitterMs": 3,
                            "lossPct": 4
                          },
                          "classesOfService": {
                            "classId": 1,
                            "classesOfService": [
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 9,
                                  "jitterMs": 4,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 8,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 6,
                                  "jitterMs": 3,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 7,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": true
                              }
                            ]
                          },
                          "interfaces": [
                            "string"
                          ],
                          "lastActive": "string"
                        },
                        {
                          "logicalId": "string",
                          "internalId": "string",
                          "discovery": "DISABLED",
                          "mode": "PRIVATE",
                          "type": "WIRELESS",
                          "name": "string",
                          "isp": "string",
                          "publicIpAddress": "string",
                          "sourceIpAddress": "string",
                          "nextHopIpAddress": "string",
                          "customVlanId": false,
                          "vlanId": 8,
                          "enable8021P": false,
                          "priority8021P": 5,
                          "virtualIpAddress": "string",
                          "dynamicBwAdjustmentEnabled": true,
                          "bwMeasurement": "string",
                          "upstreamMbps": "string",
                          "downstreamMbps": "string",
                          "backupOnly": true,
                          "overheadBytes": 10,
                          "udpHolePunching": true,
                          "MTU": 9,
                          "mplsNetwork": "string",
                          "dscpTag": "string",
                          "staticSlaEnabled": true,
                          "classesofServiceEnabled": false,
                          "encryptOverlay": false,
                          "staticSLA": {
                            "latencyMs": 3,
                            "jitterMs": 9,
                            "lossPct": 9
                          },
                          "classesOfService": {
                            "classId": 9,
                            "classesOfService": [
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 2,
                                  "jitterMs": 4,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 1,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": false
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 9,
                                  "jitterMs": 1,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 5,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": false
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 3,
                                  "jitterMs": 2,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 3,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": false
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 10,
                                  "jitterMs": 7,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 8,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 6,
                                  "jitterMs": 1,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 9,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 6,
                                  "jitterMs": 6,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 1,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": false
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 10,
                                  "jitterMs": 10,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 9,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": true
                              }
                            ]
                          },
                          "interfaces": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "lastActive": "string"
                        },
                        {
                          "logicalId": "string",
                          "internalId": "string",
                          "discovery": "AUTO_DISCOVERED",
                          "mode": "PUBLIC",
                          "type": "WIRED",
                          "name": "string",
                          "isp": "string",
                          "publicIpAddress": "string",
                          "sourceIpAddress": "string",
                          "nextHopIpAddress": "string",
                          "customVlanId": false,
                          "vlanId": 4,
                          "enable8021P": false,
                          "priority8021P": 10,
                          "virtualIpAddress": "string",
                          "dynamicBwAdjustmentEnabled": false,
                          "bwMeasurement": "string",
                          "upstreamMbps": "string",
                          "downstreamMbps": "string",
                          "backupOnly": true,
                          "overheadBytes": 1,
                          "udpHolePunching": false,
                          "MTU": 7,
                          "mplsNetwork": "string",
                          "dscpTag": "string",
                          "staticSlaEnabled": false,
                          "classesofServiceEnabled": false,
                          "encryptOverlay": true,
                          "staticSLA": {
                            "latencyMs": 2,
                            "jitterMs": 6,
                            "lossPct": 8
                          },
                          "classesOfService": {
                            "classId": 3,
                            "classesOfService": [
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 5,
                                  "jitterMs": 1,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 3,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": false
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 3,
                                  "jitterMs": 8,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 6,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": false
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 1,
                                  "jitterMs": 5,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 1,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 6,
                                  "jitterMs": 1,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 3,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 5,
                                  "jitterMs": 7,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 1,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              }
                            ]
                          },
                          "interfaces": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "lastActive": "string"
                        },
                        {
                          "logicalId": "string",
                          "internalId": "string",
                          "discovery": "AUTO_DISCOVERED",
                          "mode": "PRIVATE",
                          "type": "WIRELESS",
                          "name": "string",
                          "isp": "string",
                          "publicIpAddress": "string",
                          "sourceIpAddress": "string",
                          "nextHopIpAddress": "string",
                          "customVlanId": false,
                          "vlanId": 6,
                          "enable8021P": false,
                          "priority8021P": 1,
                          "virtualIpAddress": "string",
                          "dynamicBwAdjustmentEnabled": true,
                          "bwMeasurement": "string",
                          "upstreamMbps": "string",
                          "downstreamMbps": "string",
                          "backupOnly": true,
                          "overheadBytes": 3,
                          "udpHolePunching": true,
                          "MTU": 10,
                          "mplsNetwork": "string",
                          "dscpTag": "string",
                          "staticSlaEnabled": false,
                          "classesofServiceEnabled": true,
                          "encryptOverlay": true,
                          "staticSLA": {
                            "latencyMs": 7,
                            "jitterMs": 7,
                            "lossPct": 5
                          },
                          "classesOfService": {
                            "classId": 4,
                            "classesOfService": [
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 8,
                                  "jitterMs": 2,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 9,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string",
                                  "string",
                                  "string",
                                  "string",
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 7,
                                  "jitterMs": 4,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 9,
                                "bandwidthGuaranteed": false,
                                "defaultClassOfService": true
                              },
                              {
                                "id": "string",
                                "name": "string",
                                "dscpTags": [
                                  "string"
                                ],
                                "staticSLA": {
                                  "latencyMs": 8,
                                  "jitterMs": 2,
                                  "lossPct": "string"
                                },
                                "bandwidthPct": 5,
                                "bandwidthGuaranteed": true,
                                "defaultClassOfService": true
                              }
                            ]
                          },
                          "interfaces": [
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string",
                            "string"
                          ],
                          "lastActive": "string"
                        }
                      ],
                      "networks": [
                        {
                          "mode": "string",
                          "type": "string",
                          "name": "string",
                          "logicalId": "string",
                          "interface": "string",
                          "internalId": "string",
                          "ipAddress": "string",
                          "isp": "string",
                          "lastActive": 3
                        },
                        {
                          "mode": "string",
                          "type": "string",
                          "name": "string",
                          "logicalId": "string",
                          "interface": "string",
                          "internalId": "string",
                          "ipAddress": "string",
                          "isp": "string",
                          "lastActive": 1
                        },
                        {
                          "mode": "string",
                          "type": "string",
                          "name": "string",
                          "logicalId": "string",
                          "interface": "string",
                          "internalId": "string",
                          "ipAddress": "string",
                          "isp": "string",
                          "lastActive": 8
                        },
                        {
                          "mode": "string",
                          "type": "string",
                          "name": "string",
                          "logicalId": "string",
                          "interface": "string",
                          "internalId": "string",
                          "ipAddress": "string",
                          "isp": "string",
                          "lastActive": 5
                        },
                        {
                          "mode": "string",
                          "type": "string",
                          "name": "string",
                          "logicalId": "string",
                          "interface": "string",
                          "internalId": "string",
                          "ipAddress": "string",
                          "isp": "string",
                          "lastActive": 5
                        }
                      ]
                    }
                  },
                  "controlPlane": {
                    "version": "string",
                    "schemaVersion": "string",
                    "type": "ENTERPRISE",
                    "data": {
                      "gatewaySelection": {
                        "mode": "string",
                        "primary": "string",
                        "primaryDetail": {
                          "ipAddress": "string",
                          "logicalId": "string",
                          "name": "string"
                        },
                        "secondary": "string",
                        "secondaryDetail": {
                          "ipAddress": "string",
                          "logicalId": "string",
                          "name": "string"
                        },
                        "super": "string",
                        "superDetail": {
                          "ipAddress": "string",
                          "logicalId": "string",
                          "name": "string"
                        }
                      },
                      "vpn": {
                        "dataCenterEdges": [
                          {
                            "logicalId": "string",
                            "name": "string"
                          }
                        ],
                        "edgeToDataCenter": false,
                        "edgeToEdge": false,
                        "edgeToEdgeDetail": {
                          "dynamic": {
                            "enabled": true,
                            "timeout": 9,
                            "type": "string"
                          },
                          "encryptionProtocol": "string",
                          "profileIsolation": {
                            "enabled": false,
                            "isolateDynamic": true
                          },
                          "useCloudGateway": true,
                          "vpnHubs": [
                            {},
                            {},
                            {},
                            {}
                          ],
                          "autoSelectVpnHubs": false
                        },
                        "edgeToEdgeList": [
                          {
                            "isolateDynamic": 9,
                            "logicalId": "string",
                            "name": "string",
                            "profileLogicalId": "string"
                          },
                          {
                            "isolateDynamic": 10,
                            "logicalId": "string",
                            "name": "string",
                            "profileLogicalId": "string"
                          },
                          {
                            "isolateDynamic": 9,
                            "logicalId": "string",
                            "name": "string",
                            "profileLogicalId": "string"
                          },
                          {
                            "isolateDynamic": 1,
                            "logicalId": "string",
                            "name": "string",
                            "profileLogicalId": "string"
                          },
                          {
                            "isolateDynamic": 5,
                            "logicalId": "string",
                            "name": "string",
                            "profileLogicalId": "string"
                          },
                          {
                            "isolateDynamic": 4,
                            "logicalId": "string",
                            "name": "string",
                            "profileLogicalId": "string"
                          }
                        ]
                      },
                      "ipsecGatewayDetail": {}
                    }
                  },
                  "managementPlane": {
                    "version": "string",
                    "schemaVersion": "string",
                    "type": "OPERATOR",
                    "data": {
                      "heartBeatSeconds": 3,
                      "managementPlaneProxy": {
                        "primary": "string",
                        "secondary": "string"
                      },
                      "statsUploadSeconds": 10,
                      "timeSliceSeconds": 10
                    }
                  },
                  "imageUpdate": {
                    "version": "string",
                    "schemaVersion": "string",
                    "type": "ENTERPRISE",
                    "data": {
                      "buildNumber": "string",
                      "profileDeviceFamily": "string",
                      "profileVersion": "string",
                      "scheduledStartTime": {
                        "dayOfWeek": 8,
                        "specified": true,
                        "timeOfDayMins": 5,
                        "useEdgeTimeZone": false
                      },
                      "softwarePackageId": 1,
                      "softwarePackageName": "string",
                      "version": "string",
                      "windowDurationMins": 1,
                      "windowed": false
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/edge/getEdgeConfigurationStack": {
      "post": {
        "tags": [
          "Edge"
        ],
        "operationId": "edgeGetEdgeConfigurationStack",
        "description": "The parameters and request body are for method: edgeGetEdgeConfigurationStack. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "configurationType": {
                        "type": "string"
                      },
                      "created": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "edgeCount": {
                        "type": "number"
                      },
                      "effective": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "logicalId": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "modules": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "created": {
                              "type": "string"
                            },
                            "effective": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "isSmallData": {
                              "type": "number"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "configurationId": {
                              "type": "number"
                            },
                            "data": {
                              "type": "object"
                            },
                            "refs": {
                              "type": "object"
                            },
                            "schemaVersion": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "name": {
                        "type": "string"
                      },
                      "schemaVersion": {
                        "type": "string"
                      },
                      "version": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "configurationType": "NETWORK_BASED",
                    "created": "string",
                    "description": "string",
                    "edgeCount": 2,
                    "effective": "string",
                    "id": 7,
                    "logicalId": "string",
                    "modified": "string",
                    "modules": [
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 6,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "managementPlane",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 8,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 8,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "managementPlane",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 3,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 7,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "imageUpdate",
                        "type": "OPERATOR",
                        "description": "string",
                        "configurationId": 8,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 9,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "properties",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 2,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 10,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "imageUpdate",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 2,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 1,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "controlPlane",
                        "type": "GATEWAY",
                        "description": "string",
                        "configurationId": 7,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      }
                    ],
                    "name": "string",
                    "schemaVersion": "string",
                    "version": "string"
                  },
                  {
                    "configurationType": "NETWORK_BASED",
                    "created": "string",
                    "description": "string",
                    "edgeCount": 9,
                    "effective": "string",
                    "id": 5,
                    "logicalId": "string",
                    "modified": "string",
                    "modules": [
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 8,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "managementPlane",
                        "type": "ENTERPRISE",
                        "description": "string",
                        "configurationId": 5,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 10,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "managementPlane",
                        "type": "ENTERPRISE",
                        "description": "string",
                        "configurationId": 1,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 4,
                        "isSmallData": 0,
                        "modified": "string",
                        "name": "controlPlane",
                        "type": "ENTERPRISE",
                        "description": "string",
                        "configurationId": 8,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      },
                      {
                        "created": "string",
                        "effective": "string",
                        "id": 1,
                        "isSmallData": 1,
                        "modified": "string",
                        "name": "imageUpdate",
                        "type": "ENTERPRISE",
                        "description": "string",
                        "configurationId": 9,
                        "data": {},
                        "refs": {},
                        "schemaVersion": "string"
                      }
                    ],
                    "name": "string",
                    "schemaVersion": "string",
                    "version": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/edge/sendEdgeActivationEmail": {
      "post": {
        "tags": [
          "Edge"
        ],
        "operationId": "edgeSendEdgeActivationEmail",
        "description": "The parameters and request body are for method: edgeSendEdgeActivationEmail. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accepted": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "rejected": {
                      "type": "object"
                    },
                    "envelopeTime": {
                      "type": "number"
                    },
                    "messageTime": {
                      "type": "number"
                    },
                    "messageSize": {
                      "type": "number"
                    },
                    "response": {
                      "type": "string"
                    },
                    "envelope": {
                      "type": "object",
                      "properties": {
                        "from": {
                          "type": "string"
                        },
                        "to": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "messageId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "accepted": [
                    "string"
                  ],
                  "rejected": [],
                  "envelopeTime": 1,
                  "messageTime": 1,
                  "messageSize": 1,
                  "response": "string",
                  "envelope": {
                    "from": "string",
                    "to": [
                      "string"
                    ]
                  },
                  "messageId": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/edge/updateEdgeAdminPassword": {
      "post": {
        "tags": [
          "Edge"
        ],
        "operationId": "edgeUpdateEdgeAdminPassword",
        "description": "The parameters and request body are for method: edgeUpdateEdgeAdminPassword. 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": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/edge/updateEdgeAttributes": {
      "post": {
        "tags": [
          "Edge"
        ],
        "operationId": "edgeUpdateEdgeAttributes",
        "description": "The parameters and request body are for method: edgeUpdateEdgeAttributes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/edge/updateEdgeCredentialsByConfiguration": {
      "post": {
        "tags": [
          "Edge"
        ],
        "operationId": "edgeUpdateEdgeCredentialsByConfiguration",
        "description": "The parameters and request body are for method: edgeUpdateEdgeCredentialsByConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "actionIds": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": {
                  "actionIds": [
                    7,
                    5,
                    7,
                    3
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/decodeEnterpriseKey": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseDecodeEnterpriseKey",
        "description": "The parameters and request body are for method: enterpriseDecodeEnterpriseKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "key": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "key": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/encodeEnterpriseKey": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseEncodeEnterpriseKey",
        "description": "The parameters and request body are for method: enterpriseEncodeEnterpriseKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "key": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "key": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterprise": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseGetEnterprise",
        "description": "The parameters and request body are for method: enterpriseGetEnterprise. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "created": {
                      "type": "string"
                    },
                    "networkId": {
                      "type": "number"
                    },
                    "gatewayPoolId": {
                      "type": "number"
                    },
                    "alertsEnabled": {
                      "type": "number"
                    },
                    "operatorAlertsEnabled": {
                      "type": "number"
                    },
                    "endpointPkiMode": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "domain": {
                      "type": "string"
                    },
                    "prefix": {
                      "type": "string"
                    },
                    "logicalId": {
                      "type": "string"
                    },
                    "accountNumber": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "contactName": {
                      "type": "string"
                    },
                    "contactPhone": {
                      "type": "string"
                    },
                    "contactMobile": {
                      "type": "string"
                    },
                    "contactEmail": {
                      "type": "string"
                    },
                    "streetAddress": {
                      "type": "string"
                    },
                    "streetAddress2": {
                      "type": "string"
                    },
                    "city": {
                      "type": "string"
                    },
                    "state": {
                      "type": "string"
                    },
                    "postalCode": {
                      "type": "string"
                    },
                    "country": {
                      "type": "string"
                    },
                    "lat": {
                      "type": "number"
                    },
                    "lon": {
                      "type": "number"
                    },
                    "timezone": {
                      "type": "string"
                    },
                    "locale": {
                      "type": "string"
                    },
                    "modified": {
                      "type": "string"
                    },
                    "enterpriseProxy": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "number"
                        },
                        "created": {
                          "type": "string"
                        },
                        "networkId": {
                          "type": "number"
                        },
                        "proxyType": {
                          "type": "string"
                        },
                        "operateGateways": {
                          "type": "boolean"
                        },
                        "logicalId": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "prefix": {
                          "type": "string"
                        },
                        "description": {
                          "type": "string"
                        },
                        "contactName": {
                          "type": "string"
                        },
                        "contactPhone": {
                          "type": "string"
                        },
                        "contactMobile": {
                          "type": "string"
                        },
                        "contactEmail": {
                          "type": "string"
                        },
                        "streetAddress": {
                          "type": "string"
                        },
                        "streetAddress2": {
                          "type": "string"
                        },
                        "city": {
                          "type": "string"
                        },
                        "state": {
                          "type": "string"
                        },
                        "postalCode": {
                          "type": "string"
                        },
                        "country": {
                          "type": "string"
                        },
                        "lat": {
                          "type": "number"
                        },
                        "lon": {
                          "type": "number"
                        },
                        "modified": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "id": 5,
                  "created": "string",
                  "networkId": 5,
                  "gatewayPoolId": 7,
                  "alertsEnabled": 1,
                  "operatorAlertsEnabled": 0,
                  "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                  "name": "string",
                  "domain": "string",
                  "prefix": "string",
                  "logicalId": "string",
                  "accountNumber": "string",
                  "description": "string",
                  "contactName": "string",
                  "contactPhone": "string",
                  "contactMobile": "string",
                  "contactEmail": "string",
                  "streetAddress": "string",
                  "streetAddress2": "string",
                  "city": "string",
                  "state": "string",
                  "postalCode": "string",
                  "country": "string",
                  "lat": 6,
                  "lon": 2,
                  "timezone": "string",
                  "locale": "string",
                  "modified": "string",
                  "enterpriseProxy": {
                    "id": 6,
                    "created": "string",
                    "networkId": 5,
                    "proxyType": "PARTNER",
                    "operateGateways": false,
                    "logicalId": "string",
                    "name": "string",
                    "domain": "string",
                    "prefix": "string",
                    "description": "string",
                    "contactName": "string",
                    "contactPhone": "string",
                    "contactMobile": "string",
                    "contactEmail": "string",
                    "streetAddress": "string",
                    "streetAddress2": "string",
                    "city": "string",
                    "state": "string",
                    "postalCode": "string",
                    "country": "string",
                    "lat": 3,
                    "lon": 8,
                    "modified": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseCapabilities": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseGetEnterpriseCapabilities",
        "description": "The parameters and request body are for method: enterpriseGetEnterpriseCapabilities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "edgeVnfs.enable": {
                      "type": "boolean"
                    },
                    "edgeVnfs.securityVnf.paloAlto": {
                      "type": "boolean"
                    },
                    "edgeVnfs.securityVnf.checkpoint": {
                      "type": "boolean"
                    },
                    "edgeVnfs.securityVnf.fortinet": {
                      "type": "boolean"
                    },
                    "enableBGP": {
                      "type": "boolean"
                    },
                    "enableCosMapping": {
                      "type": "boolean"
                    },
                    "enableEnterpriseAuth": {
                      "type": "boolean"
                    },
                    "enableFwLogs": {
                      "type": "boolean"
                    },
                    "enableStatefulFirewall": {
                      "type": "boolean"
                    },
                    "enableNetworks": {
                      "type": "boolean"
                    },
                    "enableOSPF": {
                      "type": "boolean"
                    },
                    "enablePKI": {
                      "type": "boolean"
                    },
                    "enablePremium": {
                      "type": "boolean"
                    },
                    "enableSegmentation": {
                      "type": "boolean"
                    },
                    "enableServiceRateLimiting": {
                      "type": "boolean"
                    },
                    "enableVQM": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "edgeVnfs.enable": false,
                  "edgeVnfs.securityVnf.paloAlto": true,
                  "edgeVnfs.securityVnf.checkpoint": false,
                  "edgeVnfs.securityVnf.fortinet": false,
                  "enableBGP": false,
                  "enableCosMapping": true,
                  "enableEnterpriseAuth": false,
                  "enableFwLogs": false,
                  "enableStatefulFirewall": true,
                  "enableNetworks": true,
                  "enableOSPF": false,
                  "enablePKI": false,
                  "enablePremium": true,
                  "enableSegmentation": false,
                  "enableServiceRateLimiting": true,
                  "enableVQM": true
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseEdges": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseGetEnterpriseEdges",
        "description": "The parameters and request body are for method: enterpriseGetEnterpriseEdges. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "activationKey": {
                        "type": "string"
                      },
                      "activationKeyExpires": {
                        "type": "string"
                      },
                      "activationState": {
                        "type": "string"
                      },
                      "activationTime": {
                        "type": "string"
                      },
                      "alertsEnabled": {
                        "type": "number"
                      },
                      "buildNumber": {
                        "type": "string"
                      },
                      "created": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "deviceFamily": {
                        "type": "string"
                      },
                      "deviceId": {
                        "type": "string"
                      },
                      "dnsName": {
                        "type": "string"
                      },
                      "edgeState": {
                        "type": "string"
                      },
                      "edgeStateTime": {
                        "type": "string"
                      },
                      "endpointPkiMode": {
                        "type": "string"
                      },
                      "enterpriseId": {
                        "type": "number"
                      },
                      "haLastContact": {
                        "type": "string"
                      },
                      "haPreviousState": {
                        "type": "string"
                      },
                      "haSerialNumber": {
                        "type": "string"
                      },
                      "haState": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "isLive": {
                        "type": "number"
                      },
                      "lastContact": {
                        "type": "string"
                      },
                      "logicalId": {
                        "type": "string"
                      },
                      "modelNumber": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "operatorAlertsEnabled": {
                        "type": "number"
                      },
                      "selfMacAddress": {
                        "type": "string"
                      },
                      "serialNumber": {
                        "type": "string"
                      },
                      "serviceState": {
                        "type": "string"
                      },
                      "serviceUpSince": {
                        "type": "string"
                      },
                      "siteId": {
                        "type": "number"
                      },
                      "softwareUpdated": {
                        "type": "string"
                      },
                      "softwareVersion": {
                        "type": "string"
                      },
                      "systemUpSince": {
                        "type": "string"
                      },
                      "certificates": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "csrId": {
                              "type": "number"
                            },
                            "edgeId": {
                              "type": "number"
                            },
                            "enterpriseId": {
                              "type": "number"
                            },
                            "certificate": {
                              "type": "string"
                            },
                            "serialNumber": {
                              "type": "string"
                            },
                            "subjectKeyId": {
                              "type": "string"
                            },
                            "fingerPrint": {
                              "type": "string"
                            },
                            "validFrom": {
                              "type": "string"
                            },
                            "validTo": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "configuration": {
                        "type": "object",
                        "properties": {
                          "operator": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "modules": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "isEdgeSpecific": {
                                      "type": "number"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "type": {
                                      "type": "string"
                                    },
                                    "version": {
                                      "type": "string"
                                    }
                                  }
                                }
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "enterprise": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "modules": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "edgeSpecificData": {
                                      "type": "object"
                                    },
                                    "isEdgeSpecific": {
                                      "type": "number"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "type": {
                                      "type": "string"
                                    },
                                    "version": {
                                      "type": "string"
                                    }
                                  }
                                }
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "ha": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "data": {
                            "type": "object"
                          }
                        }
                      },
                      "licenses": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "licenseId": {
                              "type": "number"
                            },
                            "sku": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "alias": {
                              "type": "string"
                            },
                            "detail": {
                              "type": "string"
                            },
                            "quota": {
                              "type": "string"
                            },
                            "termMonths": {
                              "type": "number"
                            },
                            "start": {
                              "type": "string"
                            },
                            "end": {
                              "type": "string"
                            },
                            "edition": {
                              "type": "string"
                            },
                            "bandwidthTier": {
                              "type": "string"
                            },
                            "active": {
                              "type": "number"
                            },
                            "modified": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "links": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "edgeId": {
                              "type": "number"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "internalId": {
                              "type": "string"
                            },
                            "interface": {
                              "type": "string"
                            },
                            "macAddress": {
                              "type": "string"
                            },
                            "ipAddress": {
                              "type": "string"
                            },
                            "netmask": {
                              "type": "string"
                            },
                            "networkSide": {
                              "type": "string"
                            },
                            "networkType": {
                              "type": "string"
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "isp": {
                              "type": "string"
                            },
                            "org": {
                              "type": "string"
                            },
                            "lat": {
                              "type": "number"
                            },
                            "lon": {
                              "type": "number"
                            },
                            "lastActive": {
                              "type": "string"
                            },
                            "state": {
                              "type": "string"
                            },
                            "backupState": {
                              "type": "string"
                            },
                            "vpnState": {
                              "type": "string"
                            },
                            "lastEvent": {
                              "type": "string"
                            },
                            "lastEventState": {
                              "type": "string"
                            },
                            "alertsEnabled": {
                              "type": "number"
                            },
                            "operatorAlertsEnabled": {
                              "type": "number"
                            },
                            "serviceState": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "serviceGroups": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "recentLinks": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "edgeId": {
                              "type": "number"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "internalId": {
                              "type": "string"
                            },
                            "interface": {
                              "type": "string"
                            },
                            "macAddress": {
                              "type": "string"
                            },
                            "ipAddress": {
                              "type": "string"
                            },
                            "netmask": {
                              "type": "string"
                            },
                            "networkSide": {
                              "type": "string"
                            },
                            "networkType": {
                              "type": "string"
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "isp": {
                              "type": "string"
                            },
                            "org": {
                              "type": "string"
                            },
                            "lat": {
                              "type": "number"
                            },
                            "lon": {
                              "type": "number"
                            },
                            "lastActive": {
                              "type": "string"
                            },
                            "state": {
                              "type": "string"
                            },
                            "backupState": {
                              "type": "string"
                            },
                            "vpnState": {
                              "type": "string"
                            },
                            "lastEvent": {
                              "type": "string"
                            },
                            "lastEventState": {
                              "type": "string"
                            },
                            "alertsEnabled": {
                              "type": "number"
                            },
                            "operatorAlertsEnabled": {
                              "type": "number"
                            },
                            "serviceState": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "serviceGroups": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "site": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "created": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "contactName": {
                            "type": "string"
                          },
                          "contactPhone": {
                            "type": "string"
                          },
                          "contactMobile": {
                            "type": "string"
                          },
                          "contactEmail": {
                            "type": "string"
                          },
                          "streetAddress": {
                            "type": "string"
                          },
                          "streetAddress2": {
                            "type": "string"
                          },
                          "city": {
                            "type": "string"
                          },
                          "state": {
                            "type": "string"
                          },
                          "postalCode": {
                            "type": "string"
                          },
                          "country": {
                            "type": "string"
                          },
                          "lat": {
                            "type": "number"
                          },
                          "lon": {
                            "type": "number"
                          },
                          "timezone": {
                            "type": "string"
                          },
                          "locale": {
                            "type": "string"
                          },
                          "shippingSameAsLocation": {
                            "type": "number"
                          },
                          "shippingContactName": {
                            "type": "string"
                          },
                          "shippingAddress": {
                            "type": "string"
                          },
                          "shippingAddress2": {
                            "type": "string"
                          },
                          "shippingCity": {
                            "type": "string"
                          },
                          "shippingState": {
                            "type": "string"
                          },
                          "shippingCountry": {
                            "type": "string"
                          },
                          "shippingPostalCode": {
                            "type": "string"
                          },
                          "modified": {
                            "type": "string"
                          }
                        }
                      },
                      "isHub": {
                        "type": "boolean"
                      },
                      "isSoftwareVersionSupportedByVco": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "activationKey": "string",
                    "activationKeyExpires": "string",
                    "activationState": "PENDING",
                    "activationTime": "string",
                    "alertsEnabled": 1,
                    "buildNumber": "string",
                    "created": "string",
                    "description": "string",
                    "deviceFamily": "string",
                    "deviceId": "string",
                    "dnsName": "string",
                    "edgeState": "NEVER_ACTIVATED",
                    "edgeStateTime": "string",
                    "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                    "enterpriseId": 9,
                    "haLastContact": "string",
                    "haPreviousState": "FAILED",
                    "haSerialNumber": "string",
                    "haState": "PENDING_CONFIRMATION",
                    "id": 5,
                    "isLive": 10,
                    "lastContact": "string",
                    "logicalId": "string",
                    "modelNumber": "string",
                    "modified": "string",
                    "name": "string",
                    "operatorAlertsEnabled": 1,
                    "selfMacAddress": "string",
                    "serialNumber": "string",
                    "serviceState": "OUT_OF_SERVICE",
                    "serviceUpSince": "string",
                    "siteId": 5,
                    "softwareUpdated": "string",
                    "softwareVersion": "string",
                    "systemUpSince": "string",
                    "certificates": [
                      {
                        "id": 1,
                        "created": "string",
                        "csrId": 5,
                        "edgeId": 2,
                        "enterpriseId": 6,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 3,
                        "created": "string",
                        "csrId": 5,
                        "edgeId": 7,
                        "enterpriseId": 10,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 1,
                        "created": "string",
                        "csrId": 3,
                        "edgeId": 2,
                        "enterpriseId": 1,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 9,
                        "created": "string",
                        "csrId": 5,
                        "edgeId": 6,
                        "enterpriseId": 9,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "csrId": 7,
                        "edgeId": 9,
                        "enterpriseId": 7,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 1,
                        "created": "string",
                        "csrId": 6,
                        "edgeId": 8,
                        "enterpriseId": 6,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 10,
                        "created": "string",
                        "csrId": 3,
                        "edgeId": 5,
                        "enterpriseId": 7,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 5,
                        "created": "string",
                        "csrId": 3,
                        "edgeId": 9,
                        "enterpriseId": 9,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 2,
                        "created": "string",
                        "csrId": 2,
                        "edgeId": 8,
                        "enterpriseId": 6,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      }
                    ],
                    "configuration": {
                      "operator": {
                        "id": 1,
                        "modules": [
                          {
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "GATEWAY",
                            "version": "string"
                          },
                          {
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "OPERATOR",
                            "version": "string"
                          },
                          {
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "GATEWAY",
                            "version": "string"
                          },
                          {
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "ENTERPRISE",
                            "version": "string"
                          },
                          {
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "OPERATOR",
                            "version": "string"
                          },
                          {
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "ENTERPRISE",
                            "version": "string"
                          }
                        ],
                        "name": "string"
                      },
                      "enterprise": {
                        "id": 9,
                        "modules": [
                          {
                            "edgeSpecificData": {},
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "ENTERPRISE",
                            "version": "string"
                          },
                          {
                            "edgeSpecificData": {},
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "GATEWAY",
                            "version": "string"
                          },
                          {
                            "edgeSpecificData": {},
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "GATEWAY",
                            "version": "string"
                          },
                          {
                            "edgeSpecificData": {},
                            "isEdgeSpecific": 0,
                            "name": "string",
                            "type": "ENTERPRISE",
                            "version": "string"
                          },
                          {
                            "edgeSpecificData": {},
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "GATEWAY",
                            "version": "string"
                          },
                          {
                            "edgeSpecificData": {},
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "OPERATOR",
                            "version": "string"
                          },
                          {
                            "edgeSpecificData": {},
                            "isEdgeSpecific": 0,
                            "name": "string",
                            "type": "GATEWAY",
                            "version": "string"
                          }
                        ],
                        "name": "string"
                      }
                    },
                    "ha": {
                      "type": "ACTIVE_STANDBY",
                      "data": {}
                    },
                    "licenses": [
                      {
                        "id": 9,
                        "created": "string",
                        "licenseId": 6,
                        "sku": "string",
                        "name": "string",
                        "alias": "string",
                        "detail": "string",
                        "quota": "string",
                        "termMonths": 7,
                        "start": "string",
                        "end": "string",
                        "edition": "string",
                        "bandwidthTier": "string",
                        "active": 0,
                        "modified": "string"
                      },
                      {
                        "id": 3,
                        "created": "string",
                        "licenseId": 3,
                        "sku": "string",
                        "name": "string",
                        "alias": "string",
                        "detail": "string",
                        "quota": "string",
                        "termMonths": 7,
                        "start": "string",
                        "end": "string",
                        "edition": "string",
                        "bandwidthTier": "string",
                        "active": 1,
                        "modified": "string"
                      },
                      {
                        "id": 6,
                        "created": "string",
                        "licenseId": 3,
                        "sku": "string",
                        "name": "string",
                        "alias": "string",
                        "detail": "string",
                        "quota": "string",
                        "termMonths": 8,
                        "start": "string",
                        "end": "string",
                        "edition": "string",
                        "bandwidthTier": "string",
                        "active": 0,
                        "modified": "string"
                      },
                      {
                        "id": 4,
                        "created": "string",
                        "licenseId": 5,
                        "sku": "string",
                        "name": "string",
                        "alias": "string",
                        "detail": "string",
                        "quota": "string",
                        "termMonths": 9,
                        "start": "string",
                        "end": "string",
                        "edition": "string",
                        "bandwidthTier": "string",
                        "active": 0,
                        "modified": "string"
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "licenseId": 1,
                        "sku": "string",
                        "name": "string",
                        "alias": "string",
                        "detail": "string",
                        "quota": "string",
                        "termMonths": 3,
                        "start": "string",
                        "end": "string",
                        "edition": "string",
                        "bandwidthTier": "string",
                        "active": 1,
                        "modified": "string"
                      },
                      {
                        "id": 1,
                        "created": "string",
                        "licenseId": 7,
                        "sku": "string",
                        "name": "string",
                        "alias": "string",
                        "detail": "string",
                        "quota": "string",
                        "termMonths": 9,
                        "start": "string",
                        "end": "string",
                        "edition": "string",
                        "bandwidthTier": "string",
                        "active": 0,
                        "modified": "string"
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "licenseId": 6,
                        "sku": "string",
                        "name": "string",
                        "alias": "string",
                        "detail": "string",
                        "quota": "string",
                        "termMonths": 9,
                        "start": "string",
                        "end": "string",
                        "edition": "string",
                        "bandwidthTier": "string",
                        "active": 1,
                        "modified": "string"
                      },
                      {
                        "id": 6,
                        "created": "string",
                        "licenseId": 9,
                        "sku": "string",
                        "name": "string",
                        "alias": "string",
                        "detail": "string",
                        "quota": "string",
                        "termMonths": 7,
                        "start": "string",
                        "end": "string",
                        "edition": "string",
                        "bandwidthTier": "string",
                        "active": 1,
                        "modified": "string"
                      },
                      {
                        "id": 1,
                        "created": "string",
                        "licenseId": 4,
                        "sku": "string",
                        "name": "string",
                        "alias": "string",
                        "detail": "string",
                        "quota": "string",
                        "termMonths": 10,
                        "start": "string",
                        "end": "string",
                        "edition": "string",
                        "bandwidthTier": "string",
                        "active": 1,
                        "modified": "string"
                      }
                    ],
                    "links": [
                      {
                        "id": 7,
                        "created": "string",
                        "edgeId": 1,
                        "logicalId": "string",
                        "internalId": "string",
                        "interface": "string",
                        "macAddress": "string",
                        "ipAddress": "string",
                        "netmask": "string",
                        "networkSide": "WAN",
                        "networkType": "UNKNOWN",
                        "displayName": "string",
                        "isp": "string",
                        "org": "string",
                        "lat": 4,
                        "lon": 2,
                        "lastActive": "string",
                        "state": "STANDBY",
                        "backupState": "ACTIVE",
                        "vpnState": "DEAD",
                        "lastEvent": "string",
                        "lastEventState": "UNSTABLE",
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "serviceState": "OUT_OF_SERVICE",
                        "modified": "string",
                        "serviceGroups": [
                          "ALL",
                          "ALL",
                          "PRIVATE_WIRED",
                          "PUBLIC_WIRELESS"
                        ]
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "edgeId": 6,
                        "logicalId": "string",
                        "internalId": "string",
                        "interface": "string",
                        "macAddress": "string",
                        "ipAddress": "string",
                        "netmask": "string",
                        "networkSide": "LAN",
                        "networkType": "WIRELESS",
                        "displayName": "string",
                        "isp": "string",
                        "org": "string",
                        "lat": 4,
                        "lon": 10,
                        "lastActive": "string",
                        "state": "QUIET",
                        "backupState": "STANDBY",
                        "vpnState": "UNSTABLE",
                        "lastEvent": "string",
                        "lastEventState": "UNKNOWN",
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "serviceState": "IN_SERVICE",
                        "modified": "string",
                        "serviceGroups": [
                          "ALL",
                          "ALL",
                          "PRIVATE_WIRED",
                          "ALL"
                        ]
                      },
                      {
                        "id": 2,
                        "created": "string",
                        "edgeId": 6,
                        "logicalId": "string",
                        "internalId": "string",
                        "interface": "string",
                        "macAddress": "string",
                        "ipAddress": "string",
                        "netmask": "string",
                        "networkSide": "WAN",
                        "networkType": "UNKNOWN",
                        "displayName": "string",
                        "isp": "string",
                        "org": "string",
                        "lat": 2,
                        "lon": 6,
                        "lastActive": "string",
                        "state": "QUIET",
                        "backupState": "STANDBY",
                        "vpnState": "STANDBY",
                        "lastEvent": "string",
                        "lastEventState": "UNKNOWN",
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "serviceState": "OUT_OF_SERVICE",
                        "modified": "string",
                        "serviceGroups": [
                          "ALL"
                        ]
                      },
                      {
                        "id": 5,
                        "created": "string",
                        "edgeId": 5,
                        "logicalId": "string",
                        "internalId": "string",
                        "interface": "string",
                        "macAddress": "string",
                        "ipAddress": "string",
                        "netmask": "string",
                        "networkSide": "LAN",
                        "networkType": "ETHERNET",
                        "displayName": "string",
                        "isp": "string",
                        "org": "string",
                        "lat": 4,
                        "lon": 3,
                        "lastActive": "string",
                        "state": "INITIAL",
                        "backupState": "STANDBY",
                        "vpnState": "UNKNOWN",
                        "lastEvent": "string",
                        "lastEventState": "INITIAL",
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "serviceState": "IN_SERVICE",
                        "modified": "string",
                        "serviceGroups": [
                          "ALL",
                          "PUBLIC_WIRELESS",
                          "PUBLIC_WIRELESS",
                          "ALL",
                          "ALL",
                          "PUBLIC_WIRELESS",
                          "ALL"
                        ]
                      },
                      {
                        "id": 9,
                        "created": "string",
                        "edgeId": 6,
                        "logicalId": "string",
                        "internalId": "string",
                        "interface": "string",
                        "macAddress": "string",
                        "ipAddress": "string",
                        "netmask": "string",
                        "networkSide": "WAN",
                        "networkType": "ETHERNET",
                        "displayName": "string",
                        "isp": "string",
                        "org": "string",
                        "lat": 7,
                        "lon": 10,
                        "lastActive": "string",
                        "state": "UNKNOWN",
                        "backupState": "ACTIVE",
                        "vpnState": "DEAD",
                        "lastEvent": "string",
                        "lastEventState": "UNSTABLE",
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "serviceState": "IN_SERVICE",
                        "modified": "string",
                        "serviceGroups": [
                          "ALL",
                          "PRIVATE_WIRED",
                          "PUBLIC_WIRED",
                          "PUBLIC_WIRED",
                          "PUBLIC_WIRELESS",
                          "PUBLIC_WIRELESS",
                          "PUBLIC_WIRELESS",
                          "ALL"
                        ]
                      },
                      {
                        "id": 10,
                        "created": "string",
                        "edgeId": 7,
                        "logicalId": "string",
                        "internalId": "string",
                        "interface": "string",
                        "macAddress": "string",
                        "ipAddress": "string",
                        "netmask": "string",
                        "networkSide": "LAN",
                        "networkType": "WIRELESS",
                        "displayName": "string",
                        "isp": "string",
                        "org": "string",
                        "lat": 4,
                        "lon": 10,
                        "lastActive": "string",
                        "state": "INITIAL",
                        "backupState": "ACTIVE",
                        "vpnState": "UNKNOWN",
                        "lastEvent": "string",
                        "lastEventState": "UNKNOWN",
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "serviceState": "HISTORICAL",
                        "modified": "string",
                        "serviceGroups": [
                          "PRIVATE_WIRED",
                          "ALL",
                          "PRIVATE_WIRED"
                        ]
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "edgeId": 6,
                        "logicalId": "string",
                        "internalId": "string",
                        "interface": "string",
                        "macAddress": "string",
                        "ipAddress": "string",
                        "netmask": "string",
                        "networkSide": "UNKOWN",
                        "networkType": "WIRELESS",
                        "displayName": "string",
                        "isp": "string",
                        "org": "string",
                        "lat": 4,
                        "lon": 6,
                        "lastActive": "string",
                        "state": "UNSTABLE",
                        "backupState": "STANDBY",
                        "vpnState": "STABLE",
                        "lastEvent": "string",
                        "lastEventState": "DISCONNECTED",
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "serviceState": "IN_SERVICE",
                        "modified": "string",
                        "serviceGroups": [
                          "PUBLIC_WIRED",
                          "PRIVATE_WIRED",
                          "ALL"
                        ]
                      },
                      {
                        "id": 2,
                        "created": "string",
                        "edgeId": 8,
                        "logicalId": "string",
                        "internalId": "string",
                        "interface": "string",
                        "macAddress": "string",
                        "ipAddress": "string",
                        "netmask": "string",
                        "networkSide": "LAN",
                        "networkType": "WIRELESS",
                        "displayName": "string",
                        "isp": "string",
                        "org": "string",
                        "lat": 9,
                        "lon": 1,
                        "lastActive": "string",
                        "state": "QUIET",
                        "backupState": "ACTIVE",
                        "vpnState": "UNSTABLE",
                        "lastEvent": "string",
                        "lastEventState": "DISCONNECTED",
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "serviceState": "OUT_OF_SERVICE",
                        "modified": "string",
                        "serviceGroups": [
                          "PRIVATE_WIRED"
                        ]
                      }
                    ],
                    "recentLinks": [
                      {
                        "id": 6,
                        "created": "string",
                        "edgeId": 3,
                        "logicalId": "string",
                        "internalId": "string",
                        "interface": "string",
                        "macAddress": "string",
                        "ipAddress": "string",
                        "netmask": "string",
                        "networkSide": "UNKOWN",
                        "networkType": "WIFI",
                        "displayName": "string",
                        "isp": "string",
                        "org": "string",
                        "lat": 9,
                        "lon": 1,
                        "lastActive": "string",
                        "state": "QUIET",
                        "backupState": "STANDBY",
                        "vpnState": "STANDBY",
                        "lastEvent": "string",
                        "lastEventState": "UNSTABLE",
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "serviceState": "OUT_OF_SERVICE",
                        "modified": "string",
                        "serviceGroups": [
                          "PUBLIC_WIRELESS",
                          "PUBLIC_WIRELESS",
                          "PRIVATE_WIRED",
                          "PRIVATE_WIRED",
                          "PUBLIC_WIRED",
                          "ALL",
                          "PUBLIC_WIRED",
                          "PUBLIC_WIRELESS"
                        ]
                      }
                    ],
                    "site": {
                      "id": 2,
                      "created": "string",
                      "name": "string",
                      "contactName": "string",
                      "contactPhone": "string",
                      "contactMobile": "string",
                      "contactEmail": "string",
                      "streetAddress": "string",
                      "streetAddress2": "string",
                      "city": "string",
                      "state": "string",
                      "postalCode": "string",
                      "country": "string",
                      "lat": 1,
                      "lon": 4,
                      "timezone": "string",
                      "locale": "string",
                      "shippingSameAsLocation": 1,
                      "shippingContactName": "string",
                      "shippingAddress": "string",
                      "shippingAddress2": "string",
                      "shippingCity": "string",
                      "shippingState": "string",
                      "shippingCountry": "string",
                      "shippingPostalCode": "string",
                      "modified": "string"
                    },
                    "isHub": false,
                    "isSoftwareVersionSupportedByVco": true
                  },
                  {
                    "activationKey": "string",
                    "activationKeyExpires": "string",
                    "activationState": "ACTIVATED",
                    "activationTime": "string",
                    "alertsEnabled": 1,
                    "buildNumber": "string",
                    "created": "string",
                    "description": "string",
                    "deviceFamily": "string",
                    "deviceId": "string",
                    "dnsName": "string",
                    "edgeState": "CONNECTED",
                    "edgeStateTime": "string",
                    "endpointPkiMode": "CERTIFICATE_REQUIRED",
                    "enterpriseId": 9,
                    "haLastContact": "string",
                    "haPreviousState": "PENDING_CONFIRMATION",
                    "haSerialNumber": "string",
                    "haState": "PENDING_CONFIRMED",
                    "id": 2,
                    "isLive": 1,
                    "lastContact": "string",
                    "logicalId": "string",
                    "modelNumber": "string",
                    "modified": "string",
                    "name": "string",
                    "operatorAlertsEnabled": 0,
                    "selfMacAddress": "string",
                    "serialNumber": "string",
                    "serviceState": "IN_SERVICE",
                    "serviceUpSince": "string",
                    "siteId": 7,
                    "softwareUpdated": "string",
                    "softwareVersion": "string",
                    "systemUpSince": "string",
                    "certificates": [
                      {
                        "id": 8,
                        "created": "string",
                        "csrId": 8,
                        "edgeId": 9,
                        "enterpriseId": 2,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 9,
                        "created": "string",
                        "csrId": 2,
                        "edgeId": 2,
                        "enterpriseId": 9,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "csrId": 3,
                        "edgeId": 10,
                        "enterpriseId": 6,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      }
                    ],
                    "configuration": {
                      "operator": {
                        "id": 1,
                        "modules": [
                          {
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "GATEWAY",
                            "version": "string"
                          },
                          {
                            "isEdgeSpecific": 0,
                            "name": "string",
                            "type": "ENTERPRISE",
                            "version": "string"
                          },
                          {
                            "isEdgeSpecific": 0,
                            "name": "string",
                            "type": "OPERATOR",
                            "version": "string"
                          },
                          {
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "OPERATOR",
                            "version": "string"
                          },
                          {
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "GATEWAY",
                            "version": "string"
                          },
                          {
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "OPERATOR",
                            "version": "string"
                          },
                          {
                            "isEdgeSpecific": 0,
                            "name": "string",
                            "type": "ENTERPRISE",
                            "version": "string"
                          },
                          {
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "GATEWAY",
                            "version": "string"
                          }
                        ],
                        "name": "string"
                      },
                      "enterprise": {
                        "id": 4,
                        "modules": [
                          {
                            "edgeSpecificData": {},
                            "isEdgeSpecific": 0,
                            "name": "string",
                            "type": "GATEWAY",
                            "version": "string"
                          },
                          {
                            "edgeSpecificData": {},
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "GATEWAY",
                            "version": "string"
                          },
                          {
                            "edgeSpecificData": {},
                            "isEdgeSpecific": 0,
                            "name": "string",
                            "type": "OPERATOR",
                            "version": "string"
                          },
                          {
                            "edgeSpecificData": {},
                            "isEdgeSpecific": 0,
                            "name": "string",
                            "type": "OPERATOR",
                            "version": "string"
                          },
                          {
                            "edgeSpecificData": {},
                            "isEdgeSpecific": 0,
                            "name": "string",
                            "type": "GATEWAY",
                            "version": "string"
                          },
                          {
                            "edgeSpecificData": {},
                            "isEdgeSpecific": 0,
                            "name": "string",
                            "type": "ENTERPRISE",
                            "version": "string"
                          },
                          {
                            "edgeSpecificData": {},
                            "isEdgeSpecific": 0,
                            "name": "string",
                            "type": "ENTERPRISE",
                            "version": "string"
                          },
                          {
                            "edgeSpecificData": {},
                            "isEdgeSpecific": 0,
                            "name": "string",
                            "type": "GATEWAY",
                            "version": "string"
                          },
                          {
                            "edgeSpecificData": {},
                            "isEdgeSpecific": 1,
                            "name": "string",
                            "type": "OPERATOR",
                            "version": "string"
                          },
                          {
                            "edgeSpecificData": {},
                            "isEdgeSpecific": 0,
                            "name": "string",
                            "type": "ENTERPRISE",
                            "version": "string"
                          }
                        ],
                        "name": "string"
                      }
                    },
                    "ha": {
                      "type": "ACTIVE_STANDBY",
                      "data": {}
                    },
                    "licenses": [
                      {
                        "id": 2,
                        "created": "string",
                        "licenseId": 5,
                        "sku": "string",
                        "name": "string",
                        "alias": "string",
                        "detail": "string",
                        "quota": "string",
                        "termMonths": 7,
                        "start": "string",
                        "end": "string",
                        "edition": "string",
                        "bandwidthTier": "string",
                        "active": 0,
                        "modified": "string"
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "licenseId": 9,
                        "sku": "string",
                        "name": "string",
                        "alias": "string",
                        "detail": "string",
                        "quota": "string",
                        "termMonths": 7,
                        "start": "string",
                        "end": "string",
                        "edition": "string",
                        "bandwidthTier": "string",
                        "active": 0,
                        "modified": "string"
                      },
                      {
                        "id": 2,
                        "created": "string",
                        "licenseId": 3,
                        "sku": "string",
                        "name": "string",
                        "alias": "string",
                        "detail": "string",
                        "quota": "string",
                        "termMonths": 8,
                        "start": "string",
                        "end": "string",
                        "edition": "string",
                        "bandwidthTier": "string",
                        "active": 1,
                        "modified": "string"
                      }
                    ],
                    "links": [
                      {
                        "id": 9,
                        "created": "string",
                        "edgeId": 10,
                        "logicalId": "string",
                        "internalId": "string",
                        "interface": "string",
                        "macAddress": "string",
                        "ipAddress": "string",
                        "netmask": "string",
                        "networkSide": "LAN",
                        "networkType": "WIRELESS",
                        "displayName": "string",
                        "isp": "string",
                        "org": "string",
                        "lat": 2,
                        "lon": 8,
                        "lastActive": "string",
                        "state": "STABLE",
                        "backupState": "UNCONFIGURED",
                        "vpnState": "UNSTABLE",
                        "lastEvent": "string",
                        "lastEventState": "UNKNOWN",
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "serviceState": "OUT_OF_SERVICE",
                        "modified": "string",
                        "serviceGroups": [
                          "PUBLIC_WIRELESS",
                          "ALL",
                          "ALL",
                          "PRIVATE_WIRED",
                          "PRIVATE_WIRED",
                          "PUBLIC_WIRED",
                          "PRIVATE_WIRED",
                          "PUBLIC_WIRED"
                        ]
                      },
                      {
                        "id": 4,
                        "created": "string",
                        "edgeId": 1,
                        "logicalId": "string",
                        "internalId": "string",
                        "interface": "string",
                        "macAddress": "string",
                        "ipAddress": "string",
                        "netmask": "string",
                        "networkSide": "WAN",
                        "networkType": "ETHERNET",
                        "displayName": "string",
                        "isp": "string",
                        "org": "string",
                        "lat": 2,
                        "lon": 9,
                        "lastActive": "string",
                        "state": "UNSTABLE",
                        "backupState": "UNCONFIGURED",
                        "vpnState": "STABLE",
                        "lastEvent": "string",
                        "lastEventState": "QUIET",
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "serviceState": "OUT_OF_SERVICE",
                        "modified": "string",
                        "serviceGroups": [
                          "ALL"
                        ]
                      }
                    ],
                    "recentLinks": [
                      {
                        "id": 2,
                        "created": "string",
                        "edgeId": 6,
                        "logicalId": "string",
                        "internalId": "string",
                        "interface": "string",
                        "macAddress": "string",
                        "ipAddress": "string",
                        "netmask": "string",
                        "networkSide": "LAN",
                        "networkType": "UNKNOWN",
                        "displayName": "string",
                        "isp": "string",
                        "org": "string",
                        "lat": 5,
                        "lon": 8,
                        "lastActive": "string",
                        "state": "INITIAL",
                        "backupState": "ACTIVE",
                        "vpnState": "STANDBY",
                        "lastEvent": "string",
                        "lastEventState": "INITIAL",
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "serviceState": "OUT_OF_SERVICE",
                        "modified": "string",
                        "serviceGroups": [
                          "PRIVATE_WIRED",
                          "PUBLIC_WIRED",
                          "PUBLIC_WIRED"
                        ]
                      },
                      {
                        "id": 10,
                        "created": "string",
                        "edgeId": 10,
                        "logicalId": "string",
                        "internalId": "string",
                        "interface": "string",
                        "macAddress": "string",
                        "ipAddress": "string",
                        "netmask": "string",
                        "networkSide": "WAN",
                        "networkType": "WIRELESS",
                        "displayName": "string",
                        "isp": "string",
                        "org": "string",
                        "lat": 10,
                        "lon": 4,
                        "lastActive": "string",
                        "state": "UNKNOWN",
                        "backupState": "UNCONFIGURED",
                        "vpnState": "STANDBY",
                        "lastEvent": "string",
                        "lastEventState": "QUIET",
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "serviceState": "HISTORICAL",
                        "modified": "string",
                        "serviceGroups": [
                          "PUBLIC_WIRED",
                          "PUBLIC_WIRED",
                          "PUBLIC_WIRELESS",
                          "PUBLIC_WIRELESS",
                          "PRIVATE_WIRED",
                          "ALL",
                          "PUBLIC_WIRED",
                          "ALL",
                          "ALL",
                          "PUBLIC_WIRED"
                        ]
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "edgeId": 10,
                        "logicalId": "string",
                        "internalId": "string",
                        "interface": "string",
                        "macAddress": "string",
                        "ipAddress": "string",
                        "netmask": "string",
                        "networkSide": "UNKOWN",
                        "networkType": "WIRELESS",
                        "displayName": "string",
                        "isp": "string",
                        "org": "string",
                        "lat": 1,
                        "lon": 4,
                        "lastActive": "string",
                        "state": "DISCONNECTED",
                        "backupState": "STANDBY",
                        "vpnState": "STABLE",
                        "lastEvent": "string",
                        "lastEventState": "QUIET",
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "serviceState": "IN_SERVICE",
                        "modified": "string",
                        "serviceGroups": [
                          "PUBLIC_WIRELESS"
                        ]
                      }
                    ],
                    "site": {
                      "id": 4,
                      "created": "string",
                      "name": "string",
                      "contactName": "string",
                      "contactPhone": "string",
                      "contactMobile": "string",
                      "contactEmail": "string",
                      "streetAddress": "string",
                      "streetAddress2": "string",
                      "city": "string",
                      "state": "string",
                      "postalCode": "string",
                      "country": "string",
                      "lat": 8,
                      "lon": 9,
                      "timezone": "string",
                      "locale": "string",
                      "shippingSameAsLocation": 1,
                      "shippingContactName": "string",
                      "shippingAddress": "string",
                      "shippingAddress2": "string",
                      "shippingCity": "string",
                      "shippingState": "string",
                      "shippingCountry": "string",
                      "shippingPostalCode": "string",
                      "modified": "string"
                    },
                    "isHub": false,
                    "isSoftwareVersionSupportedByVco": true
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseGatewayHandoff": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseGetEnterpriseGatewayHandoff",
        "description": "The parameters and request body are for method: enterpriseGetEnterpriseGatewayHandoff. 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"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseMaximumSegments": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseGetEnterpriseMaximumSegments",
        "description": "The parameters and request body are for method: enterpriseGetEnterpriseMaximumSegments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "enterpriseId": {
                      "type": "number"
                    },
                    "created": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "isPassword": {
                      "type": "boolean"
                    },
                    "dataType": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "modified": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 9,
                  "enterpriseId": 10,
                  "created": "string",
                  "name": "string",
                  "value": "string",
                  "isPassword": false,
                  "dataType": "DATE",
                  "description": "string",
                  "modified": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseNetworkAllocation": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseGetEnterpriseNetworkAllocation",
        "description": "The parameters and request body are for method: enterpriseGetEnterpriseNetworkAllocation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "created": {
                      "type": "string"
                    },
                    "operatorId": {
                      "type": "number"
                    },
                    "networkId": {
                      "type": "number"
                    },
                    "enterpriseId": {
                      "type": "number"
                    },
                    "edgeId": {
                      "type": "number"
                    },
                    "gatewayId": {
                      "type": "number"
                    },
                    "parentGroupId": {
                      "type": "number"
                    },
                    "description": {
                      "type": "string"
                    },
                    "object": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "type": {
                      "type": "string"
                    },
                    "logicalId": {
                      "type": "string"
                    },
                    "alertsEnabled": {
                      "type": "number"
                    },
                    "operatorAlertsEnabled": {
                      "type": "number"
                    },
                    "status": {
                      "type": "string"
                    },
                    "statusModified": {
                      "type": "string"
                    },
                    "previousData": {
                      "type": "object"
                    },
                    "previousCreated": {
                      "type": "string"
                    },
                    "draftData": {
                      "type": "string"
                    },
                    "draftCreated": {
                      "type": "string"
                    },
                    "draftComment": {
                      "type": "string"
                    },
                    "data": {
                      "type": "object"
                    },
                    "lastContact": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "modified": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 7,
                  "created": "string",
                  "operatorId": 5,
                  "networkId": 10,
                  "enterpriseId": 8,
                  "edgeId": 8,
                  "gatewayId": 3,
                  "parentGroupId": 1,
                  "description": "string",
                  "object": "string",
                  "name": "string",
                  "type": "string",
                  "logicalId": "string",
                  "alertsEnabled": 1,
                  "operatorAlertsEnabled": 1,
                  "status": "string",
                  "statusModified": "string",
                  "previousData": {},
                  "previousCreated": "string",
                  "draftData": "string",
                  "draftCreated": "string",
                  "draftComment": "string",
                  "data": {},
                  "lastContact": "string",
                  "version": "string",
                  "modified": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseProperty": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseGetEnterpriseProperty",
        "description": "The parameters and request body are for method: enterpriseGetEnterpriseProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "enterpriseId": {
                      "type": "number"
                    },
                    "created": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "isPassword": {
                      "type": "boolean"
                    },
                    "dataType": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "modified": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 2,
                  "enterpriseId": 10,
                  "created": "string",
                  "name": "string",
                  "value": "string",
                  "isPassword": true,
                  "dataType": "STRING",
                  "description": "string",
                  "modified": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/insertEnterprise": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseInsertEnterprise",
        "description": "The parameters and request body are for method: enterpriseInsertEnterprise. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/insertEnterpriseNetworkAllocation": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseInsertEnterpriseNetworkAllocation",
        "description": "The parameters and request body are for method: enterpriseInsertEnterpriseNetworkAllocation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/insertEnterpriseNetworkSegment": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseInsertEnterpriseNetworkSegment",
        "description": "The parameters and request body are for method: enterpriseInsertEnterpriseNetworkSegment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/insertOrUpdateEnterpriseCapability": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseInsertOrUpdateEnterpriseCapability",
        "description": "The parameters and request body are for method: enterpriseInsertOrUpdateEnterpriseCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/insertOrUpdateEnterpriseGatewayHandoff": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseInsertOrUpdateEnterpriseGatewayHandoff",
        "description": "The parameters and request body are for method: enterpriseInsertOrUpdateEnterpriseGatewayHandoff. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/insertOrUpdateEnterpriseProperty": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseInsertOrUpdateEnterpriseProperty",
        "description": "The parameters and request body are for method: enterpriseInsertOrUpdateEnterpriseProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/setEnterpriseMaximumSegments": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseSetEnterpriseMaximumSegments",
        "description": "The parameters and request body are for method: enterpriseSetEnterpriseMaximumSegments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/updateEnterprise": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseUpdateEnterprise",
        "description": "The parameters and request body are for method: enterpriseUpdateEnterprise. 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"
              }
            }
          }
        }
      }
    },
    "/enterprise/updateEnterpriseNetworkAllocation": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseUpdateEnterpriseNetworkAllocation",
        "description": "The parameters and request body are for method: enterpriseUpdateEnterpriseNetworkAllocation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/updateEnterpriseNetworkSegment": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseUpdateEnterpriseNetworkSegment",
        "description": "The parameters and request body are for method: enterpriseUpdateEnterpriseNetworkSegment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/updateEnterpriseSecurityPolicy": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseUpdateEnterpriseSecurityPolicy",
        "description": "The parameters and request body are for method: enterpriseUpdateEnterpriseSecurityPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseProxyProperty": {
      "post": {
        "tags": [
          "Enterprise"
        ],
        "operationId": "enterpriseProxyGetEnterpriseProxyProperty",
        "description": "The parameters and request body are for method: enterpriseProxyGetEnterpriseProxyProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "enterpriseProxyId": {
                      "type": "number"
                    },
                    "created": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "isPassword": {
                      "type": "boolean"
                    },
                    "dataType": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "modified": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 8,
                  "enterpriseProxyId": 5,
                  "created": "string",
                  "name": "string",
                  "value": "string",
                  "isPassword": true,
                  "dataType": "JSON",
                  "description": "string",
                  "modified": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/getEnterpriseUsers": {
      "post": {
        "tags": [
          "UserMaintenance"
        ],
        "operationId": "enterpriseGetEnterpriseUsers",
        "description": "The parameters and request body are for method: enterpriseGetEnterpriseUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "created": {
                        "type": "string"
                      },
                      "userType": {
                        "type": "string"
                      },
                      "username": {
                        "type": "string"
                      },
                      "domain": {
                        "type": "string"
                      },
                      "password": {
                        "type": "string"
                      },
                      "firstName": {
                        "type": "string"
                      },
                      "lastName": {
                        "type": "string"
                      },
                      "officePhone": {
                        "type": "string"
                      },
                      "mobilePhone": {
                        "type": "string"
                      },
                      "isNative": {
                        "type": "boolean"
                      },
                      "isActive": {
                        "type": "boolean"
                      },
                      "isLocked": {
                        "type": "boolean"
                      },
                      "disableSecondFactor": {
                        "type": "boolean"
                      },
                      "email": {
                        "type": "string"
                      },
                      "lastLogin": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "roleId": {
                        "type": "number"
                      },
                      "roleName": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 9,
                    "created": "string",
                    "userType": "string",
                    "username": "string",
                    "domain": "string",
                    "password": "string",
                    "firstName": "string",
                    "lastName": "string",
                    "officePhone": "string",
                    "mobilePhone": "string",
                    "isNative": false,
                    "isActive": false,
                    "isLocked": true,
                    "disableSecondFactor": true,
                    "email": "string",
                    "lastLogin": "string",
                    "modified": "string",
                    "roleId": 9,
                    "roleName": "string"
                  },
                  {
                    "id": 10,
                    "created": "string",
                    "userType": "string",
                    "username": "string",
                    "domain": "string",
                    "password": "string",
                    "firstName": "string",
                    "lastName": "string",
                    "officePhone": "string",
                    "mobilePhone": "string",
                    "isNative": true,
                    "isActive": false,
                    "isLocked": true,
                    "disableSecondFactor": true,
                    "email": "string",
                    "lastLogin": "string",
                    "modified": "string",
                    "roleId": 8,
                    "roleName": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterprise/insertEnterpriseUser": {
      "post": {
        "tags": [
          "UserMaintenance"
        ],
        "operationId": "enterpriseInsertEnterpriseUser",
        "description": "The parameters and request body are for method: enterpriseInsertEnterpriseUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterpriseProxy/getEnterpriseProxyUsers": {
      "post": {
        "tags": [
          "UserMaintenance"
        ],
        "operationId": "enterpriseProxyGetEnterpriseProxyUsers",
        "description": "The parameters and request body are for method: enterpriseProxyGetEnterpriseProxyUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "created": {
                        "type": "string"
                      },
                      "userType": {
                        "type": "string"
                      },
                      "username": {
                        "type": "string"
                      },
                      "domain": {
                        "type": "string"
                      },
                      "password": {
                        "type": "string"
                      },
                      "firstName": {
                        "type": "string"
                      },
                      "lastName": {
                        "type": "string"
                      },
                      "officePhone": {
                        "type": "string"
                      },
                      "mobilePhone": {
                        "type": "string"
                      },
                      "isNative": {
                        "type": "boolean"
                      },
                      "isActive": {
                        "type": "boolean"
                      },
                      "isLocked": {
                        "type": "boolean"
                      },
                      "disableSecondFactor": {
                        "type": "boolean"
                      },
                      "email": {
                        "type": "string"
                      },
                      "lastLogin": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "roleId": {
                        "type": "number"
                      },
                      "roleName": {
                        "type": "string"
                      },
                      "enterpriseProxyId": {
                        "type": "number"
                      },
                      "networkId": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 9,
                    "created": "string",
                    "userType": "string",
                    "username": "string",
                    "domain": "string",
                    "password": "string",
                    "firstName": "string",
                    "lastName": "string",
                    "officePhone": "string",
                    "mobilePhone": "string",
                    "isNative": false,
                    "isActive": true,
                    "isLocked": true,
                    "disableSecondFactor": false,
                    "email": "string",
                    "lastLogin": "string",
                    "modified": "string",
                    "roleId": 10,
                    "roleName": "string",
                    "enterpriseProxyId": 5,
                    "networkId": 2
                  },
                  {
                    "id": 3,
                    "created": "string",
                    "userType": "string",
                    "username": "string",
                    "domain": "string",
                    "password": "string",
                    "firstName": "string",
                    "lastName": "string",
                    "officePhone": "string",
                    "mobilePhone": "string",
                    "isNative": true,
                    "isActive": true,
                    "isLocked": true,
                    "disableSecondFactor": false,
                    "email": "string",
                    "lastLogin": "string",
                    "modified": "string",
                    "roleId": 2,
                    "roleName": "string",
                    "enterpriseProxyId": 10,
                    "networkId": 10
                  },
                  {
                    "id": 2,
                    "created": "string",
                    "userType": "string",
                    "username": "string",
                    "domain": "string",
                    "password": "string",
                    "firstName": "string",
                    "lastName": "string",
                    "officePhone": "string",
                    "mobilePhone": "string",
                    "isNative": true,
                    "isActive": true,
                    "isLocked": true,
                    "disableSecondFactor": false,
                    "email": "string",
                    "lastLogin": "string",
                    "modified": "string",
                    "roleId": 7,
                    "roleName": "string",
                    "enterpriseProxyId": 8,
                    "networkId": 1
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterpriseProxy/getEnterpriseProxyGateways": {
      "post": {
        "tags": [
          "EnterpriseProxy"
        ],
        "operationId": "enterpriseProxyGetEnterpriseProxyGateways",
        "description": "The parameters and request body are for method: enterpriseProxyGetEnterpriseProxyGateways. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "activationKey": {
                        "type": "string"
                      },
                      "activationState": {
                        "type": "string"
                      },
                      "activationTime": {
                        "type": "string"
                      },
                      "buildNumber": {
                        "type": "string"
                      },
                      "certificates": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "csrId": {
                              "type": "number"
                            },
                            "gatewayId": {
                              "type": "number"
                            },
                            "networkId": {
                              "type": "number"
                            },
                            "certificate": {
                              "type": "string"
                            },
                            "serialNumber": {
                              "type": "string"
                            },
                            "subjectKeyId": {
                              "type": "string"
                            },
                            "fingerPrint": {
                              "type": "string"
                            },
                            "validFrom": {
                              "type": "string"
                            },
                            "validTo": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "connectedEdges": {
                        "type": "number"
                      },
                      "connectedEdgeList": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "vceid": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "created": {
                        "type": "string"
                      },
                      "dataCenters": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      },
                      "description": {
                        "type": "string"
                      },
                      "deviceId": {
                        "type": "string"
                      },
                      "dnsName": {
                        "type": "string"
                      },
                      "endpointPkiMode": {
                        "type": "string"
                      },
                      "enterpriseAssociations": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "networkId": {
                              "type": "number"
                            },
                            "gatewayPoolId": {
                              "type": "number"
                            },
                            "alertsEnabled": {
                              "type": "number"
                            },
                            "operatorAlertsEnabled": {
                              "type": "number"
                            },
                            "endpointPkiMode": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "domain": {
                              "type": "string"
                            },
                            "prefix": {
                              "type": "string"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "accountNumber": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "contactName": {
                              "type": "string"
                            },
                            "contactPhone": {
                              "type": "string"
                            },
                            "contactMobile": {
                              "type": "string"
                            },
                            "contactEmail": {
                              "type": "string"
                            },
                            "streetAddress": {
                              "type": "string"
                            },
                            "streetAddress2": {
                              "type": "string"
                            },
                            "city": {
                              "type": "string"
                            },
                            "state": {
                              "type": "string"
                            },
                            "postalCode": {
                              "type": "string"
                            },
                            "country": {
                              "type": "string"
                            },
                            "lat": {
                              "type": "number"
                            },
                            "lon": {
                              "type": "number"
                            },
                            "timezone": {
                              "type": "string"
                            },
                            "locale": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "enterpriseId": {
                              "type": "number"
                            },
                            "enterpriseObjectId": {
                              "type": "number"
                            },
                            "edgeId": {
                              "type": "number"
                            },
                            "gatewayType": {
                              "type": "string"
                            },
                            "pinned": {
                              "type": "number"
                            },
                            "enterpriseObjectName": {
                              "type": "string"
                            },
                            "enterpriseObjectType": {
                              "type": "string"
                            },
                            "edgeName": {
                              "type": "string"
                            },
                            "edgeLogicalId": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "enterpriseAssociationCount": {
                        "type": "object"
                      },
                      "enterprises": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "networkId": {
                              "type": "number"
                            },
                            "gatewayPoolId": {
                              "type": "number"
                            },
                            "alertsEnabled": {
                              "type": "number"
                            },
                            "operatorAlertsEnabled": {
                              "type": "number"
                            },
                            "endpointPkiMode": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "domain": {
                              "type": "string"
                            },
                            "prefix": {
                              "type": "string"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "accountNumber": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "contactName": {
                              "type": "string"
                            },
                            "contactPhone": {
                              "type": "string"
                            },
                            "contactMobile": {
                              "type": "string"
                            },
                            "contactEmail": {
                              "type": "string"
                            },
                            "streetAddress": {
                              "type": "string"
                            },
                            "streetAddress2": {
                              "type": "string"
                            },
                            "city": {
                              "type": "string"
                            },
                            "state": {
                              "type": "string"
                            },
                            "postalCode": {
                              "type": "string"
                            },
                            "country": {
                              "type": "string"
                            },
                            "lat": {
                              "type": "number"
                            },
                            "lon": {
                              "type": "number"
                            },
                            "timezone": {
                              "type": "string"
                            },
                            "locale": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "enterpriseProxyId": {
                        "type": "number"
                      },
                      "gatewayState": {
                        "type": "string"
                      },
                      "handOffDetail": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "subnets": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "routeCost": {
                                  "type": "number"
                                },
                                "cidrIp": {
                                  "type": "string"
                                },
                                "cidrPrefix": {
                                  "type": "number"
                                },
                                "encrypt": {
                                  "type": "boolean"
                                },
                                "handOffType": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "icmpProbe": {
                            "type": "object",
                            "properties": {
                              "enabled": {
                                "type": "boolean"
                              },
                              "probeType": {
                                "type": "string"
                              },
                              "cTag": {
                                "type": "number"
                              },
                              "sTag": {
                                "type": "number"
                              },
                              "destinationIp": {
                                "type": "string"
                              },
                              "frequencySeconds": {
                                "type": "number"
                              },
                              "threshold": {
                                "type": "number"
                              }
                            }
                          },
                          "icmpResponder": {
                            "type": "object",
                            "properties": {
                              "enabled": {
                                "type": "boolean"
                              },
                              "ipAddress": {
                                "type": "string"
                              },
                              "mode": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "handOffEdges": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "activationKey": {
                              "type": "string"
                            },
                            "activationKeyExpires": {
                              "type": "string"
                            },
                            "activationState": {
                              "type": "string"
                            },
                            "activationTime": {
                              "type": "string"
                            },
                            "alertsEnabled": {
                              "type": "number"
                            },
                            "buildNumber": {
                              "type": "string"
                            },
                            "created": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "deviceFamily": {
                              "type": "string"
                            },
                            "deviceId": {
                              "type": "string"
                            },
                            "dnsName": {
                              "type": "string"
                            },
                            "edgeState": {
                              "type": "string"
                            },
                            "edgeStateTime": {
                              "type": "string"
                            },
                            "endpointPkiMode": {
                              "type": "string"
                            },
                            "enterpriseId": {
                              "type": "number"
                            },
                            "haLastContact": {
                              "type": "string"
                            },
                            "haPreviousState": {
                              "type": "string"
                            },
                            "haSerialNumber": {
                              "type": "string"
                            },
                            "haState": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "isLive": {
                              "type": "number"
                            },
                            "lastContact": {
                              "type": "string"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "modelNumber": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "operatorAlertsEnabled": {
                              "type": "number"
                            },
                            "selfMacAddress": {
                              "type": "string"
                            },
                            "serialNumber": {
                              "type": "string"
                            },
                            "serviceState": {
                              "type": "string"
                            },
                            "serviceUpSince": {
                              "type": "string"
                            },
                            "siteId": {
                              "type": "number"
                            },
                            "softwareUpdated": {
                              "type": "string"
                            },
                            "softwareVersion": {
                              "type": "string"
                            },
                            "systemUpSince": {
                              "type": "string"
                            },
                            "edgeId": {
                              "type": "number"
                            },
                            "isPrimary": {
                              "type": "number"
                            },
                            "pinned": {
                              "type": "number"
                            },
                            "enterpriseLogicalId": {
                              "type": "string"
                            },
                            "enterpriseName": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "id": {
                        "type": "number"
                      },
                      "ipAddress": {
                        "type": "string"
                      },
                      "ipsecGatewayDetail": {
                        "type": "object",
                        "properties": {
                          "enabled": {
                            "type": "boolean"
                          },
                          "strictHostCheck": {
                            "type": "boolean"
                          },
                          "strictHostCheckDN": {
                            "type": "string"
                          }
                        }
                      },
                      "isLoadBalanced": {
                        "type": "boolean"
                      },
                      "lastContact": {
                        "type": "string"
                      },
                      "logicalId": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "networkId": {
                        "type": "number"
                      },
                      "pools": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "networkId": {
                              "type": "number"
                            },
                            "enterpriseProxyId": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "isDefault": {
                              "type": "boolean"
                            },
                            "handOffType": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "gatewayPoolAssocId": {
                              "type": "number"
                            },
                            "gatewayId": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "privateIpAddress": {
                        "type": "string"
                      },
                      "roles": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "created": {
                              "type": "string"
                            },
                            "gatewayId": {
                              "type": "number"
                            },
                            "gatewayRole": {
                              "type": "string"
                            },
                            "required": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "serviceState": {
                        "type": "string"
                      },
                      "serviceUpSince": {
                        "type": "string"
                      },
                      "site": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "created": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "contactName": {
                            "type": "string"
                          },
                          "contactPhone": {
                            "type": "string"
                          },
                          "contactMobile": {
                            "type": "string"
                          },
                          "contactEmail": {
                            "type": "string"
                          },
                          "streetAddress": {
                            "type": "string"
                          },
                          "streetAddress2": {
                            "type": "string"
                          },
                          "city": {
                            "type": "string"
                          },
                          "state": {
                            "type": "string"
                          },
                          "postalCode": {
                            "type": "string"
                          },
                          "country": {
                            "type": "string"
                          },
                          "lat": {
                            "type": "number"
                          },
                          "lon": {
                            "type": "number"
                          },
                          "timezone": {
                            "type": "string"
                          },
                          "locale": {
                            "type": "string"
                          },
                          "shippingSameAsLocation": {
                            "type": "number"
                          },
                          "shippingContactName": {
                            "type": "string"
                          },
                          "shippingAddress": {
                            "type": "string"
                          },
                          "shippingAddress2": {
                            "type": "string"
                          },
                          "shippingCity": {
                            "type": "string"
                          },
                          "shippingState": {
                            "type": "string"
                          },
                          "shippingCountry": {
                            "type": "string"
                          },
                          "shippingPostalCode": {
                            "type": "string"
                          },
                          "modified": {
                            "type": "string"
                          }
                        }
                      },
                      "siteId": {
                        "type": "number"
                      },
                      "softwareVersion": {
                        "type": "string"
                      },
                      "systemUpSince": {
                        "type": "string"
                      },
                      "utilization": {
                        "type": "number"
                      },
                      "utilizationDetail": {
                        "type": "object",
                        "properties": {
                          "load": {
                            "type": "number"
                          },
                          "overall": {
                            "type": "number"
                          },
                          "cpu": {
                            "type": "number"
                          },
                          "memory": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "activationKey": "string",
                    "activationState": "UNASSIGNED",
                    "activationTime": "string",
                    "buildNumber": "string",
                    "certificates": [
                      {
                        "id": 2,
                        "created": "string",
                        "csrId": 9,
                        "gatewayId": 9,
                        "networkId": 9,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 1,
                        "created": "string",
                        "csrId": 6,
                        "gatewayId": 4,
                        "networkId": 9,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 9,
                        "created": "string",
                        "csrId": 1,
                        "gatewayId": 2,
                        "networkId": 6,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 2,
                        "created": "string",
                        "csrId": 4,
                        "gatewayId": 3,
                        "networkId": 8,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "csrId": 4,
                        "gatewayId": 9,
                        "networkId": 5,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      }
                    ],
                    "connectedEdges": 3,
                    "connectedEdgeList": [
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      }
                    ],
                    "created": "string",
                    "dataCenters": [
                      {},
                      {}
                    ],
                    "description": "string",
                    "deviceId": "string",
                    "dnsName": "string",
                    "endpointPkiMode": "CERTIFICATE_DISABLED",
                    "enterpriseAssociations": [
                      {
                        "id": 5,
                        "created": "string",
                        "networkId": 10,
                        "gatewayPoolId": 7,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 6,
                        "lon": 8,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 5,
                        "enterpriseObjectId": 6,
                        "edgeId": 2,
                        "gatewayType": "OTHER",
                        "pinned": 10,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 1,
                        "created": "string",
                        "networkId": 4,
                        "gatewayPoolId": 9,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 6,
                        "lon": 7,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 3,
                        "enterpriseObjectId": 2,
                        "edgeId": 9,
                        "gatewayType": "SUPER",
                        "pinned": 2,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 9,
                        "created": "string",
                        "networkId": 9,
                        "gatewayPoolId": 7,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 5,
                        "lon": 7,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 7,
                        "enterpriseObjectId": 7,
                        "edgeId": 1,
                        "gatewayType": "DATACENTER",
                        "pinned": 4,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 6,
                        "created": "string",
                        "networkId": 5,
                        "gatewayPoolId": 6,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 7,
                        "lon": 5,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 8,
                        "enterpriseObjectId": 2,
                        "edgeId": 9,
                        "gatewayType": "DATACENTER",
                        "pinned": 8,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "networkId": 7,
                        "gatewayPoolId": 8,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 9,
                        "lon": 5,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 4,
                        "enterpriseObjectId": 5,
                        "edgeId": 9,
                        "gatewayType": "SUPER_ALT",
                        "pinned": 1,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 3,
                        "created": "string",
                        "networkId": 7,
                        "gatewayPoolId": 1,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 7,
                        "lon": 4,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 2,
                        "enterpriseObjectId": 6,
                        "edgeId": 1,
                        "gatewayType": "DATACENTER",
                        "pinned": 4,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "networkId": 8,
                        "gatewayPoolId": 3,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 4,
                        "lon": 10,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 8,
                        "enterpriseObjectId": 2,
                        "edgeId": 5,
                        "gatewayType": "HANDOFF",
                        "pinned": 4,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 6,
                        "created": "string",
                        "networkId": 6,
                        "gatewayPoolId": 6,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 4,
                        "lon": 1,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 3,
                        "enterpriseObjectId": 1,
                        "edgeId": 6,
                        "gatewayType": "OTHER",
                        "pinned": 2,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 1,
                        "created": "string",
                        "networkId": 5,
                        "gatewayPoolId": 5,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 5,
                        "lon": 8,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 1,
                        "enterpriseObjectId": 9,
                        "edgeId": 2,
                        "gatewayType": "OTHER",
                        "pinned": 5,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 4,
                        "created": "string",
                        "networkId": 5,
                        "gatewayPoolId": 1,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 6,
                        "lon": 9,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 7,
                        "enterpriseObjectId": 7,
                        "edgeId": 9,
                        "gatewayType": "SUPER_ALT",
                        "pinned": 6,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      }
                    ],
                    "enterpriseAssociationCount": {},
                    "enterprises": [
                      {
                        "id": 6,
                        "created": "string",
                        "networkId": 2,
                        "gatewayPoolId": 6,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 3,
                        "lon": 5,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "networkId": 2,
                        "gatewayPoolId": 1,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 2,
                        "lon": 4,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "networkId": 4,
                        "gatewayPoolId": 4,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 2,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 2,
                        "created": "string",
                        "networkId": 2,
                        "gatewayPoolId": 10,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 10,
                        "lon": 7,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 2,
                        "created": "string",
                        "networkId": 2,
                        "gatewayPoolId": 1,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 10,
                        "lon": 6,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 9,
                        "created": "string",
                        "networkId": 3,
                        "gatewayPoolId": 10,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 1,
                        "lon": 5,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 5,
                        "created": "string",
                        "networkId": 1,
                        "gatewayPoolId": 7,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 2,
                        "lon": 5,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 1,
                        "created": "string",
                        "networkId": 6,
                        "gatewayPoolId": 3,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 9,
                        "lon": 9,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 5,
                        "created": "string",
                        "networkId": 9,
                        "gatewayPoolId": 7,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 1,
                        "lon": 9,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 2,
                        "created": "string",
                        "networkId": 1,
                        "gatewayPoolId": 4,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 4,
                        "lon": 7,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      }
                    ],
                    "enterpriseProxyId": 5,
                    "gatewayState": "DISABLED",
                    "handOffDetail": {
                      "type": "string",
                      "subnets": [
                        {
                          "name": "string",
                          "routeCost": 10,
                          "cidrIp": "string",
                          "cidrPrefix": 1,
                          "encrypt": false,
                          "handOffType": "VLAN"
                        },
                        {
                          "name": "string",
                          "routeCost": 4,
                          "cidrIp": "string",
                          "cidrPrefix": 4,
                          "encrypt": false,
                          "handOffType": "NAT"
                        },
                        {
                          "name": "string",
                          "routeCost": 10,
                          "cidrIp": "string",
                          "cidrPrefix": 8,
                          "encrypt": true,
                          "handOffType": "VLAN"
                        },
                        {
                          "name": "string",
                          "routeCost": 9,
                          "cidrIp": "string",
                          "cidrPrefix": 3,
                          "encrypt": true,
                          "handOffType": "NAT"
                        },
                        {
                          "name": "string",
                          "routeCost": 8,
                          "cidrIp": "string",
                          "cidrPrefix": 8,
                          "encrypt": true,
                          "handOffType": "NAT"
                        },
                        {
                          "name": "string",
                          "routeCost": 2,
                          "cidrIp": "string",
                          "cidrPrefix": 8,
                          "encrypt": false,
                          "handOffType": "VLAN"
                        },
                        {
                          "name": "string",
                          "routeCost": 3,
                          "cidrIp": "string",
                          "cidrPrefix": 2,
                          "encrypt": true,
                          "handOffType": "VLAN"
                        },
                        {
                          "name": "string",
                          "routeCost": 7,
                          "cidrIp": "string",
                          "cidrPrefix": 4,
                          "encrypt": false,
                          "handOffType": "NAT"
                        },
                        {
                          "name": "string",
                          "routeCost": 10,
                          "cidrIp": "string",
                          "cidrPrefix": 3,
                          "encrypt": true,
                          "handOffType": "VLAN"
                        }
                      ],
                      "icmpProbe": {
                        "enabled": false,
                        "probeType": "string",
                        "cTag": 8,
                        "sTag": 6,
                        "destinationIp": "string",
                        "frequencySeconds": 10,
                        "threshold": 9
                      },
                      "icmpResponder": {
                        "enabled": false,
                        "ipAddress": "string",
                        "mode": "string"
                      }
                    },
                    "handOffEdges": [
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "REACTIVATION_PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "NEVER_ACTIVATED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "enterpriseId": 8,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_DISSOCIATION",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMATION",
                        "id": 3,
                        "isLive": 2,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "OUT_OF_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 5,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 8,
                        "isPrimary": 8,
                        "pinned": 1,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "ACTIVATED",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "DISABLED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 6,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMATION",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMATION",
                        "id": 4,
                        "isLive": 5,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 8,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 1,
                        "isPrimary": 2,
                        "pinned": 9,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "UNASSIGNED",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "EXPIRED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 7,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_INIT",
                        "id": 4,
                        "isLive": 3,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "OUT_OF_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 1,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 1,
                        "isPrimary": 5,
                        "pinned": 10,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "OFFLINE",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 4,
                        "haLastContact": "string",
                        "haPreviousState": "UNCONFIGURED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_DISSOCIATION",
                        "id": 2,
                        "isLive": 1,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 2,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 10,
                        "isPrimary": 2,
                        "pinned": 5,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "ACTIVATED",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "NEVER_ACTIVATED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 6,
                        "haLastContact": "string",
                        "haPreviousState": "READY",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMATION",
                        "id": 3,
                        "isLive": 7,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 5,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 5,
                        "isPrimary": 5,
                        "pinned": 7,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "ACTIVATED",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "DEGRADED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 8,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_INIT",
                        "id": 7,
                        "isLive": 8,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 1,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 6,
                        "isPrimary": 7,
                        "pinned": 9,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "UNASSIGNED",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "NEVER_ACTIVATED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 8,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMATION",
                        "haSerialNumber": "string",
                        "haState": "PENDING_INIT",
                        "id": 7,
                        "isLive": 3,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 1,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 2,
                        "isPrimary": 5,
                        "pinned": 9,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "NEVER_ACTIVATED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 2,
                        "haLastContact": "string",
                        "haPreviousState": "FAILED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_DISSOCIATION",
                        "id": 3,
                        "isLive": 9,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 1,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 2,
                        "isPrimary": 9,
                        "pinned": 3,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "REACTIVATION_PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "CONNECTED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 4,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMATION",
                        "haSerialNumber": "string",
                        "haState": "PENDING_INIT",
                        "id": 4,
                        "isLive": 9,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 10,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 3,
                        "isPrimary": 9,
                        "pinned": 6,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      }
                    ],
                    "id": 2,
                    "ipAddress": "string",
                    "ipsecGatewayDetail": {
                      "enabled": false,
                      "strictHostCheck": true,
                      "strictHostCheckDN": "string"
                    },
                    "isLoadBalanced": true,
                    "lastContact": "string",
                    "logicalId": "string",
                    "modified": "string",
                    "name": "string",
                    "networkId": 4,
                    "pools": [
                      {
                        "id": 8,
                        "networkId": 7,
                        "enterpriseProxyId": 3,
                        "created": "string",
                        "name": "string",
                        "description": "string",
                        "isDefault": false,
                        "handOffType": "ONLY",
                        "modified": "string",
                        "gatewayPoolAssocId": 10,
                        "gatewayId": 1
                      },
                      {
                        "id": 1,
                        "networkId": 3,
                        "enterpriseProxyId": 5,
                        "created": "string",
                        "name": "string",
                        "description": "string",
                        "isDefault": true,
                        "handOffType": "ONLY",
                        "modified": "string",
                        "gatewayPoolAssocId": 9,
                        "gatewayId": 1
                      },
                      {
                        "id": 9,
                        "networkId": 2,
                        "enterpriseProxyId": 4,
                        "created": "string",
                        "name": "string",
                        "description": "string",
                        "isDefault": false,
                        "handOffType": "ONLY",
                        "modified": "string",
                        "gatewayPoolAssocId": 3,
                        "gatewayId": 5
                      }
                    ],
                    "privateIpAddress": "string",
                    "roles": [
                      {
                        "created": "string",
                        "gatewayId": 1,
                        "gatewayRole": "CDE",
                        "required": 4
                      },
                      {
                        "created": "string",
                        "gatewayId": 5,
                        "gatewayRole": "CONTROL_PLANE",
                        "required": 4
                      }
                    ],
                    "serviceState": "IN_SERVICE",
                    "serviceUpSince": "string",
                    "site": {
                      "id": 2,
                      "created": "string",
                      "name": "string",
                      "contactName": "string",
                      "contactPhone": "string",
                      "contactMobile": "string",
                      "contactEmail": "string",
                      "streetAddress": "string",
                      "streetAddress2": "string",
                      "city": "string",
                      "state": "string",
                      "postalCode": "string",
                      "country": "string",
                      "lat": 7,
                      "lon": 8,
                      "timezone": "string",
                      "locale": "string",
                      "shippingSameAsLocation": 6,
                      "shippingContactName": "string",
                      "shippingAddress": "string",
                      "shippingAddress2": "string",
                      "shippingCity": "string",
                      "shippingState": "string",
                      "shippingCountry": "string",
                      "shippingPostalCode": "string",
                      "modified": "string"
                    },
                    "siteId": 6,
                    "softwareVersion": "string",
                    "systemUpSince": "string",
                    "utilization": 6,
                    "utilizationDetail": {
                      "load": 5,
                      "overall": 3,
                      "cpu": 4,
                      "memory": 10
                    }
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterpriseProxy/insertEnterpriseProxyEnterprise": {
      "post": {
        "tags": [
          "EnterpriseProxy"
        ],
        "operationId": "enterpriseProxyInsertEnterpriseProxyEnterprise",
        "description": "The parameters and request body are for method: enterpriseProxyInsertEnterpriseProxyEnterprise. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/enterpriseProxy/insertOrUpdateEnterpriseProxyProperty": {
      "post": {
        "tags": [
          "EnterpriseProxy"
        ],
        "operationId": "enterpriseProxyInsertOrUpdateEnterpriseProxyProperty",
        "description": "The parameters and request body are for method: enterpriseProxyInsertOrUpdateEnterpriseProxyProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/event/getEnterpriseEvents": {
      "post": {
        "tags": [
          "Event"
        ],
        "operationId": "eventGetEnterpriseEvents",
        "description": "The parameters and request body are for method: eventGetEnterpriseEvents. 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": {
                          "id": {
                            "type": "number"
                          },
                          "eventTime": {
                            "type": "string"
                          },
                          "event": {
                            "type": "string"
                          },
                          "category": {
                            "type": "string"
                          },
                          "severity": {
                            "type": "string"
                          },
                          "message": {
                            "type": "string"
                          },
                          "detail": {
                            "type": "string"
                          },
                          "enterpriseUsername": {
                            "type": "string"
                          },
                          "edgeName": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "metaData": {
                      "type": "object",
                      "properties": {
                        "limit": {
                          "type": "number"
                        },
                        "more": {
                          "type": "boolean"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "id": 1,
                      "eventTime": "string",
                      "event": "string",
                      "category": "APPLICATION",
                      "severity": "WARNING",
                      "message": "string",
                      "detail": "string",
                      "enterpriseUsername": "string",
                      "edgeName": "string"
                    },
                    {
                      "id": 2,
                      "eventTime": "string",
                      "event": "string",
                      "category": "APPLICATION",
                      "severity": "DEBUG",
                      "message": "string",
                      "detail": "string",
                      "enterpriseUsername": "string",
                      "edgeName": "string"
                    },
                    {
                      "id": 6,
                      "eventTime": "string",
                      "event": "string",
                      "category": "GATEWAY",
                      "severity": "ALERT",
                      "message": "string",
                      "detail": "string",
                      "enterpriseUsername": "string",
                      "edgeName": "string"
                    }
                  ],
                  "metaData": {
                    "limit": 4,
                    "more": false
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/event/getOperatorEvents": {
      "post": {
        "tags": [
          "Event"
        ],
        "operationId": "eventGetOperatorEvents",
        "description": "The parameters and request body are for method: eventGetOperatorEvents. 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": {
                          "id": {
                            "type": "number"
                          },
                          "eventTime": {
                            "type": "string"
                          },
                          "event": {
                            "type": "string"
                          },
                          "category": {
                            "type": "string"
                          },
                          "severity": {
                            "type": "string"
                          },
                          "message": {
                            "type": "string"
                          },
                          "detail": {
                            "type": "string"
                          },
                          "operatorUsername": {
                            "type": "string"
                          },
                          "networkName": {
                            "type": "string"
                          },
                          "gatewayName": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "metaData": {
                      "type": "object",
                      "properties": {
                        "limit": {
                          "type": "number"
                        },
                        "more": {
                          "type": "boolean"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "id": 6,
                      "eventTime": "string",
                      "event": "string",
                      "category": "SYSTEM",
                      "severity": "ERROR",
                      "message": "string",
                      "detail": "string",
                      "operatorUsername": "string",
                      "networkName": "string",
                      "gatewayName": "string"
                    },
                    {
                      "id": 3,
                      "eventTime": "string",
                      "event": "string",
                      "category": "GATEWAY",
                      "severity": "CRITICAL",
                      "message": "string",
                      "detail": "string",
                      "operatorUsername": "string",
                      "networkName": "string",
                      "gatewayName": "string"
                    },
                    {
                      "id": 9,
                      "eventTime": "string",
                      "event": "string",
                      "category": "SECURITY",
                      "severity": "NOTICE",
                      "message": "string",
                      "detail": "string",
                      "operatorUsername": "string",
                      "networkName": "string",
                      "gatewayName": "string"
                    },
                    {
                      "id": 7,
                      "eventTime": "string",
                      "event": "string",
                      "category": "APPLICATION",
                      "severity": "WARNING",
                      "message": "string",
                      "detail": "string",
                      "operatorUsername": "string",
                      "networkName": "string",
                      "gatewayName": "string"
                    },
                    {
                      "id": 2,
                      "eventTime": "string",
                      "event": "string",
                      "category": "USER",
                      "severity": "NOTICE",
                      "message": "string",
                      "detail": "string",
                      "operatorUsername": "string",
                      "networkName": "string",
                      "gatewayName": "string"
                    },
                    {
                      "id": 9,
                      "eventTime": "string",
                      "event": "string",
                      "category": "GATEWAY",
                      "severity": "ALERT",
                      "message": "string",
                      "detail": "string",
                      "operatorUsername": "string",
                      "networkName": "string",
                      "gatewayName": "string"
                    },
                    {
                      "id": 4,
                      "eventTime": "string",
                      "event": "string",
                      "category": "APPLICATION",
                      "severity": "CRITICAL",
                      "message": "string",
                      "detail": "string",
                      "operatorUsername": "string",
                      "networkName": "string",
                      "gatewayName": "string"
                    },
                    {
                      "id": 5,
                      "eventTime": "string",
                      "event": "string",
                      "category": "ENTERPRISE",
                      "severity": "CRITICAL",
                      "message": "string",
                      "detail": "string",
                      "operatorUsername": "string",
                      "networkName": "string",
                      "gatewayName": "string"
                    }
                  ],
                  "metaData": {
                    "limit": 10,
                    "more": true
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/event/getProxyEvents": {
      "post": {
        "tags": [
          "Event"
        ],
        "operationId": "eventGetProxyEvents",
        "description": "The parameters and request body are for method: eventGetProxyEvents. 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": {
                          "id": {
                            "type": "number"
                          },
                          "eventTime": {
                            "type": "string"
                          },
                          "event": {
                            "type": "string"
                          },
                          "category": {
                            "type": "string"
                          },
                          "severity": {
                            "type": "string"
                          },
                          "message": {
                            "type": "string"
                          },
                          "detail": {
                            "type": "string"
                          },
                          "proxyUsername": {
                            "type": "string"
                          },
                          "networkName": {
                            "type": "string"
                          },
                          "enterpriseName": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "metaData": {
                      "type": "object",
                      "properties": {
                        "limit": {
                          "type": "number"
                        },
                        "more": {
                          "type": "boolean"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "id": 7,
                      "eventTime": "string",
                      "event": "string",
                      "category": "USER",
                      "severity": "DEBUG",
                      "message": "string",
                      "detail": "string",
                      "proxyUsername": "string",
                      "networkName": "string",
                      "enterpriseName": "string"
                    },
                    {
                      "id": 7,
                      "eventTime": "string",
                      "event": "string",
                      "category": "CONFIGURATION",
                      "severity": "WARNING",
                      "message": "string",
                      "detail": "string",
                      "proxyUsername": "string",
                      "networkName": "string",
                      "enterpriseName": "string"
                    }
                  ],
                  "metaData": {
                    "limit": 4,
                    "more": true
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/firewall/getEnterpriseFirewallLogs": {
      "post": {
        "tags": [
          "Firewall"
        ],
        "operationId": "firewallGetEnterpriseFirewallLogs",
        "description": "The parameters and request body are for method: firewallGetEnterpriseFirewallLogs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "metaData": {
                      "type": "object",
                      "properties": {
                        "limit": {
                          "type": "number"
                        },
                        "more": {
                          "type": "boolean"
                        }
                      }
                    },
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "edgeId": {
                            "type": "number"
                          },
                          "timestamp": {
                            "type": "string"
                          },
                          "allow": {
                            "type": "number"
                          },
                          "ruleLogicalId": {
                            "type": "string"
                          },
                          "interface": {
                            "type": "string"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "sourceIp": {
                            "type": "string"
                          },
                          "sourcePort": {
                            "type": "number"
                          },
                          "destIp": {
                            "type": "string"
                          },
                          "destPort": {
                            "type": "number"
                          },
                          "icmpType": {
                            "type": "string"
                          },
                          "length": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "rules": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "metaData": {
                    "limit": 5,
                    "more": true
                  },
                  "data": [
                    {
                      "id": 6,
                      "edgeId": 10,
                      "timestamp": "string",
                      "allow": 8,
                      "ruleLogicalId": "string",
                      "interface": "string",
                      "protocol": "ICMP",
                      "sourceIp": "string",
                      "sourcePort": 10,
                      "destIp": "string",
                      "destPort": 2,
                      "icmpType": "string",
                      "length": 2
                    },
                    {
                      "id": 4,
                      "edgeId": 9,
                      "timestamp": "string",
                      "allow": 1,
                      "ruleLogicalId": "string",
                      "interface": "string",
                      "protocol": "UDP",
                      "sourceIp": "string",
                      "sourcePort": 9,
                      "destIp": "string",
                      "destPort": 9,
                      "icmpType": "string",
                      "length": 7
                    },
                    {
                      "id": 6,
                      "edgeId": 8,
                      "timestamp": "string",
                      "allow": 4,
                      "ruleLogicalId": "string",
                      "interface": "string",
                      "protocol": "UDP",
                      "sourceIp": "string",
                      "sourcePort": 1,
                      "destIp": "string",
                      "destPort": 6,
                      "icmpType": "string",
                      "length": 5
                    }
                  ],
                  "rules": {}
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/gateway/deleteGateway": {
      "post": {
        "tags": [
          "Gateway"
        ],
        "operationId": "gatewayDeleteGateway",
        "description": "The parameters and request body are for method: gatewayDeleteGateway. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/gateway/gatewayProvision": {
      "post": {
        "tags": [
          "Gateway"
        ],
        "operationId": "gatewayGatewayProvision",
        "description": "The parameters and request body are for method: gatewayGatewayProvision. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "activationKey": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "logicalId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "activationKey": "string",
                  "id": 2,
                  "logicalId": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/gateway/getGatewayEdgeAssignments": {
      "post": {
        "tags": [
          "Gateway"
        ],
        "operationId": "gatewayGetGatewayEdgeAssignments",
        "description": "The parameters and request body are for method: gatewayGetGatewayEdgeAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "activationKey": {
                        "type": "string"
                      },
                      "activationKeyExpires": {
                        "type": "string"
                      },
                      "activationState": {
                        "type": "string"
                      },
                      "activationTime": {
                        "type": "string"
                      },
                      "alertsEnabled": {
                        "type": "number"
                      },
                      "buildNumber": {
                        "type": "string"
                      },
                      "created": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "deviceFamily": {
                        "type": "string"
                      },
                      "deviceId": {
                        "type": "string"
                      },
                      "dnsName": {
                        "type": "string"
                      },
                      "edgeState": {
                        "type": "string"
                      },
                      "edgeStateTime": {
                        "type": "string"
                      },
                      "endpointPkiMode": {
                        "type": "string"
                      },
                      "enterpriseId": {
                        "type": "number"
                      },
                      "haLastContact": {
                        "type": "string"
                      },
                      "haPreviousState": {
                        "type": "string"
                      },
                      "haSerialNumber": {
                        "type": "string"
                      },
                      "haState": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "isLive": {
                        "type": "number"
                      },
                      "lastContact": {
                        "type": "string"
                      },
                      "logicalId": {
                        "type": "string"
                      },
                      "modelNumber": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "operatorAlertsEnabled": {
                        "type": "number"
                      },
                      "selfMacAddress": {
                        "type": "string"
                      },
                      "serialNumber": {
                        "type": "string"
                      },
                      "serviceState": {
                        "type": "string"
                      },
                      "serviceUpSince": {
                        "type": "string"
                      },
                      "siteId": {
                        "type": "number"
                      },
                      "softwareUpdated": {
                        "type": "string"
                      },
                      "softwareVersion": {
                        "type": "string"
                      },
                      "systemUpSince": {
                        "type": "string"
                      },
                      "enterpriseName": {
                        "type": "string"
                      },
                      "enterpriseProxyId": {
                        "type": "number"
                      },
                      "enterpriseProxyName": {
                        "type": "string"
                      },
                      "lat": {
                        "type": "number"
                      },
                      "lon": {
                        "type": "number"
                      },
                      "city": {
                        "type": "string"
                      },
                      "state": {
                        "type": "string"
                      },
                      "country": {
                        "type": "string"
                      },
                      "postalCode": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "activationKey": "string",
                    "activationKeyExpires": "string",
                    "activationState": "ACTIVATED",
                    "activationTime": "string",
                    "alertsEnabled": 1,
                    "buildNumber": "string",
                    "created": "string",
                    "description": "string",
                    "deviceFamily": "string",
                    "deviceId": "string",
                    "dnsName": "string",
                    "edgeState": "DISABLED",
                    "edgeStateTime": "string",
                    "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                    "enterpriseId": 2,
                    "haLastContact": "string",
                    "haPreviousState": "UNCONFIGURED",
                    "haSerialNumber": "string",
                    "haState": "READY",
                    "id": 10,
                    "isLive": 5,
                    "lastContact": "string",
                    "logicalId": "string",
                    "modelNumber": "string",
                    "modified": "string",
                    "name": "string",
                    "operatorAlertsEnabled": 0,
                    "selfMacAddress": "string",
                    "serialNumber": "string",
                    "serviceState": "OUT_OF_SERVICE",
                    "serviceUpSince": "string",
                    "siteId": 2,
                    "softwareUpdated": "string",
                    "softwareVersion": "string",
                    "systemUpSince": "string",
                    "enterpriseName": "string",
                    "enterpriseProxyId": 1,
                    "enterpriseProxyName": "string",
                    "lat": 3,
                    "lon": 9,
                    "city": "string",
                    "state": "string",
                    "country": "string",
                    "postalCode": "string"
                  },
                  {
                    "activationKey": "string",
                    "activationKeyExpires": "string",
                    "activationState": "UNASSIGNED",
                    "activationTime": "string",
                    "alertsEnabled": 1,
                    "buildNumber": "string",
                    "created": "string",
                    "description": "string",
                    "deviceFamily": "string",
                    "deviceId": "string",
                    "dnsName": "string",
                    "edgeState": "DEGRADED",
                    "edgeStateTime": "string",
                    "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                    "enterpriseId": 2,
                    "haLastContact": "string",
                    "haPreviousState": "PENDING_INIT",
                    "haSerialNumber": "string",
                    "haState": "PENDING_DISSOCIATION",
                    "id": 3,
                    "isLive": 5,
                    "lastContact": "string",
                    "logicalId": "string",
                    "modelNumber": "string",
                    "modified": "string",
                    "name": "string",
                    "operatorAlertsEnabled": 0,
                    "selfMacAddress": "string",
                    "serialNumber": "string",
                    "serviceState": "IN_SERVICE",
                    "serviceUpSince": "string",
                    "siteId": 1,
                    "softwareUpdated": "string",
                    "softwareVersion": "string",
                    "systemUpSince": "string",
                    "enterpriseName": "string",
                    "enterpriseProxyId": 2,
                    "enterpriseProxyName": "string",
                    "lat": 4,
                    "lon": 9,
                    "city": "string",
                    "state": "string",
                    "country": "string",
                    "postalCode": "string"
                  },
                  {
                    "activationKey": "string",
                    "activationKeyExpires": "string",
                    "activationState": "REACTIVATION_PENDING",
                    "activationTime": "string",
                    "alertsEnabled": 1,
                    "buildNumber": "string",
                    "created": "string",
                    "description": "string",
                    "deviceFamily": "string",
                    "deviceId": "string",
                    "dnsName": "string",
                    "edgeState": "OFFLINE",
                    "edgeStateTime": "string",
                    "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                    "enterpriseId": 1,
                    "haLastContact": "string",
                    "haPreviousState": "UNCONFIGURED",
                    "haSerialNumber": "string",
                    "haState": "PENDING_CONFIRMED",
                    "id": 7,
                    "isLive": 2,
                    "lastContact": "string",
                    "logicalId": "string",
                    "modelNumber": "string",
                    "modified": "string",
                    "name": "string",
                    "operatorAlertsEnabled": 0,
                    "selfMacAddress": "string",
                    "serialNumber": "string",
                    "serviceState": "OUT_OF_SERVICE",
                    "serviceUpSince": "string",
                    "siteId": 5,
                    "softwareUpdated": "string",
                    "softwareVersion": "string",
                    "systemUpSince": "string",
                    "enterpriseName": "string",
                    "enterpriseProxyId": 1,
                    "enterpriseProxyName": "string",
                    "lat": 10,
                    "lon": 2,
                    "city": "string",
                    "state": "string",
                    "country": "string",
                    "postalCode": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/gateway/updateGatewayAttributes": {
      "post": {
        "tags": [
          "Gateway"
        ],
        "operationId": "gatewayUpdateGatewayAttributes",
        "description": "The parameters and request body are for method: gatewayUpdateGatewayAttributes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/linkQualityEvent/getLinkQualityEvents": {
      "post": {
        "tags": [
          "LinkQualityEvent"
        ],
        "operationId": "linkQualityEventGetLinkQualityEvents",
        "description": "The parameters and request body are for method: linkQualityEventGetLinkQualityEvents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "overallLinkQuality": {
                      "type": "object",
                      "properties": {
                        "00000004-ea1c-478e-ae54-6f00adab49fd": {
                          "type": "object",
                          "properties": {
                            "timeseries": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "timestamp": {
                                    "type": "number"
                                  },
                                  "before": {
                                    "type": "object",
                                    "properties": {
                                      "0": {
                                        "type": "number"
                                      },
                                      "1": {
                                        "type": "number"
                                      },
                                      "2": {
                                        "type": "number"
                                      }
                                    }
                                  },
                                  "after": {
                                    "type": "object",
                                    "properties": {
                                      "0": {
                                        "type": "number"
                                      },
                                      "1": {
                                        "type": "number"
                                      },
                                      "2": {
                                        "type": "number"
                                      }
                                    }
                                  },
                                  "metadata": {
                                    "type": "object",
                                    "properties": {
                                      "detail": {
                                        "type": "object",
                                        "properties": {
                                          "latencyMsTx": {
                                            "type": "number"
                                          },
                                          "lossPctTx": {
                                            "type": "number"
                                          },
                                          "jitterMsTx": {
                                            "type": "number"
                                          },
                                          "lossPctRx": {
                                            "type": "number"
                                          },
                                          "latencyMsRx": {
                                            "type": "number"
                                          },
                                          "jitterMsRx": {
                                            "type": "number"
                                          }
                                        }
                                      },
                                      "metrics": {
                                        "type": "array",
                                        "items": {
                                          "type": "object",
                                          "properties": {
                                            "trafficType": {
                                              "type": "number"
                                            },
                                            "action": {
                                              "type": "number"
                                            },
                                            "metric": {
                                              "type": "number"
                                            },
                                            "afterState": {
                                              "type": "number"
                                            },
                                            "beforeState": {
                                              "type": "number"
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "distribution": {
                              "type": "object",
                              "properties": {
                                "0": {
                                  "type": "object",
                                  "properties": {
                                    "0": {
                                      "type": "number"
                                    },
                                    "1": {
                                      "type": "number"
                                    },
                                    "2": {
                                      "type": "number"
                                    },
                                    "3": {
                                      "type": "number"
                                    },
                                    "4": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "1": {
                                  "type": "object",
                                  "properties": {
                                    "0": {
                                      "type": "number"
                                    },
                                    "1": {
                                      "type": "number"
                                    },
                                    "2": {
                                      "type": "number"
                                    },
                                    "3": {
                                      "type": "number"
                                    },
                                    "4": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "2": {
                                  "type": "object",
                                  "properties": {
                                    "0": {
                                      "type": "number"
                                    },
                                    "1": {
                                      "type": "number"
                                    },
                                    "2": {
                                      "type": "number"
                                    },
                                    "3": {
                                      "type": "number"
                                    },
                                    "4": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "score": {
                              "type": "object",
                              "properties": {
                                "0": {
                                  "type": "number"
                                },
                                "1": {
                                  "type": "number"
                                },
                                "2": {
                                  "type": "number"
                                }
                              }
                            },
                            "totalScore": {
                              "type": "number"
                            },
                            "sampleLength": {
                              "type": "number"
                            },
                            "sampleCount": {
                              "type": "number"
                            }
                          }
                        },
                        "overallLinkQuality": {
                          "type": "object",
                          "properties": {
                            "timeseries": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "timestamp": {
                                    "type": "number"
                                  },
                                  "after": {
                                    "type": "object",
                                    "properties": {
                                      "0": {
                                        "type": "number"
                                      },
                                      "1": {
                                        "type": "number"
                                      },
                                      "2": {
                                        "type": "number"
                                      }
                                    }
                                  },
                                  "metadata": {
                                    "type": "object",
                                    "properties": {
                                      "stateMap": {
                                        "type": "object",
                                        "properties": {
                                          "0": {
                                            "type": "object",
                                            "properties": {
                                              "0": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              },
                                              "1": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              },
                                              "2": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              },
                                              "3": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              },
                                              "4": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              },
                                              "5": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              }
                                            }
                                          },
                                          "1": {
                                            "type": "object",
                                            "properties": {
                                              "0": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              },
                                              "1": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              },
                                              "2": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              },
                                              "3": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              },
                                              "4": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              },
                                              "5": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              }
                                            }
                                          },
                                          "2": {
                                            "type": "object",
                                            "properties": {
                                              "0": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              },
                                              "1": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              },
                                              "2": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              },
                                              "3": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              },
                                              "4": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              },
                                              "5": {
                                                "type": "object",
                                                "properties": {
                                                  "after": {
                                                    "type": "number"
                                                  }
                                                }
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "distribution": {
                                    "type": "object",
                                    "properties": {
                                      "0": {
                                        "type": "object",
                                        "properties": {
                                          "0": {
                                            "type": "number"
                                          },
                                          "1": {
                                            "type": "number"
                                          },
                                          "2": {
                                            "type": "number"
                                          },
                                          "3": {
                                            "type": "number"
                                          },
                                          "4": {
                                            "type": "number"
                                          }
                                        }
                                      },
                                      "1": {
                                        "type": "object",
                                        "properties": {
                                          "0": {
                                            "type": "number"
                                          },
                                          "1": {
                                            "type": "number"
                                          },
                                          "2": {
                                            "type": "number"
                                          },
                                          "3": {
                                            "type": "number"
                                          },
                                          "4": {
                                            "type": "number"
                                          }
                                        }
                                      },
                                      "2": {
                                        "type": "object",
                                        "properties": {
                                          "0": {
                                            "type": "number"
                                          },
                                          "1": {
                                            "type": "number"
                                          },
                                          "2": {
                                            "type": "number"
                                          },
                                          "3": {
                                            "type": "number"
                                          },
                                          "4": {
                                            "type": "number"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "score": {
                                    "type": "object",
                                    "properties": {
                                      "0": {
                                        "type": "number"
                                      },
                                      "1": {
                                        "type": "number"
                                      },
                                      "2": {
                                        "type": "number"
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "distribution": {
                              "type": "object",
                              "properties": {
                                "0": {
                                  "type": "object",
                                  "properties": {
                                    "0": {
                                      "type": "number"
                                    },
                                    "1": {
                                      "type": "number"
                                    },
                                    "2": {
                                      "type": "number"
                                    },
                                    "3": {
                                      "type": "number"
                                    },
                                    "4": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "1": {
                                  "type": "object",
                                  "properties": {
                                    "0": {
                                      "type": "number"
                                    },
                                    "1": {
                                      "type": "number"
                                    },
                                    "2": {
                                      "type": "number"
                                    },
                                    "3": {
                                      "type": "number"
                                    },
                                    "4": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "2": {
                                  "type": "object",
                                  "properties": {
                                    "0": {
                                      "type": "number"
                                    },
                                    "1": {
                                      "type": "number"
                                    },
                                    "2": {
                                      "type": "number"
                                    },
                                    "3": {
                                      "type": "number"
                                    },
                                    "4": {
                                      "type": "number"
                                    }
                                  }
                                }
                              }
                            },
                            "score": {
                              "type": "object",
                              "properties": {
                                "0": {
                                  "type": "number"
                                },
                                "1": {
                                  "type": "number"
                                },
                                "2": {
                                  "type": "number"
                                }
                              }
                            },
                            "totalScore": {
                              "type": "number"
                            },
                            "sampleLength": {
                              "type": "number"
                            },
                            "sampleCount": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "overallLinkQuality": {
                    "00000004-ea1c-478e-ae54-6f00adab49fd": {
                      "timeseries": [
                        {
                          "timestamp": 1579745995977,
                          "before": {
                            "0": 4,
                            "1": 4,
                            "2": 4
                          },
                          "after": {
                            "0": 4,
                            "1": 4,
                            "2": 4
                          },
                          "metadata": {
                            "detail": {
                              "latencyMsTx": 0,
                              "lossPctTx": 0,
                              "jitterMsTx": 1,
                              "lossPctRx": 0,
                              "latencyMsRx": 9,
                              "jitterMsRx": 0
                            },
                            "metrics": [
                              {
                                "trafficType": 0,
                                "action": 0,
                                "metric": 1,
                                "afterState": 4,
                                "beforeState": 4
                              },
                              {
                                "trafficType": 0,
                                "action": 0,
                                "metric": 0,
                                "afterState": 4,
                                "beforeState": 4
                              },
                              {
                                "trafficType": 1,
                                "action": 0,
                                "metric": 1,
                                "afterState": 4,
                                "beforeState": 4
                              },
                              {
                                "trafficType": 1,
                                "action": 0,
                                "metric": 0,
                                "afterState": 4,
                                "beforeState": 4
                              },
                              {
                                "trafficType": 2,
                                "action": 0,
                                "metric": 1,
                                "afterState": 4,
                                "beforeState": 4
                              },
                              {
                                "trafficType": 2,
                                "action": 0,
                                "metric": 0,
                                "afterState": 4,
                                "beforeState": 4
                              },
                              {
                                "trafficType": 0,
                                "action": 0,
                                "metric": 3,
                                "afterState": 4,
                                "beforeState": 4
                              },
                              {
                                "trafficType": 0,
                                "action": 0,
                                "metric": 2,
                                "afterState": 4,
                                "beforeState": 4
                              },
                              {
                                "trafficType": 1,
                                "action": 0,
                                "metric": 3,
                                "afterState": 4,
                                "beforeState": 4
                              },
                              {
                                "trafficType": 1,
                                "action": 0,
                                "metric": 2,
                                "afterState": 4,
                                "beforeState": 4
                              },
                              {
                                "trafficType": 2,
                                "action": 0,
                                "metric": 3,
                                "afterState": 4,
                                "beforeState": 4
                              },
                              {
                                "trafficType": 2,
                                "action": 0,
                                "metric": 2,
                                "afterState": 4,
                                "beforeState": 4
                              },
                              {
                                "trafficType": 0,
                                "action": 0,
                                "metric": 5,
                                "afterState": 4,
                                "beforeState": 4
                              },
                              {
                                "trafficType": 0,
                                "action": 0,
                                "metric": 4,
                                "afterState": 4,
                                "beforeState": 4
                              },
                              {
                                "trafficType": 1,
                                "action": 0,
                                "metric": 5,
                                "afterState": 4,
                                "beforeState": 4
                              },
                              {
                                "trafficType": 1,
                                "action": 0,
                                "metric": 4,
                                "afterState": 4,
                                "beforeState": 4
                              },
                              {
                                "trafficType": 2,
                                "action": 0,
                                "metric": 5,
                                "afterState": 4,
                                "beforeState": 4
                              },
                              {
                                "trafficType": 2,
                                "action": 0,
                                "metric": 4,
                                "afterState": 4,
                                "beforeState": 4
                              }
                            ]
                          }
                        }
                      ],
                      "distribution": {
                        "0": {
                          "0": 0,
                          "1": 0,
                          "2": 0,
                          "3": 0,
                          "4": 1
                        },
                        "1": {
                          "0": 0,
                          "1": 0,
                          "2": 0,
                          "3": 0,
                          "4": 1
                        },
                        "2": {
                          "0": 0,
                          "1": 0,
                          "2": 0,
                          "3": 0,
                          "4": 1
                        }
                      },
                      "score": {
                        "0": 10,
                        "1": 10,
                        "2": 10
                      },
                      "totalScore": 10,
                      "sampleLength": 60000,
                      "sampleCount": 1
                    },
                    "overallLinkQuality": {
                      "timeseries": [
                        {
                          "timestamp": 1579745995977,
                          "after": {
                            "0": 4,
                            "1": 4,
                            "2": 4
                          },
                          "metadata": {
                            "stateMap": {
                              "0": {
                                "0": {
                                  "after": 4
                                },
                                "1": {
                                  "after": 4
                                },
                                "2": {
                                  "after": 4
                                },
                                "3": {
                                  "after": 4
                                },
                                "4": {
                                  "after": 4
                                },
                                "5": {
                                  "after": 4
                                }
                              },
                              "1": {
                                "0": {
                                  "after": 4
                                },
                                "1": {
                                  "after": 4
                                },
                                "2": {
                                  "after": 4
                                },
                                "3": {
                                  "after": 4
                                },
                                "4": {
                                  "after": 4
                                },
                                "5": {
                                  "after": 4
                                }
                              },
                              "2": {
                                "0": {
                                  "after": 4
                                },
                                "1": {
                                  "after": 4
                                },
                                "2": {
                                  "after": 4
                                },
                                "3": {
                                  "after": 4
                                },
                                "4": {
                                  "after": 4
                                },
                                "5": {
                                  "after": 4
                                }
                              }
                            }
                          },
                          "distribution": {
                            "0": {
                              "0": 0,
                              "1": 0,
                              "2": 0,
                              "3": 0,
                              "4": 1
                            },
                            "1": {
                              "0": 0,
                              "1": 0,
                              "2": 0,
                              "3": 0,
                              "4": 1
                            },
                            "2": {
                              "0": 0,
                              "1": 0,
                              "2": 0,
                              "3": 0,
                              "4": 1
                            }
                          },
                          "score": {
                            "0": 10,
                            "1": 10,
                            "2": 10
                          }
                        }
                      ],
                      "distribution": {
                        "0": {
                          "0": 0,
                          "1": 0,
                          "2": 0,
                          "3": 0,
                          "4": 1
                        },
                        "1": {
                          "0": 0,
                          "1": 0,
                          "2": 0,
                          "3": 0,
                          "4": 1
                        },
                        "2": {
                          "0": 0,
                          "1": 0,
                          "2": 0,
                          "3": 0,
                          "4": 1
                        }
                      },
                      "score": {
                        "0": 10,
                        "1": 10,
                        "2": 10
                      },
                      "totalScore": 10,
                      "sampleLength": 60000,
                      "sampleCount": 1
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/network/deleteNetworkGatewayPool": {
      "post": {
        "tags": [
          "Network"
        ],
        "operationId": "networkDeleteNetworkGatewayPool",
        "description": "The parameters and request body are for method: networkDeleteNetworkGatewayPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/network/getNetworkGateways": {
      "post": {
        "tags": [
          "Network"
        ],
        "operationId": "networkGetNetworkGateways",
        "description": "The parameters and request body are for method: networkGetNetworkGateways. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "activationKey": {
                        "type": "string"
                      },
                      "activationState": {
                        "type": "string"
                      },
                      "activationTime": {
                        "type": "string"
                      },
                      "buildNumber": {
                        "type": "string"
                      },
                      "certificates": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "csrId": {
                              "type": "number"
                            },
                            "gatewayId": {
                              "type": "number"
                            },
                            "networkId": {
                              "type": "number"
                            },
                            "certificate": {
                              "type": "string"
                            },
                            "serialNumber": {
                              "type": "string"
                            },
                            "subjectKeyId": {
                              "type": "string"
                            },
                            "fingerPrint": {
                              "type": "string"
                            },
                            "validFrom": {
                              "type": "string"
                            },
                            "validTo": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "connectedEdges": {
                        "type": "number"
                      },
                      "connectedEdgeList": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "vceid": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "created": {
                        "type": "string"
                      },
                      "dataCenters": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      },
                      "description": {
                        "type": "string"
                      },
                      "deviceId": {
                        "type": "string"
                      },
                      "dnsName": {
                        "type": "string"
                      },
                      "endpointPkiMode": {
                        "type": "string"
                      },
                      "enterpriseAssociations": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "networkId": {
                              "type": "number"
                            },
                            "gatewayPoolId": {
                              "type": "number"
                            },
                            "alertsEnabled": {
                              "type": "number"
                            },
                            "operatorAlertsEnabled": {
                              "type": "number"
                            },
                            "endpointPkiMode": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "domain": {
                              "type": "string"
                            },
                            "prefix": {
                              "type": "string"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "accountNumber": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "contactName": {
                              "type": "string"
                            },
                            "contactPhone": {
                              "type": "string"
                            },
                            "contactMobile": {
                              "type": "string"
                            },
                            "contactEmail": {
                              "type": "string"
                            },
                            "streetAddress": {
                              "type": "string"
                            },
                            "streetAddress2": {
                              "type": "string"
                            },
                            "city": {
                              "type": "string"
                            },
                            "state": {
                              "type": "string"
                            },
                            "postalCode": {
                              "type": "string"
                            },
                            "country": {
                              "type": "string"
                            },
                            "lat": {
                              "type": "number"
                            },
                            "lon": {
                              "type": "number"
                            },
                            "timezone": {
                              "type": "string"
                            },
                            "locale": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "enterpriseId": {
                              "type": "number"
                            },
                            "enterpriseObjectId": {
                              "type": "number"
                            },
                            "edgeId": {
                              "type": "number"
                            },
                            "gatewayType": {
                              "type": "string"
                            },
                            "pinned": {
                              "type": "number"
                            },
                            "enterpriseObjectName": {
                              "type": "string"
                            },
                            "enterpriseObjectType": {
                              "type": "string"
                            },
                            "edgeName": {
                              "type": "string"
                            },
                            "edgeLogicalId": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "enterpriseAssociationCount": {
                        "type": "object"
                      },
                      "enterprises": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "networkId": {
                              "type": "number"
                            },
                            "gatewayPoolId": {
                              "type": "number"
                            },
                            "alertsEnabled": {
                              "type": "number"
                            },
                            "operatorAlertsEnabled": {
                              "type": "number"
                            },
                            "endpointPkiMode": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "domain": {
                              "type": "string"
                            },
                            "prefix": {
                              "type": "string"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "accountNumber": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "contactName": {
                              "type": "string"
                            },
                            "contactPhone": {
                              "type": "string"
                            },
                            "contactMobile": {
                              "type": "string"
                            },
                            "contactEmail": {
                              "type": "string"
                            },
                            "streetAddress": {
                              "type": "string"
                            },
                            "streetAddress2": {
                              "type": "string"
                            },
                            "city": {
                              "type": "string"
                            },
                            "state": {
                              "type": "string"
                            },
                            "postalCode": {
                              "type": "string"
                            },
                            "country": {
                              "type": "string"
                            },
                            "lat": {
                              "type": "number"
                            },
                            "lon": {
                              "type": "number"
                            },
                            "timezone": {
                              "type": "string"
                            },
                            "locale": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "enterpriseProxyId": {
                        "type": "number"
                      },
                      "gatewayState": {
                        "type": "string"
                      },
                      "handOffDetail": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "subnets": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "routeCost": {
                                  "type": "number"
                                },
                                "cidrIp": {
                                  "type": "string"
                                },
                                "cidrPrefix": {
                                  "type": "number"
                                },
                                "encrypt": {
                                  "type": "boolean"
                                },
                                "handOffType": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "icmpProbe": {
                            "type": "object",
                            "properties": {
                              "enabled": {
                                "type": "boolean"
                              },
                              "probeType": {
                                "type": "string"
                              },
                              "cTag": {
                                "type": "number"
                              },
                              "sTag": {
                                "type": "number"
                              },
                              "destinationIp": {
                                "type": "string"
                              },
                              "frequencySeconds": {
                                "type": "number"
                              },
                              "threshold": {
                                "type": "number"
                              }
                            }
                          },
                          "icmpResponder": {
                            "type": "object",
                            "properties": {
                              "enabled": {
                                "type": "boolean"
                              },
                              "ipAddress": {
                                "type": "string"
                              },
                              "mode": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "handOffEdges": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "activationKey": {
                              "type": "string"
                            },
                            "activationKeyExpires": {
                              "type": "string"
                            },
                            "activationState": {
                              "type": "string"
                            },
                            "activationTime": {
                              "type": "string"
                            },
                            "alertsEnabled": {
                              "type": "number"
                            },
                            "buildNumber": {
                              "type": "string"
                            },
                            "created": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "deviceFamily": {
                              "type": "string"
                            },
                            "deviceId": {
                              "type": "string"
                            },
                            "dnsName": {
                              "type": "string"
                            },
                            "edgeState": {
                              "type": "string"
                            },
                            "edgeStateTime": {
                              "type": "string"
                            },
                            "endpointPkiMode": {
                              "type": "string"
                            },
                            "enterpriseId": {
                              "type": "number"
                            },
                            "haLastContact": {
                              "type": "string"
                            },
                            "haPreviousState": {
                              "type": "string"
                            },
                            "haSerialNumber": {
                              "type": "string"
                            },
                            "haState": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "isLive": {
                              "type": "number"
                            },
                            "lastContact": {
                              "type": "string"
                            },
                            "logicalId": {
                              "type": "string"
                            },
                            "modelNumber": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "operatorAlertsEnabled": {
                              "type": "number"
                            },
                            "selfMacAddress": {
                              "type": "string"
                            },
                            "serialNumber": {
                              "type": "string"
                            },
                            "serviceState": {
                              "type": "string"
                            },
                            "serviceUpSince": {
                              "type": "string"
                            },
                            "siteId": {
                              "type": "number"
                            },
                            "softwareUpdated": {
                              "type": "string"
                            },
                            "softwareVersion": {
                              "type": "string"
                            },
                            "systemUpSince": {
                              "type": "string"
                            },
                            "edgeId": {
                              "type": "number"
                            },
                            "isPrimary": {
                              "type": "number"
                            },
                            "pinned": {
                              "type": "number"
                            },
                            "enterpriseLogicalId": {
                              "type": "string"
                            },
                            "enterpriseName": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "id": {
                        "type": "number"
                      },
                      "ipAddress": {
                        "type": "string"
                      },
                      "ipsecGatewayDetail": {
                        "type": "object",
                        "properties": {
                          "enabled": {
                            "type": "boolean"
                          },
                          "strictHostCheck": {
                            "type": "boolean"
                          },
                          "strictHostCheckDN": {
                            "type": "string"
                          }
                        }
                      },
                      "isLoadBalanced": {
                        "type": "boolean"
                      },
                      "lastContact": {
                        "type": "string"
                      },
                      "logicalId": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "networkId": {
                        "type": "number"
                      },
                      "pools": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "networkId": {
                              "type": "number"
                            },
                            "enterpriseProxyId": {
                              "type": "number"
                            },
                            "created": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "isDefault": {
                              "type": "boolean"
                            },
                            "handOffType": {
                              "type": "string"
                            },
                            "modified": {
                              "type": "string"
                            },
                            "gatewayPoolAssocId": {
                              "type": "number"
                            },
                            "gatewayId": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "privateIpAddress": {
                        "type": "string"
                      },
                      "roles": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "created": {
                              "type": "string"
                            },
                            "gatewayId": {
                              "type": "number"
                            },
                            "gatewayRole": {
                              "type": "string"
                            },
                            "required": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "serviceState": {
                        "type": "string"
                      },
                      "serviceUpSince": {
                        "type": "string"
                      },
                      "site": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "created": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "contactName": {
                            "type": "string"
                          },
                          "contactPhone": {
                            "type": "string"
                          },
                          "contactMobile": {
                            "type": "string"
                          },
                          "contactEmail": {
                            "type": "string"
                          },
                          "streetAddress": {
                            "type": "string"
                          },
                          "streetAddress2": {
                            "type": "string"
                          },
                          "city": {
                            "type": "string"
                          },
                          "state": {
                            "type": "string"
                          },
                          "postalCode": {
                            "type": "string"
                          },
                          "country": {
                            "type": "string"
                          },
                          "lat": {
                            "type": "number"
                          },
                          "lon": {
                            "type": "number"
                          },
                          "timezone": {
                            "type": "string"
                          },
                          "locale": {
                            "type": "string"
                          },
                          "shippingSameAsLocation": {
                            "type": "number"
                          },
                          "shippingContactName": {
                            "type": "string"
                          },
                          "shippingAddress": {
                            "type": "string"
                          },
                          "shippingAddress2": {
                            "type": "string"
                          },
                          "shippingCity": {
                            "type": "string"
                          },
                          "shippingState": {
                            "type": "string"
                          },
                          "shippingCountry": {
                            "type": "string"
                          },
                          "shippingPostalCode": {
                            "type": "string"
                          },
                          "modified": {
                            "type": "string"
                          }
                        }
                      },
                      "siteId": {
                        "type": "number"
                      },
                      "softwareVersion": {
                        "type": "string"
                      },
                      "systemUpSince": {
                        "type": "string"
                      },
                      "utilization": {
                        "type": "number"
                      },
                      "utilizationDetail": {
                        "type": "object",
                        "properties": {
                          "load": {
                            "type": "number"
                          },
                          "overall": {
                            "type": "number"
                          },
                          "cpu": {
                            "type": "number"
                          },
                          "memory": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "activationKey": "string",
                    "activationState": "REACTIVATION_PENDING",
                    "activationTime": "string",
                    "buildNumber": "string",
                    "certificates": [
                      {
                        "id": 1,
                        "created": "string",
                        "csrId": 6,
                        "gatewayId": 6,
                        "networkId": 7,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 10,
                        "created": "string",
                        "csrId": 8,
                        "gatewayId": 2,
                        "networkId": 8,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 10,
                        "created": "string",
                        "csrId": 7,
                        "gatewayId": 3,
                        "networkId": 4,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "csrId": 8,
                        "gatewayId": 6,
                        "networkId": 10,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 5,
                        "created": "string",
                        "csrId": 4,
                        "gatewayId": 10,
                        "networkId": 10,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "csrId": 9,
                        "gatewayId": 1,
                        "networkId": 3,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 10,
                        "created": "string",
                        "csrId": 3,
                        "gatewayId": 1,
                        "networkId": 7,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 2,
                        "created": "string",
                        "csrId": 10,
                        "gatewayId": 4,
                        "networkId": 2,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      }
                    ],
                    "connectedEdges": 9,
                    "connectedEdgeList": [
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      }
                    ],
                    "created": "string",
                    "dataCenters": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "description": "string",
                    "deviceId": "string",
                    "dnsName": "string",
                    "endpointPkiMode": "CERTIFICATE_DISABLED",
                    "enterpriseAssociations": [
                      {
                        "id": 6,
                        "created": "string",
                        "networkId": 1,
                        "gatewayPoolId": 4,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 8,
                        "lon": 8,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 4,
                        "enterpriseObjectId": 7,
                        "edgeId": 7,
                        "gatewayType": "SUPER",
                        "pinned": 2,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 5,
                        "created": "string",
                        "networkId": 2,
                        "gatewayPoolId": 6,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 5,
                        "lon": 2,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 4,
                        "enterpriseObjectId": 8,
                        "edgeId": 2,
                        "gatewayType": "HANDOFF",
                        "pinned": 10,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 1,
                        "created": "string",
                        "networkId": 5,
                        "gatewayPoolId": 1,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 5,
                        "lon": 2,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 4,
                        "enterpriseObjectId": 2,
                        "edgeId": 4,
                        "gatewayType": "HANDOFF",
                        "pinned": 10,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 5,
                        "created": "string",
                        "networkId": 2,
                        "gatewayPoolId": 8,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 5,
                        "lon": 7,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 2,
                        "enterpriseObjectId": 5,
                        "edgeId": 8,
                        "gatewayType": "SUPER",
                        "pinned": 3,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 9,
                        "created": "string",
                        "networkId": 2,
                        "gatewayPoolId": 1,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 2,
                        "lon": 7,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 7,
                        "enterpriseObjectId": 5,
                        "edgeId": 8,
                        "gatewayType": "SUPER_ALT",
                        "pinned": 7,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "networkId": 6,
                        "gatewayPoolId": 8,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 2,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 2,
                        "enterpriseObjectId": 7,
                        "edgeId": 5,
                        "gatewayType": "HANDOFF",
                        "pinned": 10,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 9,
                        "created": "string",
                        "networkId": 4,
                        "gatewayPoolId": 10,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 4,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 5,
                        "enterpriseObjectId": 3,
                        "edgeId": 10,
                        "gatewayType": "HANDOFF",
                        "pinned": 3,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 2,
                        "created": "string",
                        "networkId": 8,
                        "gatewayPoolId": 3,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 10,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 1,
                        "enterpriseObjectId": 7,
                        "edgeId": 6,
                        "gatewayType": "OTHER",
                        "pinned": 1,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 1,
                        "created": "string",
                        "networkId": 2,
                        "gatewayPoolId": 1,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 2,
                        "lon": 4,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 5,
                        "enterpriseObjectId": 4,
                        "edgeId": 10,
                        "gatewayType": "SUPER",
                        "pinned": 5,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      }
                    ],
                    "enterpriseAssociationCount": {},
                    "enterprises": [
                      {
                        "id": 8,
                        "created": "string",
                        "networkId": 8,
                        "gatewayPoolId": 10,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 10,
                        "lon": 1,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 2,
                        "created": "string",
                        "networkId": 6,
                        "gatewayPoolId": 4,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 2,
                        "lon": 8,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "networkId": 8,
                        "gatewayPoolId": 9,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 3,
                        "lon": 7,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 1,
                        "created": "string",
                        "networkId": 6,
                        "gatewayPoolId": 3,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 2,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "networkId": 8,
                        "gatewayPoolId": 5,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 3,
                        "lon": 8,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      }
                    ],
                    "enterpriseProxyId": 2,
                    "gatewayState": "CONNECTED",
                    "handOffDetail": {
                      "type": "string",
                      "subnets": [
                        {
                          "name": "string",
                          "routeCost": 7,
                          "cidrIp": "string",
                          "cidrPrefix": 6,
                          "encrypt": true,
                          "handOffType": "NAT"
                        }
                      ],
                      "icmpProbe": {
                        "enabled": true,
                        "probeType": "string",
                        "cTag": 7,
                        "sTag": 9,
                        "destinationIp": "string",
                        "frequencySeconds": 5,
                        "threshold": 4
                      },
                      "icmpResponder": {
                        "enabled": true,
                        "ipAddress": "string",
                        "mode": "string"
                      }
                    },
                    "handOffEdges": [
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "REACTIVATION_PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "DISABLED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 10,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMED",
                        "id": 1,
                        "isLive": 10,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "OUT_OF_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 8,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 2,
                        "isPrimary": 3,
                        "pinned": 1,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "CONNECTED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 10,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMATION",
                        "id": 10,
                        "isLive": 7,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "OUT_OF_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 1,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 2,
                        "isPrimary": 7,
                        "pinned": 5,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "REACTIVATION_PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "EXPIRED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "enterpriseId": 2,
                        "haLastContact": "string",
                        "haPreviousState": "UNCONFIGURED",
                        "haSerialNumber": "string",
                        "haState": "READY",
                        "id": 3,
                        "isLive": 8,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "OUT_OF_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 5,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 9,
                        "isPrimary": 4,
                        "pinned": 8,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "REACTIVATION_PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "CONNECTED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 9,
                        "haLastContact": "string",
                        "haPreviousState": "UNCONFIGURED",
                        "haSerialNumber": "string",
                        "haState": "FAILED",
                        "id": 4,
                        "isLive": 3,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 3,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 5,
                        "isPrimary": 5,
                        "pinned": 6,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "UNASSIGNED",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "EXPIRED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 4,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_DISSOCIATION",
                        "id": 1,
                        "isLive": 6,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 3,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 8,
                        "isPrimary": 1,
                        "pinned": 9,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "CONNECTED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 6,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMATION",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMATION",
                        "id": 4,
                        "isLive": 8,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 1,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 3,
                        "isPrimary": 2,
                        "pinned": 2,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "OFFLINE",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 4,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMED",
                        "haSerialNumber": "string",
                        "haState": "READY",
                        "id": 5,
                        "isLive": 8,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "OUT_OF_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 4,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 8,
                        "isPrimary": 4,
                        "pinned": 2,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      }
                    ],
                    "id": 4,
                    "ipAddress": "string",
                    "ipsecGatewayDetail": {
                      "enabled": false,
                      "strictHostCheck": true,
                      "strictHostCheckDN": "string"
                    },
                    "isLoadBalanced": true,
                    "lastContact": "string",
                    "logicalId": "string",
                    "modified": "string",
                    "name": "string",
                    "networkId": 9,
                    "pools": [
                      {
                        "id": 9,
                        "networkId": 1,
                        "enterpriseProxyId": 10,
                        "created": "string",
                        "name": "string",
                        "description": "string",
                        "isDefault": true,
                        "handOffType": "NONE",
                        "modified": "string",
                        "gatewayPoolAssocId": 4,
                        "gatewayId": 1
                      },
                      {
                        "id": 4,
                        "networkId": 10,
                        "enterpriseProxyId": 7,
                        "created": "string",
                        "name": "string",
                        "description": "string",
                        "isDefault": false,
                        "handOffType": "ONLY",
                        "modified": "string",
                        "gatewayPoolAssocId": 6,
                        "gatewayId": 10
                      }
                    ],
                    "privateIpAddress": "string",
                    "roles": [
                      {
                        "created": "string",
                        "gatewayId": 6,
                        "gatewayRole": "CDE",
                        "required": 7
                      },
                      {
                        "created": "string",
                        "gatewayId": 9,
                        "gatewayRole": "CONTROL_PLANE",
                        "required": 6
                      },
                      {
                        "created": "string",
                        "gatewayId": 7,
                        "gatewayRole": "DATA_PLANE",
                        "required": 7
                      },
                      {
                        "created": "string",
                        "gatewayId": 6,
                        "gatewayRole": "VPN_TUNNEL",
                        "required": 9
                      }
                    ],
                    "serviceState": "PENDING_SERVICE",
                    "serviceUpSince": "string",
                    "site": {
                      "id": 8,
                      "created": "string",
                      "name": "string",
                      "contactName": "string",
                      "contactPhone": "string",
                      "contactMobile": "string",
                      "contactEmail": "string",
                      "streetAddress": "string",
                      "streetAddress2": "string",
                      "city": "string",
                      "state": "string",
                      "postalCode": "string",
                      "country": "string",
                      "lat": 7,
                      "lon": 3,
                      "timezone": "string",
                      "locale": "string",
                      "shippingSameAsLocation": 4,
                      "shippingContactName": "string",
                      "shippingAddress": "string",
                      "shippingAddress2": "string",
                      "shippingCity": "string",
                      "shippingState": "string",
                      "shippingCountry": "string",
                      "shippingPostalCode": "string",
                      "modified": "string"
                    },
                    "siteId": 3,
                    "softwareVersion": "string",
                    "systemUpSince": "string",
                    "utilization": 10,
                    "utilizationDetail": {
                      "load": 4,
                      "overall": 5,
                      "cpu": 4,
                      "memory": 7
                    }
                  },
                  {
                    "activationKey": "string",
                    "activationState": "REACTIVATION_PENDING",
                    "activationTime": "string",
                    "buildNumber": "string",
                    "certificates": [
                      {
                        "id": 8,
                        "created": "string",
                        "csrId": 5,
                        "gatewayId": 2,
                        "networkId": 5,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "csrId": 1,
                        "gatewayId": 7,
                        "networkId": 1,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "csrId": 5,
                        "gatewayId": 7,
                        "networkId": 1,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 4,
                        "created": "string",
                        "csrId": 5,
                        "gatewayId": 10,
                        "networkId": 3,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 1,
                        "created": "string",
                        "csrId": 6,
                        "gatewayId": 5,
                        "networkId": 3,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 4,
                        "created": "string",
                        "csrId": 1,
                        "gatewayId": 10,
                        "networkId": 5,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "csrId": 9,
                        "gatewayId": 6,
                        "networkId": 3,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 1,
                        "created": "string",
                        "csrId": 3,
                        "gatewayId": 7,
                        "networkId": 5,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 2,
                        "created": "string",
                        "csrId": 1,
                        "gatewayId": 10,
                        "networkId": 8,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      }
                    ],
                    "connectedEdges": 9,
                    "connectedEdgeList": [
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      }
                    ],
                    "created": "string",
                    "dataCenters": [
                      {},
                      {},
                      {},
                      {}
                    ],
                    "description": "string",
                    "deviceId": "string",
                    "dnsName": "string",
                    "endpointPkiMode": "CERTIFICATE_REQUIRED",
                    "enterpriseAssociations": [
                      {
                        "id": 1,
                        "created": "string",
                        "networkId": 3,
                        "gatewayPoolId": 8,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 2,
                        "lon": 8,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 10,
                        "enterpriseObjectId": 7,
                        "edgeId": 2,
                        "gatewayType": "DATACENTER",
                        "pinned": 8,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 10,
                        "created": "string",
                        "networkId": 5,
                        "gatewayPoolId": 5,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 5,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 4,
                        "enterpriseObjectId": 3,
                        "edgeId": 3,
                        "gatewayType": "DATACENTER",
                        "pinned": 9,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 6,
                        "created": "string",
                        "networkId": 9,
                        "gatewayPoolId": 4,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 8,
                        "lon": 9,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 6,
                        "enterpriseObjectId": 6,
                        "edgeId": 1,
                        "gatewayType": "DATACENTER",
                        "pinned": 9,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      }
                    ],
                    "enterpriseAssociationCount": {},
                    "enterprises": [
                      {
                        "id": 7,
                        "created": "string",
                        "networkId": 2,
                        "gatewayPoolId": 3,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 2,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 2,
                        "created": "string",
                        "networkId": 9,
                        "gatewayPoolId": 5,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 3,
                        "lon": 2,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "networkId": 6,
                        "gatewayPoolId": 1,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 5,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 5,
                        "created": "string",
                        "networkId": 2,
                        "gatewayPoolId": 2,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 4,
                        "lon": 2,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 5,
                        "created": "string",
                        "networkId": 5,
                        "gatewayPoolId": 2,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 5,
                        "lon": 4,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 6,
                        "created": "string",
                        "networkId": 8,
                        "gatewayPoolId": 9,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 2,
                        "lon": 4,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "networkId": 4,
                        "gatewayPoolId": 2,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 1,
                        "lon": 3,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "networkId": 3,
                        "gatewayPoolId": 3,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 10,
                        "lon": 4,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 1,
                        "created": "string",
                        "networkId": 4,
                        "gatewayPoolId": 4,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 1,
                        "lon": 6,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      }
                    ],
                    "enterpriseProxyId": 2,
                    "gatewayState": "NEVER_ACTIVATED",
                    "handOffDetail": {
                      "type": "string",
                      "subnets": [
                        {
                          "name": "string",
                          "routeCost": 5,
                          "cidrIp": "string",
                          "cidrPrefix": 4,
                          "encrypt": true,
                          "handOffType": "NAT"
                        },
                        {
                          "name": "string",
                          "routeCost": 9,
                          "cidrIp": "string",
                          "cidrPrefix": 5,
                          "encrypt": true,
                          "handOffType": "VLAN"
                        },
                        {
                          "name": "string",
                          "routeCost": 5,
                          "cidrIp": "string",
                          "cidrPrefix": 4,
                          "encrypt": false,
                          "handOffType": "VLAN"
                        },
                        {
                          "name": "string",
                          "routeCost": 8,
                          "cidrIp": "string",
                          "cidrPrefix": 9,
                          "encrypt": false,
                          "handOffType": "NAT"
                        },
                        {
                          "name": "string",
                          "routeCost": 10,
                          "cidrIp": "string",
                          "cidrPrefix": 1,
                          "encrypt": true,
                          "handOffType": "VLAN"
                        },
                        {
                          "name": "string",
                          "routeCost": 5,
                          "cidrIp": "string",
                          "cidrPrefix": 8,
                          "encrypt": false,
                          "handOffType": "NAT"
                        }
                      ],
                      "icmpProbe": {
                        "enabled": true,
                        "probeType": "string",
                        "cTag": 2,
                        "sTag": 5,
                        "destinationIp": "string",
                        "frequencySeconds": 1,
                        "threshold": 7
                      },
                      "icmpResponder": {
                        "enabled": true,
                        "ipAddress": "string",
                        "mode": "string"
                      }
                    },
                    "handOffEdges": [
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "ACTIVATED",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "CONNECTED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 9,
                        "haLastContact": "string",
                        "haPreviousState": "READY",
                        "haSerialNumber": "string",
                        "haState": "UNCONFIGURED",
                        "id": 8,
                        "isLive": 2,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 4,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 4,
                        "isPrimary": 3,
                        "pinned": 4,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "ACTIVATED",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "CONNECTED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 3,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_INIT",
                        "haSerialNumber": "string",
                        "haState": "READY",
                        "id": 9,
                        "isLive": 2,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "IN_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 10,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 6,
                        "isPrimary": 2,
                        "pinned": 1,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "ACTIVATED",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "EXPIRED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 2,
                        "haLastContact": "string",
                        "haPreviousState": "FAILED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMED",
                        "id": 9,
                        "isLive": 5,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 9,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 9,
                        "isPrimary": 6,
                        "pinned": 5,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "UNASSIGNED",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "EXPIRED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 6,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_INIT",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMATION",
                        "id": 2,
                        "isLive": 4,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 10,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 8,
                        "isPrimary": 6,
                        "pinned": 9,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "NEVER_ACTIVATED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 2,
                        "haLastContact": "string",
                        "haPreviousState": "UNCONFIGURED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMATION",
                        "id": 1,
                        "isLive": 5,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "OUT_OF_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 2,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 2,
                        "isPrimary": 10,
                        "pinned": 3,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "REACTIVATION_PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "OFFLINE",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 3,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMED",
                        "haSerialNumber": "string",
                        "haState": "UNCONFIGURED",
                        "id": 3,
                        "isLive": 5,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "OUT_OF_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 5,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 5,
                        "isPrimary": 8,
                        "pinned": 3,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      }
                    ],
                    "id": 9,
                    "ipAddress": "string",
                    "ipsecGatewayDetail": {
                      "enabled": true,
                      "strictHostCheck": false,
                      "strictHostCheckDN": "string"
                    },
                    "isLoadBalanced": true,
                    "lastContact": "string",
                    "logicalId": "string",
                    "modified": "string",
                    "name": "string",
                    "networkId": 10,
                    "pools": [
                      {
                        "id": 6,
                        "networkId": 1,
                        "enterpriseProxyId": 9,
                        "created": "string",
                        "name": "string",
                        "description": "string",
                        "isDefault": true,
                        "handOffType": "ONLY",
                        "modified": "string",
                        "gatewayPoolAssocId": 4,
                        "gatewayId": 9
                      },
                      {
                        "id": 7,
                        "networkId": 1,
                        "enterpriseProxyId": 4,
                        "created": "string",
                        "name": "string",
                        "description": "string",
                        "isDefault": false,
                        "handOffType": "ALLOW",
                        "modified": "string",
                        "gatewayPoolAssocId": 5,
                        "gatewayId": 8
                      },
                      {
                        "id": 7,
                        "networkId": 10,
                        "enterpriseProxyId": 8,
                        "created": "string",
                        "name": "string",
                        "description": "string",
                        "isDefault": true,
                        "handOffType": "NONE",
                        "modified": "string",
                        "gatewayPoolAssocId": 3,
                        "gatewayId": 9
                      }
                    ],
                    "privateIpAddress": "string",
                    "roles": [
                      {
                        "created": "string",
                        "gatewayId": 10,
                        "gatewayRole": "ON_PREMISE",
                        "required": 5
                      },
                      {
                        "created": "string",
                        "gatewayId": 8,
                        "gatewayRole": "CDE",
                        "required": 6
                      },
                      {
                        "created": "string",
                        "gatewayId": 8,
                        "gatewayRole": "VPN_TUNNEL",
                        "required": 8
                      }
                    ],
                    "serviceState": "IN_SERVICE",
                    "serviceUpSince": "string",
                    "site": {
                      "id": 9,
                      "created": "string",
                      "name": "string",
                      "contactName": "string",
                      "contactPhone": "string",
                      "contactMobile": "string",
                      "contactEmail": "string",
                      "streetAddress": "string",
                      "streetAddress2": "string",
                      "city": "string",
                      "state": "string",
                      "postalCode": "string",
                      "country": "string",
                      "lat": 4,
                      "lon": 5,
                      "timezone": "string",
                      "locale": "string",
                      "shippingSameAsLocation": 2,
                      "shippingContactName": "string",
                      "shippingAddress": "string",
                      "shippingAddress2": "string",
                      "shippingCity": "string",
                      "shippingState": "string",
                      "shippingCountry": "string",
                      "shippingPostalCode": "string",
                      "modified": "string"
                    },
                    "siteId": 4,
                    "softwareVersion": "string",
                    "systemUpSince": "string",
                    "utilization": 1,
                    "utilizationDetail": {
                      "load": 1,
                      "overall": 5,
                      "cpu": 5,
                      "memory": 10
                    }
                  },
                  {
                    "activationKey": "string",
                    "activationState": "REACTIVATION_PENDING",
                    "activationTime": "string",
                    "buildNumber": "string",
                    "certificates": [
                      {
                        "id": 4,
                        "created": "string",
                        "csrId": 6,
                        "gatewayId": 3,
                        "networkId": 6,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 9,
                        "created": "string",
                        "csrId": 2,
                        "gatewayId": 6,
                        "networkId": 9,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 5,
                        "created": "string",
                        "csrId": 7,
                        "gatewayId": 2,
                        "networkId": 9,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      },
                      {
                        "id": 10,
                        "created": "string",
                        "csrId": 6,
                        "gatewayId": 1,
                        "networkId": 9,
                        "certificate": "string",
                        "serialNumber": "string",
                        "subjectKeyId": "string",
                        "fingerPrint": "string",
                        "validFrom": "string",
                        "validTo": "string"
                      }
                    ],
                    "connectedEdges": 6,
                    "connectedEdgeList": [
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      },
                      {
                        "vceid": "string"
                      }
                    ],
                    "created": "string",
                    "dataCenters": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "description": "string",
                    "deviceId": "string",
                    "dnsName": "string",
                    "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                    "enterpriseAssociations": [
                      {
                        "id": 9,
                        "created": "string",
                        "networkId": 6,
                        "gatewayPoolId": 1,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 6,
                        "lon": 5,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 6,
                        "enterpriseObjectId": 10,
                        "edgeId": 7,
                        "gatewayType": "DATACENTER",
                        "pinned": 3,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 9,
                        "created": "string",
                        "networkId": 6,
                        "gatewayPoolId": 10,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 6,
                        "lon": 4,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 9,
                        "enterpriseObjectId": 6,
                        "edgeId": 10,
                        "gatewayType": "SUPER_ALT",
                        "pinned": 10,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "networkId": 9,
                        "gatewayPoolId": 3,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 7,
                        "lon": 9,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 9,
                        "enterpriseObjectId": 2,
                        "edgeId": 4,
                        "gatewayType": "SUPER_ALT",
                        "pinned": 7,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 5,
                        "created": "string",
                        "networkId": 5,
                        "gatewayPoolId": 5,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 4,
                        "lon": 1,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 5,
                        "enterpriseObjectId": 8,
                        "edgeId": 3,
                        "gatewayType": "SUPER",
                        "pinned": 8,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 9,
                        "created": "string",
                        "networkId": 4,
                        "gatewayPoolId": 5,
                        "alertsEnabled": 1,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 10,
                        "lon": 4,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 3,
                        "enterpriseObjectId": 5,
                        "edgeId": 9,
                        "gatewayType": "SUPER",
                        "pinned": 7,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      },
                      {
                        "id": 4,
                        "created": "string",
                        "networkId": 6,
                        "gatewayPoolId": 1,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 3,
                        "lon": 6,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string",
                        "enterpriseId": 10,
                        "enterpriseObjectId": 8,
                        "edgeId": 9,
                        "gatewayType": "HANDOFF",
                        "pinned": 3,
                        "enterpriseObjectName": "string",
                        "enterpriseObjectType": "string",
                        "edgeName": "string",
                        "edgeLogicalId": "string"
                      }
                    ],
                    "enterpriseAssociationCount": {},
                    "enterprises": [
                      {
                        "id": 9,
                        "created": "string",
                        "networkId": 4,
                        "gatewayPoolId": 2,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 7,
                        "lon": 2,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 4,
                        "created": "string",
                        "networkId": 8,
                        "gatewayPoolId": 3,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 0,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 7,
                        "lon": 5,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 8,
                        "created": "string",
                        "networkId": 3,
                        "gatewayPoolId": 9,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 10,
                        "lon": 10,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 3,
                        "created": "string",
                        "networkId": 8,
                        "gatewayPoolId": 8,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 10,
                        "lon": 8,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 5,
                        "created": "string",
                        "networkId": 4,
                        "gatewayPoolId": 6,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_DISABLED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 8,
                        "lon": 5,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      },
                      {
                        "id": 7,
                        "created": "string",
                        "networkId": 4,
                        "gatewayPoolId": 5,
                        "alertsEnabled": 0,
                        "operatorAlertsEnabled": 1,
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "name": "string",
                        "domain": "string",
                        "prefix": "string",
                        "logicalId": "string",
                        "accountNumber": "string",
                        "description": "string",
                        "contactName": "string",
                        "contactPhone": "string",
                        "contactMobile": "string",
                        "contactEmail": "string",
                        "streetAddress": "string",
                        "streetAddress2": "string",
                        "city": "string",
                        "state": "string",
                        "postalCode": "string",
                        "country": "string",
                        "lat": 8,
                        "lon": 8,
                        "timezone": "string",
                        "locale": "string",
                        "modified": "string"
                      }
                    ],
                    "enterpriseProxyId": 7,
                    "gatewayState": "CONNECTED",
                    "handOffDetail": {
                      "type": "string",
                      "subnets": [
                        {
                          "name": "string",
                          "routeCost": 3,
                          "cidrIp": "string",
                          "cidrPrefix": 4,
                          "encrypt": false,
                          "handOffType": "NAT"
                        },
                        {
                          "name": "string",
                          "routeCost": 6,
                          "cidrIp": "string",
                          "cidrPrefix": 10,
                          "encrypt": true,
                          "handOffType": "VLAN"
                        },
                        {
                          "name": "string",
                          "routeCost": 2,
                          "cidrIp": "string",
                          "cidrPrefix": 6,
                          "encrypt": false,
                          "handOffType": "NAT"
                        },
                        {
                          "name": "string",
                          "routeCost": 7,
                          "cidrIp": "string",
                          "cidrPrefix": 8,
                          "encrypt": true,
                          "handOffType": "VLAN"
                        },
                        {
                          "name": "string",
                          "routeCost": 3,
                          "cidrIp": "string",
                          "cidrPrefix": 9,
                          "encrypt": true,
                          "handOffType": "NAT"
                        },
                        {
                          "name": "string",
                          "routeCost": 3,
                          "cidrIp": "string",
                          "cidrPrefix": 3,
                          "encrypt": false,
                          "handOffType": "NAT"
                        },
                        {
                          "name": "string",
                          "routeCost": 3,
                          "cidrIp": "string",
                          "cidrPrefix": 7,
                          "encrypt": false,
                          "handOffType": "VLAN"
                        },
                        {
                          "name": "string",
                          "routeCost": 6,
                          "cidrIp": "string",
                          "cidrPrefix": 9,
                          "encrypt": false,
                          "handOffType": "NAT"
                        },
                        {
                          "name": "string",
                          "routeCost": 7,
                          "cidrIp": "string",
                          "cidrPrefix": 8,
                          "encrypt": true,
                          "handOffType": "NAT"
                        }
                      ],
                      "icmpProbe": {
                        "enabled": true,
                        "probeType": "string",
                        "cTag": 6,
                        "sTag": 2,
                        "destinationIp": "string",
                        "frequencySeconds": 9,
                        "threshold": 6
                      },
                      "icmpResponder": {
                        "enabled": true,
                        "ipAddress": "string",
                        "mode": "string"
                      }
                    },
                    "handOffEdges": [
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "REACTIVATION_PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "DEGRADED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 8,
                        "haLastContact": "string",
                        "haPreviousState": "PENDING_CONFIRMED",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMATION",
                        "id": 10,
                        "isLive": 2,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 5,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 2,
                        "isPrimary": 9,
                        "pinned": 7,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 1,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "NEVER_ACTIVATED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 5,
                        "haLastContact": "string",
                        "haPreviousState": "FAILED",
                        "haSerialNumber": "string",
                        "haState": "UNCONFIGURED",
                        "id": 4,
                        "isLive": 4,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "OUT_OF_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 7,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 6,
                        "isPrimary": 6,
                        "pinned": 5,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "PENDING",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "CONNECTED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_REQUIRED",
                        "enterpriseId": 8,
                        "haLastContact": "string",
                        "haPreviousState": "READY",
                        "haSerialNumber": "string",
                        "haState": "PENDING_CONFIRMED",
                        "id": 4,
                        "isLive": 2,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 0,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "PENDING_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 4,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 9,
                        "isPrimary": 1,
                        "pinned": 2,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      },
                      {
                        "activationKey": "string",
                        "activationKeyExpires": "string",
                        "activationState": "UNASSIGNED",
                        "activationTime": "string",
                        "alertsEnabled": 0,
                        "buildNumber": "string",
                        "created": "string",
                        "description": "string",
                        "deviceFamily": "string",
                        "deviceId": "string",
                        "dnsName": "string",
                        "edgeState": "DEGRADED",
                        "edgeStateTime": "string",
                        "endpointPkiMode": "CERTIFICATE_OPTIONAL",
                        "enterpriseId": 6,
                        "haLastContact": "string",
                        "haPreviousState": "READY",
                        "haSerialNumber": "string",
                        "haState": "PENDING_DISSOCIATION",
                        "id": 9,
                        "isLive": 8,
                        "lastContact": "string",
                        "logicalId": "string",
                        "modelNumber": "string",
                        "modified": "string",
                        "name": "string",
                        "operatorAlertsEnabled": 1,
                        "selfMacAddress": "string",
                        "serialNumber": "string",
                        "serviceState": "OUT_OF_SERVICE",
                        "serviceUpSince": "string",
                        "siteId": 7,
                        "softwareUpdated": "string",
                        "softwareVersion": "string",
                        "systemUpSince": "string",
                        "edgeId": 3,
                        "isPrimary": 7,
                        "pinned": 9,
                        "enterpriseLogicalId": "string",
                        "enterpriseName": "string"
                      }
                    ],
                    "id": 3,
                    "ipAddress": "string",
                    "ipsecGatewayDetail": {
                      "enabled": true,
                      "strictHostCheck": true,
                      "strictHostCheckDN": "string"
                    },
                    "isLoadBalanced": true,
                    "lastContact": "string",
                    "logicalId": "string",
                    "modified": "string",
                    "name": "string",
                    "networkId": 4,
                    "pools": [
                      {
                        "id": 4,
                        "networkId": 4,
                        "enterpriseProxyId": 5,
                        "created": "string",
                        "name": "string",
                        "description": "string",
                        "isDefault": false,
                        "handOffType": "NONE",
                        "modified": "string",
                        "gatewayPoolAssocId": 5,
                        "gatewayId": 8
                      },
                      {
                        "id": 1,
                        "networkId": 7,
                        "enterpriseProxyId": 7,
                        "created": "string",
                        "name": "string",
                        "description": "string",
                        "isDefault": false,
                        "handOffType": "ALLOW",
                        "modified": "string",
                        "gatewayPoolAssocId": 1,
                        "gatewayId": 6
                      },
                      {
                        "id": 2,
                        "networkId": 5,
                        "enterpriseProxyId": 9,
                        "created": "string",
                        "name": "string",
                        "description": "string",
                        "isDefault": false,
                        "handOffType": "ALLOW",
                        "modified": "string",
                        "gatewayPoolAssocId": 1,
                        "gatewayId": 9
                      },
                      {
                        "id": 7,
                        "networkId": 2,
                        "enterpriseProxyId": 7,
                        "created": "string",
                        "name": "string",
                        "description": "string",
                        "isDefault": false,
                        "handOffType": "NONE",
                        "modified": "string",
                        "gatewayPoolAssocId": 6,
                        "gatewayId": 1
                      },
                      {
                        "id": 9,
                        "networkId": 2,
                        "enterpriseProxyId": 7,
                        "created": "string",
                        "name": "string",
                        "description": "string",
                        "isDefault": true,
                        "handOffType": "ONLY",
                        "modified": "string",
                        "gatewayPoolAssocId": 7,
                        "gatewayId": 4
                      },
                      {
                        "id": 4,
                        "networkId": 4,
                        "enterpriseProxyId": 4,
                        "created": "string",
                        "name": "string",
                        "description": "string",
                        "isDefault": false,
                        "handOffType": "ONLY",
                        "modified": "string",
                        "gatewayPoolAssocId": 6,
                        "gatewayId": 3
                      }
                    ],
                    "privateIpAddress": "string",
                    "roles": [
                      {
                        "created": "string",
                        "gatewayId": 8,
                        "gatewayRole": "CONTROL_PLANE",
                        "required": 8
                      }
                    ],
                    "serviceState": "IN_SERVICE",
                    "serviceUpSince": "string",
                    "site": {
                      "id": 1,
                      "created": "string",
                      "name": "string",
                      "contactName": "string",
                      "contactPhone": "string",
                      "contactMobile": "string",
                      "contactEmail": "string",
                      "streetAddress": "string",
                      "streetAddress2": "string",
                      "city": "string",
                      "state": "string",
                      "postalCode": "string",
                      "country": "string",
                      "lat": 9,
                      "lon": 9,
                      "timezone": "string",
                      "locale": "string",
                      "shippingSameAsLocation": 5,
                      "shippingContactName": "string",
                      "shippingAddress": "string",
                      "shippingAddress2": "string",
                      "shippingCity": "string",
                      "shippingState": "string",
                      "shippingCountry": "string",
                      "shippingPostalCode": "string",
                      "modified": "string"
                    },
                    "siteId": 8,
                    "softwareVersion": "string",
                    "systemUpSince": "string",
                    "utilization": 10,
                    "utilizationDetail": {
                      "load": 1,
                      "overall": 3,
                      "cpu": 9,
                      "memory": 3
                    }
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/network/insertNetworkGatewayPool": {
      "post": {
        "tags": [
          "Network"
        ],
        "operationId": "networkInsertNetworkGatewayPool",
        "description": "The parameters and request body are for method: networkInsertNetworkGatewayPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/network/updateNetworkGatwayPoolAttributes": {
      "post": {
        "tags": [
          "Network"
        ],
        "operationId": "networkUpdateNetworkGatewayPoolAttributes",
        "description": "The parameters and request body are for method: networkUpdateNetworkGatewayPoolAttributes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/role/setEnterpriseDelegatedToEnterpriseProxy": {
      "post": {
        "tags": [
          "Role"
        ],
        "operationId": "roleSetEnterpriseDelegatedToEnterpriseProxy",
        "description": "The parameters and request body are for method: roleSetEnterpriseDelegatedToEnterpriseProxy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "isDelegated": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "isDelegated": false
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/role/setEnterpriseDelegatedToOperator": {
      "post": {
        "tags": [
          "Role"
        ],
        "operationId": "roleSetEnterpriseDelegatedToOperator",
        "description": "The parameters and request body are for method: roleSetEnterpriseDelegatedToOperator. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "isDelegated": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "isDelegated": true
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/role/setEnterpriseProxyDelegatedToOperator": {
      "post": {
        "tags": [
          "Role"
        ],
        "operationId": "roleSetEnterpriseProxyDelegatedToOperator",
        "description": "The parameters and request body are for method: roleSetEnterpriseProxyDelegatedToOperator. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "isDelegated": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "isDelegated": true
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/role/setEnterpriseUserManagementDelegatedToOperator": {
      "post": {
        "tags": [
          "Role"
        ],
        "operationId": "roleSetEnterpriseUserManagementDelegatedToOperator",
        "description": "The parameters and request body are for method: roleSetEnterpriseUserManagementDelegatedToOperator. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "isDelegated": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "isDelegated": true
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/systemProperty/getSystemProperties": {
      "post": {
        "tags": [
          "SystemProperty"
        ],
        "operationId": "systemPropertyGetSystemProperties",
        "description": "The parameters and request body are for method: systemPropertyGetSystemProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "created": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "value": {
                        "type": "string"
                      },
                      "defaultValue": {
                        "type": "string"
                      },
                      "isReadOnly": {
                        "type": "boolean"
                      },
                      "isPassword": {
                        "type": "boolean"
                      },
                      "dataType": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "modified": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 3,
                    "created": "string",
                    "name": "string",
                    "value": "string",
                    "defaultValue": "string",
                    "isReadOnly": false,
                    "isPassword": true,
                    "dataType": "JSON",
                    "description": "string",
                    "modified": "string"
                  },
                  {
                    "id": 10,
                    "created": "string",
                    "name": "string",
                    "value": "string",
                    "defaultValue": "string",
                    "isReadOnly": false,
                    "isPassword": false,
                    "dataType": "BOOLEAN",
                    "description": "string",
                    "modified": "string"
                  },
                  {
                    "id": 10,
                    "created": "string",
                    "name": "string",
                    "value": "string",
                    "defaultValue": "string",
                    "isReadOnly": true,
                    "isPassword": true,
                    "dataType": "JSON",
                    "description": "string",
                    "modified": "string"
                  },
                  {
                    "id": 6,
                    "created": "string",
                    "name": "string",
                    "value": "string",
                    "defaultValue": "string",
                    "isReadOnly": false,
                    "isPassword": false,
                    "dataType": "DATE",
                    "description": "string",
                    "modified": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/systemProperty/getSystemProperty": {
      "post": {
        "tags": [
          "SystemProperty"
        ],
        "operationId": "systemPropertyGetSystemProperty",
        "description": "The parameters and request body are for method: systemPropertyGetSystemProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "created": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "defaultValue": {
                      "type": "string"
                    },
                    "isReadOnly": {
                      "type": "boolean"
                    },
                    "isPassword": {
                      "type": "boolean"
                    },
                    "dataType": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "modified": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 3,
                  "created": "string",
                  "name": "string",
                  "value": "string",
                  "defaultValue": "string",
                  "isReadOnly": true,
                  "isPassword": false,
                  "dataType": "BOOLEAN",
                  "description": "string",
                  "modified": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/systemProperty/insertOrUpdateSystemProperty": {
      "post": {
        "tags": [
          "SystemProperty"
        ],
        "operationId": "systemPropertyInsertOrUpdateSystemProperty",
        "description": "The parameters and request body are for method: systemPropertyInsertOrUpdateSystemProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/systemProperty/insertSystemProperty": {
      "post": {
        "tags": [
          "SystemProperty"
        ],
        "operationId": "systemPropertyInsertSystemProperty",
        "description": "The parameters and request body are for method: systemPropertyInsertSystemProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 123,
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/systemProperty/updateSystemProperty": {
      "post": {
        "tags": [
          "SystemProperty"
        ],
        "operationId": "systemPropertyUpdateSystemProperty",
        "description": "The parameters and request body are for method: systemPropertyUpdateSystemProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "rows": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}