{
  "openapi": "3.0.0",
  "info": {
    "title": "Your Title Here",
    "description": "This is a sample description. You can find out more about the OpenAPI Specification at http://spec.openapis.org/oas/v3.0.3.",
    "contact": {
      "email": "apiteam@swagger.io"
    },
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://{defaultHost}",
      "variables": {
        "defaultHost": {
          "default": "www.example.com"
        }
      }
    }
  ],
  "paths": {
    "/restapi/v10.1/Objects/SDWANPathQualityProfiles": {
      "get": {
        "tags": [
          "SDWAN"
        ],
        "summary": "Get SDWAN Path Quality Profiles",
        "description": "Get SDWAN Path Quality Profiles",
        "operationId": "getSDWANPathQualityProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "SDWAN"
        ],
        "summary": "Create SDWAN Path Quality Profiles",
        "description": "Create SDWAN Path Quality Profiles",
        "operationId": "createSDWANPathQualityProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "SDWAN"
        ],
        "summary": "Update SDWAN Path Quality Profiles",
        "description": "Update SDWAN Path Quality Profiles",
        "operationId": "updateSDWANPathQualityProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "SDWAN"
        ],
        "summary": "Delete SDWAN Path Quality Profiles",
        "description": "Delete SDWAN Path Quality Profiles",
        "operationId": "deleteSDWANPathQualityProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Objects/SDWANTrafficDistributionProfiles": {
      "get": {
        "tags": [
          "SDWAN"
        ],
        "summary": "Get SDWAN Traffic Distribution Profiles",
        "description": "Get SDWAN Traffic Distribution Profiles",
        "operationId": "getSDWANTrafficDistributionProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "SDWAN"
        ],
        "summary": "Create SDWAN Traffic Distribution Profiles",
        "description": "Create SDWAN Traffic Distribution Profiles",
        "operationId": "createSDWANTrafficDistributionProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "SDWAN"
        ],
        "summary": "Update SDWAN Traffic Distribution Profiles",
        "description": "Update SDWAN Traffic Distribution Profiles",
        "operationId": "updateSDWANTrafficDistributionProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "SDWAN"
        ],
        "summary": "Delete SDWAN Traffic Distribution Profiles",
        "description": "Delete SDWAN Traffic Distribution Profiles",
        "operationId": "deleteSDWANTrafficDistributionProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Policies/SDWANRules": {
      "get": {
        "tags": [
          "SDWAN"
        ],
        "summary": "Get SDWAN Rules",
        "description": "Get SDWAN Rules",
        "operationId": "getSDWANRules",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "SDWAN"
        ],
        "summary": "Create SDWAN Rules",
        "description": "Create SDWAN Rules",
        "operationId": "createSDWANRules",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "SDWAN"
        ],
        "summary": "Update SDWAN Rules",
        "description": "Update SDWAN Rules",
        "operationId": "updateSDWANRules",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "SDWAN"
        ],
        "summary": "Delete SDWAN Rules",
        "description": "Delete SDWAN Rules",
        "operationId": "deleteSDWANRules",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/EthernetInterfaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Ethernet Interfaces",
        "description": "Get Ethernet Interfaces",
        "operationId": "getEthernetInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Ethernet Interfaces",
        "description": "Create Ethernet Interfaces",
        "operationId": "createEthernetInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Ethernet Interfaces",
        "description": "Update Ethernet Interfaces",
        "operationId": "updateEthernetInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Ethernet Interfaces",
        "description": "Delete Ethernet Interfaces",
        "operationId": "deleteEthernetInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/AggregateEthernetInterfaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Aggregate Ethernet Interfaces",
        "description": "Get Aggregate Ethernet Interfaces",
        "operationId": "getAggregateEthernetInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Aggregate Ethernet Interfaces",
        "description": "Create Aggregate Ethernet Interfaces",
        "operationId": "createAggregateEthernetInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Aggregate Ethernet Interfaces",
        "description": "Update Aggregate Ethernet Interfaces",
        "operationId": "updateAggregateEthernetInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Aggregate Ethernet Interfaces",
        "description": "Delete Aggregate Ethernet Interfaces",
        "operationId": "deleteAggregateEthernetInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/VLANInterfaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get VLAN Interfaces",
        "description": "Get VLAN Interfaces",
        "operationId": "getVLANInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create VLAN Interfaces",
        "description": "Create VLAN Interfaces",
        "operationId": "createVLANInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update VLAN Interfaces",
        "description": "Update VLAN Interfaces",
        "operationId": "updateVLANInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete VLAN Interfaces",
        "description": "Delete VLAN Interfaces",
        "operationId": "deleteVLANInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/LoopbackInterfaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Loopback Interfaces",
        "description": "Get Loopback Interfaces",
        "operationId": "getLoopbackInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Loopback Interfaces",
        "description": "Create Loopback Interfaces",
        "operationId": "createLoopbackInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Loopback Interfaces",
        "description": "Update Loopback Interfaces",
        "operationId": "updateLoopbackInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Loopback Interfaces",
        "description": "Delete Loopback Interfaces",
        "operationId": "deleteLoopbackInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/TunnelIntefaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Tunnel Interfaces",
        "description": "Get Tunnel Interfaces",
        "operationId": "getTunnelIntefaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Tunnel Interfaces",
        "description": "Create Tunnel Interfaces",
        "operationId": "createTunnelIntefaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Tunnel Interfaces",
        "description": "Update Tunnel Interfaces",
        "operationId": "updateTunnelIntefaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Tunnel Interfaces",
        "description": "Delete Tunnel Interfaces",
        "operationId": "deleteTunnelIntefaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/SDWANInterfaces": {
      "get": {
        "tags": [
          "SDWAN"
        ],
        "summary": "Get SDWAN Interfaces",
        "description": "Get SDWAN Interfaces",
        "operationId": "getSDWANInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "SDWAN"
        ],
        "summary": "Create SDWAN Interfaces",
        "description": "Create SDWAN Interfaces",
        "operationId": "createSDWANInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "SDWAN"
        ],
        "summary": "Update SDWAN Interfaces",
        "description": "Update SDWAN Interfaces",
        "operationId": "updateSDWANInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "SDWAN"
        ],
        "summary": "Delete SDWAN Interfaces",
        "description": "Delete SDWAN Interfaces",
        "operationId": "deleteSDWANInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/Zones": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Zones",
        "description": "Get Zones",
        "operationId": "getZones",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Zones",
        "description": "Create Zones",
        "operationId": "createZones",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Zones",
        "description": "Update Zones",
        "operationId": "updateZones",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Zones",
        "description": "Delete Zones",
        "operationId": "deleteZones",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/VLANs": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get VLANs",
        "description": "Get VLANs",
        "operationId": "getVLANs",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create VLANs",
        "description": "Create VLANs",
        "operationId": "createVLANs",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update VLANs",
        "description": "Update VLANs",
        "operationId": "updateVLANs",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete VLANs",
        "description": "Delete VLANs",
        "operationId": "deleteVLANs",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/VirtualWires": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Virtual Wires",
        "description": "Get Virtual Wires",
        "operationId": "getVirtualWires",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Virtual Wires",
        "description": "Create Virtual Wires",
        "operationId": "createVirtualWires",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Virtual Wires",
        "description": "Update Virtual Wires",
        "operationId": "updateVirtualWires",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Virtual Wires",
        "description": "Delete Virtual Wires",
        "operationId": "deleteVirtualWires",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/VirtualRouters": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Virtual Routers",
        "description": "Get Virtual Routers",
        "operationId": "getVirtualRouters",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Virtual Routers",
        "description": "Create Virtual Routers",
        "operationId": "createVirtualRouters",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Virtual Routers",
        "description": "Update Virtual Routers",
        "operationId": "updateVirtualRouters",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Virtual Routers",
        "description": "Delete Virtual Routers",
        "operationId": "deleteVirtualRouters",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/IPSecTunnels": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get IPSec Tunnels",
        "description": "Get IPSec Tunnels",
        "operationId": "getIPSecTunnels",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create IPSec Tunnels",
        "description": "Create IPSec Tunnels",
        "operationId": "createIPSecTunnels",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update IPSec Tunnels",
        "description": "Update IPSec Tunnels",
        "operationId": "updateIPSecTunnels",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete IPSec Tunnels",
        "description": "Delete IPSec Tunnels",
        "operationId": "deleteIPSecTunnels",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/GRETunnels": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get GRE Tunnels",
        "description": "Get GRE Tunnels",
        "operationId": "getGRETunnels",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create GRE Tunnels",
        "description": "Create GRE Tunnels",
        "operationId": "createGRETunnels",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update GRE Tunnels",
        "description": "Update GRE Tunnels",
        "operationId": "updateGRETunnels",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete GRE Tunnels",
        "description": "Delete GRE Tunnels",
        "operationId": "deleteGRETunnels",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/DHCPServers": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get DHCP Servers",
        "description": "Get DHCP Servers",
        "operationId": "getDHCPServers",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create DHCP Servers",
        "description": "Create DHCP Servers",
        "operationId": "createDHCPServers",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update DHCP Servers",
        "description": "Update DHCP Servers",
        "operationId": "updateDHCPServers",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete DHCP Servers",
        "description": "Delete DHCP Servers",
        "operationId": "deleteDHCPServers",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/DHCPRelays": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get DHCP Relays",
        "description": "Get DHCP Relays",
        "operationId": "getDHCPRelays",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create DHCP Relays",
        "description": "Create DHCP Relays",
        "operationId": "createDHCPRelays",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update DHCP Relays",
        "description": "Update DHCP Relays",
        "operationId": "updateDHCPRelays",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete DHCP Relays",
        "description": "Delete DHCP Relays",
        "operationId": "deleteDHCPRelays",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/DNSProxies": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get DNS Proxies",
        "description": "Get DNS Proxies",
        "operationId": "getDNSProxies",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create DNS Proxies",
        "description": "Create DNS Proxies",
        "operationId": "createDNSProxies",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update DNS Proxies",
        "description": "Update DNS Proxies",
        "operationId": "updateDNSProxies",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete DNS Proxies",
        "description": "Delete DNS Proxies",
        "operationId": "deleteDNSProxies",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/GlobalProtectPortals": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Global Protect Portals",
        "description": "Get Global Protect Portals",
        "operationId": "getGlobalProtectPortals",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Global Protect Portals",
        "description": "Create Global Protect Portals",
        "operationId": "createGlobalProtectPortals",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Global Protect Portals",
        "description": "Update Global Protect Portals",
        "operationId": "updateGlobalProtectPortals",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Global Protect Portals",
        "description": "Delete Global Protect Portals",
        "operationId": "deleteGlobalProtectPortals",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/GlobalProtectGateways": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Global Protect Gateways",
        "description": "Get Global Protect Gateways",
        "operationId": "getGlobalProtectGateways",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Global Protect Gateways",
        "description": "Create Global Protect Gateways",
        "operationId": "createGlobalProtectGateways",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Global Protect Gateways",
        "description": "Update Global Protect Gateways",
        "operationId": "updateGlobalProtectGateways",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Global Protect Gateways",
        "description": "Delete Global Protect Gateways",
        "operationId": "deleteGlobalProtectGateways",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/GlobalProtectGatewayAgentTunnels": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Global Protect Gateway Agent Tunnels",
        "description": "Get Global Protect Gateway Agent Tunnels",
        "operationId": "getGlobalProtectGatewayAgentTunnels",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Global Protect Gateway Agent Tunnels",
        "description": "Create Global Protect Gateway Agent Tunnels",
        "operationId": "createGlobalProtectGatewayAgentTunnels",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Global Protect Gateway Agent Tunnels",
        "description": "Update Global Protect Gateway Agent Tunnels",
        "operationId": "updateGlobalProtectGatewayAgentTunnels",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Global Protect Gateway Agent Tunnels",
        "description": "Delete Global Protect Gateway Agent Tunnels",
        "operationId": "deleteGlobalProtectGatewayAgentTunnels",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/GlobalProtectGatewaySatelliteTunnels": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Global Protect Gateway Satellite Tunnels",
        "description": "Get Global Protect Gateway Satellite Tunnels",
        "operationId": "getGlobalProtectGatewaySatelliteTunnels",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Global Protect Gateway Satellite Tunnels",
        "description": "Create Global Protect Gateway Satellite Tunnels",
        "operationId": "createGlobalProtectGatewaySatelliteTunnels",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Global Protect Gateway Satellite Tunnels",
        "description": "Update Global Protect Gateway Satellite Tunnels",
        "operationId": "updateGlobalProtectGatewaySatelliteTunnels",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Global Protect Gateway Satellite Tunnels",
        "description": "Delete Global Protect Gateway Satellite Tunnels",
        "operationId": "deleteGlobalProtectGatewaySatelliteTunnels",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/GlobalProtectGatewayMDMServers": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Global Protect Gateway MDM Servers",
        "description": "Get Global Protect Gateway MDM Servers",
        "operationId": "getGlobalProtectGatewayMDMServers",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Global Protect Gateway MDM Servers",
        "description": "Create Global Protect Gateway MDM Servers",
        "operationId": "createGlobalProtectGatewayMDMServers",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Global Protect Gateway MDM Servers",
        "description": "Update Global Protect Gateway MDM Servers",
        "operationId": "updateGlobalProtectGatewayMDMServers",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Global Protect Gateway MDM Servers",
        "description": "Delete Global Protect Gateway MDM Servers",
        "operationId": "deleteGlobalProtectGatewayMDMServers",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/GlobalProtectClientlessApps": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Global Protect Clientless Apps",
        "description": "Get Global Protect Clientless Apps",
        "operationId": "getGlobalProtectClientlessApps",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Global Protect Clientless Apps",
        "description": "Create Global Protect Clientless Apps",
        "operationId": "createGlobalProtectClientlessApps",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Global Protect Clientless Apps",
        "description": "Update Global Protect Clientless Apps",
        "operationId": "updateGlobalProtectClientlessApps",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Global Protect Clientless Apps",
        "description": "Delete Global Protect Clientless Apps",
        "operationId": "deleteGlobalProtectClientlessApps",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/GlobalProtectClientlessAppGroups": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Global Protect Clientless App Groups",
        "description": "Get Global Protect Clientless App Groups",
        "operationId": "getGlobalProtectClientlessAppGroups",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Global Protect Clientless App Groups",
        "description": "Create Global Protect Clientless App Groups",
        "operationId": "createGlobalProtectClientlessAppGroups",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Global Protect Clientless App Groups",
        "description": "Update Global Protect Clientless App Groups",
        "operationId": "updateGlobalProtectClientlessAppGroups",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Global Protect Clientless App Groups",
        "description": "Delete Global Protect Clientless App Groups",
        "operationId": "deleteGlobalProtectClientlessAppGroups",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/QoSInterfaces": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get QoS Interfaces",
        "description": "Get QoS Interfaces",
        "operationId": "getQoSInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create QoS Interfaces",
        "description": "Create QoS Interfaces",
        "operationId": "createQoSInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update QoS Interfaces",
        "description": "Update QoS Interfaces",
        "operationId": "updateQoSInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete QoS Interfaces",
        "description": "Delete QoS Interfaces",
        "operationId": "deleteQoSInterfaces",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/LLDP": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get LLDP",
        "description": "Get LLDP",
        "operationId": "getLLDP",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create LLDP",
        "description": "Create LLDP",
        "operationId": "createLLDP",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update LLDP",
        "description": "Update LLDP",
        "operationId": "updateLLDP",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete LLDP",
        "description": "Delete LLDP",
        "operationId": "deleteLLDP",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/GlobalProtectIPSecCryptoNetworkProfiles": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Global Protect IPSec Crypto Network Profiles",
        "description": "Get Global Protect IPSec Crypto Network Profiles",
        "operationId": "getGlobalProtectIPSecCryptoNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Global Protect IPSec Crypto Network Profiles",
        "description": "Create Global Protect IPSec Crypto Network Profiles",
        "operationId": "createGlobalProtectIPSecCryptoNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Global Protect IPSec Crypto Network Profiles",
        "description": "Update Global Protect IPSec Crypto Network Profiles",
        "operationId": "updateGlobalProtectIPSecCryptoNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Global Protect IPSec Crypto Network Profiles",
        "description": "Delete Global Protect IPSec Crypto Network Profiles",
        "operationId": "deleteGlobalProtectIPSecCryptoNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/IKEGatewayNetworkProfiles": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get IKE Gateway Network Profiles",
        "description": "Get IKE Gateway Network Profiles",
        "operationId": "getIKEGatewayNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create IKE Gateway Network Profiles",
        "description": "Create IKE Gateway Network Profiles",
        "operationId": "createIKEGatewayNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update IKE Gateway Network Profiles",
        "description": "Update IKE Gateway Network Profiles",
        "operationId": "updateIKEGatewayNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete IKE Gateway Network Profiles",
        "description": "Delete IKE Gateway Network Profiles",
        "operationId": "deleteIKEGatewayNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/IKECryptoNetworkProfiles": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get IKE Crypto Network Profiles",
        "description": "Get IKE Crypto Network Profiles",
        "operationId": "getIKECryptoNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create IKE Crypto Network Profiles",
        "description": "Create IKE Crypto Network Profiles",
        "operationId": "createIKECryptoNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update IKE Crypto Network Profiles",
        "description": "Update IKE Crypto Network Profiles",
        "operationId": "updateIKECryptoNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete IKE Crypto Network Profiles",
        "description": "Delete IKE Crypto Network Profiles",
        "operationId": "deleteIKECryptoNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/MonitorNetworkProfiles": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Monitor Network Profiles",
        "description": "Get Monitor Network Profiles",
        "operationId": "getMonitorNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Monitor Network Profiles",
        "description": "Create Monitor Network Profiles",
        "operationId": "createMonitorNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Monitor Network Profiles",
        "description": "Update Monitor Network Profiles",
        "operationId": "updateMonitorNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Monitor Network Profiles",
        "description": "Delete Monitor Network Profiles",
        "operationId": "deleteMonitorNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/InterfaceManagementNetworkProfiles": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Interface Management Network Profiles",
        "description": "Get Interface Management Network Profiles",
        "operationId": "getInterfaceManagementNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Interface Management Network Profiles",
        "description": "Create Interface Management Network Profiles",
        "operationId": "createInterfaceManagementNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Interface Management Network Profiles",
        "description": "Update Interface Management Network Profiles",
        "operationId": "updateInterfaceManagementNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Interface Management Network Profiles",
        "description": "Delete Interface Management Network Profiles",
        "operationId": "deleteInterfaceManagementNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/ZoneProtectionNetworkProfiles": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get Zone Protection Network Profiles",
        "description": "Get Zone Protection Network Profiles",
        "operationId": "getZoneProtectionNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create Zone Protection Network Profiles",
        "description": "Create Zone Protection Network Profiles",
        "operationId": "createZoneProtectionNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update Zone Protection Network Profiles",
        "description": "Update Zone Protection Network Profiles",
        "operationId": "updateZoneProtectionNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete Zone Protection Network Profiles",
        "description": "Delete Zone Protection Network Profiles",
        "operationId": "deleteZoneProtectionNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/QoSNetworkProfiles": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get QoS Network Profiles",
        "description": "Get QoS Network Profiles",
        "operationId": "getQoSNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create QoS Network Profiles",
        "description": "Create QoS Network Profiles",
        "operationId": "createQoSNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update QoS Network Profiles",
        "description": "Update QoS Network Profiles",
        "operationId": "updateQoSNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete QoS Network Profiles",
        "description": "Delete QoS Network Profiles",
        "operationId": "deleteQoSNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/LLDPNetworkProfiles": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get LLDP Network Profiles",
        "description": "Get LLDP Network Profiles",
        "operationId": "getLLDPNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create LLDP Network Profiles",
        "description": "Create LLDP Network Profiles",
        "operationId": "createLLDPNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update LLDP Network Profiles",
        "description": "Update LLDP Network Profiles",
        "operationId": "updateLLDPNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete LLDP Network Profiles",
        "description": "Delete LLDP Network Profiles",
        "operationId": "deleteLLDPNetworkProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Network/SDWANInterfaceProfiles": {
      "get": {
        "tags": [
          "Network"
        ],
        "summary": "Get SDWAN Interface Profiles",
        "description": "Get SDWAN Interface Profiles",
        "operationId": "getSDWANInterfaceProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Network"
        ],
        "summary": "Create SDWAN Interface Profiles",
        "description": "Create SDWAN Interface Profiles",
        "operationId": "createSDWANInterfaceProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Network"
        ],
        "summary": "Update SDWAN Interface Profiles",
        "description": "Update SDWAN Interface Profiles",
        "operationId": "updateSDWANInterfaceProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Network"
        ],
        "summary": "Delete SDWAN Interface Profiles",
        "description": "Delete SDWAN Interface Profiles",
        "operationId": "deleteSDWANInterfaceProfiles",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    },
    "/restapi/v10.1/Device/VirtualSystems": {
      "get": {
        "tags": [
          "Device"
        ],
        "summary": "Get Virtual Systems",
        "description": "Get Virtual Systems",
        "operationId": "getVirtualSystems",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "post": {
        "tags": [
          "Device"
        ],
        "summary": "Create Virtual Systems",
        "description": "Create Virtual Systems",
        "operationId": "createVirtualSystems",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "put": {
        "tags": [
          "Device"
        ],
        "summary": "Update Virtual Systems",
        "description": "Update Virtual Systems",
        "operationId": "updateVirtualSystems",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "requestBody": {
          "description": "The payload object",
          "content": {
            "text/plain": {
              "schema": {
                "type": "object",
                "description": "The payload object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      },
      "delete": {
        "tags": [
          "Device"
        ],
        "summary": "Delete Virtual Systems",
        "description": "Delete Virtual Systems",
        "operationId": "deleteVirtualSystems",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "description": "The query object",
            "required": true,
            "style": "form",
            "explode": true,
            "schema": {
              "type": "object"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation",
            "headers": {}
          }
        },
        "deprecated": false
      }
    }
  },
  "tags": [
    {
      "name": "SDWAN",
      "description": "SDWAN"
    },
    {
      "name": "Network",
      "description": "Network"
    },
    {
      "name": "Device",
      "description": "Device"
    }
  ]
}